elvebredd.com - There is a significant delay (15–20 seconds) before the menu appears after clicking the Add/+ button
Categories
(Web Compatibility :: Site Reports, defect, P1)
Tracking
(Webcompat Priority:P1, Webcompat Score:9, firefox-esr115 unaffected, firefox-esr128 wontfix, firefox-esr140 wontfix, firefox142 wontfix, firefox143 wontfix, firefox144 wontfix)
People
(Reporter: ctanase, Unassigned)
References
(Regression, )
Details
(4 keywords, Whiteboard: [webcompat-source:web-bugs][webcompat:sightline])
User Story
platform:windows,mac,linux,android impact:site-broken configuration:general affects:all branch:release diagnosis-team:webcompat user-impact-score:2000
Attachments
(1 file)
|
3.02 MB,
video/mp4
|
Details |
Environment:
Operating system: Android 15/Windows 10
Firefox version: Firefox Mobile 141.0/144
Steps to reproduce:
- Go to https://elvebredd.com/adopt-me-calculator
- Click on any "+" button.
Expected Behavior:
The menu with items gets displayed instantly.
Actual Behavior:
The menu appears only after 15-20 seconds.
Notes:
- After those 15-20 seconds the button responds instantly until the page gets refreshed/accessed again
- Reproduces regardless of the status of ETP
- Reproduces in firefox-nightly, and firefox-release
- Does not reproduce in chrome
Created from https://github.com/webcompat/web-bugs/issues/172338
| Reporter | ||
Comment 1•10 months ago
|
||
| Reporter | ||
Updated•10 months ago
|
Comment 2•10 months ago
|
||
I can reproduce the issue on Nightly144.0a1 Windows11.
Regression window:
https://hg-edge.mozilla.org/integration/autoland/pushloghtml?fromchange=341d00ab9386c74770e16f26593b95601dd8e3d2&tochange=08dfb36559339368faa24cd5cf3e2d8e0e1e2dca
Suspect: Bug 1847584 - Consistently throttle visibility:hidden frames.
Tentatively, let's flag bug 1847584 as a regressor.
Comment 3•10 months ago
|
||
:emilio, since you are the author of the regressor, bug 1847584, could you take a look? Also, could you set the severity field?
For more information, please visit BugBot documentation.
Comment 4•10 months ago
|
||
It has a full size visibility: hidden iframe, and they wait till they're fully loaded:
while (!loaded || !inventoryLoaded) {
await new Promise(r => setTimeout(r, 50));
}
// open
So this is kind of expected.
Updated•10 months ago
|
Updated•10 months ago
|
Updated•10 months ago
|
Updated•9 months ago
|
Updated•9 months ago
|
Comment 5•9 months ago
|
||
https://elvebredd.com/adopt-me-calculator is working now, might have been a fix on the site side?
Updated•2 months ago
|
Description
•