I am using the YUI layout manager which seems to work at an OK speed. However if the page contains a large <Table>
with about 500 rows, the YUI render()
function takes about a minute longer to run.
When I open the same page without the layout manager it opens in less than a second.
My only concern is with IE 7. I tried it on firefox and it only took about three seconds.
Any ideas on what is taking so long? Can I somehow tell the layout manager to ignore the table?