08-09-2009, 01:14 PM
|
#8 (permalink)
|
|
how quixotic are you?
Join Date: Dec 2007
Location: Lapeer, MI
Posts: 445
Thanks: 37
|
Quote:
|
The overall site load is pretty slow
|
Actually the site loaded pretty quickly for me and I'm on dial-up. This could however be partially because the flash is already in my cache.
Quote:
|
You seem to have a LOT of [IF IE x] conditional statements, this will slow page rendering. I would recommend JavaScript or PHP selective parsing. (Use JS or PHP to print/do specific things based on the browser, they are faster.)
|
I disagree with this, I think that using the [IF IE x] statements is much more reliable than the javascript or php alternatives. However, you could get rid of them completely if you removed the flash banner and navigation. 
|
|
|
|