Entries Tagged 'Performance' ↓

Performance Tips from Yahoo!

The Yahoo! developer network blog has posted slides from a talk Stoyan Stefanov made at the PHP Quebec Conference. In the talk there are twenty tips for maximizing the performance of your web pages. These tips are in addition to the regular ones you can get from YSlow.

*****

Improving performance on Google Code

Jacob Moon writes on the Google Code Blog about how they increased performance on http://code.google.com. Tips include combining/minifying your JavaScript and CSS and using CSS sprites for often used images. This is a good article outlining steps taken to performance tune a high-traffic website in the real world.

*****