
littlepanda(@littlepanda)
33 Posts
Customers
Quote from littlepanda on February 29, 2024, 14:01
Hello,
We have a strange issue where when we use Litespeed cacge our JS folder size increases fast (100gb). We investigated and found that WOOCs is generating random strings when JS combine is enabled. We have had to exclude 'woocs_array_of_get' in our litespeed JS cache to keep disc space down in size. Is this a known issue or have you heard of this before?
Regards
LP
Hello,
We have a strange issue where when we use Litespeed cacge our JS folder size increases fast (100gb). We investigated and found that WOOCs is generating random strings when JS combine is enabled. We have had to exclude 'woocs_array_of_get' in our litespeed JS cache to keep disc space down in size. Is this a known issue or have you heard of this before?
Regards
LP

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on March 1, 2024, 11:56
Hello
This is a dynamic variable. If your site generates different GET variables for each connection, then this dynamic variable will always be different. And if a third-party caching plugin writes this variable then this will be the behavior: JS folder size increases fast
I think excluding this variable is a good solution
Hello
This is a dynamic variable. If your site generates different GET variables for each connection, then this dynamic variable will always be different. And if a third-party caching plugin writes this variable then this will be the behavior: JS folder size increases fast
I think excluding this variable is a good solution