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

    (@qtwrk)

    Hi,

    please provide the report number

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

    Best regards,

    Thread Starter Md. Redwan Hossain

    (@redwancou)

    Report number: MZSIYVDE

    Plugin Support qtwrk

    (@qtwrk)

    Hi,

    you have something that is adding this header cache-control: max-age=3600, public

    please remove it first

    Best regards,

    Thread Starter Md. Redwan Hossain

    (@redwancou)

    Header set Strict-Transport-Security "max-age=31536000" env=HTTPS
    I have this code in my htacccess. I have set Nothing the code you mentioned. Where can I find this?

    Thread Starter Md. Redwan Hossain

    (@redwancou)

    ### marker CACHE RESOURCE start ###
    RewriteRule wp-content/.*/[^/]*(responsive|css|js|dynamic|loader|fonts)\.php - [E=cache-control:max-age=3600]
    ### marker CACHE RESOURCE end ###

    I found this. But this code is inside the lscache area which says do not edit manually. Can you plz tell me how I can configure it from litespeed plugin?

    Plugin Support qtwrk

    (@qtwrk)

    Hi,

    it’s not from htaccess , something deeper

    you can try this , https://stackoverflow.com/questions/12498017/http-cache-headers-with-htaccess , see if it overrides the current 3600 one.

    if not , you may need to reach your provider for further assitance

    Best regards,

    ——–

    RewriteRule wp-content/.*/[^/]*(responsive|css|js|dynamic|loader|fonts)\.php - [E=cache-control:max-age=3600]

    no , this is for LiteSpeed cache , not related to cache-contorl aforementioned

    • This reply was modified 3 years, 4 months ago by qtwrk.
    Thread Starter Md. Redwan Hossain

    (@redwancou)

    Tnx, I solved it.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Serve static assets with an efficient cache policy warning in google pagespeed’ is closed to new replies.