Hiya, I'm trying different way to speedup my PHP application. I've custom application installed in my profile. Google saying by keeping keepalive enable contributes in speeding of site. I dont know by default is this setting enable or not? If not, can you please point me where to set this up? Thanks for your time. asked 13 May '11, 09:04 webbyfox |
We have KeepAlive enabled on all our servers by default. answered 13 May '11, 09:13 tie Is that includes custom build apps as well?
(13 May '11, 09:32)
webbyfox
Connections to all applications (including custom apps) pass through the Nginx frontend server, which has the keepalives enabled. So yes, this option is enabled regardless of the type of the backend application you are running.
(13 May '11, 09:35)
tie
Thanks very much for your time.
(13 May '11, 09:43)
webbyfox
|