Forum Moderators: phranque
The only thing I've found that even somewhat resembles what I'm looking for is at OptiView [optiview.com].
Sure, Dreamweaver estimates how long a page takes to load, but I want to see where the bottlenecks are occurring and to actually experience the wait. :)
Is there a better web or client based tool that will allow me to check this?
I guess I'm looking for more of a visual tool that will show me greater detail on loading performance with varying connection speeds.
In the past, I've relied a little too much on nested tables for layout, and am now trying to find a tool that will allow me to test their impact on load speed.
Thanks again!
What browser do you guys find is the worst performer in terms of rendering speeds?
I find Netscape 4.08 is pretty slow at rendering nested tables. Maybe I'll just use this as a measure and assume that if it loads quickly in 4.08 (all compatibility issues resolved), it will be fine for IE/Netscape 6.
:)
Netscape handles them standardly, displaying each one of several sharpening passes. But IE shows nothing until the final version of the image is displayed all at once. So the net result is WORSE rendering time for progressive jpg than standard jpg. At least standard unrolls like a window shade, one line at a time.
If you place several progressive jpg images inside deeply nested tables you can confound both the browsers into showing a blank page for a nice long time!