10
shouts

Performance Analysis of dynamic JavaScript Menus

published 112 days, 11 hours, 20 minutes ago posted by grabnerandigrabnerandi 113 days, 13 hours, 9 minutes ago
Tuesday, November 24, 2009 3:05:55 PM GMT Monday, November 23, 2009 1:16:32 PM GMT

In my previous post I talked about the impact of jQuery Selectors on a page that I analyzed. The page took 4.8 seconds in the onLoad event handler. 2 seconds were mainly caused by the selectors as described in the blog. The other 2.8 seconds were caused by a dynamic JavaScript menu – in that particular case it was the superfish jQuery plugin. A closer analysis showed why it takes so long and this also got me to do some research on these menus. Kudos to Joel Birch for his excellent plugin – easy to integr...

category: Ajax | clicked: 36 | | source: blog.dynatrace.com | show counter code
tags: JavaScript, jQuery, Performance