Category overview for “Performance”.
-
About jQuery and performance
Once upon a time, all we needed to worry about was reducing Bytes and Requests and playing around with load order to make things faster. Nowadays, we are increasingly impacting one more major… 1 comment
-
Hands on rules for a fast website.
It is no secret that users prefer faster web sites. But what happens during the time a user waits for a page to load? The key insight is the realization that only 10-20% of the total end-user…
-
Non-blocking JavaScript roundup
Non-blocking JavaScript has been a hot topic for a while now. I am going to try to explain why JavaScript blocks the browser while rendering a page and how you can solve this issue. This article is a… 8 comments