Asset Optimization delivers old content
-
Our server has a 7 day caching rule. We made changes to our style.css and add a cache breaking parameter on loading.
When call “clear cache” in hummingbird,- at first all seems to be fine – i had a look in the developer console – hummingbird is not distributing any optimized files
- after some reloads (5-6) the old optimized file is used in asset optimization – with the old code
Whats the matter here?
I would expect hummingbird to delete the old files and create completely new files with new filenames. But that does not seem to be the case.I have looked at this on the server via FTP. In fact hummingbird deletes the files and then creates exactly the same files with the same filenames. Why doesn’t the hash of the filename generation include e.g. the date of creation. So something like this could not happen. More importantly, why does Hummingbird not recognize the change of the file?
I also noticed that 3 of the hash files were not deleted during “cache clear”. Is this normal?
- The topic ‘Asset Optimization delivers old content’ is closed to new replies.