browser-cache Questions

3

Solved

Situation: On mywebsite.com/game, I registered a service-worker with navigator.serviceWorker.register('/service-worker.js', {scope: "/"}); On my server, '/service-worker.js' has a maxAge of 1d. ...
Ingathering asked 13/9, 2019 at 3:1

17

I am creating a website, but when I made changes to the stylesheet on my site, and I refreshed the site, none of the changes were there. I tried to use the view source tool to check the stylesheet....
Surveyor asked 3/10, 2012 at 22:50

2

I'm trying to test a website on the iphone simulator, I made some javascript changes and my javascript files are being loaded from cache. I see the old version files with safari web inspector, res...
Meany asked 8/10, 2017 at 3:12

22

Solved

It looks like if I load dynamic content using $.get(), the result is cached in browser. Adding some random string in QueryString seems to solve this issue (I use new Date().toString()), but this f...
Decahedron asked 15/12, 2008 at 8:44

8

I have made changes to style.css but the wordpress website is still showing old contents. I checked the file in FTP, and the changes in the file are there, but it's not showing on the website. I do...
Speleology asked 1/7, 2014 at 2:23

15

ES6 modules allows us to create a single point of entry like so: // main.js import foo from 'foo'; foo() <script src="scripts/main.js" type="module"></script> foo.js ...
Biodegradable asked 6/12, 2017 at 13:30

5

Solved

Browser: Firefox 6.0 I've Page A with the following setup to make sure the content is NOT stored in the bfcache of the browser: 1) $(window).unload(function(){}); 2) Following HTTP headers: &...
Maddock asked 30/8, 2011 at 18:40

35

Solved

I am modifying a site's appearance (CSS modifications) but can't see the result on Chrome because of annoying persistent cache. I tried Shift+refresh but it doesn't work. How can I disable the cac...

6

Solved

I'm trying to do a hard reload and empty cache in Chrome because a previously loaded site keeps coming up on the localhost port I'm using. The problem is the right-click options seem to have stoppe...
Ibert asked 24/8, 2016 at 19:25

9

Solved

With the Firefox web developer toolbar I can select "Miscellaneous → Clear private data → Cache". Is there a way to do the same with a keyboard shortcut? Edit: I am also using vimperator...
Ours asked 12/3, 2009 at 17:2

7

Solved

When I play an application on Facebook and the game is not loaded, there is a tip saying that the browser's cache should be cleared. How can I clear the browser's cache?

4

Solved

How to disable or delete browser cache in Windows 10 on the Edge browser? There are no options on preferences and developer tools (F12)
Pulliam asked 29/7, 2015 at 12:12

18

I need to somehow detect that the user has pressed a browsers back button and reload the page with refresh (reloading the content and CSS) using jquery. How to detect such action via jquery? Becaus...
Boehmenist asked 27/3, 2017 at 9:48

9

I am working on Selenium WebDriver automation in java programming language. In my test suite that initiates the browser window once and perform all the tests. I want to clear the browser cache befo...
Oshinski asked 6/10, 2015 at 13:8

1

Solved

Basically the question is in the title. My browser serves the data from local cache every time, instead of going to CloudFront for it. Invalidation on CloudFront side doesn't help (as expected). Th...

4

I knew that Google Chrome supports from memory cache and from disk cache when I request resources. However, I didn't see from memory cache before. How does chrome determine which resources should b...
Obfuscate asked 4/8, 2017 at 3:11

3

Old situation Previously, I used the following method to force the browser to reload my JavaScript file if there was a new version available. <script src="common.js?version=1337"></scrip...
Pearson asked 29/8, 2017 at 16:21

4

By default, my browser caches webpages of my ExpressJS app. This is causing a problem to my login system (users not logged in can open old cached pages of logged in users). How do I disable this ...
Sevastopol asked 25/3, 2014 at 11:3

10

I created an app with vue-cli and then I build the dist folder for production. The app is deployed on IIS with flask backend and works fine. The problem occurs when I have to make some changes an...
Liberec asked 8/1, 2020 at 14:35

4

I am creating a website, but I needed to do refresh several time to see the changes I made in website. Is there any option that I can use to disable cache in WordPress?
Peashooter asked 13/9, 2017 at 8:25

7

Solved

Whenever I update CSS, JS, or image files the browser is loading the same old files stored in cache. How can I prevent this? I am serving my site pages with PHP.
Crisp asked 30/11, 2012 at 6:26

6

Solved

Most browsers cache form input values. So when the user refreshes a page, the inputs have the same values. Here's my problem. When a user clicks Save, the server validates POSTed data (e.g. checke...
Stonewort asked 23/4, 2010 at 14:21

5

Solved

I am making a website and am running into an issue with website cache for my users. I develop my website and have set chrome developer tools to disable cache for my website for development. The iss...
Veratridine asked 10/6, 2015 at 18:30

5

Solved

In Chrome it is possible to clear the Service Worker cache from the Dev Tools. How can we achieve that in Firefox? I've tried so far: to unregister the service in about:serviceworkers to empty ...
Watercool asked 13/1, 2017 at 14:24

2

Solved

Github pages sets very aggressive cache headers (Cache-Control: max-age=86400 1 day, Expires 1 month ahead) on all served content. If you update your pages and push to github, people revisiting th...
Lixiviate asked 23/9, 2012 at 21:55

© 2022 - 2025 — McMap. All rights reserved.