I know you've already said you can't release the code of your actual
project, but would it be possible for you to construct some test cases
that demonstrate the speed penalty that you are suffering in 1.3
compared to 1.2?  It would be interesting to see what circumstances
are triggering this and whether or not 1.3 really is slower under some
circumstances.  I know the jQuery team prefer optimizing for the most
common cases, it is possible that in doing so the library may become
less optimized in terms of the less commonly used functionality.

On Jan 23, 5:58 am, Loren <lorenw...@gmail.com> wrote:
> Thanks to John and the jQuery team, the problem was identified and
> found.
>
> It turns out I had a bad FireFox profile.  For some reason, still
> unknown to everyone, if you see tremendous speed problems (in and out
> of firebug), try creating a new FireFox profile (firefox.exe -p), and
> use that one instead.  You'll have to add back your bookmarks,
> options, and add-ons, but it's what fixed my 10x speed problem.
>
> v1.3 is still somewhat slower than v1.2, but they're both well within
> an acceptable margin.  The 50 second load time for 1.3 is now down to
> 800ms, and the 4 second load time for 1.2 is now in the 500 ms range.
>
> Again, thanks to the jQuery team for helping with this, and I hope
> this can help others with a similar problem.
>
> -Loren
>
> On Jan 22, 2:14 pm, Loren <lorenw...@gmail.com> wrote:
>
> > Thank you - it would good to know if I'm the only one experiencing
> > this.
>
> > My app is nearly all HTML injected, and it would be interesting to
> > know if other highly DHTML apps are experiencing the same issue.
>
> > -Loren
>
> > On Jan 22, 12:54 pm, Alexsandro_xpt <bagul...@gmail.com> wrote:
>
> > > Interesting your test....
> > > I will test my apps
>
> > > On 22 jan, 08:43, Loren <lorenw...@gmail.com> wrote:
>
> > > > Hello,
>
> > > > I have an application that does lots of HTML injection, animation, and
> > > > manipulation, and I'm a long time user and fan of jQuery.
>
> > > > Recently I downloaded 1.3.1, and my app became really sluggish.
> > > > Normally it loads in under a second, but with 1.3.1 it takes over 3
> > > > seconds to load, and the animation is choppy.
>
> > > > The problem *really* shows up when I use firebug.  Normally my app
> > > > loads in about 3-4 seconds in firebug, but the 1.3.1 library increases
> > > > the firebug load time to about 50 seconds (you read that right).
>
> > > > Here is a link to two screen shots of the firebug profiler.  The first
> > > > screen shot is using 1.2.6:
>
> > > >http://public.hotwall.com/tmp/jQuery1.2.6.jpg
>
> > > > The next link is the same profile (loading the app).  The only
> > > > difference is it's using 1.3.1:
>
> > > >http://public.hotwall.com/tmp/jQuery1.3.1.jpg
>
> > > > The profiler numbers show where the time is being spent.
> > > > Is anyone else having speed problems with the new 1.3 jQuery?
>
> > > > -Loren

Reply via email to