Forum Moderators: open
I use a quick DSL line these days and have found myself guilty of making pages that are probably too slow to load via dial-up connections.
Is there a way to design a web page so that the top portion (or perhaps any selected portion) of it loads and renders in the visitor's browser and becomes active while the rest of the page loads?
The site user's love it. Even though other page elements eventually fill in above it, they get a nearly instantaneous fill of readable and usable content. It sure stops the Back Button blues, and it stands out in contrast to the common web experience.
So I've got a table near the top of the page using inline CSS.
My next problem is testing it on my system. I've got a page that is supposed to take 50 seconds to load on a 28.8K connection but on my DSL connection it loads in the blink of an eye, to fast to see what is rendering first, so I can't test it. Having given up dial-up modems two years ago I don't even have the hardware to test the rendering on a slow load. Any suggestions how I can simulate browser page rendering on a 28.8K connection?