M
M
Mokhirjon Naimov2015-08-29 08:37:47
caching
Mokhirjon Naimov, 2015-08-29 08:37:47

How to remove Application Cache (HTML5) from users' browsers?

I wanted to speed up the site using aplication cache (HTML5 Rocks). I added only assets (css, js, pics/imgs) to cache, but the pages were also cached. That is, new data has already been added, but old data is still shown on the pages.
Tried and didn't help:

  1. Remove manifest attribute from html tag, remove appcache.manifest file and manifest type from .htaccess
  2. Remove all assets from appcache.manifest/"CACHE:" (but leave manifest attribute in html tag and manifest type too (.htaccess)
  3. Delete appcache.manifest file (but leave manifest attribute in html tag and manifest type too (.htaccess)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Mokhirjon Naimov, 2015-08-31
@zvermafia

Finally it worked! I did this:
I change the path to the manifest in HTML, then I update the application cache manifest file itself and that's it.
Now it remains to refresh the page and the mountain from the shoulders :)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question