Quote:
Originally Posted by -=Sniper=-
Also this should only happen on the first page load, after which the mood images should be cached by the user browser.
|
That's what I thought too but I'll be damned if it ain't cacheing!
I even added forced cache to .htaccess
Code:
<IfModule mod_expires.c>
ExpiresActive On
ExpiresDefault A300
ExpiresByType image/x-icon A2592000
ExpiresByType application/x-javascript A3600
ExpiresByType text/css A3600
ExpiresByType image/gif A604800
ExpiresByType image/png A604800
ExpiresByType image/jpeg A604800
ExpiresByType text/plain A300
ExpiresByType application/x-shockwave-flash A604800
ExpiresByType video/x-flv A604800
ExpiresByType application/pdf A604800
ExpiresByType text/html A300
</IfModule>
And the page loads are still high...
Will try txt version then! Thanks.
[edit to add]
Added
this hack with
these results in Firefox... IE7 is still near 60sec load times...
Oh well!