Grubyy
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Problem with price range widgetThese are my settings: https://imgur.com/a/p7A3Cid
Forum: Plugins
In reply to: [LiteSpeed Cache] Deleted CSS files return code 200Hi,
I added your code in the file. After that, I changed the file name to a random combination and now they return 404, and it looks like that random files have not been added in cache directory.
Thanks a lot!
- This reply was modified 6 years, 9 months ago by Grubyy.
Forum: Plugins
In reply to: [LiteSpeed Cache] Deleted CSS files return code 200Thanks for a quick reply.
I checked HTTP headers with a several tools and all of them shows that codes status are 200.
HTTP / 1.0 200 OK =>
Content-Type => text / css; charset = utf-8
Cache-Control => public, max-age = 2592000
Expires => Sun, 08 Sep 2019 21:06:24 GMT
Etag => “33676-1565384784 ;;;”
X-Litespeed-Cache => miss
Content-Length => 0
Date => Fri, 09 Aug 2019 21:06:24 GMT
Server => LiteSpeed
Alt-Svc => quic = “: 443”; a = 2592000; v = “35,39,43,44”
Connection => closeIf i check random file name /min/xyz.css its also 200.
I used “purge all” and / or “purge LS cache” options and after that cache directory on my server was empty for a several minutes. I checked that CSS file in header tag has a new name and after 10 minutes i checked status for previous file – it was still 200. Ten minutes later previous CSS file was apperead, but it’s acctually empty (0KB).
Edit:
It’s the same situation with JS files.