Closed
Bug 1026670
Opened 10 years ago
Closed 9 years ago
nextchessmove.com consuming high cpu usage
Categories
(Core :: Graphics: ImageLib, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: o2733231, Unassigned)
References
Details
(Keywords: perf, power)
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:30.0) Gecko/20100101 Firefox/30.0 (Beta/Release)
Build ID: 20140605174243
Steps to reproduce:
Load some url:
https://nextchessmove.com/?fen=2r3r1%2F7p%2FQR4pk%2F3p3b%2F2q1p2P%2F1pP3P1%2F5P2%2F2R2NK1+w+-+-+0+1&flipped=false
Actual results:
High cpu usage, sometimes you can notive pieces out of the board blinking.
Expected results:
Stay quiet.
Comment 1•10 years ago
|
||
Setting image.high_quality_downscaling.enabled = false fixes the CPU problem
Comment 2•10 years ago
|
||
The chess pieces are draw at two different sizes, both of which aren't the original image size. So this is the same "resize to size 1, resize to size 2, resize to size 1, ..." loop we suffer from that Seth is working on fixing.
Comment 3•9 years ago
|
||
(In reply to Timothy Nikkel (:tn) from comment #2)
> The chess pieces are draw at two different sizes, both of which aren't the
> original image size. So this is the same "resize to size 1, resize to size
> 2, resize to size 1, ..." loop we suffer from that Seth is working on fixing.
Seth, have you gotten any closer to fixing this?
Flags: needinfo?(seth)
Comment 4•9 years ago
|
||
That bug should be fixed now. We should retest this.
Comment 5•9 years ago
|
||
(In reply to Timothy Nikkel (:tn) from comment #4)
> That bug should be fixed now. We should retest this.
It looks fixed to me; I can't reproduce the high CPU usage or the blinking. Seems like this was resolved by classic bug 1060869.
Status: NEW → RESOLVED
Closed: 9 years ago
Depends on: 1060869
Flags: needinfo?(seth)
Resolution: --- → FIXED
Comment 6•9 years ago
|
||
Thank you for the confirmation.
You need to log in
before you can comment on or make changes to this bug.
Description
•