為了改善您的使用體驗,本網站正在進行維護,部分功能暫時無法使用。若本站的文件無法解決您的問題,想要向社群發問的話,請到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 發問,我們的社群成員將很快會回覆您的疑問。

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

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 :)