Ajax Performance
A blog by Ryan Breen of Gomez
A promising ‘Performance Research’ series from the YUI blog
December 3, 2006 on 2:19 pm | In ajax |This article, the first in a series, discusses the performance impact of the number of HTTP requests, concluding that reducing this number is the most cost-effective way to reduce response time. This is consistent with my own experience as well as the recommendations from Brad Neuberg’s (frequently cited here) Ajax optimization tutorial.
The next article from the YUI guys will deal with caching. It’s great to see so many more performance articles these days — it feels like we are turning the corner as more developers focus on how to make Ajax work well rather than just making it work at all.
1 Comment »
RSS feed for comments on this post. TrackBack URI
Leave a comment
Powered by WordPress with Pool theme design by Borja Fernandez.
Entries and comments feeds.
Valid XHTML and CSS. ^Top^
[...] Here at Ajax Performance, I spend a lot of time (here and here, for example) discussing the network-side implications of design decisions for the simple reason that there’s no better way to improve the perceived performance of an application than to do more with less bandwidth. Sure, increasing connection parallelism is a neat trick to hide some of that download pain, but fewer objects is always the best answer. [...]
Pingback by Ajax Performance » Another technique for minimizing requests, image concatenation — May 9, 2007 #