• Welcome to Tux Reports: Where Penguins Fly. We hope you find the topics varied, interesting, and worthy of your time. Please become a member and join in the discussions.
HowTo: Speed Up WordPress Without A Caching Plugin

HowTo: Speed Up WordPress Without A Caching Plugin

Add the following to the wp-config.php file.

PHP:
define('COMPRESS_SCRIPTS', true);
define('COMPRESS_CSS', true);
define('ENFORCE_GZIP', true);

Always backup your site before making any changes to your site.
Author
LPH
Views
452
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from LPH

Top