Improve web site performance

I did an investigation on how to improve HTML rendering. I found general recommendations from Yahoo! web site.

I also read Steve Sounders’ High Performance Web Site site and found good examples! Here’s the link to the main site.

Here’s an interesting rule from Steve Sounders’ site:

Put your stylesheets in the document HEAD using the LINK tag.

The rule makes sense after I thought about it, but I wouldn’t know about the rule unless I did some testing and benchmarking.

Leave a Reply