On Fr, Apr 25, 2014, Jorge Arellano Cid wrote:
On Fri, Apr 25, 2014 at 11:19:33AM +0200, Sebastian Geerken wrote:
On Tue, Apr 22, 2014, Jorge Arellano Cid wrote:
Today I saw commit 3626, and checked whether the pages I see to produce redraw storms and CPU hogs were gone, and... no :-P
I got one of them and worked reducing it to try to produce a good test case, that's the attachment. If you open it with embedded CSS disabled, it's OK, then enable it and voila: redraw storm and CPU hog.
I hope this helps the cause. Please let me know whether you can work on it, or give me some clues to try to start digging further.
Has been fixed now (really stupid bug).
Good.
BTW, I've come to like this kind of bugs along the way, a simple change, great benefit, and no major work involved.
I'd prefer not to have such bugs in the first place. :-)
OTOH, there're still some problems. The original URL [1] still hogs the CPU. This time the page keeps increasing its length on an on ("ad eternum").
When loaded with remote CSS disabled, it behaves OK (like the reduced test case). If you enable remote CSS, the page length tarts increasing (press End key and check the scrollbar).
[1] http://www.bolsadesantiago.com/theme/resumeninstrumentoexterno.aspx?NEMO=lan
Most seems fixed, at least the CPU hogging. Still much space above, but I can reproduce it with a simple test page (attached), so this should not take long, hopefully. Also, sizes are generally not perfect, but that will be cleaned a bit later (general redesign of widget sizes). Sebastian