Tag: chromedevelopertools

  • Structural and Sampling (JavaScript) Profiling in Google Chrome

    Slow JavaScript code on your pages? Chrome provides both a sampling, and a structural profiler to help you track down, isolate, and fix the underlying problem. Tune in to learn how to use both profilers, and how to improve your own workflow to build better, faster browser applications! We’ll talk about chrome://tracing, the built-in JS…