I want to see how the site would load on very slow connections.
+6
A:
Don't know about the specific answer to your question, but how about a tool that would simulate a slow connection Firefox Throttle from previous SO question
Marek Karbarz
2009-11-09 20:36:35
+6
A:
CSS isn't downloaded and "run" 1 line at a time. The whole CSS is parsed at once after downloading and the styles are applied to the whole document tree.
Chetan Sastry
2009-11-09 20:36:40
I'm currently testing the site in opera, and things are changing all over the place.
Alex
2009-11-09 20:39:50
You sure that isn't because the HTML is loading slowly, not the CSS?
Mark
2009-11-09 20:42:06
That's likely more the HTML and images, not the CSS.
ceejayoz
2009-11-09 20:42:07
A:
There is no line by line processing but for sure browsers implement algorithms for partially parsing and rendering blocks of CSS code even I don't think you can simulate this effect by throttling connections.
knoopx
2009-11-09 20:54:48