Closed (works as designed)
Project:
Taxonomy Ticker
Version:
5.x-1.1
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
24 Mar 2007 at 00:11 UTC
Updated:
26 May 2025 at 08:52 UTC
Jump to comment: Most recent
Comments
Comment #1
mathieu commentedSun sent a patch (http://drupal.org/node/141486) that should fix this. I'll commit it to -5.x-1.2 soon. Can you apply the patch and see if it solves this problem?
Comment #2
Anonymous (not verified) commentedI tested TT with the patch, sorry, no good results. FF stil generates a 100% cpu load
Comment #3
hd commentedI am afraid I have to confirm that the ticker has always created a performance problem starting back with the 4.7 versions. It may show more in FF rather than IE or other browsers. The browser running the ticker seems to consume far too much CPU for what it is doing. When e.g. an average desktop computer is sitting there doing nothing but showing a page with the ticker running, you can see CPU utilization of more than 20%. When having more than one browser page open with a ticker running, it can easily get up to 100% CPU.
Comment #4
mathieu commentedI've been having a look at different jQuery plugins, to find out if there would be a better way to do it... but none of the plugins I saw are really "scrolling" (it's always a fade-out/fade-in effect between elements) and most of them are cpu-intensive (though not as constantly as the current taxonomy_ticker code) the moment they change the displayed item. I'm starting to think a javascript ticker will always be cpu-intensive.
Comment #5
mo6A Javascript ticker is always cpu intensive.