tech/webdev magazine

July 24, 2015

Improve JavaScript Performance Analysis Results With User Marks

Friday, July 24, 2015 Teklinks

When working on advanced JavaScript code, like a 3D engine, you may ask yourself what you can do to optimize, and how much time you should spend in some specific pieces of code. In this tutorial, I will share several tools that provide insight into how your code is performing, and show you how to make the most of user marks in the memory graph to analyze your performance.

Full article