We did an application using rails(2.3.4), ruby(1.8.2), MySQL, JavaScript, jQuery. This is handling minimum 6000 records. We showing those records detail in table. In the beginning Mozilla taking 2m to load the whole page. We did the cache, eager loading, indexes. Now Mozilla taking 25s to load the whole page. But IE-7 taking 1m30s to load the page.
We don’t know why IE-7 taking too much of time.
- Any one can help us to detect the running time in IE-7 and tell your guidelines to improve performance in IE-7.
- Any add-on is available in IE7 to see the AJAX request time taken as like Firebug add on.
From Table Rendering – IE Blog:
You can improve performance by setting the CSS rule
table-layout: fixed. The renderer will then calculate the layout based on the first row of the table.