Open
Bug 1486362
Opened 5 years ago
Updated 1 year ago
CPU usage is extremely high at githubuniverse.com
Categories
(Core :: Layout, enhancement, P3)
Tracking
()
People
(Reporter: karlcow, Unassigned)
References
()
Details
(Whiteboard: [webcompat])
This is a spin-off of https://webcompat.com/issues/12426 This page contains a lot of animations, slowly down the computer with very high cpu consumption. Marking as a performance bug.
Comment 1•5 years ago
|
||
There are two problems causing the high cpu usage. 1) animation on #intro-icon element which is driven by script (requestAnimationFrame or setTime or some such) 2) transform animation on invisible elements (bug 1427033)
Comment 2•5 years ago
|
||
Firefox 56 and Firefox 57 are ancient unsupported versions. Why was this task reported instead of testing with a supported version?
Updated•5 years ago
|
Summary: CPU usage is extremely high both on Firefox 56.0 and 57.0 (Beta 8). All the other pages related to this GitHub event are having the same problem. On Chromium for Linux the CPU usage is normal. → CPU usage is extremely high at githubuniverse.com
Updated•5 years ago
|
Whiteboard: [webcompat] [qf] → [webcompat] [qf:p3:f67]
Comment 3•5 years ago
|
||
(In reply to Andre Klapper from comment #2) > Firefox 56 and Firefox 57 are ancient unsupported versions. > Why was this task reported instead of testing with a supported version? This was simply filed back when those were the latest versions, at the webcompat link in comment 0. I've clarified the summary here to not be version-specific. Anyway -- mstange says that this is likely a result of the fact that we use software compositing on Linux for now, which is inherently slow. (The reporter was using linux, per first comment on the original webcompat issue.)
Updated•5 years ago
|
Whiteboard: [webcompat] [qf:p3:f67] → [webcompat] [qf:p3]
Comment 4•5 years ago
|
||
Migrating Webcompat whiteboard priorities to project flags. See bug 1547409.
Webcompat Priority: --- → ?
Comment 5•5 years ago
|
||
See bug 1547409. Migrating whiteboard priority tags to program flags.
Updated•4 years ago
|
Webcompat Priority: ? → ---
Updated•2 years ago
|
Performance Impact: --- → P3
Whiteboard: [webcompat] [qf:p3] → [webcompat]
Updated•1 year ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•