[jQuery] Re: Performance from 1.1.2 to 1.1.4

2007-08-29 Thread oscar esp
-Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Ofoscaresp Sent: Tuesday, August 28, 2007 12:14 AM To: jQuery (English) Subject: [jQuery] Re: Performance from 1.1.2 to 1.1.4 Hi Jeffry , I am agree about VS. When I execute without VS I get better

[jQuery] Re: Performance from 1.1.2 to 1.1.4

2007-08-28 Thread oscar esp
project. JK -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of oscar esp Sent: Monday, August 27, 2007 9:35 AM To: jQuery (English) Subject: [jQuery] Re: Performance from 1.1.2 to 1.1.4 I am in debug mode (visual studio) in execution

[jQuery] Re: Performance from 1.1.2 to 1.1.4

2007-08-28 Thread Renato Formato
oscar esp ha scritto: Hi Jeffry , I am agree about VS. When I execute without VS I get better performance obiuslly however 1.1.2/1.1.3 is faster thatn 1.1.4: -1.1.4 : 2 seconds (from select an item in client after the second combo is load in client) -1.1.2 1.1.3: less thant 1 second (from

[jQuery] Re: Performance from 1.1.2 to 1.1.4

2007-08-28 Thread oscar esp
No. I just call an ajax method with asycn=false -- divTarget = component1 jQuery.ajax({ type: post, url: url, data: pars,

[jQuery] Re: Performance from 1.1.2 to 1.1.4

2007-08-27 Thread John Resig
Slow server? There's on reason for a 7 second delay of any sort in jQuery. Do you have a demo of this online? --John On 8/27/07, oscar esp [EMAIL PROTECTED] wrote: I am doing some test in order to migrate from 1.1.2 to 1.1.4... and I got some strange result. I have two combo, when you

[jQuery] Re: Performance from 1.1.2 to 1.1.4

2007-08-27 Thread oscar esp
I am in debug mode (visual studio) in execution the diferences are: -1.1.4 : 2 seconds (from select an item in client after the second combo is load in client) -1.1.2 1.1.3: less thant 1 second (from select an item in client after the second combo is load in client) Seems that 1.1.2 1.1.3

[jQuery] Re: Performance from 1.1.2 to 1.1.4

2007-08-27 Thread John Resig
Do you have a demo of this online? I haven't been able to reproduce this at all. --John On 8/27/07, oscar esp [EMAIL PROTECTED] wrote: I am in debug mode (visual studio) in execution the diferences are: -1.1.4 : 2 seconds (from select an item in client after the second combo is load in

[jQuery] Re: Performance from 1.1.2 to 1.1.4

2007-08-27 Thread oscar esp
I am executing into intranet... Could Ido any test that could help you? On 27 ago, 19:05, John Resig [EMAIL PROTECTED] wrote: Do you have a demo of this online? I haven't been able to reproduce this at all. --John On 8/27/07, oscar esp [EMAIL PROTECTED] wrote: I am in debug mode

[jQuery] Re: Performance from 1.1.2 to 1.1.4

2007-08-27 Thread Jeffrey Kretz
esp Sent: Monday, August 27, 2007 9:35 AM To: jQuery (English) Subject: [jQuery] Re: Performance from 1.1.2 to 1.1.4 I am in debug mode (visual studio) in execution the diferences are: -1.1.4 : 2 seconds (from select an item in client after the second combo is load in client) -1.1.2 1.1.3: less