Chrome render speed issue
Chrome render speed issue
nicholas_randal
Posts: 2Questions: 0Answers: 0
v.1.9.4 We are experiencing extreme slowdowns and sometimes chrome crashing even with a small table. 1000 rows x 5 columns. Even a table with 50 rows is slow. The oddity is that on the very first page the rendering of our table is fast (< 1 second) but whenever we navigate away and come back it is slow from then on, even if we do a page reload. I have been profiling this in chrome's timeline and noticed a difference in how the table is being rendered.
No data for the table is changing.
When it's fast:
_fnCreateTr is called fewer times and the timeline shows multiple calls as nearly instantaneous.
When it's slow:
_fnCreateTr is called more times than the fast scenario and the timeline shows a stagger because of the slowness.
No data for the table is changing.
When it's fast:
_fnCreateTr is called fewer times and the timeline shows multiple calls as nearly instantaneous.
When it's slow:
_fnCreateTr is called more times than the fast scenario and the timeline shows a stagger because of the slowness.
This discussion has been closed.
Replies
Allan