Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How much time use to generate PDF file? #326

Open
sumeth-sdk opened this issue Sep 13, 2022 · 1 comment
Open

How much time use to generate PDF file? #326

sumeth-sdk opened this issue Sep 13, 2022 · 1 comment

Comments

@sumeth-sdk
Copy link

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
Copy link

kmizzi commented Sep 15, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants