01Identifies premature entity loading that leads to unnecessary memory consumption.
02Recommends cursor-based or keyset pagination for high-performance infinite scrolling.
03Prevents accidental lazy loading of object graphs during JSON serialization.
04Detects missing pagination in list-style API endpoints and repository methods.
05Flags inefficient count operations and suggests optimized SQL count queries.
0645 GitHub stars