I want to use pre-rendering to speed up the page using Chrome prerender:
https://developers.google.com/chrome/whitepapers/prerender
I am wondering does this work with ajax requests? I have a set of links that load on their pages via jQuery $ .get into modal. I also have a script that creates prerender tags for these links.
However, there seems to be no increase in performance when loading ajax. Prerendering works (tested in the troubleshooting section in the link above), and seems to speed up standard links, but not ajax requests.
It may not work, but I cannot find any information about it elsewhere.
source
share