Export to Excel - time waiting
Export to Excel - time waiting
horus1613
Posts: 19Questions: 6Answers: 0
Hello.
At the moment, it takes about 6 minutes to export 1200 rows to Excel (browser Google Chrome). This is normal?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Hi @horus1613 ,
No, that seems long. Take a look at the example here, this exports 5000 rows of 6 columns in a few seconds. Are you doing any rendering with
columns.render
orcustomize
that would slow it down?Cheers,
Colin
Thank you. Experienced it was possible to establish the reason:
However, I can not abandon this code(((
You'll need to optimise it in that case. Perhaps something like:
One less query for jQuery to perform.
Allan
But it then applies the attr to the cell, and I need to row it...
Oh yes, sorry.
Allan
Thanks, it's works!!!
Out of curiosity, how much faster is that, given you were looking at 6 minutes?
2 seconds))
Wow - really? Reckon I might take the rest of the day off now... .
Allan
About the first answer of @colin ... and the example
you posted.
I saw that if I use the version >= 1.10.17 (or the nightly in that case) it takes ~2 seconds.
But if you use version <= 1.10.16 it's really faster!! about 0.3 seconds.
Something must have changed after 1.10.17 update.
I will open a new discussion. thanks
If you could include a link to a test case showing the issue that will let us profile the problem.
Allan
Hi @allan I saw you answered my other post. Thanks