Closed Bug 1455187 Opened 7 years ago Closed 1 year ago

Slow scrolling on airtable.com

Categories

(Core :: JavaScript Engine, defect, P5)

defect

Tracking

()

RESOLVED INCOMPLETE

People

(Reporter: jrmuizel, Unassigned)

Details

Most of the time is spent in script: https://perfht.ml/2EZ89NE
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)
Flags: needinfo?(jmuizelaar)
Hmm. I can't reproduce using that URL either (in Nightly). ->P5.
Flags: needinfo?(jorendorff)
Priority: -- → P5
Severity: normal → S3
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.