You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Chrome I get an out-of-memory crash for a tab after it reaches ~2.5G of memory use (total browser use, not for 1 tab, though only 1 tab is opened), though the system isn't OOM.
In Firefox the page continues to grow in memory use until ~4G (same, total browser use), then stabilizes.
I think simply focusing the search box triggers this huge growth, no need to even input any search string. Does it generate the full search index locally in a very inefficient way or something?
May I suggest improving the efficiency of the docs page?
The text was updated successfully, but these errors were encountered:
No clicking, though that's actually a non-issue, that page loads fine with lower memory use, and it might be lazy-loaded(?) when you jump to the end, it loads more (but still, jumping all the way to the last item doesn't crash anything)
Uh oh!
There was an error while loading. Please reload this page.
Suggestion
When trying to use the docs for the crates at https://microsoft.github.io/windows-docs-rs/doc/windows/index.html I get a huge spike in memory use which some browsers can't (or choose not to) handle on Windows
I think simply focusing the search box triggers this huge growth, no need to even input any search string. Does it generate the full search index locally in a very inefficient way or something?
May I suggest improving the efficiency of the docs page?
The text was updated successfully, but these errors were encountered: