我的应用程序在LAMP平台上运行。
已更新一个数据库表,以修改网页中某个选择输入类型的下拉列表选项。
但是当我测试网页时,会反映出这些变化。我检查连接到客户VPN的应用程序。当客户检查相同的东西时,它仍会显示旧内容。
为解决问题所做的更改如下 -
1. Cleared the browser cache
2. Made sure there is no caching enabled in Apache
3. Changed the file creation datetime so that it picks the new file for execution and DB query
4. Flushed MySQL query cache
5. Removed Linux page cache
但客户无法看到所做的更改。并且仍然看到旧内容。
任何人都可以猜出缓存的原因是什么?请帮忙。