Archives
Today just a shorty: Enable gzip! When using php set output_handler = ob_gzhandler. So every php request will be compressed. Also you can use the defalte module of you apache2. In that case javascript, pure html and css will also be compressed. activate the module a2enmod deflate add some lines to you configureation (vhost or [...]