| name | description |
|---|---|
analyzing-rails-performance |
Analyze Ruby on Rails applications for performance issues. Use this skill when asked to find performance problems, optimize Rails apps, check for N+1 queries, investigate slow endpoints, or understand why something is slow. Covers N+1 query detection, missing indexes, inefficient ActiveRecord patterns, and memory bloat.
|
Analyze Rails applications for common performance issues using pattern matching, code analysis, and Rails-specific heuristics.