-
How to speed up ANY website, especially WordPress websites
This is a VERY simple webmaster trick to speed up the loading of ANY website you create. It is particularly noticeable in WordPress. Simply add this line of code anywhere in the .htaccess file: AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css application/javascript application/x-javascript application/x-httpd-php application/rss+xml application/atom_xml text/javascript That will enable compression of data sent to from…