Hi,
I’ve been using #Header add Link “</aaa.css>;rel=preload;as=style” with Cloudflare in my htaccess.
I’ve deleted all query strings for now, and deleted preload in htaccess file.
But Cloudflare is still serving (with browsers with no cache option enabled) some old query strings.
Now I only serve without push, a style.css but when I switch off cache it serves both, why?
I’ve serving the same file twice, purged cache and so on.
I’ve also noticed this when the query strings where enabled. Cloudflare saw the new ?v=123 but also pushed the old one.
This does not happen under development mode.
This is the response I get on chrome, on firefox it’s OK…
- cache-control:
public, max-age=31536000
- cf-bgj:
minify
- cf-cache-status:
HIT
- cf-ray:
4e190d1f2843cc9b-WAW
- content-encoding:
br
- content-type:
text/css
- date:
Tue, 04 Jun 2019 09:58:57 GMT
- etag:
W/“36d25-58a6ef97b5e26-gzip”
- expect-ct:
max-age=604800, report-uri=“https://report-uri.Cloudflare.com/cdn-cgi/beacon/expect-ct”
- expires:
Wed, 03 Jun 2020 09:58:57 GMT
- last-modified:
Mon, 03 Jun 2019 17:48:40 GMT
- server:
Cloudflare
- set-cookie:
__cfduid=dd44bce15737b81875a245808f16242337; expires=Wed, 03-Jun-20 09:58:57 GMT; path=/; domain=…com; HttpOnly; Secure
- status:
200
- strict-transport-security:
max-age=31536000; includeSubDomains; preload
- vary:
Accept-Encoding
system
Closed
3
This topic was automatically closed after 30 days. New replies are no longer allowed.