Definitely a caching issue. Just flush the cache if/when you do a new deploy. Consider that part of your deployment process.. which ideally shouldn't be happening on a very frequent basis anyway.
Oct 13, 2016
3
Level 14
Apache serves old cached files
Since a couple of days my server does a strange thing. After deploying a new version of the site, he serves the old page until I restart him. I have js-versioning enabled and noticed this behavior in the Developer Tools as he wanted to load the previous version of a script. It's probably a memcache or apc thing, but the server worked fine until a few days ago. I wouldn't want to deactivate the cache, so did anyone had the same problem and can point me in the right direction ?
Level 54
1 like
Please or to participate in this conversation.