Category Archives: yslow

In search of that YSlow A rating

Everyone but Justin can ignore this post, it’s just so I remember it next time.
To gzip css in apache add:
AddOutputFilterByType DEFLATE text/css
to a vhost or conf file.
To add Etags in Apache for static media make an .htaccess file in the directory holding the media and put:
FileETag MTime Size
in it.
To do the same in nginx you […]