Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

Disabled cache not working

  • 3 trả lời
  • 2 gặp vấn đề này
  • 7 lượt xem
  • Trả lời mới nhất được viết bởi nickyblissaviva

more options

Cache is not being disabled even with the developer toolbox open and the setting set to not cache files when toolbox is open. Also plugins to turn caching on and off are no longer working properly. Having to use ctrl+f5 multiple times to view updated assets while developing.

Cache is not being disabled even with the developer toolbox open and the setting set to not cache files when toolbox is open. Also plugins to turn caching on and off are no longer working properly. Having to use ctrl+f5 multiple times to view updated assets while developing.

Tất cả các câu trả lời (3)

more options

You could try these global settings:

(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 cache 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) In the search box above the list, type or paste viewer and pause while the list is filtered

(6) Double-click the browser.sessionhistory.max_total_viewers preference and edit its value from -1 to 0 (that's a zero) to disable "fast back-forward" page caching

Does that do it?

more options

I had a similar problem but then found I was looking at the wrong version of the web site?

Được chỉnh sửa bởi WestNab vào

more options

The only bit that hadn't been set as per steps above was the browser.sessionhistory.max_total_viewers. The browser is still caching files when it shouldn't and you shouldn't have to go into the hidden config settings when there is a checkbox is dev tools that you select which "should" turn off cache and its not doing so.