PDA

View Full Version : Speed


Mike
03-01-2005, 12:16 AM
I'd love to see some how to's on settings, options, or really anything that can be done to the server on the users end to speed things up..

I'm new to running a server, or VPS however you'd like to look at it and I always like learning new ways to make things run faster, better, and much more efficiently.

Hvu
03-01-2005, 11:36 PM
If your using php scripts use a accelerator/cache. I made a tutorial in howto to install eaccelerator. You can install gzip compression into apache to speed up page loads on clients. If your running a static only webpage use a http server lik thttpd or boa since it uses less memory which speeds up the load for your clients. You can also install php into thttpd.

Mike
03-18-2005, 12:22 PM
Thanks Hvu, I installed eaccelerator and it's working great. I've noticed a marked difference in page loads on all my php clients. Going to work getting the others installed you were talking about. Maybe you can write more tutorials on how to install them as you did for eAccelerator...