Hello folks....
I'm looking to increase the speed of my store... It's loading rather slow... I've done the follow so far
Admin-gzip (on) host does not have this enabled
Images have been optimized(most anyways)
and I've tried the following .... without success so far...
in my .htaccess file in an attempt to cache some of the files not changed on an active basis...<ifModule mod_expires.c>
ExpiresActive On
ExpiresDefault "access plus 1 seconds"
ExpiresByType text/html "access plus 1 seconds"
ExpiresByType image/gif "access plus 2592000 seconds"
ExpiresByType image/jpeg "access plus 2592000 seconds"
ExpiresByType image/png "access plus 2592000 seconds"
ExpiresByType text/css "access plus 604800 seconds"
ExpiresByType text/javascript "access plus 216000 seconds"
ExpiresByType application/x-javascript "access plus 216000 seconds"
</ifModule>
however I'm still getting slow load times... and using page speed
(an addon for firefox) I still get leverage browser caching....
Any ideas on why this isn't working or what I am doing wrong...
site is http://www.wepaythetaxes.com/
Thanks



