• Hi!
    In your dw_style.css:
    @import url(//www.fontstatic.com/f=droid-naskh,jooza,flat-jooza,nawar,shekari,);
    But Fontstatic servers is not avaliable and this slows down the loading of the entire page.
    On the first 25 seconds I can only see the gray screen, then the browser understands that the server is unavailable and loads the rest of the content.

    Maybe better run this code as javascript?
    <script async src="...">
    or so
    <link rel=”stylesheet” href=”…/dw_style.css” media=”none” onload=”if(media!=’all’)media=’all'”>

  • The topic ‘Fontstatic servers is not available and other css not load long time’ is closed to new replies.