Linked Questions

4 votes
3 answers
12k views

I've been using quite a bit of JQuery, KnockoutJS and other JavaScript stuff for a web app I am building. Most of the JS is off in its own nice separate files. The issue I have is that the browsers ...
MikeD's user avatar
  • 973
0 votes
1 answer
7k views

Here we are using Pdf.js extension and Ifram in application, but we are facing issue with browser cache, its storing in browser but the physical files getting changed by service, and after file ...
Ravisankar Reddy's user avatar
0 votes
2 answers
3k views

I have a PHP website with lot of JS and CSS files included with the tag. The problem is whenever I update any JS or CSS and then open my website, chrome is still loading old versions of the JS,CSS . ...
Rangarajan K's user avatar
0 votes
1 answer
533 views

I would like, when someone is visiting my website, to make sure the browser has the last version of my files CSS, JS, etc. The idea I came with is to add an extra reference on my links: Instead of ...
Fenix Aoras's user avatar
-3 votes
2 answers
229 views

To be clear, this has nothing to do with script tags. I am not using them. This is JS placed on the page using PHP include. Most of my JavaScript files mix in PHP and use PHP's include instead of ...
Chewie The Chorkie's user avatar
0 votes
1 answer
100 views

The design of our website is such that whenever we make some changes in CSS & JavaScript files we require the user to clear the browser cache and get the latest version of these files from the ...
Xin's user avatar
  • 31
1 vote
0 answers
29 views

we develop a cloud software and we have the problem with loading javascript in Chrome. We change a javascript file on our server, but some users' chrome does not load this and keeps working with an ...
Viliam Krunka's user avatar
1172 votes
59 answers
618k views

I have noticed that some browsers (in particular, Firefox and Opera) are very zealous in using cached copies of .css and .js files, even between browser sessions. This leads to a problem when you ...
1753 votes
35 answers
902k views

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 cache ...
tomermes's user avatar
  • 23.5k
225 votes
23 answers
715k views

How do I clear a browsers cache with JavaScript? We deployed the latest JavaScript code but we are unable to get the latest JavaScript code. Editorial Note: This question is semi-duplicated in the ...
user avatar
22 votes
5 answers
180k views

I am doing an angular project,but after every changes in java-script file I want to clear the cache.So I want to know is there any angular code for deleting or removing the cache file?
ArunJaganathan's user avatar
45 votes
3 answers
64k views

My angular application is constantly changing these days because our team runs rapid updates right now. Because of cache our clients does not always have the newest version of our code. So is there ...
Marc Rasmussen's user avatar
4 votes
2 answers
4k views

I am using uploadify. when i try to open the page with uploadify script the page is crashed. I using this for a long time. but now only I am getting the error. Its happening only in chrome. Its ...
Mahendran Sakkarai's user avatar
0 votes
5 answers
6k views

I have just noticed that in my react app the urls don't work when user refreshes the page. The weird things is that locally everything works fine. I have created the app using create-react-app. I was ...
Jim's user avatar
  • 2,858
6 votes
3 answers
2k views

When using external js files, browsers can be forced to reload the files. See here. Recently, I've found out that INLINE scripts are also cached, at least in Chrome, version 80.0.3987.132, example ...
Alpha2k's user avatar
  • 2,251

15 30 50 per page