Check your page at http://gtmetrix.com Reduce the image size and check the quality you need. Check your .htaccess for expireheaders on images and script. Add last to file:
#Expire Header <FilesMatch "\.(js|css|swf)$"> ExpiresDefault "access plus 2 week" </FilesMatch>
or
# enable expirations ExpiresActive On ExpiresDefault "access plus 1 week" ExpiresByType image/gif "access plus 2 week" ExpiresByType image/png "access plus 2 week" ExpiresByType image/jpeg "access plus 2 week" ExpiresByType image/jpg "access plus 2 week" ExpiresByType image/pjpeg "access plus 2 week" ExpiresByType text/javascript "modification plus 2 week" ExpiresByType application/javascript "modification plus 2 week" ExpiresByType text/css "modification plus 2 week"
source share