Since Modernizr.load and Yepnope are asynchronous loaders, is it better performance-wise to use them in the <head> or at the end of the page?
| |||
|
feedback
|
|
It depends on the resources being loaded. See this thread where Yepnope developer Alex Sexton says to combine all the resources into one call to the loader. In practice, if any of the resources you want to load with | ||||
|
feedback
|
|
I think it is better to load them in the bottom page. Modernizer and Yepnope need first be loaded in the page to load other scripts. So, when you add the As yahoo and google says defer loading scripts is always good. In the other hand, Google Analytics has an async mode. That allows you to start to download it in without blocking the browser downloading and rendering.
| |||
|
feedback
|