You may also wish to implement etags and expires headers (Content type and default) to help reduce the number of requests to the server. We do a lot of image serving and after etags we dropped about 1/4 of our bandwith usage on that server. We also use Expires header on a content-type bases. So Images, css, js all have one default expires date where php pages and a much shorter one.
On Mon, Jul 7, 2008 at 11:56 PM, Mark Schouten <[EMAIL PROTECTED]> wrote: > On Tue, 2008-07-08 at 07:40 +0200, Ante Karamatic wrote: >> Do tests with siege and ab. Optimize according to test results, not by >> some examples on the Internet. > > http_load [1] is nice too. Allows you to run your access-log again and > again, so you can pretend a normal production day. > > [1]: http://www.acme.com/software/http_load/ > > Mark Schouten > > > > -- > ubuntu-server mailing list > [email protected] > https://lists.ubuntu.com/mailman/listinfo/ubuntu-server > More info: https://wiki.ubuntu.com/ServerTeam > -- Nick Verbeck - NerdyNick ---------------------------------------------------- NerdyNick.com NerdyNick.org NerdyNick.net SkeletalDesign.com Dynamicticity.com -- ubuntu-server mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-server More info: https://wiki.ubuntu.com/ServerTeam
