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.

learn more… | top users | synonyms

0
votes
2answers
192 views

Android WebView - clear cache

I have a WebView control and I want to show every time a current site, but I think the WebView show only the cached version of the site. I tried everything found here but nothing seems to work. I ...
0
votes
0answers
24 views

Pushing code on server and clearing browser cache

We have created a web application. We push code through ftp client. While pushing code on the server, the corresponding page is not visible as its being uploaded. Is there a way of pushing parts of ...
0
votes
0answers
67 views

Programmatically disable cache when downloading files using URLConnection in Java applet

I need to programmatically disable applet cache on the user computer: I have a web page that loads an applet, and the web page is loaded by Plone CMS. I would like something to execute before my ...
0
votes
2answers
21 views

set a image in browser cache

Is there any way to set image in browser's cache? I am googing, but I couldn't find anything. If setting image at cache is possible, please give me the right direction.
1
vote
2answers
111 views

Firefox ignores Cache-Control no-store, no-cache when I use AJAX

In my web-site every pages can return html and json. If request is normal page returns html, if request is AJAX page returns json. The problem is that firefox caches html response when I need json ...
0
votes
0answers
6 views

Browser Support - Forcing Refresh using ?v=X

When files change that are normally caached such as CSS or Javascript files you can force refresh of those files by adding ?v=2 or whatever your preference is. For example: filename.css?v=2 ...
0
votes
0answers
18 views

LinkedIn API Query Caching?

I am building a community website on Wordpress with LinkedIn api. There is a Invite page, where I use LinkedIn Api for Connection query the current user's existing connections. And can send an invite ...
1
vote
1answer
41 views

Best way of dealing with cached js files when iterating rapidly

My application is growing, changing, and deploying to our alpha users several at least once a day. This leads to a problem as users' browsers caches doesn't expire rapidly enough for them to get the ...
0
votes
0answers
30 views

Prevent automatic basic http authentication from password stored in cache

I am building a prototype jquery based ui for a RESTful backend secured with basic http authentication ,there are no sessions or session IDs .Now the username and password keeps getting cached and I ...
0
votes
2answers
59 views

Detect if an image is cached

To know if an image is in the cache, you can use in Firefox mozIsLocallyAvailable(). There is no such things from chrome or IE. Do you know any other ways ? I tried to check for "304 not modified" ...
0
votes
0answers
28 views

clearing IE cache via run in windows 7 [closed]

Hi does anyone knows command to clear cache via run for IE in windows 7. I have one for windows xp but does not seem to work correctly for windows 7 rundll32 %windir%\system32\dfshim.dll Thanks ...
0
votes
0answers
21 views

How do web browsers cache webpages?

