奇怪的缓存问题

时间:2016-01-05 18:35:50

标签: php html google-chrome

如果您查看以下文件的内容:

http://swiftdigital.ltd.uk/wp-content/themes/bigbangwp_child/style.css?ver=4.4

如果您查看同一个文件但最后使用4.5,则内容不同:

http://swiftdigital.ltd.uk/wp-content/themes/bigbangwp_child/style.css?ver=4.5

服务器上文件的内容为:

/*
Theme Name:     BigBangWP Child Theme
Description:    Edit style.css, function.php or copy theme original files and customize it on your own
Author:         Brankic1979
Template:       bigbangwp
*/
@import "css/colors/color-blue.css";

服务器上没有缓存,为什么版本4.4会返回文件的旧内容?

1 个答案:

答案 0 :(得分:1)

您的网站(www.swiftdigital.ltd.uk)使用Cloudflare。默认情况下,Cloudflare将缓存JS文件,这似乎就是这里发生的事情。

清除Cloudflare上的缓存会解决这个问题。

https://support.cloudflare.com/hc/en-us/articles/200169246-How-do-I-purge-my-cache-