Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Questo sito potrebbe offrire funzionalità limitate durante le operazioni di manutenzione per migliorare l'esperienza utente. Se un articolo non risolve il tuo problema e vuoi richiedere supporto, la nostra comunità di supporto è pronta ad aiutarti tramite @FirefoxSupport su Twitter e /r/firefox su Reddit.

Cerca nel supporto

Attenzione alle mail truffa. Mozilla non chiederà mai di chiamare o mandare messaggi a un numero di telefono o di inviare dati personali. Segnalare qualsiasi attività sospetta utilizzando l'opzione “Segnala abuso”.

Ulteriori informazioni

Questa discussione è archiviata. Inserire una nuova richiesta se occorre aiuto.

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

  • 3 risposte
  • 1 ha questo problema
  • 2 visualizzazioni
  • Ultima risposta di 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.

Modificato da Hazlo il

Soluzione scelta

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.

Leggere questa risposta nel contesto 👍 0

Tutte le risposte (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

Soluzione scelta

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.

Modificato da Hazlo il

more options

Thanks for the detailed update :)