N Plus One Finder

Find database queries running inside loops — the N+1 pattern that is invisible on seed data and quadratic in production — plus unbounded queries with no limit and repeated identical reads in one request. Use when a page is slow, before a launch, after adding a list view, or when database load rises without traffic rising.

sriptcollector 5febc2c 2 files · 5.7 KB Updated

File contents

sriptcollector/toolbay-skills/tree/main/skills/n-plus-one-finder commit 5febc2c4c5

Frequently asked questions

npx skillmds@latest add sriptcollector/n-plus-one-finder