Closed
Bug 1557990
Opened 6 years ago
Closed 6 years ago
Rust document's Iterator trait page takes extremely long to load
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
DUPLICATE
of bug 1245213
Tracking | Status | |
---|---|---|
firefox69 | --- | affected |
People
(Reporter: xidorn, Unassigned)
Details
Steps to reproduce:
- open https://doc.rust-lang.org/std/iter/trait.Iterator.html
- see the CPU usage and wait until the loading finishes
Expected result:
It should finish shortly.
Actual result:
It takes minutes to load which is way too long...
Based on profile I believe it's mainly in JavaScript engine somehow interact badly with the page's script.
Here's a profile on Nightly: https://profiler.firefox.com/public/dc11ed0d9413a4d015a3854b635e420a85b02be9/calltree/?globalTrackOrder=0-1-2-3-4&hiddenGlobalTracks=0-2-3-4&hiddenLocalTracksByPid=83602-0&localTrackOrderByPid=83600-0~83602-0~83604-0~&published&thread=1&v=3
Reporter | ||
Updated•6 years ago
|
Type: task → defect
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•