SolitonMan
Explorer
Morrus, I don't know how tech savvy you are, but if you want to get a "behind the scenes" look at areas to improve performance, you might want to check out the site using Firefox with Firebug enabled and open. I've been doing so today because the site did seem to be taking quite a while, and what I saw showed that every page seems to be loading more than 500 kB of data, and in the case of a lot of the files, this is a repetitive download based on the building blocks used in the page (e.g. - topper.gif, topper2.gif, utilities.js, etc.). Since these features are used in each page, it might be useful to consider redoing the site in an AJAX format that then only retrieves the data necessary for the click, instead of retrieving every file every click.
FireBug also shows the download times for each resource, and today it's been taking no less than 30 seconds per page. I know that you're always striving to improve the site, so some fundamental changes might be useful.
Sorry if all of this is well known and simple to you, just thought I'd try to add in something helpful. Good luck!
FireBug also shows the download times for each resource, and today it's been taking no less than 30 seconds per page. I know that you're always striving to improve the site, so some fundamental changes might be useful.
Sorry if all of this is well known and simple to you, just thought I'd try to add in something helpful. Good luck!
