Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter galix

    (@galix)

    Issue 1 solved.
    Pls let me know how to solve point 2.
    Thank you 🙂

    Plugin Support qtwrk

    (@qtwrk)

    Hi,

    on your 2)

    could you please do me full http response header in your screenshot for main request and these 2 static files ?

    Best regards,

    Thread Starter galix

    (@galix)

    Hi, here the screenshots:

    https://prnt.sc/w3qmt8

    https://prnt.sc/w3qod1

    pls let me know if you need smth else
    thank you
    best regards

    Plugin Support qtwrk

    (@qtwrk)

    Hi,

    the only solution I can think of is to use crawler to precache the page.

    in your screenshot , the reason for that CSS took so long are mainly 2 things

    1. right after cache purged , the CSS files needs to be re-generated on the fly , this is first thing that stalls

    2. you have CloudFlare , communication between user <—> CF <—> origin , further increases the stall if CF hasn’t cached that file yet.

    Best regards,

    Thread Starter galix

    (@galix)

    1. can be

    2. can be also. From http header response appears for both files that: cf-cache-status: MISS

    Also the HTML results: cf-cache-status: DYNAMIC

    They should all show: HIT ?

    Thanks

    Plugin Support qtwrk

    (@qtwrk)

    Hi,

    after purge all , then first few request will be miss , yes, HTML reuslt dynamic that is expected result

    Best regards,

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘minified css and js not fast enough’ is closed to new replies.