META: Preload

Preload

<link rel="preload"> tells the browser to download and cache a resource (like a script or a stylesheet) as soon as possible. It’s helpful when you need that resource a few seconds after loading the page, and you want to speed it up.

The browser doesn’t do anything with the resource after downloading it. Scripts aren’t executed, stylesheets aren’t applied. It’s just cached – so that when something else needs it, it’s available immediately.

Example

<link rel="preload" href="/style.css" as="style" />

Prefetch

<link rel="prefetch"> asks the browser to download and cache a resource (like, a script or a stylesheet) in the background. The download happens with a low priority, so it doesn’t interfere with more important resources. It’s helpful when you know you’ll need that resource on a subsequent page, and you want to cache it ahead of time.

The browser doesn’t do anything with the resource after downloading it. Scripts aren’t executed, stylesheets aren’t applied. It’s just cached – so that when something else needs it, it’s available immediately.
Example

<link rel="prefetch" href="/style.css" as="style" />

Voorbeeld

NVT

Kopie script

Select & CopyChrome Firefox


 




 

🔙 Terug


Nieuwe website

Tags

AMD ASCII Aanrader Afbeelding Algemeen Android Audio Banners Besturingssysteem Beveiliging Blockquote Button CLASS CMS CSS Code Creator DIV Date Download Fake Fix Generator Google Grap HTACCESS HTML Hacking Hardware How2 Info Internet JS Javascript Joomla MAC META Multimedia Nieuws Online tool Ontwikkeling PHP Portable Prank Proxy Quote Repair Responsive SQL Script Server Software Spel Style Systeem TIP Tags Template Text Tip Tips Tool Top VST Video WIFI Webdesign Website Whatsapp WinTip Windows iFrame

Partner

Account

Account maken!
Wachtwoord vergeten?
Wat is mijn gebruikersnaam?



Bezoekers: 9

We use our own or third party cookies to improve your web browsing experience. If you continue to browse we consider that you accept their use.  Accept  More information