2017-06-20
1.0.0
Niels Favreau
All
All
Components, Widgets, Libraries, Plug-ins, How-tos
[Overview]
JavaScript Performance Monitor This provides a simple info box that will help you monitor your code performance.
[Detail]
JavaScript Performance Monitor
(https://github.com/mrdoob/stats.js/)
This class provides a simple info box that will help you monitor your code performance.
FPS Frames rendered in the last second. The higher the number the better.
MS Milliseconds needed to render a frame. The lower the number the better.
MB MBytes of allocated memory. (Run Chrome with --enable-precise-memory-info
How to:
1. Reference the 'PageMonotoring' webblock
2. Drag and drop the webblock in the page you wish to check performance
3. Fill in the required input parameters. (Which performance panel do you want to see ?
Upcoming features:
1. Monitor performance on parts of your page.
2. CSS customizations.