Slow rendering in Chrome
Slow rendering in Chrome
I am loading a small set of data (less than 1000 rows) and there is a noticeable delay in rendering the datatable in Chrome (latest version). I thought it was my code, but couldn't see that I was doing anything out of the ordinary. Then I tried it IE 11 and it was so fast I couldn't see any delay at all.
Any thoughts on this? This is an ASP.Net MVC 5 app using Bootstrap 3.
Also, I can't figure out this markdown thing. I've tried to include some code several times using the '''js tag, but it doesn't work for me.
This question has an accepted answers - jump to answer
Answers
Can you link to a page showing the problem so I can try to debug it please?
Regarding markdown, you want to use the ` character rather than ' for code :-)
Allan
Thanks, Allan. It hasn't been published yet, so I have nothing to point you to.
Also, thanks for the character advice :-)
If you are able to drop me a link when it is, I'd be interested to take a look. In the mean time, you could try running the Chrome profiler during the DataTables initialisation to see where the time is going.
Allan