• Resolved jabeztadesse

    (@jabeztadesse)


    The other I was testing my website speed and noticed that Litespeed Cache JS and CSS files were flagged in Google Page Speed Insights under “Avoids enormous network payloads” tab. [Screenshot: https://prnt.sc/tP8PTH3B1S-7] and it looks like the file names are:

    • /litespeed/js/45c30c31aefc43e7940cdb647617ad14.js
    • /litespeed/js/abbc8ba517a90bc15da6b1e230b1490a.js
    • /litespeed/css/f0921c25df222102f660c07b79af9f99.css?ver=6948c

    And so on ….

    Can you please explain why they are showing up/ being flagged there, and how to avoid that?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support qtwrk

    (@qtwrk)

    because you were having an “enormous network payloads” , and you have enabled optioned like JS/CSS minify/combine , which will minify/combine them with different filename , but the content of such JS/CSS were still same as before

    for JS , we don’t really have good solution about it , one thing you can try is the JS defer/delay

    for CSS, you can try the option Generate UCSS

    Thread Starter jabeztadesse

    (@jabeztadesse)

    Well, I don’t have combine option turned on for both CSS and JS, just the Minify option take a look at this screenshot: https://prnt.sc/axqQAmyEKm_c and https://prnt.sc/HzCesrB2oQZz

    What can I do in that case? JS delay causes a bunch of issues so I have it turned off …

    Plugin Support qtwrk

    (@qtwrk)

    please provide the report number

    you can get it in toolbox -> report -> click “send to LiteSpeed”

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.