-
Notifications
You must be signed in to change notification settings - Fork 710
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The router implementation used by TypeDoc now indicates that in a 22.5 second run rendering all of `@types/node`, 65ms is spent getting URLs. The extra complexity in attempting to cache the result of this frankly isn't worth it. HTML rendering took 16.8 seconds, of which 13.6 seconds was just doing syntax highlighting. Shiki is the most obvious place to spend time investigating performance improvements at this point.
- Loading branch information
Showing
2 changed files
with
10 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters