Yes, by removing the css file, and the reference, the creation pass from over a minute to 19 seconds.
Perhaps there's a problem using css file to style the report.
Yes, by removing the css file, and the reference, the creation pass from over a minute to 19 seconds.
Perhaps there's a problem using css file to style the report.
Yes i know but for a web-consumer export a simple report (some dozens of pages) in some minutes is an infinite time to wait.
I've tried both on my pc and on the server. It take the same time. For a report with about 100 pages it take over a minute.
It's not a problem of a single pdf report but all the pdf reports I've create have this issue. Very very slowly than the relative excel extraction.
Hi,
I notice that creation of pdf template report is very slow. With same data an excel template is very very faster. Here some benchmarks:
For a report with about 4k rows:
2018-02-09 08:56:27,128 [12] INFO - Start creating report with jsreport
2018-02-09 08:56:32,744 [12] INFO - Report created
=> EXCEL 5 seconds
2018-02-09 08:56:39,533 [9] INFO - Start creating report with jsreport
2018-02-09 08:57:46,586 [9] INFO - Report created
=> PDF over a minute
There's some issue about this bad performance?
I use handlebars with phantom-pdf.
Thanks.