Imagine instead that you are writing a new method that implements just the critical path, which is the minimum amount of code that must be executed in the the most common case.
I.e. Ignore all the extra functionality and try to find the key function performed by your application and optimise for that key function, i.e. Critical path. Allows to simplify and get rid of superfluities that might be slowing the code down