|
|
|
|
|
by thelarkinn
3068 days ago
|
|
The number one cause of slowness for a page is the time it takes to parse, eval, and execute JavaScript (even if it is dead code). So this static async bundle creation helps ensure that you are only shipping what you need on initial download. |
|