Another interesting presentation about web performance from Yahoo!’s Exceptional Performance team, this time by Stoyan Stefanov, lead developer, YSlow.
20 more tips-n-tricks, a couple new tools and more interesting numbers. I wish there was a video with all minor details that slides don’t convey.
See on TechPresentations.org: High Performance Web Pages
Also see first High Performance Webpages presentation by Steve Souders and Tenni Theurer at Web 2.0 Expo 2007.
No Comments »
Presentation about how PHP is used at Yahoo!, by Michael J. Radwin given at MySQL User Conference on April 26, 2006 (PPT slides) (previously at Zend/PHP Conference - PDF version).

Some quotes:
- May 2002: yScript -> PHP
- Why we picked PHP
- Designed for web scripting
- High performance
- Large, Open Source community
- Documentation, easy to hire developers
- “Code-in-HTML” paradigm
- Integration, libraries, extensibility
- Tools: IDE, debugger, profiler
- ./configure –disable-all
- Security: open_basedir, allow_url_fopen = Off, display_errors = Off, safe_mode = Off; input_filter hook
- Performance: Opcode Caches, PHP Extensions in C++
- Globalization: PHP Unicode (2006)
Historical trail of talks about PHP at Yahoo! (worth reading too):
No Comments »