Skip to content
zenorocha edited this page Mar 19, 2013 · 60 revisions

References

If you need resources to learn about web performance optimization here is the best place.

General

Books

Web

People

HTML

24 - Avoid inline/embedded code

23 - Styles up top, Scripts down bottom

22 - Minify your HTML

21 - Try out async

CSS

20 - Minify your Stylesheets

19 - Combining multiple CSS files

18 - Prefer over @import

JavaScript

17 - Load 3rd party content asynchronously

16 - Cache array lengths

15 - Avoid document.write

14 - Minimize Repaints and Reflows

13 - Minify your script

12 - Combine multiple JS files into one

jQuery

11 - Always use the latest version of jQuery

10 - use for instead of each

9 - Don't use jquery...

Images

8 - Use CSS Sprites

7 - Data URI

6 - Don't rescale images in markup

5 - Optimize your images

Server

4 - Enable smart caching

3 - GZIP

Clone this wiki locally