network_call
Outbound network call
Outbound network call
Line 4Snippets
description: "Checks redundant fetches, N+1 loops, over-fetching, missing bulk operations, wrong caching scope. Use when auditing query efficiency."description: "Checks redundant fetches, N+1 loops, over-fetching, missing bulk operations, wrong caching scope. Use when auditing query efficiency."- Check redundant fetches, batch operation misuse, caching scope problems - Trace call chains for redundant fetches (requires reading caller + callee)- Common pattern: `acquire_next_pending()` returns job, but `_process_job(job_id)` re-fetches itTrust Score
Updated 3 weeks ago
Analyzed
Mar 31, 2026, 3:57 PM
+ 2 previous scans
Compatible with
Skill details
Updated 3 weeks ago
Analyzed Mar 31, 2026, 3:57 PM
Description
"Checks redundant fetches, N+1 loops, over-fetching, missing bulk operations, wrong caching scope. Use when auditing query efficiency."
Recent scans
Mar 31, 2026, 3:57 PM
Latest analysis
Mar 31, 2026, 3:12 PM
Run 2
Mar 27, 2026, 3:49 PM
Run 1