搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Development: Ctrl+Shift+R don't clean the cash (only manually or through plugin)

  • 7 个回答
  • 4 人有此问题
  • 499 次查看
  • 最后回复者为 Xixo

more options

I am developing a web application (Wildfly, JS, html, css & co.). I am checking that in both Chrome and Firefox, but in Firefox every time i want to refresh a page to see changes, i must clean the cache, while in Chrome i just press F5. I installed Firefox Developer Edition because of that, but the problem is also there.

Even Ctrl+Shift+R doesn't solve the problem (or not always).

I added: https://addons.mozilla.org/it/firefox/addon/empty-cache-button/ and it works great. But still, why doesn't work just F5 as it happens in Chrome? Is there an option "automatically clean cache"? Or some "Developement mode" that allows to refresh everything silently?

The biggest disappointment was when i saw that this happens also in "Firefox Developer Edition" Maybe i am doing something wrong or the option is present?

I remember some problems like that in the past, but now they happens almost on always change.

I am developing a web application (Wildfly, JS, html, css & co.). I am checking that in both Chrome and Firefox, but in Firefox every time i want to refresh a page to see changes, i must clean the cache, while in Chrome i just press F5. I installed Firefox Developer Edition because of that, but the problem is also there. Even Ctrl+Shift+R doesn't solve the problem (or not always). I added: https://addons.mozilla.org/it/firefox/addon/empty-cache-button/ and it works great. But still, why doesn't work just F5 as it happens in Chrome? Is there an option "automatically clean cache"? Or some "Developement mode" that allows to refresh everything silently? The biggest disappointment was when i saw that this happens also in "Firefox Developer Edition" Maybe i am doing something wrong or the option is present? I remember some problems like that in the past, but now they happens almost on always change.

被采纳的解决方案

Hi Xixo.

I would advise you to just use Ctrl+F5 shortcut instead, which should work in all browsers to reload the page bypassing cache. Or you can just disable cache (set it to 0 MB) in Firefox in Settings > Advanced > Network tab.

定位到答案原位置 👍 1

所有回复 (7)

more options

选择的解决方案

Hi Xixo.

I would advise you to just use Ctrl+F5 shortcut instead, which should work in all browsers to reload the page bypassing cache. Or you can just disable cache (set it to 0 MB) in Firefox in Settings > Advanced > Network tab.

more options

If you change the content, but leave the file (image) names the same then consider to add extra GET parameters like a date-time string to the URL to make each file unique.

more options

The answer of Michal Stanke seems working. Anyway, I would expect that as default for Firefox Developer Edition, because I suppose it's a common need for developers.

more options

Ctrl+F5 works the same way as Ctrl+Shift+R and bypasses the cache, so both should work. You may have to use it more than once.

See also:

more options

cor-el said

You may have to use it more than once.

That's the problem actually (did i press that enought times?).

The link you gave about browser.cache.check_doc_frequency seems quite interesting, i will try to set its value to 1.

more options

<snark>Cleaning the cash... is that like laundering money? </snark>

more options

Narvey said

<snark>Cleaning the cash... is that like laundering money? </snark>

You know, in English the pronuciation and the writing is not always logically related... so may be :)

由Xixo于修改