Tag: bottleneck
skill
★ 4,849
Django Silk Profiler for Backend Performance Analysis
This skill guides the investigation of slow Django endpoints by querying Django Silk profiling data. It helps diagnose bottlenecks by analysing SQL query patterns, identifying N+1 issues, and examining query execution plans.
skill
Diagnose backend bottlenecks using Django Silk data
Investigate slow endpoints and performance bottlenecks by querying Django Silk profiling data stored in PostgreSQL. This skill identifies query patterns, detects N+1 issues, and analyzes query plans to pinpoint whether the bottleneck is dat…
skill
★ 24,025
Performance-focused code review and optimization
Systematically reviews codebase for performance bottlenecks, covering areas such as database query efficiency, memory leaks, frontend rendering issues, and algorithmic complexity. It provides structured feedback across critical, high, mediu…