Measure Performance
Understand how to measure the performance of your Ruby on Rails application before making improvements. Learn to use tools like OpenTelemetry to gather meaningful metrics, avoid overmeasuring, and create team conventions for efficient performance monitoring and diagnosis.
We'll cover the following...
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 ...