搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

since using cloudflare for my site I'm having troubles with Firefox cache

  • 3 个回答
  • 1 人有此问题
  • 2 次查看
  • 最后回复者为 dumdidadida

more options

Hello, Since I'm using CloudFlare for my Site I'm having a weird trouble occurring only with Firefox (version 16.0.2 / Mac OsX.6.8), but not with Chrome or Safari. When I navigate from the main page of my Wordpress Site to a single post, then back to the main page, then to another single post and back again to the main page, the browser displays a binary file instead of the normal page. After emptying Firefox cache the page loads again properly. When I pause CloudFlare the trouble disappears. I just ask here because this does not happen with other browsers. The config of the site is : Wordpress 3.4.2 with W3 Total Cache Plugin and the browser caching enabled. If disabling the plugins the problem remains the same. Thanks in advance to anyone who could help.

Hello, Since I'm using CloudFlare for my Site I'm having a weird trouble occurring only with Firefox (version 16.0.2 / Mac OsX.6.8), but not with Chrome or Safari. When I navigate from the main page of my Wordpress Site to a single post, then back to the main page, then to another single post and back again to the main page, the browser displays a binary file instead of the normal page. After emptying Firefox cache the page loads again properly. When I pause CloudFlare the trouble disappears. I just ask here because this does not happen with other browsers. The config of the site is : Wordpress 3.4.2 with W3 Total Cache Plugin and the browser caching enabled. If disabling the plugins the problem remains the same. Thanks in advance to anyone who could help.

由Hazlo于修改

被采纳的解决方案

Thanks a lot for your suggestion dumdidadida. I'm more used to Firebug but it's true that the Web Developpers tools are very useful too. With the help of the people at CloudFlare, I could figure out what was happening. It was a conflict between the Page Cache Settings of my plugin W3C Total Cache, and the cache method of CloudFlare. I just disabled Page Cache and everything works good now. But the funny stuff is that the trouble only came out with Firefox, and not with other browsers. Good to know, for other users of CloudFlare and Firefox! Thanks again.

定位到答案原位置 👍 0

所有回复 (3)

more options

Hi,

This is not a solution but one way you could try to troubleshoot this is through the Web Console opened via Tools (Alt + T) > Web Developer. You need to have it open before loading/reloading etc. Clicking on GET, POST links provides detailed info including Content-Type, encoding etc. You can also right-click and select Log Request and Response Bodies to view the transferred data. Hopefully you would be able to find the cause and resolve it.

Firefox Tools

more options

选择的解决方案

Thanks a lot for your suggestion dumdidadida. I'm more used to Firebug but it's true that the Web Developpers tools are very useful too. With the help of the people at CloudFlare, I could figure out what was happening. It was a conflict between the Page Cache Settings of my plugin W3C Total Cache, and the cache method of CloudFlare. I just disabled Page Cache and everything works good now. But the funny stuff is that the trouble only came out with Firefox, and not with other browsers. Good to know, for other users of CloudFlare and Firefox! Thanks again.

由Hazlo于修改

more options

Thanks for the detailed update :)