lscache_prestashop icon indicating copy to clipboard operation
lscache_prestashop copied to clipboard

Page without styles, broken cache

Open ecomlabs-es opened this issue 6 months ago • 2 comments

Is there a way to clear the cache when the page can't load?

Let me explain: sometimes the page receives changes, and the page goes blank. The only solution is to flush the cache.

My question is, is there a way to check if the cache version is correct? Or something to prevent this error? It doesn't always happen. It's sometimes.

@WuhuaChen

Thanks.

ecomlabs-es avatar May 16 '25 16:05 ecomlabs-es

On the latest version of the module (1.5.2) I also fix the following problem: If you clear the smarty cache in Prestashop, you get broken styles in the front office. The solution is only manually clear the LS cache after clearing the smarty cache. The previous version of the module did not have this bug.

evgenij-sobolev avatar May 28 '25 12:05 evgenij-sobolev

hi, in the latest release package: https://github.com/litespeedtech/lscache_prestashop/releases/tag/v.1.5.3 we added "Flush All Pages When Cache Cleared" option, if disabled, you need to manually clear the LS cache after clearing the Prestashop cache.

WuhuaChen avatar Oct 31 '25 15:10 WuhuaChen