YSlow WordPress Performance Improvements

The YSlow Firefox Addon suggested a few performance boosts for the blog.

This seems to cut 1-2 seconds off loading time. Nice :-)

added <?php flush(); ?>
just after </head>

I put this in my .htaccess file (at the root of lee.org). This helps a lot when revisiting my site :-))
ExpiresActive On
ExpiresByType text/html "access plus 1 week"
ExpiresByType image/gif "access plus 1 month"
ExpiresByType image/jpeg "access plus 1 month"
ExpiresByType image/png "access plus 1 month"
ExpiresByType text/css "access plus 1 month"
ExpiresByType text/javascript "access plus 1 month"
ExpiresByType application/x-javascript "access plus 1 month"
ExpiresByType application/x-Shockwave-Flash "access plus 1 month"

Leave a Comment

Do not write "http://" or "https://" in your comment, it will be blocked. It may take a few days for me to manually approve your first comment.