Here's a few things I would recommend to speed up your site:
1) Create a script to minify some of your scripts for a deployment machine:
- Combine all JS into one or two files
- Combine all CSS into one or two files
- PRE GZIP the above files rather than having the webserver do that on the fly
- If you want to go the extra mile you could minify the JS and CSS using online tools
2) Definitely get rid of the 301 redirects for the above mentioned images
3) Combine some images into a single image (e.g. take all the buttons and make them a single image... then use that one file as background images for links via offset and fixed width properties...
4) Change hosts to some place out of Slovenia if you're catering to primarily US users ;)
If you do 1 - 3 you should be able to reduce the number of requests to something around 15 - 20... That's massive and page load times would probably shrink to about 1s - 2s
Good luck!
__________________
ICQ: 258-202-811 | Email: eric{at}bestxxxporn.com
|