Hello Friends,
please help me. I want to reduce HTTP requests to load my website faster. Is it possible?
| SitePoint Sponsor |
Hello Friends,
please help me. I want to reduce HTTP requests to load my website faster. Is it possible?

Here's a pretty good ref.:
http://developer.yahoo.com/performance/rules.html


Yes, it is possible. I even wrote about it here on SitePoint. http://www.sitepoint.com/forums/show...85#post3975485
Save the Internet - Use Opera | May my mother rest in peace: 1943-2009
Dan Schulz - Design Team Advisor | Follow me on Twitter
SitePoint References: HTML CSS JavaScript | Become A Guru
WordPress SEO Checklist | What WordPress Plugins Do You Use?
Web Standards Curriculum | Image Free Equal Height Columns
Thanks to all.. It looks interesting. I am going to implement something like suggested.

Use CSS sprites to condense images into one file thus reducing the HTTP requests.
Twitter-@Ryan_Reese09
http://www.ryanreese.us -Always looking for web design/development work

Also if you use multiple CSS or JavaScript files, try grouping as many of them together so that it requires less requests to download and cache them individually![]()
Bookmarks