Closed
Bug 1316901
Opened 8 years ago
Closed 8 years ago
Fatal performance in Facebook comments
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
People
(Reporter: michalwadas, Unassigned)
References
Details
(Whiteboard: [platform-rel-Facebook])
Attachments
(2 files)
User Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:49.0) Gecko/20100101 Firefox/49.0
Build ID: 20161019084923
Steps to reproduce:
Opened this photo: https://www.facebook.com/events/1837232359839359/permalink/1857011521194776/ (warning: lot of hate speech comments).
Clicked 10 times on "view more comments".
User Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:49.0) Gecko/20100101 Firefox/49.0.
Hardware: i5 6600, GTX 960, 16GB RAM.
Reproducible on Ubuntu with i5-3xxx and integrated graphics.
Actual results:
Pages freezes for long time. Firefox builtin profiler reports 25% time spent in GC (8 seconds), 13% in Gecko and 7% in JIT. profile.json attached.
Tab seems to use at least 100MB (that much was released after closing tab).
Whole browser performance is severely degraded and scrolling that page is almost impossible.
Expected results:
It should probably work smoother.
Loading times aren't better on Chrome, but they have at least smooth scrolling afterwards.
Comment 1•8 years ago
|
||
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0
Build ID: 20161104212021
While trying to reproduce this bug on Windows 7 64 Bit using Firefox 50 Release, I observed that scrolling on the page is quite slow especially after many clicks on "View more comments".
After clicking more than 10 times on "View more comments" a pop-up warning is displayed.
please see the screenshot attached.
Updated•8 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•8 years ago
|
Component: Untriaged → JavaScript Engine
Product: Firefox → Core
Reporter | ||
Comment 2•8 years ago
|
||
Original photo was deleted, but issue can be reproduced with any heavy (few hundred comments) thread on Facebook.
Updated•8 years ago
|
platform-rel: --- → ?
Whiteboard: [platform-rel-Facebook]
Updated•8 years ago
|
Blocks: Meta-Hasal-Facebook
platform-rel: ? → -
Updated•8 years ago
|
Whiteboard: [platform-rel-Facebook] → [qf:p1][platform-rel-Facebook]
Comment 3•8 years ago
|
||
I just tried to reproduce this with Nightly 20170323030203 [Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:55.0) Gecko/20100101 Firefox/55.0] on Win10, but I can't. The page I opened was:
https://www.facebook.com/ScienceNaturePage/videos/1035330013265923/?hc_ref=NEWSFEED
which has 855 comments, I loaded 600 of them but the browser still scrolls smoothly.
Comment 5•8 years ago
|
||
Thanks for reporting. While waiting for QA's response, I'd like to know do you still have the same issue with the latest release?
Flags: needinfo?(michalwadas)
Reporter | ||
Comment 6•8 years ago
|
||
I wasn't able to reproduce it in similar circumstances.
Flags: needinfo?(michalwadas)
Comment 7•8 years ago
|
||
WFM because it's not reproducable.
Updated•3 years ago
|
Performance Impact: --- → P1
Whiteboard: [qf:p1][platform-rel-Facebook] → [platform-rel-Facebook]
You need to log in
before you can comment on or make changes to this bug.
Description
•