InterviewSolution
Saved Bookmarks
| 1. |
What is domain pre-fetching and how does it help with performance? |
|
Answer» Domain prefetching is a process of resolving a website’s IP ADDRESS before a user clicks on it. Types of prefetching
This process allows the browser to perform the DNS lookups on a PAGE in the background and at the same time the user can browse the current page. This minimizes LATENCY as when the user clicks on the links they don't have to WAIT for DNS lookup. |
|