Stream: Anybody play with the new Xcode 4 preview 2 yet? http://bit.ly/b286GD Jobs: We're Hiring! >>
ReignDesign

Blog - jQuery

Posts Tagged ‘jQuery’

Building faster websites by reducing HTTP requests: three techniques

Tuesday, April 14th, 2009

http requests One of the best practices to follow for making a speedy website is to reduce the number of HTTP requests needed. Every HTTP request for an HTML file, image, SWF, CSS or Javascript page adds a small penalty to page loading. Moreover, often only two connections can be made to a single server simultaneously, although this limit has been increased on more recent browsers. On graphically rich modern sites using JS and CSS frameworks, the number of requests can multiply rapidly! Here are some techniques we've used to deal with the problem.
(more...)