Page never finish loading on https://delassus.com/en/products/flowers until reload
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
People
(Reporter: alice0775, Assigned: jesup)
References
(Regression)
Details
(Keywords: nightly-community, regression)
Attachments
(1 file)
|
39.65 KB,
text/plain
|
Details |
Steps to reproduce:
- Clear cache
- Open https://delassus.com/en/products/flowers
Actual results:
Page never finish loading.
Page loads some images forever.
Tab loading spinner spinning forever.
After reload the tab, the page loads properly.
Expected results:
Page loads properly.
| Reporter | ||
Updated•2 years ago
|
| Reporter | ||
Comment 1•2 years ago
|
||
| Reporter | ||
Comment 2•2 years ago
|
||
Comment 3•2 years ago
|
||
Set release status flags based on info from the regressing bug 1270059
:jesup, since you are the author of the regressor, bug 1270059, could you take a look? Also, could you set the severity field?
For more information, please visit BugBot documentation.
| Assignee | ||
Comment 4•2 years ago
|
||
Very likely a broken page, since the deferring of timeouts until idle is within spec. I'll pull a profile to check
| Assignee | ||
Comment 5•2 years ago
|
||
The page hard-loops while loading, using 100% CPU doing image-sets mostly. This leaves no idle time, so timeouts don't run, and it won't finish loading without a timeout. It's being a very bad page. That said, it's possible we could handle this a little better, by giving a maximum deferral time for timeouts.
smaug: perhaps limit deferrals to N seconds? 5 seconds without idle past the timeout -> run anyways? (probably a pref. And is 5 too low or too high?)
| Assignee | ||
Updated•2 years ago
|
Comment 6•2 years ago
•
|
||
I guess that could work. We could even reuse this pref, https://searchfox.org/mozilla-central/search?q=page_load_deprioritization_period%28%29&path=&case=false®exp=false
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
| Assignee | ||
Comment 7•1 year ago
|
||
Site has changed, no longer has problems
Description
•