Unnecessary Processing

This smell occurs when processing is not needed or not needed at that time.

Solution: Delete the extra processing steps, reorder steps to detect unnecessary steps earlier, or restructure to delegate those steps to a background task.

Reference

Smith, C. U., & Williams, L. G. (2003). More new software performance antipatterns: Even more ways to shoot yourself in the foot. Computer Measurement Group Conference.


Performance Smells

Home

All rights reserved (c) Tushar Sharma 2017-23.