Import timeout
-
It seems to be related to your particular export package if you say it doesn't work on your local pc as well.
However, I've tried the 10mb export package and it imports in 1s.
I believe it is not related to the actual content of your templates and data. You should be able to replace characters in your templates/data with some 'a' values and share the export with me.
-
Hi :)
It's been a while but we're still facing the problem.
I just sent you a zip file by mail to show you that even with ~500kb of data it breaks
-
Performance problem was solved here
https://github.com/jsreport/jsreport-authorization/commit/57a93e58f13d3f84f59eada09223c1f488bb469bWill be part of the next release.
The current workaround is to temporarily disable authentication before import in case it is timing out.
-
Thanks a lot for your help ! :)
I tried disabling authentication and it worked great. Still a bit slow but not crashing which is great ! :)Waiting for the new release :)
-
Hi !
Just tried your fix with the new 2.6.1 !
But I'm still facing the issue :(If I remove authentication it works but if let it enabled it crashes during import
-
Hm. Also on your local?
It finishes for me within 3s and with disabled auth in 2s.
-
Same on my local :/
-
If I remember well, you use Windows, right ?
If so, have you tried on Linux ? Maybe it's os related ?
I'll try on Windows
-
We may try to add some more optimizations later.
However we see no issues on various OSX, Ubuntu, Windows machines.
-
I'm facing the same issue on Windows :/
I'll search to see if I can see where this come from