On a project, users complained about a “slow UI.”
Instead of rewriting components blindly, we used Chrome Performance tools.
Found: one expensive render loop caused by state mismanagement.
Fixing that single loop made the whole app feel faster.
Lesson: profile before refactor.