Hey OP, I have experienced the same issue. My website always showed the home page cached with no changes on purge. This is how I solved it :
Go to litespeed cache > page optimisation > CSS Settings
- css combine > off
- CSS Combine External and Inline > off
- Load CSS Asynchronously > off
- CCSS per url > off
Then in JS settings
- JS Combine > off
- JS Combine External and Inline > off
Keep everything on in both css and js settings except the above mentioned one.
Go to litespeed cache > toolbox
- Purge Homepage
- Purge All
- Test the site after 2 or 3 minutes in incognito mode to see if the homepage updates or not.
The above steps worked for me.
Thread Starter
enums
(@enums)
Okay this (disable minify and defer) seems to work. But will disabling both of these settings not slow down my website ?