[Feature request] Lazy loading children nodes for TOC
DocFX Version: any:
Open API page:
- Go to docfx site
- Open API page
Expected Behavior: Page is loading quickly and TOC list in the sidebar is loading asynchronous Actual Behavior: Loading page is stopped while TOC list is loading
Can we make asynchronous loading of the TOC for avoid pause when page is loading? Thanks.
P.S. If issue with that requirement already exist, I am sorry. I didn't can find something documentation about it.
@ashengilevych default template is asynchronous, you can stop browser loading toc by press ESC when article is ready.
@vwxyzh I afraid here can be misunderstanding. TOC is loaded asynchronously in relation to the page but want we would like to the entries of the TOC themselves to load asynchronously. That is starting by loading the top levels entries, display them, continue loading sub-entries in background and put priority on entries that the user may expend. I apologies for the confusion.