Note that there are some explanatory texts on larger screens.

plurals
  1. POChrome Prerender feature gets canceled every time
    primarykey
    data
    text
    <p>I'm trying the prerender feature in chrome, but when I check the network, I can see the request is beeing canceled for any link.</p> <p><img src="https://i.stack.imgur.com/SThn3.gif" alt="chrome developer console"></p> <p>I'm using the following syntax:</p> <pre class="lang-xml prettyprint-override"><code>&lt;link rel="prerender" href="http://example.org/index.html"&gt; </code></pre> <p>I tried the live demo at <a href="http://prerender-test.appspot.com/" rel="nofollow noreferrer">http://prerender-test.appspot.com/</a> and got the same result. Why is that?</p> <p>Update (from <a href="https://web.archive.org/web/20131216173035/https://developers.google.com/chrome/whitepapers/prerender" rel="nofollow noreferrer">https://developers.google.com/chrome/whitepapers/prerender</a>):</p> <p>In some cases while prerendering a site Chrome may run into a situation that could potentially lead to user-visible behavior that is incorrect. In those cases, the prerender will be silently aborted. Some of these cases include:</p> <ul> <li><p>Note: This is not an exhaustive list. Last updated 11/10/11.</p> <ol> <li>The URL initiates a download</li> <li>HTMLAudio or Video in the page</li> <li>POST, PUT, and DELETE XMLHTTPRequests</li> <li>HTTP Authentication</li> <li>HTTPS pages</li> <li>Pages that trigger the malware warning</li> <li>Popup/window creation</li> <li>Detection of high resource utilization</li> <li>Developer Tools is open</li> <li>Plugins such as Flash will have their initialization deferred until the user actually visits the prerendered page.</li> </ol></li> </ul> <p>But the question is when <strong>can</strong> I use this feature?</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.
 

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