I’ve been testing page load times for a few of the following URLs:
http://www.financialliteracytools.net/tooldev002/literacy/vehicle/v02
http://www.financialliteracytools.net/tooldev002/literacy/mortgage/m04
http://www.financialliteracytools.net/tooldev002/literacy/savings/s02
http://www.financialliteracytools.net/tooldev002/literacy/debt/d02
And I’m consistently getting long (> 2sec) Time to First Byte times. I’d appreciate insight forum members can offer on what may be the cause of this.
A link to my /vehicle/v02 test:
http://www.webpagetest.org/result/120704_RF_QZ8/1/details/
As background:
I’m running on Drupal 7. For this site, I’ve already enabled the Alternative APC Cache and Boost modules. My performance settings have all cache options enabled, with compression for CSS. The only option not selected is compressed JS, but I don’t think that is a ‘first byte’ issue.
I’ve run ySlow tests on these pages and have made some corrections and I’m getting a grade of “B”. It looks like I have some work to do with using cookie free domains to serve some content and I’ll look into that.
These are VERY static web pages and so I’d like to make sure that I’m caching everything I can to boost page load speeds.