10930 shaares
387 private links
387 private links
Different loading hints:
asyncresource is loaded when the browser candeferresource is loaded when the DOM is parsed (less priority than async)rel=preloadload the resource before the parsing and everything elsefetchprioritywith valuehigh,lowandauto. They are hints.rel=preconnectindicates that a connexion has to be established ASAP.rel=dns-prefetchresolves the domain name without fetching the resource.loadingattribute determine when an image is loaded depending of its value:eager: the image is loaded immediatelylazy: the loading is delayed until the user scroll to it.