PHPJasper / phpjasper

A PHP report generator
MIT License
457 stars 161 forks source link

How much time use to generate PDF file? #326

Open sumeth-sdk opened 1 year ago

sumeth-sdk commented 1 year ago

I used PHPJasper with a JSON input file. But it takes 7 seconds to generate 2 pages of PDF file. Has anyone encountered the same situation as me?

kmizzi commented 1 year ago

I just timed mine, it takes 1.75 seconds. That is with pure array of data in, nothing else going on. Not great time. I would love for it to be under .3 seconds.

I am just going to make sure each of my background jobs run only a single export at a time and I'm wondering if there would be a benefit of parallel exporting of pdfs at the same time or if that would cause further performance degrading