Saturday, May 2, 2009

Best Practices for Speeding Up Your Web Site - Choose <link> over @import

One of the previous best practices states that CSS should be at the top in order to allow for progressive rendering.

In IE @import behaves the same as using <link> at the bottom of the page, so it's best not to use it.