Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

www.wired.com - site is not usable #97970

Open
webcompat-bot opened this issue Jan 9, 2022 · 6 comments
Open

www.wired.com - site is not usable #97970

webcompat-bot opened this issue Jan 9, 2022 · 6 comments
Labels
browser-firefox-mobile engine-gecko The browser uses the Gecko rendering engine priority-normal type-bad-performance When sites are unresponsive, slow transition type-js-scroll JS Scrolling performance issues
Milestone

Comments

@webcompat-bot
Copy link

webcompat-bot commented Jan 9, 2022

URL: https://www.wired.com/video/watch/how-meme-detectives-stop-nft-fraud?intcid=inline_amp

Browser / Version: Firefox Mobile 97.0
Operating System: Android 11
Tested Another Browser: Yes Chrome

Problem type: Site is not usable
Description: Page not loading correctly
Steps to Reproduce:
(issue copied from Github user rashaunny)

Steps to reproduce

Open website in Firefox Android 95.2.0 (Build #2015851755)
https://www.wired.com/video/watch/how-meme-detectives-stop-nft-fraud?intcid=inline_amp

Expected behaviour

Should be able to scroll down
Actual behaviour

Cannot scroll down the page. It immediately jumps to the top when finger is lifted.
Device name

OnePlus 8 IN2017
Android version

Android 11
Firefox release type

Firefox
Firefox version

95.2.0
Device logs

No response
Additional information

No response

Browser Configuration
  • None

From webcompat.com with ❤️

@webcompat-bot webcompat-bot added the action-needsmoderation The moderation has not yet been completed label Jan 9, 2022
@webcompat-bot webcompat-bot added this to the needstriage milestone Jan 9, 2022
@webcompat-bot webcompat-bot added the browser-fixme This requires manual assignment for the browser name label Jan 9, 2022
@webcompat-bot webcompat-bot changed the title In the moderation queue. www.wired.com - site is not usable Jan 10, 2022
@webcompat-bot webcompat-bot added browser-firefox-mobile engine-gecko The browser uses the Gecko rendering engine priority-normal and removed browser-fixme This requires manual assignment for the browser name action-needsmoderation The moderation has not yet been completed labels Jan 10, 2022
@softvision-raul-bucata
Copy link

Duplicate issue of mozilla-mobile/fenix#23130

[qa_02/2022]

@kbrosnan
Copy link

@karlcow we were hoping that the Webcompat team would be able to look at this and check if this is some sort of website issue or a Gecko issue.

@karlcow karlcow modified the milestones: duplicate, needsdiagnosis Jan 11, 2022
@karlcow karlcow reopened this Jan 11, 2022
@karlcow karlcow modified the milestones: needsdiagnosis, needscontact Jan 31, 2022
@webcompat-bot
Copy link
Author

@karlcow
Copy link
Member

karlcow commented Jan 31, 2022

This is a performance profile of what is happening.
https://share.firefox.dev/3KUg4Pr

And I think this is probably related to
https://www.wired.com/verso/static/presenter-cne-video-watch.8f31a8a7cc5d21fe07e0.js

    componentDidMount() {
      window.addEventListener('resize', this.debounceVisCheck),
      window.addEventListener('load', this.calcLineHeights),
      window.addEventListener('resize', this.calcLineHeights)
    }
    componentWillUnmount() {
      window.removeEventListener('resize', this.debounceVisCheck),
      window.removeEventListener('load', this.calcLineHeights),
      window.removeEventListener('resize', this.calcLineHeights)
    }

fwiw I can reproduce it on Google Chrome. It's just a bit less janky, but this is happening too.

It's probably a site mistake in handling observers and the way the top menus/headers are collapsing.

@kbrosnan It's more acute in Firefox, maybe performance issue ( @julienw ) but not sure this seems to happen in Chrome.

Wired needs to be contacted.

@karlcow karlcow removed their assignment Jan 31, 2022
@karlcow karlcow added type-bad-performance When sites are unresponsive, slow transition type-js-scroll JS Scrolling performance issues labels Jan 31, 2022
@karlcow
Copy link
Member

karlcow commented Jan 31, 2022

In some ways the performance looks a bit like #85900

@julienw
Copy link

julienw commented Jan 31, 2022

Yeah, I wouldn't say it's a performance issue. I see some flavor of this in Chrome too but it's also different so it may not be the same issue.

In the profile we do see a lot of time spent in restyles and things like this, however we don't see the page frozen, rather we see the page jumping but it stays responsible otherwise, that's why I would say it's not a perf issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
browser-firefox-mobile engine-gecko The browser uses the Gecko rendering engine priority-normal type-bad-performance When sites are unresponsive, slow transition type-js-scroll JS Scrolling performance issues
Projects
None yet
Development

No branches or pull requests

6 participants