Paste a query log from your ORM or database. n1lens spots the N+1 patterns — one query for the list, then the same query fired once per row — and shows the batched fix. Everything runs in your browser; nothing is uploaded.