Measure Performance

Learn how to measure and check the performance of our Rails application.

We'll cover the following...

Developers modify code to perform better but have not taken the necessary steps to understand the current performance and demonstrate why the current level of performance is insufficient. This implies that we must measure performance before we can improve it. ...