Closed
Bug 1479162
Opened 7 years ago
Closed 7 years ago
On arewexblstill page, loading the last graph makes the browser hang for 10 seconds
Categories
(Websites :: Other, defect)
Websites
Other
Tracking
(Performance Impact:none)
RESOLVED
WONTFIX
| Performance Impact | none |
People
(Reporter: mayankleoboy1, Unassigned)
References
()
Details
(Keywords: perf)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:63.0) Gecko/20100101 Firefox/63.0
Build ID: 20180727103347
Steps to reproduce:
1. Go to https://bgrins.github.io/xbl-analysis/graph/
2. Scroll to the bottom. There is a link which says "Show lines of code per binding graph"
3. Click on it
Actual results:
Page will hang for 10-12 seconds while the graph loads
Expected results:
not so
Profile: https://perfht.ml/2LWdzxl
| Reporter | ||
Updated•7 years ago
|
| Reporter | ||
Updated•7 years ago
|
Whiteboard: [qf]
| Reporter | ||
Comment 1•7 years ago
|
||
Profile with "track JIT optimization" enabled: https://perfht.ml/2LWog31
| Reporter | ||
Comment 2•7 years ago
|
||
This is worse on Chrome
Status: UNCONFIRMED → NEW
Component: Untriaged → Other
Ever confirmed: true
Flags: needinfo?(bgrinstead)
Keywords: perf
Product: Firefox → Websites
Comment 3•7 years ago
|
||
Yeah, it's really bad. It used to render by default but I made it require a click so it wouldn't slow down loading the primary graphs on the dashboard.
Thanks for posting the profile - it looks like the chart library is the culprit, which makes sense since it's rendering a huge amount of data. I guess one "fix" would be to limit the number of days that get rendered into this graph. But realistically, I'm not planning to work on that now that it doesn't slow down the page load. Patches would be welcome at https://github.com/bgrins/xbl-analysis though.
Flags: needinfo?(bgrinstead)
Comment 4•7 years ago
|
||
[qf-] since it sounds like this is isn't a Firefox-is-slow issue, per comment 2.
(Seems like this (not-public-facing) website is just doing a lot of computations in JS and it's slow in multiple browsers.)
Whiteboard: [qf] → [qf-]
Comment 5•7 years ago
|
||
The site in question is not managed by Mozilla, hence INVALID.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INVALID
| Reporter | ||
Comment 6•7 years ago
|
||
As per comment 3, the slowness cannot be helped. And this is slow in other browsers also.
Resolution: INVALID → WONTFIX
Updated•3 years ago
|
Performance Impact: --- → -
Whiteboard: [qf-]
You need to log in
before you can comment on or make changes to this bug.
Description
•