Linked Questions
57 questions linked to/from How can I force clients to refresh JavaScript files?
4
votes
3
answers
12k
views
How do I force the refresh of javascript files in a browser? [duplicate]
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 ...
0
votes
1
answer
7k
views
How to Clear Browser Cache in Javascript / JQuery or AngularJS [duplicate]
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 ...
0
votes
2
answers
3k
views
How to make chrome to force reload JS from my web server? [duplicate]
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 . ...
0
votes
1
answer
533
views
Force browser to get last version of certain sources (CSS, JS, etc.) [duplicate]
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 ...
-3
votes
2
answers
229
views
How can I ensure users have the latest version of my PHP JavaScript? [duplicate]
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 ...
0
votes
1
answer
100
views
Web design practices to minimize browser refresh [duplicate]
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 ...
1
vote
0
answers
29
views
Loading javascript from server [duplicate]
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 ...
1172
votes
59
answers
618k
views
How to force browsers to reload cached CSS and JS files?
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
Disabling Chrome cache for website development
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 ...
225
votes
23
answers
715k
views
Clear the cache in JavaScript
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 ...
22
votes
5
answers
180k
views
How to clear the cache in angularjs
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?
45
votes
3
answers
64k
views
AngularJs force browser to clear cache [duplicate]
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 ...
4
votes
2
answers
4k
views
Caching uploadify files crashes the chrome
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 ...
0
votes
5
answers
6k
views
Urls don't work on refresh withing React app hosted on Azure
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 ...
6
votes
3
answers
2k
views
How to refresh client INLINE javascript
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 ...