{"skill":{"slug":"n-plus-one-detector","displayName":"N Plus One Detector","summary":"Detect N+1 query problems in application code and ORM usage. Analyze database query patterns, find loops that generate excessive queries, and recommend fixes...","tags":{"latest":"1.0.0"},"stats":{"comments":0,"downloads":34,"installsAllTime":0,"installsCurrent":0,"stars":0,"versions":1},"createdAt":1777505693561,"updatedAt":1777505806627},"latestVersion":{"version":"1.0.0","createdAt":1777505693561,"changelog":"Initial release for n-plus-one-detector:\n\n- Detects N+1 query problems in application code for popular ORMs (Django, SQLAlchemy, Prisma, TypeORM, Sequelize, ActiveRecord, GORM, ent).\n- Provides CLI commands for static analysis to find loop + query patterns and for runtime detection (if possible).\n- Suggests concrete code fixes: eager loading, batch fetching, proper use of joins, and DataLoader patterns.\n- Outputs a detailed N+1 query report with location, estimated impact, and recommendations.\n- Includes commands for monitoring query counts and benchmarking performance after fixes.","license":"MIT-0"},"metadata":null,"owner":{"handle":"charlie-morrison","userId":"s17cttbdxry5kkyafjw983mq8s83p4y3","displayName":"charlie-morrison","image":"https://avatars.githubusercontent.com/u/271589886?v=4"},"moderation":null}