[jQuery] Re: blockUI plugins consume too much CPU

2007-07-19 Thread Jiming
Hi Mike, I used the old machine visit your site, and it still consume CPU 100% in 1-2 seconds. Anyway, I want to let it go, as there do not have lots of people use this kind of old machine nowadays. When using a new machine, blockUI is fast enough. Thanks, Jiming On Jul 18, 7:50 pm, "Mike Als

[jQuery] Re: blockUI plugins consume too much CPU

2007-07-19 Thread Jiming
ry increasing the size of all background images having transparent > pixels? > > -Original Message- > From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On > > Behalf Of Jiming > Sent: mercredi 18 juillet 2007 10:51 > To: jQuery (English) > Subject: [jQuery]

[jQuery] Re: blockUI plugins consume too much CPU

2007-07-18 Thread Mike Alsup
Hi Jiming, Thanks for the feedback. I forgot to check out your site last night and now I'm behind my over-aggressive firewall again. Do you experience the CPU spike when viewing my demo pages? http://malsup.com/jquery/block/ Mike On 7/18/07, Jiming <[EMAIL PROTECTED]> wrote: Hi Mike, I t

[jQuery] Re: blockUI plugins consume too much CPU

2007-07-18 Thread Alexandre Plennevaux
Jiming, Did you try increasing the size of all background images having transparent pixels? -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jiming Sent: mercredi 18 juillet 2007 10:51 To: jQuery (English) Subject: [jQuery] Re: blockUI plugins

[jQuery] Re: blockUI plugins consume too much CPU

2007-07-18 Thread Jiming
Hi Mike, I tried both 0 and 1 and there have no difference. Thanks, Jiming

[jQuery] Re: blockUI plugins consume too much CPU

2007-07-18 Thread Jiming
Hi Mike, I tried both 0 and 1 and there have no difference. Thanks, Jiming On Jul 18, 12:01 am, "Mike Alsup" <[EMAIL PROTECTED]> wrote: > Hmm, my corporate firewall won't let me access that site. > > Something you can try is to override the opacity by setting the > overlayCSS.opacity value to

[jQuery] Re: blockUI plugins consume too much CPU

2007-07-18 Thread Jiming
Hi Mike, I tried both 0 and 1 and there have no difference. Thanks, Jiming On Jul 18, 12:01 am, "Mike Alsup" <[EMAIL PROTECTED]> wrote: > Hmm, my corporate firewall won't let me access that site. > > Something you can try is to override the opacity by setting the > overlayCSS.opacity value to

[jQuery] Re: blockUI plugins consume too much CPU

2007-07-18 Thread Jiming
Hi Mike, I tried both 1 and 0. And which makes no difference. I suppose that the main calculation work is in DOM operation. Thanks, Jiming On Jul 18, 12:01 am, "Mike Alsup" <[EMAIL PROTECTED]> wrote: > Hmm, my corporate firewall won't let me access that site. > > Something you can try is to ove

[jQuery] Re: blockUI plugins consume too much CPU

2007-07-17 Thread Alexandre Plennevaux
Behalf Of Mike Alsup Sent: mardi 17 juillet 2007 17:02 To: jquery-en@googlegroups.com Subject: [jQuery] Re: blockUI plugins consume too much CPU Hmm, my corporate firewall won't let me access that site. Something you can try is to override the opacity by setting the overlayCSS.opacity value to

[jQuery] Re: blockUI plugins consume too much CPU

2007-07-17 Thread Mike Alsup
Hmm, my corporate firewall won't let me access that site. Something you can try is to override the opacity by setting the overlayCSS.opacity value to 0 or 1. For example: $.blockUI.defaults.overlayCSS.opacity = 0; - or - $.blockUI.defaults.overlayCSS.opacity = 1; This will tell you if it is t

[jQuery] Re: blockUI plugins consume too much CPU

2007-07-17 Thread Jiming
Hi Mike, I am using Windows2000/XP, and browser is IE6/IE7/Firefox2. The url you can try is http://peds2.caitco.com, this is a chinese version, hope . Please just try it at random:) When we using a powerful CPU, it is not a problem. For example my PC's CPU is AMD2600+. And it only consume about

[jQuery] Re: blockUI plugins consume too much CPU

2007-07-16 Thread Stephan Beal
On Jul 16, 2:42 pm, "Mike Alsup" <[EMAIL PROTECTED]> wrote: > I suspect this is a platform issue. What platform and browser are you > using? From what I'm told, Linux/FF is especially bad at hogging the > CPU when rendering opacity (especially for a full page) which is why To elaborate a small

[jQuery] Re: blockUI plugins consume too much CPU

2007-07-16 Thread Mike Alsup
Jiming, I suspect this is a platform issue. What platform and browser are you using? From what I'm told, Linux/FF is especially bad at hogging the CPU when rendering opacity (especially for a full page) which is why BlockUI doesn't use opacity for that config. Perhaps there is another platfor

[jQuery] Re: blockUI plugins consume too much CPU

2007-07-16 Thread Jiming
I have a suggestion after took a look at the source code. How about just have a constant DIV, which show and hide instend of create a brand new one in DOM and remove it again? On Jul 16, 6:23 pm, Jiming <[EMAIL PROTECTED]> wrote: > Hi, > > blockUI is a good plugins. The one thing makes me worri