High CPU Usage
Allen
Registered Users Posts: 10,013 Major grins
What gives, I go into the new (forced on us) price settings page, expand the products
and I get 100% CPU usage? No other apps running except Thunderbird sitting idle.
Think Smug needs to tone it down some.
Intel Core 2Quad CPU Q8300 @ 2.50GHz 2.50 GHz
WIN7 64bit
6 GB RAM
and I get 100% CPU usage? No other apps running except Thunderbird sitting idle.
Think Smug needs to tone it down some.
Intel Core 2Quad CPU Q8300 @ 2.50GHz 2.50 GHz
WIN7 64bit
6 GB RAM
0
Comments
Portfolio • Workshops • Facebook • Twitter
reproduced although I did not get the High CPU Use warning this time.
My Website index | My Blog
I need the precise link to the gallery you were doing this in, Al. Link please.
Portfolio • Workshops • Facebook • Twitter
about 10 sec. then settles down. Can then expand/collapse and only might spike occasionally at ~50%.
What allerted me was the Norton "High CPU Usage" box that popped up.
manage price lists > default > edit]
Last gallery tested
http://www.photosbyat.com/Birds/Birding-2012-February/2012-02-22-Eastern-Shore/21594251_tgXdV3
My Website index | My Blog
I'll ask around. Can you try running from a reboot, and NOTHING else but your browser (btw, which browser and version?) and doing it?
Portfolio • Workshops • Facebook • Twitter
My Website index | My Blog
Want faster uploading? Vote for FTP!
My Website index | My Blog
Please do.
Portfolio • Workshops • Facebook • Twitter
My Website index | My Blog
All the browsers interpret the code differently, so some browsers may work better than others for certain sites.
Want faster uploading? Vote for FTP!
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
From a practical point-of-view I agree because it affects the end-user experience. It's basically like SM having to patch around the quirks in IE. I never thought FF would become 'that browser'.
Want faster uploading? Vote for FTP!
For example, I've seen poorly written code that doesn't work well when the browser window is resized in some browsers because the code performs poorly in some browsers and those browser flood the queue with resize events. A fairly simple change to the code fixes the problem entirely by making sure that resize events don't queue up and the resize code only executes when the user pauses their resize. Is that a browser or javascript interpret bug? No. That's understanding the execution environment of your target browsers and writing code to handle the situation properly.
Of course, I have no idea what the issue in this case, but I was just giving you an example.
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Want faster uploading? Vote for FTP!