Browser caches are an instance of the optimization mechanism known as a cache. There is an HTML5 specification for a browser cache mechanism called Appcache.
0
votes
0answers
7 views
Are parameterized version queries for css/js superfluous when etags are sent by the server?
Are parameterized version queries, such as style.css?v=1234, for css/js superfluous when etags are sent by the server?
0
votes
0answers
4 views
Access Uncached Files with HTML5's AppCache?
I have been trying to figure out HTML5's new AppCache, but I feel extremely limited here.
Let's assume that I have a website with four pages:
index.html
about.html
portfolio.html
contact.html
I ...
0
votes
1answer
11 views
Options for force-clearing DNS cache in Firefox 20 on Snow Leopard? [closed]
I'm struggling with getting my DNS cache to clear in Firefox 20.
I'm trying to view a site that I've moved from yahoo hosting to nexcess. I can see it fine in Chrome, Safari etc, but it's stuck in ...
0
votes
0answers
3 views
asp.net clear bfcache update panel in safari
I'm trying to clear bfcache in Safari.
I found a js solution here that works without an update panel, but when I add an update panel it stops working.
Prevent safari loading from cache when back ...
1
vote
1answer
41 views
Remove cache with javascript
So my javascript files are being cached. Originally I just had them in a script tag like so:
<script type='text/javascript' src='js/example.js'></script>
Now my understanding is that it ...
0
votes
0answers
18 views
how to force page not to load from cache if there are changes in page
I have a site with advertisements and so the user is able to change his advertisement. But if the user goes to his own advertisement the page is the same, because the page loads from the browser ...
0
votes
1answer
21 views
Firefox & reloading page: keeps unsubmitted value for select
I have a page that contains a select element for creating a new object.
When a user visits the page, if he/she selects a value from the select element and then reloads the page (using cmd|ctrl + R) ...
0
votes
0answers
6 views
Force Chrome to cache a video
I'm trying to reduce server bandwidth while including videos in a slider that's rotating between static html and videos that play a period of time and then trigger the next slide.
While the ...
0
votes
0answers
18 views
LESS: watch() mode solve problems with @import?
I have this problem with a LESS project. It's first time that I try this new language... ;-)
I'm using less.js library to parse .less file in real time.
I created many .less files with a main.less ...
0
votes
0answers
12 views
Joomla 2.5 cache issue
my website in joomla 2.5 version, my website has cache problem in menu.
when i visit my about us page and then go to product page and some product purchase (add to cart), in product page cart has ...
1
vote
2answers
45 views
Caching text/image assets in performance-constrained environments
I'm working on an extremely performance-constrained devices. Because of the overhead of AJAX requests, I intend to aggressively cache text and image assets in the browser, but I need to configure the ...
1
vote
0answers
22 views
Why Google Chrome does not cache this resource
In ASP .NET application I have a CompositeScript that combines a few scripts. However Google Chrome constantly gets this resource, and does not cache it. Here's a response generated by the server:
...
0
votes
1answer
22 views
Non caching page
After 30 minutes the user should get logged out, but it seems the cache is keeping the user online for a couple of pages/clicks...
if (isset($_SESSION['LAST_ACTIVITY']) && (time() - ...
0
votes
0answers
21 views
Autocompletion/Restoring of input form fields that are created dynamically on navigation
Assume I have an <input> element on an HTML page. When I fill in a value, navigate forth to another page and navigate back, that value is usually restored:
1) In Firefox, the whole page state ...
0
votes
0answers
19 views
Chrome frame works only once
I am trying to render page on IE with google frame by setting the response header with
X-UA-Compatible "IE=Edge,chrome=IE8" env=gcf
in httpd.conf file in IBM Http Server.
If i load my page for ...
0
votes
1answer
6 views
Resource with cache headers still going out
On a call I want to get cached forever, I put these headers (from the response i see):
HTTP/1.1 200 OK
X-Powered-By Express
Vary Accept-Encoding
Cache-Control public, max-age=31536000
Expires ...
0
votes
0answers
11 views
Prevent Browser to cache image stored in Azure Blob
I am displaying images in my web app. Images are stored in Azure Cloud. Problem is, browser is caching images which is not required in admin app. A way to handle caching is to add timestamp as ...
1
vote
1answer
52 views
Cache busting specific modules with RequireJS
This question has been asked several times but not specific to this example.
Here is an overview of our application:
Simple server routing with Express on Node
Single page backbone application
Core ...
0
votes
0answers
30 views
Cache busting using an external file
For performance and to limit server load, I would like to cache as many assets as possible for 4 months (or more). And, here's the important part, I would even like to cache the HTML itself for that ...
1
vote
0answers
26 views
How to display large amount of data (~8Mb) on a web browser at once?
I have to display around 8Mb of data on a web browser. Unfortunately I am not allowed to use pagination. Currently my chrome, FF, IE hang while rendering this huge data.
Is there any way to tweak ...
0
votes
3answers
55 views
How to avoid show the image has same name just did remove?
I try to use ajax upload images to raphael, after upload 1.jpg then remove then upload another image as same name 1.jpg.
It is show the image just did remove before, I found some similar question and ...
0
votes
0answers
42 views
How to delete HTML5 cache from UIWebView?
I have a web page hosted with following tag to allow HTML5 cache. And the res shows a png image with some text.
<html manifest="offline.appcache">
But after deleting ApplicationCache.db, ...
0
votes
0answers
33 views
Express.js Node Framework - Not caching
My Node.js app uses Express and my app has a route that sends a JSON file with Tweet data. I want it to cache for 20 seconds. But, whenever I hit refresh in my browser (Chrome or FireFox) I ...
0
votes
0answers
18 views
HTML5: Putting a JsonResult in the Application Cache
I have placed a URL in my cache manifest that references an MVC controller action of type JsonResult:
CACHE:
/controller1/action1/id1 # returns JsonResult
This action is correctly called from ...
0
votes
2answers
42 views
Clear browser cache after navigation form page
I have a multisite setup, where each site loads it's data via ajax. Everything is working perfect expect one detail. If I press the back button the ajax data is loaded from the browser cache an not ...
0
votes
1answer
78 views
IE 10 Does Not Render Updated Flash SWF's
I am using the following code to display flash content on webpage -
<embed src="test_flash_file.swf" quality="high" bgcolor="#869ca7"
width="100%" height="100%" name="fclient" align="middle"
...
0
votes
0answers
27 views
Large Data Populating Delay in Autocomplete in spite of Caching
I am invoking autocomplete with this ajax request:
source: function (request, response) {
jQuery.ajax({
url: handlerUrl,
dataType: "json",
...
0
votes
0answers
47 views
Silverlight - DLL's zip file is not loaded into IE browser cache (after checking 'Reduce XAP size..' option)
Hi can anyone help me with this problem?
In my Silverlight project, I chose 'Reduce XAP size..' option in the properties.
The particular DLL zip file is generated in the ClientBin after build.
...
0
votes
0answers
32 views
how can we clear browser cache programatically after specific period of time ,using client side script
I am willing to know below details for the mentioned scenario :
How to clear the cache?
Do clearing causes any side effect on functionality?
Scenario:
I do have Asp.Net web app, in which 1 page ...
0
votes
3answers
52 views
Browser Caching problems
I created a shopping cart application but after add items to shopping cart from products page and then go to the cart page cart is showing empty, but after refresh product is showing, I think browser ...
1
vote
1answer
19 views
regular expression to negate a string nocache not working
I am trying to build a regular expression in apache which match with all files with extensions as .html, .css, .js, .jpg, etc... except it the url has the word "nocache"
I have read other entries in ...
4
votes
2answers
229 views
How to clear browser cache on browser back button click in MVC4?
I know its a popular question in stackoverflow. I have gone through every same question and I am unable to find the right answer for me.
This is my log out controller Action Result
[Authorize] ...
0
votes
1answer
51 views
Cache buster in PHP
I am trying to make a simple PHP cache buster, but I have a little problem: if I do
header('Location: http://localhost:8080?'.time()); then my url will be http://localhost:8080/?1234445, however what ...
1
vote
2answers
122 views
How do browsers handle non-cacheable resources that are referenced more than once?
This Yahoo Developer Network article says that browsers handle non-cacheable resources that are referenced more than once in a single HTML differently. I didn't find any rule about this in the ...
-1
votes
1answer
34 views
How to tell the browser to remove a file from the cache and get the newly deployed file
We have 3 different webapplications running on tomcat. In the near future, there will be a javascript, all of the webapps have to include. The javascript should be served by an internal CDN.
Now if ...
0
votes
0answers
62 views
Does IE cache HTTP response headers?
I am testing a web application that do not set the "cache-control:no-cache" directive in any response headers including the response containing the Set-cookie directive (so someone would be able to ...
3
votes
2answers
44 views
Does @font-face load all fonts to the browser
I've been starting to use @font-face in the last year or so seeing that most major browsers support it now. I usually just use 1-3 fonts max, but most often I include the italics version, bold and ...
-1
votes
0answers
33 views
how does firefox cache work? [closed]
Can anybody put light on how firefox cache work?
alok@alok:~$ ls .mozilla/firefox/me3vxhjn.default/Cache/
0 1 2 3 4 5 6 7 8 9 A B C _CACHE_001_ _CACHE_002_ _CACHE_003_ _CACHE_MAP_ D ...
0
votes
1answer
59 views
Cache Page Load and Delete after 30 Minutes?
I'm using a fade-in effect on my homepage, but as suggested, I should cache the page load so that I only trigger the effect once. I'm not too savvy with javascript, but this is what I have. ...
2
votes
1answer
65 views
How do I enable browser caching that will never expire using Spring MVC WebContentInterceptor?
We have setup a cacheMappings property to cache a static HTML file that never changes in our Spring MVC application.
<beans:bean id="webContentInterceptor" ...
1
vote
1answer
60 views
Delete cache files and free allocated memory for it programmatically
I am building an app for SmartTV which is mainly (JavaScript & HTML5). The application is very slow due to the RAM size on the TV and the processor speed.
I am working currently to solve this ...
1
vote
0answers
124 views
JavaFX WebView / WebEngine Cache external JavaScript
Situation:
I have a Simple HTML page which have a normal script tag like this
<script src="main.js"></script>
After i load the html , i update the main.js , and make a reload (throught ...
1
vote
0answers
50 views
javascript not loading in firefox alone
I have added a piece of javascript code and it is not getting reflected in some of my peer's machine. Don't know whats going wrong.
This is what I did.
OnClick of a button, there was an existing JS ...
0
votes
2answers
51 views
New deployment, have browser cache cleared the first time the page is loaded
The situation:
-Application deployed and in use.
-JavaScript / jQuery (in .js file) updates made.
-Application redeployed
-User does not see JavaScript changes unless they clear their cache.
This ...
3
votes
3answers
127 views
Google Chrome does not revalidate etag on back/forth
Even though I send "cache-control: must-revalidate" Google Chrome uses a locally cached page when using the back and forth button in the browser.
This is part of the original response:
HTTP/1.1 200 ...
0
votes
2answers
70 views
How to clear HTML5 application cache of UIWebView
I've faced with an issue recently that HTML5 application cache stopped work in native container which uses UIWebView to render html content. cache.manifest file was changed, UIWebView started ...
0
votes
1answer
67 views
how to set Setting Expires and Cache-Control: max-age headers for images only in ASP.NET?
I have a website with files which are static like Jquery library, images and other JS files.
So, I wish to set expiry time for those resources specifically so that those can be easily retrieved from ...
1
vote
0answers
31 views
Gravatar default image cache issue on localhost
i have a very strange problem with gravatar.
i have a public default image on example.com/image.jpg
i have changed this image on the public website quite a while ago (more than a week ago).
since ...
3
votes
1answer
35 views
JavaScript - Cache bookmarklet but always load the latest version
I'm working on a JavaScript bookmarklet that lets users send a link to a website.
Is it possible to cache the bookmarklet but also reload it if a new version is available?
(Maybe with htaccess?)
...
1
vote
2answers
56 views
Leverage browser catching for google plus button and analytics (2)
This is the code I put in my htaccess file but it is not working. Maybe I am missing something? or doing something wrong? Help if you can, please.
ExpiresActive On
ExpiresByType image/jpg "access ...


