Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>You shouldn't need to visit every page. I know you mentioned you've set the MIME type in Apache, but are you 100% certain it's working correctly?</p> <p>You can check it by opening your manifest in a browser and checking the Response Headers in Chrome Web Inspectors's Network tab: </p> <p><img src="https://i.stack.imgur.com/JQpLj.png" alt="cache-manifest MIME type"></p> <p><code>Content-Type</code> should be <code>text/cache-manifest</code></p> <p>It's a bit hard to debug without having access to your site, but here's some instructions for how to interpret what happens in Chrome's Web Inspector with AppCache to help you debug the problem yourself:</p> <p>The Resources tab will show you the contents and status of the Application Cache. It looks like this whilst it's downloading files:</p> <p><img src="https://i.stack.imgur.com/lNZlz.png" alt="enter image description here"></p> <p>The console will also log events when it's downloading:</p> <p><code>Application Cache Progress event (0 of 48) http://cachedfile.url</code></p> <p>Once it's done downloading it'll look like this and show you the list of cached files:</p> <p><img src="https://i.stack.imgur.com/UEMXi.png" alt="enter image description here"></p> <p>When you go back it'll log three events (assuming there aren't any changes):</p> <p><code>Document was loaded from Application Cache with manifest http://manifest.url</code></p> <p><code>Application Cache Checking event</code></p> <p><code>Application Cache NoUpdate event</code></p> <p>And then when you're offline it looks like this:</p> <p><img src="https://i.stack.imgur.com/MPysL.png" alt="enter image description here"></p> <p>Hopefully between the console and the appcache table you'll be able to figure out what's happening.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload