Clarity

  • 1.  Performance of loading CA PPM pages (Phoenix UI)

    Posted Apr 23, 2019 04:21 AM

    Hello All,

    Does anybody experiencing same issue when environment is not having connectivity to the internet? I see there an delay within loading page due to import URLs with fonts as:

    cloudflare.com

    fonts.googleapis.com

     

    There are unavailable and it is slowing down loading of newly open CA Clarity Pages.

     

    Is there a simple way how to workaround it without an impact to Phoenix UI?

     

    thank you very much

    Best Regards

    Lukas Jezek



  • 2.  Re: Performance of loading CA PPM pages (Phoenix UI)
    Best Answer

    Broadcom Employee
    Posted Apr 23, 2019 05:41 AM

    Can you try to follow the suggestion from this KB Article?

    https://comm.support.ca.com/kb/jaspersoft-ca-ppm-advance-reporting-page-slows-down-while-trying-to-access-fontsgoogleapiscom-when-there-is-no-internet-on-the-server-where-jaspersoft-is-installed/kb000004825

     

    The issue is for Jaspersoft and Google Fonts but the same should apply for Phoenix UI.

    You can create a new theme by copying the Phoenix UI CSS (Administration > Studio > UI Themes) and removing the line 2,

    @import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);@import url(https://fonts.googleapis.com/css?family=Fira+Sans:400,500,600,700);/* The Teal and Grey PPM theme */

     

    And use the new theme you have just created without this line.



  • 3.  Re: Performance of loading CA PPM pages (Phoenix UI)

    Posted Apr 23, 2019 10:37 AM

    thanks a lot. It helped me to remove this import line.