Sunday, August 09, 2009

My Notes from Event Faster Websites by Steve Souders

Understanding AJAX Performance
Chapter 1
1. Principles of Optimization
- Cost of Program : Execution Time
- Optimizing Inner Loops
- Fixed Overhead of a Loop
- The Axes of Error
- Test Applications with Slow machines and Slow networks
- YSlow tool
- AJAX Data Packets should be small
- Use of YUI
- DOM API - Inefficient
- Velocity 2008 Conference
- Alexa top 100 pages
- Wow features - improve experience of the User
- Programs should be coded for correctness and clarity
- Do not tune to the quirks of particular browsers
- Measure before Optimization

No comments:

Post a Comment