SitePoint Sponsor |
|
User Tag List
Results 1 to 6 of 6
-
Jul 6, 2009, 12:27 #1
- Join Date
- Mar 2008
- Location
- Chandigarh
- Posts
- 11
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Ho to reduce HTTP requests to load website faster?
Hello Friends,
please help me. I want to reduce HTTP requests to load my website faster. Is it possible?
-
Jul 6, 2009, 13:30 #2
- Join Date
- Jul 2008
- Location
- New York, NY
- Posts
- 1,432
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Here's a pretty good ref.:
http://developer.yahoo.com/performance/rules.html
-
Jul 6, 2009, 17:41 #3
- Join Date
- May 2006
- Location
- Aurora, Illinois
- Posts
- 15,476
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
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
-
Jul 7, 2009, 07:19 #4
- Join Date
- Mar 2008
- Location
- Chandigarh
- Posts
- 11
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Thanks to all.. It looks interesting. I am going to implement something like suggested.
-
Jul 7, 2009, 08:54 #5
- Join Date
- Oct 2008
- Location
- Whiteford, Maryland, United States
- Posts
- 13,782
- Mentioned
- 16 Post(s)
- Tagged
- 0 Thread(s)
Use CSS sprites to condense images into one file thus reducing the HTTP requests
.
Always looking for web design/development work.
http://www.CodeFundamentals.com
-
Jul 7, 2009, 09:26 #6
- Join Date
- Feb 2009
- Location
- England, UK
- Posts
- 8,111
- Mentioned
- 0 Post(s)
- Tagged
- 1 Thread(s)
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