← Back to browse
skill

Diagnose backend bottlenecks using Django Silk data

From bram2w/baserow

Summary

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 database-related or within the Python application logic.