Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
You can monitor performance and memory using diagnostics tools. Let’s look at a few of them.
The Hi-Res-Stats class, from mrdoob, calculates the frame rate, the time to render each frame, the amount of memory used per frame, and the maximum frame rate and memory consumption. Import the library and add a new instance of Stats as a displayObject. This is simple and convenient to use (see https://github.com/bigfish):