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.
Measuring the performance of our app can also help direct any conversation or complaint about the app being slow. This is because the ...