The first two posts describe the prefetching,prerendering, the related details, below to compare the difference between the two:
|
Prefetching |
Prerendering |
Note |
Implementation method |
Pre-Request Web resources |
Load all resources showing Web page (Background tab) |
|
How to use |
Using Resource load |
Swap background page |
|
HTML Markup method |
<link rel= "Prefetch" > |
<link rel= "PreRender" > |
|
Cost source |
Consume a small amount of resources |
Consume a lot of resources |
|
html 5 spec
is |
|
Supported Browsers |
Many |
Less |
Most WebKit-based browsers support |
The following list of supported Prefetching,prerendering browser vendors on the Android platform
|
Chrome |
Firefox |
Opera |
Dolphin |
Baidu |
UC Browser |
Maxthon |
Next |
CM Browser |
Prefetch |
√ |
√ |
√ |
√ |
√ |
√ |
√ |
√ |
√ |
PreRender |
√ |
X |
X |
X |
X |
X |
X |
X |
X |
From the table above see prefetch All browsers are supported, because he has HTML5 the standard. PreRender is currently only supported by Chrome and believes there will be more browser vendors in the future.
Reprint please explain the source, thank you! Welcome to explore together.
http://blog.csdn.net/typename/article/details/38685979 powered by Miechal Zhao.