I have a simple &quot;hello world&quot; php web page. When I do a wget https://.../index.php (it is an ssl website) it takes .477 seconds. Ping time is .060 seconds.<div><br></div><div>Any suggestions on what I can do to decrease latency? The apache server has (and needs) PHP. The phpinfo() page shows a lot of modules I don&#39;t need but I don&#39;t see them listed in php.ini. Currently using xcache, mod_php and mod_rewrite. Also, the SSL certificate is chained, does that affect performance? I&#39;m very motivated to cut that latency in half or better. The site will be hosting dynamic content but I&#39;m targeting an app that really needs to feel snappy and I think that will be challenging with half a second of latency.</div>
<div><br></div><div>/me does a quick test on a non-ssl website...</div><div><br></div><div>Ah, latency is down to .147 seconds on the http version of the site on the same server. So I guess my focus need to be on optimizing ssl. That also makes me wonder if wget is a good tool for testing ssl website latency.</div>
<div><br></div><div>I appreciate your suggestions, thanks.<br clear="all"><br>-- <br>Matthew Nuzum<br>newz2000 on freenode, skype, linkedin, <a href="http://identi.ca" target="_blank">identi.ca</a> and twitter<br><br>&quot;An investment in knowledge pays the best interest.&quot; -Benjamin Franklin <br>
<br>
</div>