How can I preload a page using HTML5?

后端 未结 5 2153
醉酒成梦
醉酒成梦 2020-11-29 23:32

I remember reading about a meta tag that makes the browser preload a page. What\'s the tag again?

5条回答
  •  暖寄归人
    2020-11-29 23:46

    This might not be a good answer to the question, but just for the info InstantClick.js can preload your links before you actually click on it.

    How does it work

    Before visitors click on a link, they hover over that link. Between these two events, 200 ms to 300 ms usually pass by. InstantClick makes use of that time to preload the page, so that the page is already there when you click.

提交回复
热议问题