Viewing 1 replies (of 1 total)
  • Plugin Support qtwrk

    (@qtwrk)

    Hi,

    As far as I see , the static resources are having both expire the cache-control header correctly set up

    root@test:~# curl -I -XGET https://www.insighthosting.net.au/wp-content/litespeed/cssjs/07bac.css
    HTTP/2 200 
    date: Thu, 04 Jun 2020 13:01:40 GMT
    content-type: text/css
    set-cookie: __cfduid=d68e15d7d5951b7a9dc18919309c8c1cb1591275698; expires=Sat, 04-Jul-20 13:01:38 GMT; path=/; domain=.insighthosting.net.au; HttpOnly; SameSite=Lax; Secure
    cache-control: public, max-age=2592000
    expires: Sat, 04 Jul 2020 13:01:39 GMT
    last-modified: Thu, 04 Jun 2020 13:00:45 GMT
    vary: Accept-Encoding
    x-xss-protection: 1; mode=block
    x-frame-options: SAMEORIGIN
    x-content-type-options: nosniff
    referrer-policy: strict-origin
    strict-transport-security: max-age=15768000; includeSubDomains; preload
    x-turbo-charged-by: LiteSpeed
    cf-cache-status: MISS
    cf-request-id: 03210551b40000048737050200000001
    expect-ct: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"
    server: cloudflare
    cf-ray: 59e1d7fc5ca20487-CDG

    where it shows

    cache-control: public, max-age=2592000
    expires: Sat, 04 Jul 2020 13:01:39 GMT

    Best regards,

Viewing 1 replies (of 1 total)

The topic ‘Cache static content not happening’ is closed to new replies.