
Stories From The Trenches - JSJ 556
JavaScript Jabber
00:00
Using a Profiler to Optimize JavaScript
I did in fact optimize a lot of things, but I didn't optimize things that were on the critical path. So my next step was to use a profiler. A profiler is a tool where you can actually run scenarios and then measure where the application actually spends its time. It turns out that indeed the bottleneck was totally not where I expected.
Transcript
Play full episode