Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
September 2, 2015 04:24 pm GMT

Prefetching, preloading, prebrowsing

When we talk about front end performance we think things like concatenation, minification, caching, or gzipping assets on the server so that the page loads faster and users can complete their goals as quickly as possible.

Resource prefetching is another performance enhancing technique. We can use it to tell the browser which assets the user might need in the future—before they even need them.

Patrick Hamann explains:

Pre-fetching is a way of hinting to the browser about resources that …


Prefetching, preloading, prebrowsing is a post from CSS-Tricks


Original Link: https://css-tricks.com/prefetching-preloading-prebrowsing/

Share this article:    Share on Facebook
View Full Article

CSS Tricks

A Web Design Community curated by Chris Coyier

More About this Source Visit CSS Tricks