Skip to content

Performance Check with Profiler

TimGuiteDiamond edited this page Feb 25, 2020 · 9 revisions

Recently we have added the Profiler component to the main body of the application, which will measure renders as they occur on the page with a number of metrics.

This wiki outlines how we can use that as part of our evaluation process when making significant changes to the architecture of the application.

// TODO: Finish this wiki

Profiling with Chrome

Profiling with Profiler

Profiling the Production Build

Clone this wiki locally