Posts tagged “httpd”.

How to improve your website speed in four easy steps

It’s fairly easy to improve your AMP (Apache, MySQL, PHP) website speed:

1. Enable HTTP KeepAlives and persistent connections

2. Enable server-side output compression

3. Enable MySQL query caching

4. Install a PHP accelerator and optimizer

More… »