Forum Moderators: open
I have been fighting to optimize the main index.html for a bit, here is the site:
<please list the site in your User Profile. Thanks!>
If you have any ideas... why the load time is slow. The ping is very low, around 35-50 and when opening you can see the <head> stuff loading but it takes 7 seconds and then "boom" the page pops up all of the suddenly.
<Please use Sticky Mail and your Personal Profile for contact information. Thanks>
(edited by: tedster at 10:59 pm (utc) on Mar. 5, 2002)
BTW you are not allowed to post personal URLs. An administrator will be along soon to remove your link.
To deal with this, you can "cut" the top part of your layout into one table, and then follow that with another independent table. The first table will pop-up quickly and give the visitor something to see while the rest of the page is rendering.
Next thing, knowing that nested tables are problematic, you can guard against using them, especially going too deep. You can get many of the same visual effects using CSS for layout - and end up with one table and no nesting at all, or at the most only nest once.