Re: Website Performance Tips & Tricks Try to avoid nesting table.When you place a table inside another table, it takes a lot longer for the browser to work out the spacing since it has to wait to read the entire html and then work out the layout. If at all possible, try using CSS to create the columns on your page.
Thanks,
Ramkumar.B |