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".

Tìm hiểu thêm

I need an updated page from server.

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

more options

I'm a developer trying to test my web application in firefox. The problem is that once FireFox has loaded a page it is cached forever and there seem to be no way what so ever to make it reload from the server.

I've tried to find some developer settings, but there seem to be none. There is a developer sub menu, but there is nothing about cacheing there.

I thought that this problem would be easily solved by googling on it, but NO! I can find no solution to this problem.

Every other browser I've ever used has a workaround to this problem, but if Firefox also have such it is a very well hidden secret.

I'm a developer trying to test my web application in firefox. The problem is that once FireFox has loaded a page it is cached forever and there seem to be no way what so ever to make it reload from the server. I've tried to find some developer settings, but there seem to be none. There is a developer sub menu, but there is nothing about cacheing there. I thought that this problem would be easily solved by googling on it, but NO! I can find no solution to this problem. Every other browser I've ever used has a workaround to this problem, but if Firefox also have such it is a very well hidden secret.

Giải pháp được chọn

There is a setting in the developer toolbox settings (scroll down to the Advanced section) to disable the HTTP cache, but that might not be enough in all cases.

Đọc câu trả lời này trong ngữ cảnh 👍 0

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

more options

{ Ctrl + F5 } to reload a page from the server.

more options

The above forces the website to redownload the web page bypassing the cache.


Type about:preferences#privacy<enter> in the address bar. The button next to History, select Use Custom Settings.

Turn on Remember My Browsing And Download History At the bottom of the page, turn on Clear History When Firefox Closes. At the far right, press the Settings button. Turn on ONLY Cache and Form And Search History leaving the others off.

more options

Giải pháp được chọn

There is a setting in the developer toolbox settings (scroll down to the Advanced section) to disable the HTTP cache, but that might not be enough in all cases.

more options

Yes! I finally found the 'disable cache' setting, it took some time.

I wen't over this setting page several times yesterday and several times today without seeing this.

The font used in the setting are really tiny and I use glasses. But this support site also have a very tiny font size. Maybe I need stronger glasses :-)

Anyhow, thanks for the help!

more options

I sometimes use a magnifier.

more options

You can zoom that developer toolbox with the usual keyboard shortcuts (Command and +).

more options

Cool! It even works on Mac!

Thanks!