Steve Souders: Even Faster Web Sites
2008-12-07 @ 19:38#
there was a great thread on FriendFeed from Michael J. Cohen on performance issues for Web sites. in that thread, Michael posted a link to a talk from Steve Souders from 2008-05 called "Even Faster Web Sites." it's a killer talk!
in the talk, Steve reveals that he is working on a new book (a follow up to his High Performance Web Sites video) and outlines ten new 'rules' for faster sites.
- Split the initial payload
- Load scripts w/o blocking
- Don't scatter inline scripts
- Split dominant domains
- Make static content cookie-free
- Reduce cookie weight
- Minify CSS
- Optimize Images
- Use iframes sparingly
- To www or not to www
it's a great talk - thanks to mjc for the pointer!