I am delighted with the property rel="preload"because it looks like this can help speed up the page rendering time.
rel="preload"
A use case is a web page with a large image above the fold. Now Chrome does not start loading the image until it receives jQuery (a rather heavy file). When preloading is enabled, they are loaded in parallel.
But I read conflicting messages about whether to use preloadfor things that are in visible HTML elements elsewhere (as opposed to things that are visible when interacting with a user, such as a drop-down menu).
preload
This post seems to recommend not preloading:
If you do not use preloading:When an asset is transferred somewhere else on the same page.When you are not sure that the user will really require this asset. As on the page, visitors visit only 3% of the time.
If you do not use preloading:
Although this one seems to indicate that it is really useful for a similar situation on the Financial Times website:
When the Financial Times submitted the Preload header to link to their site, they shaved off for 1 second from the moment they displayed the mast image ...
So what is this? Should I provide an early “tip” to display the image always shown above? Or should I just let the browser reach it in the usual way?
, A/B, , . , .
, Lean Enterprise, A/B, HIPPO ( ). , , . - , .
, , - Code Complete 2nd Ed. McConnell , , , (. 25 26). , . , "" . , , .
A/B . Amazon SEO, A/B . , , -. - - , , .
, -, , preloading, , , . .. , , . A/B , , , , . , , , , , , - .
, .
rel= "preload" , css, javascript, , - - .
, , , . , A/B , .
. , , . "". , , , , .
, , , , .
Google
preload - , .
Source: https://habr.com/ru/post/1687585/More articles:Есть ли неявный барьер памяти с синхронизированным отношением на thread:: join? - c++Эффект ослабленного эффекта памяти может быть увеличен до истечения срока службы? - c++Why is self-executing quicksort faster than internal quicksort? - big-oSAS libname JSON engine - Twitter API - jsonSelenium Python - How to deal with accidental ascent? - pythonHow to convert an array to an object - javascriptError registering message when downloading a new version of APK (SHA1 is not supported in API level 8) - androidHow to catch exceptions in a python run_in_executor method call - pythonPlacing a macro between two string literals - cпочему мой эксплойт переполнения буфера откроет оболочку пользователя вместо корневой оболочки? - cAll Articles