Hi,
The Linode login pages load quickly, although I noticed when the charts loaded on various pages, the page hopped and skipped around. This is because the "height" and "width" are not specified on every graph. Even though the graphs are all the same size. Your webmaster seems to be aware of this, and in most places did specify the height and width, but all it takes is one bad image.
If you make these 2 changes the pages will load in a "blink":
1. On the Graphs tab, all images have the width but not height.
So just add:
Code:
height=293
to this for each of 3 graphs:
Code:
<img src="<snipped>" width=697 alt="My CPU Usage - Last 24 Hours" border="0" />
2. On the dashboard, I found a minor HTML bug where 2 html elements are smashed together:
Code:
height=293width=697