# Preload URLs > Popular browsers can use directive on `` tag and `"rel"` attribute with certain keywords to pre-load specific URLs Prefetching allows a browser to silently fetch the necessary resources needed to display content that a user might access in the near future. The browser is able to store these resources in its cache and speed up the way web pages load when they are using different domains for page resources. When a web page has finished loading and the idle time has passed, the browser begins downloading other resources. When a user go in a particular link (already prefetched), the content will be instantly served. - [What Is Prefetching and Why Use It](https://www.keycdn.com/support/prefetching) - [Prefetching, preloading, prebrowsing](https://css-tricks.com/prefetching-preloading-prebrowsing/) - [What is Preload, Prefetch, and Preconnect](https://www.keycdn.com/blog/resource-hints)