Replies: 1 comment 1 reply
-
|
And here is the workflow to build it |
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

Uh oh!
There was an error while loading. Please reload this page.
-
I'm evaluating TypeDoc as a framework to document a large schema. As a the default JS format is not flexible enough, I'm simply building a lot of Markdown files and nest them according to the data model path. This results in ~25K files generated.
Site builds fine and works well in general. However there is a noticeable lag I can observe when navigating.
Based on browser, OS and other factors it looks a bit different. But usually it's either:
The lag may not occur every single time.
One obvious thing - I was trying with
"searchInDocuments": truedisabled. Don't see any significant difference in performance.Overall search works great once page is loaded even with large index size.
I don't have any formal testing around this setup yet. But appreciate ideas on optimization and root causing the lag.
The Chrome dev tools do not show anything terrible.
Check the generated site here.
Beta Was this translation helpful? Give feedback.
All reactions