Closed
Bug 1455187
Opened 7 years ago
Closed 1 year ago
Slow scrolling on airtable.com
Categories
(Core :: JavaScript Engine, defect, P5)
Core
JavaScript Engine
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: jrmuizel, Unassigned)
Details
Most of the time is spent in script:
https://perfht.ml/2EZ89NE
Comment 1•7 years ago
|
||
A lot of different stacks, too. Lots of events firing, I guess?
20% of the time is spent under PresShell::Paint, so my guess is this web page is re-layout-ing itself each frame, as you scroll.
10% is spent under `get Element.scrollLeft`, triggering layout from script. :-P
First impressions:
- we might not be able to save this web site from itself
- but, it's got source maps, so if we do want to do any work here, it'll be nice
Jeff, I couldn't reproduce this by looking at the landing page, https://airtable.com/ . Is that the right URL?
Flags: needinfo?(jorendorff)
Flags: needinfo?(jmuizelaar)
| Reporter | ||
Comment 2•7 years ago
|
||
Ah sorry here's the URL: https://airtable.com/shrRydo6UXhebLShj/tblc2X4kICL8NGzG5
Flags: needinfo?(jmuizelaar)
Comment 3•7 years ago
|
||
Hmm. I can't reproduce using that URL either (in Nightly). ->P5.
Flags: needinfo?(jorendorff)
Priority: -- → P5
Updated•3 years ago
|
Severity: normal → S3
Updated•1 year ago
|
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•