Slow performance compared to quartodoc
Type: ⁇ Question
## Prework
- [x] Read and agree to the [code of conduct](https://www.contributor-covenant.org/version/2/1/code_of_conduct/) and [contributing guidelines](https://github.com/posit-dev/great-docs/blob/main/.github/CONTRIBUTING.md).
- [x] If there is [already a relevant issue](https://github.com/posit-dev/great-docs/issues), whether open or closed, comment on the existing thread instead of posting a new issue.
## Question
I currently use quartodoc to build documentation for a few different packages. I've just come across GD and would love to switch over to it, but I'm currently getting _staggeringly slow_ performance from it.
I have been testing with [`nodebpy`](https://github.com/BradyAJohnston/nodebpy) which might be an edge case because it exports ~800 classes, but base quartodoc works great with it.
```py
cd docs
uv run quartodoc build # 6.5 seconds
uv run great-docs init # 13 minutes!
uv run great-docs build # 26 minutes, runs the discovery step twice?
```
Any hints as to something that I might be doing wrong would be greatly appreciated!
关闭于 2026-05-26 4 条评论