thanks!!!! :) i use firebug but i wasnt aware of the profiling... :)
On Sep 17, 8:20 pm, Ariel Flesler <[EMAIL PROTECTED]> wrote: > I made my own benchmarker some time ago (3-4 months). > It's not perfect but it did the job for me. > > You can check it here:http://benchmarker.flesler.com/ > The deploy part isn't included in the js. It's OO, you can create > Benchmarker instances. > > I used it mainly to check different approaches for frequent problems. > Also some experiments. > > -- > Ariel Fleslerhttp://flesler.blogspot.com/ > > On Sep 17, 1:14 am, Alex Weber <[EMAIL PROTECTED]> wrote: > > > looking to find possible bottlenecks and basically optimize the hell > > outta my js which relies heavily on jquery and the occasional > > plugin... > > > is there a more elegant and efficient way to do this than to toss a > > few document.write()s at my code?? =P > > > thanks!! > > > -Alex