Olicer Steel tells about new plugin for jQuery librari that allows to to profile the JavaScript code. He write the following:
«Yesterday I was profiling a page that used jQuery. The page took a long time to initialize. Firebug Profile (a great tool) told me that the time was in jQuery, but that wasn’t much help — the page initialization code had a lot of calls to jQuery, to bind functions to various page elements, and most of them were harmless.»
Source: Oliver Steel blog.
Comments