You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So in trying to track down some PDF generation that was very slow > 30 seconds for a 15 page document on a pretty fast server, doing some research ( starting with wkhtmltopdf/wkhtmltopdf#1510 ) and got a fairly significant performance gain just by setting border-radius to 0px or removing altogether. For the same PDF went to < .5 seconds (pdf generation became the fastest part of the generation, the time consuming part shifted to php generating the html to be passed to wktohtmlpdf.
The text was updated successfully, but these errors were encountered:
HTML to PDF conversion is tricky business. I am sure each of the engines supported by the plugin have numerous issues/edge cases like this one and at least I don't want to go about documenting them in the plugins' readme. One should just refer to appropriate resources of the provider lib itself.
So in trying to track down some PDF generation that was very slow > 30 seconds for a 15 page document on a pretty fast server, doing some research ( starting with wkhtmltopdf/wkhtmltopdf#1510 ) and got a fairly significant performance gain just by setting border-radius to 0px or removing altogether. For the same PDF went to < .5 seconds (pdf generation became the fastest part of the generation, the time consuming part shifted to php generating the html to be passed to wktohtmlpdf.
The text was updated successfully, but these errors were encountered: