Why is IE7 so slow compared to Safari?

2019-08-02 08:04发布

I have a large "grid" of data that takes about 40 seconds to generate and dump as plain text. If I wrap the text with html table formatting (with fixed td widths) it takes over 200 seconds to completely display in IE7, and under a minute to display in Safari. Small "grids" display in under 5 seconds in either browser, so I don't think it's related to anything other than data volume. Is there anything I can do on the server side to speed up IE7 display? Telling the users to stop banging their heads against the wall is not an option.

7条回答
看我几分像从前
2楼-- · 2019-08-02 08:42

Even the Safari "under a minute" seems unbearable. Wherever I have anything that slow I put up a progress bar and some stats about the data.

Kazar's pagination idea may be the way to go, or progressive loading as Oscar Reyes suggests.

Just how many rows and columns is this data that it takes that long?

查看更多
登录 后发表回答