Hello to everybody,
This is my first post here at webpagetest, my name is Avi, I work as a linux system administrator, and i’m running few websites and right now i’m working on optimize them.
One of my websites is knan.co.il, this is my web business card,
I combined css to one file, also the js is one file, I also combined few jpg to css sprites, but still, the website is not fast enough.
I ran 2 tests, one with “KeepAlive On” and one with “KeepAlive Off”, I also created a video to compare between the tests(the left window is with “KeepAlive Off”).
I noticed that on both of the tests the ttfb is bit high, and the website load faster when KeepAlive setting is set to off.
Knan.co.il is running on HP DL360, with Raid5, on 25/25mbit connection, the tests was made with no load avarage and no i/o wait.
Also, apache is compiled with prefork engine:
StartServers 2
MinSpareServers 3
MaxSpareServers 3
ServerLimit 192
MaxClients 192
MaxRequestsPerChild 1000
How can i reduce the ttfb and the slower loading with KeepAlive On?
Thanks in advence,
Avi.