I need help with optimizing my app built with FumaDocs #1922
preetsuthar17
started this conversation in
General
Replies: 1 comment 3 replies
-
usually the slowness comes from TypeScript compiler (if you use From your feedback, if that happens after initial compilation, it's probably related to how you use the TypeScript integration, newer versions of Fumadocs will lazy mount the TypeScript compiler to make it faster, so make sure to upgrade too. But performance issues need more time to inspect and optimize, can't help with that until holiday. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm building a component library called "HextaUI" with many components and complex processing.
It performs well in production but is very slow in development mode on localhost, taking over 40 seconds to load and render a single page, making it difficult to work with.
Beta Was this translation helpful? Give feedback.
All reactions