2.96s for a very media-heavy front page. I'm guessing the responses are going to be all over the board and have a lot to do with what type of hosting plan you're on and if you're using a CDN.
Aren't response times and loading times different?
I think the response times are the amount of time it takes for the webpage to return a 200 OK response and the load time is the amount of time it takes to load the page and its content.
I may be wrong though.
Oh an guys be aware the tests are done from ultra fast servers probably on a Gbit or even 10Gbit lines. So if you get a loading time of 3 seconds at the pingdom site, for a regular surfer it will probably be 15 or even more seconds.
With under 500KiB of data? I don't think so. Server side is the limit.
Aren't response times and loading times different?
I think the response times are the amount of time it takes for the webpage to return a 200 OK response and the load time is the amount of time it takes to load the page and its content.
I may be wrong though.
## EXPIRES CACHING ##
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/jpg "access 1 year"
ExpiresByType image/jpeg "access 1 year"
ExpiresByType image/gif "access 1 year"
ExpiresByType image/png "access 1 year"
ExpiresByType text/css "access 1 month"
ExpiresByType application/pdf "access 1 month"
ExpiresByType text/x-javascript "access 1 month"
ExpiresByType application/x-shockwave-flash "access 1 month"
ExpiresByType image/x-icon "access 1 year"
ExpiresDefault "access 2 days"
</IfModule>
## EXPIRES CACHING ##
Not good at all, what host are you using?
LukaB