sipdorus
sipdorus

Reputation: 1053

Prestashop stubborn css cache

I use prestashop 1.6.0.8 I want to modify css files. I disabled cahce and ccc from advanced parameters->performance. Set template compilation to force compilation. Deleted cache->smart->cache and compiled folders. But web page still creates css cache. How can I fix this?

Upvotes: 0

Views: 745

Answers (3)

sipdorus
sipdorus

Reputation: 1053

problem solved. it was because of pagespeed module on cpanel.

Upvotes: 1

defuzed
defuzed

Reputation: 568

This could also just be the browser cache? Did you try reloading the page after clearing browser cache?

Chrome Dev Tools (Firefox probably has something similar) has an option to disable the browser cache while dev tools is open.

Upvotes: 0

Robertino Vasilescu
Robertino Vasilescu

Reputation: 1078

Did you empty the /cache/smarty/compile/ folder?

Everything in there except the index.php

This of course assuming you don't use third party solutions like Cloudflare which also caches the content.

Upvotes: 0

Related Questions