October 2010
Intermediate to advanced
456 pages
10h 16m
English
The idea behind this approach is to load all (or almost all) script files without blocking rendering of the page. That puts the rendered page sooner in front of the visitor.
There are a couple of ways to achieve this, each trading off more work for a better visitor experience:
<script> tags to the end of the pageLet's go through each of them.
On a basic level, loading JavaScript code without blocking page rendering is really easy to accomplish—simply take your script tags out of the head of the page, and move them to the end ...
Read now
Unlock full access