First question Do web browsers cache webpages I visited by default? Second question If the web browsers cache all the webpage I visited, gradually they will consume more and more space (disk and ...
0
votes
1answer
88 views

Why browser does not send “If-None-Match” header?

I'm trying to download (and hopefully cache) a dynamically loaded image in PHP. Here are the headers sent and received: Request: GET /url:resource/Pomegranate/resources/images/logo.png HTTP/1.1 ...
1
vote
1answer
50 views

Chrome DevTools / Firebug: how to persist breakpoints with cache busting

I've got very simple cache busting in force for development on my JavaScript files so that every time I make a change, the browser has the most up to date version. Basically: cache_buster = '' if ...
5
votes
3answers
64 views

Tell Browsers to update the cache if cache date is over a certain date

Is there a meta tag or something I can use that tells the browser to not use a cache from before a certain date. e.g. <meta "only use cache if cache is AFTER 4/4/2013"> If the cache is old it ...
0
votes
1answer
33 views

JS include tag not being removed from dom, even though it has been removed from the file

I'm building a rails app, and I'm having an issue where i'm getting two confirmation boxes popping up, rather than one when I use :confirm. I've come to the conclusion that this is a result of ...
2
votes
0answers
136 views

Why doesn't chrome cache google app engine blobstore

I'm using blobstore to serve audio files embedded in HTML5 audio element. Because I have a blobkey as a part of url I can assume that for any given url its content will never change. That looks like a ...
0
votes
1answer
43 views

Restore js file with chrome cache

I accidentally deleted a HTML file with dreamweaver. I really would like to get this file back, my backup was not ok. So I would like to retrieve the file using the cache of my browser Chrome. I ...
0
votes
1answer
182 views

RequireJS Caching

We are having some trouble with RequireJS not grabbing a fresh copy each time it is requested. We have used the following without success: require.config({ urlArgs: "bust=" + (new ...
0
votes
1answer
53 views

Username and Password in address bar

Once I login to my website (a chat room), the URL contains uid=myusername&pass=mypass and it stays there indefinitely, and never goes, even while chatting.. Can a guest sniff what is in my ...
0
votes
0answers
15 views

set some values in borwser cache

Want to set a image in cache. How can I set some values in browser cache. I think, DOM cache is not useful for my purpose. Need is if someone reload a page, cached image come from cache and it is not ...
0
votes
1answer
62 views

Change PDF cache rate or a solution to download vs open PDF in new window?

I have done lots of searching on here and applied a few of the methods mentioned without any luck. My problem is a site I manage, the client uploads a new PDF under the same file name on a weekly ...
5
votes
1answer
55 views

Should I expect stale results after redirect on local environment?

After I post a new entity to the datastore, I redirect the page to a new URL that lists all of the entities in that group. When I redirect, the page shows stale results and I have to reload to see the ...
0
votes
0answers
15 views

What is it about web browser cache design that causes performance to degrade when the cache grows

The nearly universal advice one gets when describing slow performance or erratic performance in a web browser is "Have you tried to clear the cache?" Since I've gotten this advice with every browser ...
0
votes
0answers
10 views

Apache 2.2 Configuration with Caching

I'm trying to cache javascript files that may exist, and I placed all the javascript files in the respective scripts folder in each web application. So, I have this in my httpd.conf file: # 3 YEARS ...
0
votes
1answer
31 views

Should Cache-Control max-age be set if marked public?

I was trying to figure out the best cache headers for my site and couldn't find a good resource about setting both max-age and public. In my situation I have a number of files where I am not worried ...
0
votes
0answers
48 views

How to implement JS client-side page cache?

I need to add a client-side cache for the web application, as the site oriented on mobile devices with not so high response and connection speed. Is there any "best practices" for the front-end ...
0
votes
1answer
70 views

Caching Images generated by PHP script

Well, as given in the title, I want to cache the resource generated by my php script on the user's browser. I want to do so because I want to serve thumbnail images for some images from the server ...
1
vote
1answer
32 views

IE caching issue, EVEN if correctly configured

I make a GET request to www.mysite.com and in the header I receive: Cache-Control no-cache, no-store, must-revalidate Expires Thu, 01 Jan 1970 00:00:00 GMT Pragma no-cache Otherwise, I receive ...
0
votes
0answers
17 views

filesystem api image loading

We are using filesystem api to save content in browser cache. When we try to load the content from browser cache, the images in the content are not getting loaded(images are also stored under images ...
1
vote
0answers
65 views

GWT GIN to bind many ClientBundle with ImageResource in one picture for fast loading application

I am using GWT in my application. For caching pictures i use ClientBundle with ImageResource. I have many ClientBundles like this: public interface MenuBundle extends ClientBundle { ...
1
vote
1answer
231 views

Angularjs: date expiration for $cacheFactory

I have added cache in my application with $cacheFactory, but when the user close the browser and then reopen, the cache data about the browsed products is expired. Are there any way to make it ...
0
votes
1answer
237 views

codeigniter multistage forms using POST and making the backbutton work

I have codeigniter forms which use POST to go from one page to the next. Each stage uses user submission data. I read in: http://stackoverflow.com/a/13559805/1021360 That I need to use a ...
3
votes
1answer
116 views

Delete cookies & cache from internal web browser of Eclipse

When using Eclipse Java EE IDE for Web Developers edition of Eclipse Juno SR2, and running a web app in the internal web browser, how does one delete that browser’s cookies and cache? I've searched ...
0
votes
5answers
62 views

how do I reset the browser cache when reloading a page

I have a page that I'm changing however, the changes can only be seen when I reset my browser cache. Is there something I could add to my html which would do this?
1
vote
1answer
32 views

HTML5 Application Cache only for dependencies

I want to cache only a few files like JavaScript and CSS, font files and image sprites. Is it better to add a manifest file for the files or should I let the browser do the cache? If it's better ...
1
vote
0answers
53 views

Programatically reload a SVG file

I have a Javascript/jQuery function that creates/overwrites a SVG file, which is embedded in a page in a web app. I made sure that, each time this function is called, the SVG file is updated, but ...
1
vote
2answers
244 views

How to delete Internet history and cookies via DOS command

Even when you delete the Internet History or cookies via your browser, it still exist in your computer;Please what is the DOS command that do the task for good . Thank you very much
0
votes
0answers
26 views

Force clear browser cache every week

Is that possible force browser to clear cache in every Sunday or something like that? This tag will clear the cache every time user access to my website? < META HTTP-EQUIV="CACHE-CONTROL" ...
1
vote
1answer
28 views

Joining concurrent/identical HTTP GET requests?

Do browsers join concurrent identical HTTP GET requests? At least, for static or cache-able content? That is, if something like this happens: | AJAX/HTTP-GET(resourceX) | [start ...
0
votes
0answers
24 views

How to save user name and password in Login screen Open erp

I used google chrome, and when I login to open erp there is no option to save the password, the username is restore but I want to keep the password automatically fill in the field, does anybody know ...
0
votes
0answers
53 views

Manage aggressive caching using URL fingerprinting in a Java/Maven way

I'm trying to find the best solution to manage browser cache to reload modified JavaScript/CSS resources in a Java/Maven project. The most widespread solution seems be Maven filtering to add a ...
1
vote
0answers
113 views

Why is my htaccess rule still producing gtmetrix, yslow expire headers errors?

I have a rule set up in my .htaccess on a WordPress site. It looks like this: # manual caching - force use of browser cache FileETag MTime Size <ifmodule mod_expires.c> <filesmatch ...
0
votes
0answers
17 views

Cache automatically and do not check in the next time

I have a host that have a ping of 150ms~250ms. It do about 45 hits to full load a page. It's very high, I know, and it takes about 3 seconds to load. I want to know how I can cache files a way that ...
0
votes
2answers
40 views

browser cache not getting updated even when the files are modified

Whenever I update my site with new files, I need to clear the cache every time to see the changes, which I don't want to do it...I have set expiration duration as 1 day, Can anybody explain where is ...
0
votes
1answer
336 views

Browser Back button Issue iasp.net MVC4

I’m using following line of code to disable the browser back button problem after logout using asp.net MVC4. [OutputCache(NoStore = false, Duration = 0, VaryByParam = "None")] public ...
2
votes
3answers
396 views

Browser back button

I’m using following line of code to disable the browser back button problem after logout. function LogoutOnClick() { window.history.go(-1); } But, there is one problem with this code, supposing ...
3
votes
1answer
196 views

“no-cache” ​vs “max-age=0, must-revalidate, proxy-revalidate”

What's the​ difference between Cache-Control: no-cache and Cache-Control: max-age=0, must-revalidate, proxy-revalidate?
0
votes
0answers
90 views

how to clear asp output cache manually from the server side

i have setup a cache but would like to clear it manualy from the server side but not sure how you do that. i have tried to recycle the app pool but that only cleared the cache from my development ...
1
vote
2answers
51 views

how to check if an image was cached in js? [duplicate]

when I joined an interview , I was asked the question, I didn't know how to answer it . do you know the key point of the question?

1 2 3 4 5 16