Recently, I've been facing frequent style breaking issues on my Magento sites (1.9.2+). This results in the home page displaying only text with missing CSS, JS, and images.
To fix this problem, I usually clear the cache by deleting the var/cache folder, which resolves the issue temporarily.
I'm puzzled as to why this keeps happening periodically, and even with a cron job set up to delete the cache folder hourly, the error persists.
It's frustrating to explain this situation to clients who experience it daily. Just dismissing it as another cache issue isn't satisfactory for me.
All the solutions I've come across so far only offer temporary fixes without addressing the root cause of the recurring problem.
Does anyone have any suggestions on how to prevent these style breaking issues from repeatedly occurring?
Thank you!