-
Notifications
You must be signed in to change notification settings - Fork 749
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
Pdf generation slow #133
Comments
Use setModeDebug as per the wiki to pinpoint slow parts of generation, then try to fix that section of your code. Hopefully your sql is optimized for speed! |
split tables in tables with less that 100 rows |
I have the same probleme with a table of 400 rows. Even if i split in 5 table, it take to many times to generate |
Same problem here, slow table generation even with a split of 50 rows each. Anyone found a solution? |
I generate a PDF using a large amount of data from mysql database. The problem is that html2pdf takes an eternity to generate the pdf file. How can the process be accelerated?
The text was updated successfully, but these errors were encountered: