Αυτός ο ιστότοπος θα έχει περιορισμένη λειτουργικότητα, όσο εκτελούμε εργασίες συντήρησης για να βελτιώσουμε την εμπειρία σας. Αν ένα άρθρο δεν επιλύει το ζήτημά σας και θέλετε να κάνετε μια ερώτηση, η κοινότητα υποστήριξής μας είναι έτοιμη να σας βοηθήσει στο Twitter (@FirefoxSupport) και στο Reddit (/r/firefox).

Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Μάθετε περισσότερα

How do I totally disable all caching in Firefox

  • 2 απαντήσεις
  • 1 έχει αυτό το πρόβλημα
  • 16 προβολές
  • Τελευταία απάντηση από cor-el

more options

What is the quickest and easiest way to disable all memory and disk caching in Firefox for the Mac, even after I have re-opened the browser? I'm a web developer who uses FF to test my websites. I need to be able to ensure that when I'm building a webpage and I refresh the page, I'm seeing whatever changes I've just made to the page rather than seeing the cached version of the page. Thanks.

What is the quickest and easiest way to disable all memory and disk caching in Firefox for the Mac, even after I have re-opened the browser? I'm a web developer who uses FF to test my websites. I need to be able to ensure that when I'm building a webpage and I refresh the page, I'm seeing whatever changes I've just made to the page rather than seeing the cached version of the page. Thanks.

Όλες οι απαντήσεις (2)

more options

You could try this:

(1) In a new tab, type or paste about:config in the address bar and press Enter/Return. Click the button promising to be careful or accepting the risk.

(2) In the search box above the list, type or paste cach*enab and pause while the list is filtered

(3) Double-click the browser.cache.disk.enable preference to switch the value from true to false

(4) Double-click the browser.cache.memory.enable preference to switch the value from true to false

(5) Double-click the browser.cache.offline.enable preference to switch the value from true to false

To view current cache contents to see whether anything is added or changed after that, you can type or paste about:cache in the address bar and press Enter to load that page.

Does it do what you need?

more options

Note that the developer tools have a setting to disable the HTTP cache while this toolbox is open.