How can i speedup my quarto rendering? #12823
Replies: 1 comment
-
This seems indeed quite a huge amount of time. Is this a single report?
First, what you need to look into is the computation. Which computation is done in your report? How is it done? How long does it take? How optimized is it? So please, try to identify how much of the 1.5 hours your computation code is taking. If this is a huge part of it, each language has tools to improve computation and run in parallel, for example. Quarto will be responsible for triggering the computation and rendering the output, but do not optimize the computation part. There are workflows where using Quarto as the publication step at the end is the best option. This means doing all processing in an optimized manner outside of Quarto, saving results, and loading them as necessary in the report for Quarto rendering to be as efficient as possible. Anyhow, we need more information to help you understand and help you with this 1.5-hour rendering report. This is indeed huge for a single report, so we assume you have very computation-intensive calculations in it, or that your environment may limit the computation part. Thank you. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Currently it takes about 1.5 hours for my report to generate.
Quarto uses only 1 CPU in my machine, is it possible to extend this to more CPUs?
Or is it memory? now is using 75% of my cache.
This is very slow, how i can improve this?
Or what configurations are known for slowing down rendering?
Thank you for the help you can provide.
Beta Was this translation helpful? Give feedback.
All reactions