slides/phpperform/optimize.xml
Optimize
3/40
Reducing Output
HTML Optimization

  • • Use preprocessors to eliminate<br>whitespace
  • • If you save 20 bytes per file, and have 1,000,000 hits a day, you've just saved 20,000,000 extra bytes
  • • Send content "when ready", and use progressive images