@eurologon
I am sorry for you problem.
Looking over the settings I see you have this setting on: https://docs.litespeedtech.com/lscache/lscwp/pageopt/#js-combine-external-and-inline
Is your folder: public_html/wp-content/litespeed/js big in size too?
Hi,
the size is 24MB.
I have to turn off the “js-combine-external-and-inline” option?
Thanks.
@eurologon Folder: sws/cachedata/priv which is the biggest size folder?
24G priv
Inside “priv” they are all 1.5GB
Plugin Support
qtwrk
(@qtwrk)
this usually happens becomes of 2 things , or combine of these 2 things
- some bot scrape over your sites very aggressively
- your site has a lot of query strings , for example
/prodotti/basi/?c=basi-complete;basi-speciali there will be literally millions of different combination of these query strings that each will generate one cache file , so in total , sum up a lot of spaces
to address this , I’d suggest to check the access log , if there is such query string being access, suggest to set them to no-cache
or if it was bot to scraping the site , suggest to either block them or mark as no-cache
or simplest way , set up a system cron job to periodically check the size and empty the lscache directory if needed
more detail: https://docs.litespeedtech.com/lscache/lscwp/troubleshoot/#lscache-directory-too-big
Thank you very much for your suggestion. We have set up a script to empty the lscache directory