JavaScript optimization
While looking for how to tweak my JavaScript code I came across a couple of sites, that might be interesting to look at. To get really into depth I guess I need to try Mozilla’s javascript runtime profiler.
And if you are doing DOJO, be sure to read Performance Tuning very well and don’t stumble blindly into the world of a million widgets without learning how to speed them up!
[Update] If I would read properly I would have seen the big red letters: “While the profiler described here may still work, Venkman is now the preferred way to profile JavaScript.”