> Well, for example. Everything on B.net is instant. But whenever I go to my H4 stats page it takes awhile. I can’t help but feel it is due to the excessive animation and content on this site. On the stats page, there is an animation that moves from top down like on ur visor whenever u re spawn in Halo. and whenever I click back from a thread to the forum page, it takes a second, and then it takes longer to load unlike B.nets.
The stats app takes a while to load because of how it loads. I haven’t checked into its code in detail, but it’s an AJAX app.
Basically, that means that the app itself loads first – script (program) code, systems, layouts, and so on. Once your browser loads the app, the app then tells your browser to load your raw stats data, which the app then formats and displays for you. Web apps like Gmail load the same way, and have similar delays.
This is in contrast to a standard web page (like the forums), where there’s very little program code to load – most of what’s being loaded is data, and instructions on how it ought to look on your screen. All “data”, no “app”.
(That said, the animations might not be helping matters.)
> And whenever I scroll down, it lags. Unlike B.nets. I think the page should be shorter buy making the font size 4 instead of what it is.
EDIT: The following all applies to the forums. If you’re talking about the app, they do do a lot of fancy visual stuff, and that can cause lag more easily than on the forums. /EDIT
I don’t experience this on the forums, but I do know that changing the font size wouldn’t do much to alleviate it.
This is a symptom of either high memory/CPU usage on your computer, or a severe flaw in your browser. (For example, Firefox used to lag when scrolling down pages with a lot of dotted borders. Actually, I’m not sure if they ever fixed that.) Browser flaws are less likely – I very much doubt that Waypoint’s web team would forget to test this site on any of the major five browsers. :\
Even so, if you are not using the most recent version of your browser, then I would highly recommend updating. If you’re on the most recent version of an extensible browser like Firefox, then take a look at any add-ons you have installed, and consider disabling any less-well-known ones to see if they’re causing performance issues.
If you fail to find anything inside the browser, then take a look at any other programs that you might be running. Windows’ Task Manager (Ctrl+Shift+Esc) is quite helpful in this regard: you can set it to show columns for CPU usage and Memory (choose “Commit Size”), allowing you to see which programs are doing the most processing and which are working with the most data, respectively. Consider terminating any programs that you aren’t actively using, and see if that brings about any improvements.