Improving render speed & performance #304
Unanswered
silent6trinity
asked this question in
Q&A
Replies: 1 comment 1 reply
-
The main bottleneck for PDF rendering is weasyprint (HTML to PDF library). Unfortunately, weasyprint is single-threaded, and does not utilize multiple CPU cores. We observed that using large and complex report designs increases rendering times, especially when they contain large multi-page tables. But that is nothing that can be fixed by adding more hardware resources. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey, just a quick question - I was wondering if there's any suggestions that you may have in regards to squeezing some more speed/performance out of the rendering engine when trying to publish/view reports? I typically will allocate as much resources as possible to my VM's hosting the containers, but nothing really seems to "hit the spot", unless my report is barebones.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions