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 hace 6 días
Analizado
31 mar 2026, 15:57
+ 2 previous scans
Compatible con
Skill details
Updated hace 6 días
Analizado 31 mar 2026, 15:57
Descripcion
"Checks redundant fetches, N+1 loops, over-fetching, missing bulk operations, wrong caching scope. Use when auditing query efficiency."
Scans recientes
31 mar 2026, 15:57
Latest analysis
31 mar 2026, 15:12
Run 2
27 mar 2026, 15:49
Run 1