Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Browser Cache caching regardless of change in options

  • 3 replies
  • 1 has this problem
  • 6 views
  • Last reply by Amelia

more options

Hi from a short time back I've noticed my local pages (vdeveloping on localhost) are being cached regardless of my config which is not caching anything at all. This is particularly annoying when you make small changes and they're not reflected at once but instead they are only after 5,6,... 10 reloading calls.

I've searched for help and followed the instructions of changing options in about:config with no results

I'm using Linux and 96 version of the browser.

Thanks in advance

Hi from a short time back I've noticed my local pages (vdeveloping on localhost) are being cached regardless of my config which is not caching anything at all. This is particularly annoying when you make small changes and they're not reflected at once but instead they are only after 5,6,... 10 reloading calls. I've searched for help and followed the instructions of changing options in about:config with no results I'm using Linux and 96 version of the browser. Thanks in advance

All Replies (3)

more options

What 'config' preferences? My local files reload immediately with changes I have made.

more options

browser.cache related... disk, memory & offline.

I set them to false or 1 when numeric. I've even changed "pdfjs.enabledCache.state" and nothing

more options

Hello,

Although not perfect solutions, I know of two ways to do this.

One is using the disable cache checkbox in the network tab of devtools. This will only work while devtools is open.

The other is control + F5, which reloads bypassing cache.