Posted in
WordPress Optimization |
Comments Off
Here’s a tip from Brad Ney about how to speed up WordPress load times using web server compression:
First of all, upload a test file like “test.php” on your web server. This file must contain this line:
<?php phpinfo(); ?>
View this file with a web browser and check if “zlib” is enabled by your hosting provider.
It it’s ok, place the following code in your header (above...