This page is slowing down your browser on The Atlantic
Categories
(Core :: Performance: General, defect)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox92 | --- | affected |
People
(Reporter: yoasif, Unassigned)
References
()
Details
(Keywords: nightly-community)
Attachments
(2 files)
Basic information
Steps to Reproduce:
- Load https://www.theatlantic.com/ideas/archive/2021/07/work-from-home-benefits/619597/
- Scroll down to read page.
Expected Results:
No slowdown.
Actual Results:
"This page is slowing down your browser" alert, missed frames while scrolling.
More information
Profile URL: https://share.firefox.dev/3CfZbL0
Basic systems configuration:
OS version: macOS 11.5.1 (20G80)
GPU model: Intel(R) UHD Graphics 630
Number of cores: 8
Amount of memory (RAM): 32GB
Thanks so much for your help.
| Reporter | ||
Comment 1•4 years ago
|
||
| Reporter | ||
Updated•4 years ago
|
Comment 2•4 years ago
|
||
It kinda looks like the page was getting into some sort of infinite recursion here, in their fetchBids script. See screenshot showing the recursion (chunks of the same calling functions, repeating indefinitely as I drill down).
I wonder if this was just something that was broken (or failing catastrophically) in the site's ad script for a temporary period?
Can you still reproduce the issue?
Comment 3•4 years ago
|
||
If you can still reproduce, I wonder if the issue goes away with addons disabled, too? I see ublock origin in your about:support -- I wonder if that's interfering with the page's ad scripts in a way that makes them fall over like this.
| Reporter | ||
Comment 4•4 years ago
|
||
I can't reproduce this any more.
Comment 5•4 years ago
|
||
Great, thanks for letting us know. Given comment 2, it feels likely that this was likely an issue on the website's side, either in their JavaScript logic or in a fragile dependency on a third-party resource. I'm glad it seems to have been resolved.
Description
•