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
Mis a jour il y a 5 jours
Analyse le
31 mars 2026, 15:57
+ 2 previous scans
Compatible avec
Skill details
Mis a jour il y a 5 jours
Analyse le 31 mars 2026, 15:57
Description
"Checks redundant fetches, N+1 loops, over-fetching, missing bulk operations, wrong caching scope. Use when auditing query efficiency."
Scans recents
31 mars 2026, 15:57
Latest analysis
31 mars 2026, 15:12
Run 2
27 mars 2026, 15:49
Run 1