Hi Jens, I have try this -https://github.com/realityforge/gwt-cache-filter with sample gwt example. I have cross check with firebug. I found that each request is all time request new file instead of load from cache. Have you add any extra setting for same?
Thanks, Bhumika On Friday, 20 March 2015 16:28:13 UTC+5:30, Bhumika Thaker wrote: > > Hi, > > Thanks for reply. > > Let me implement it. > I have used local storage "Storage.getLocalStorageIfSupported()" to store > certificate private key. > is value of local storage clear when cache clear? > > Thanks, > Bhumika > > On Friday, 20 March 2015 15:34:31 UTC+5:30, Jens wrote: >> >> If you apply the correct caching headers there is only minimal overhead >> on each request because the browser first checks if a new version on the >> server is available and only if it is available it will download the new >> version. Otherwise it will continue to use the already cached version. >> >> A lot of people use https://github.com/realityforge/gwt-cache-filter to >> apply caching headers to their gwt apps. >> >> -- J. >> > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
