Skip to main content
Run any Skill in Manus
with one click

api-performance-optimization

Patterns for auditing and improving erify_api query performance and response efficiency. Use when detecting N+1 queries, reducing over-fetching, designing lean select/include strategies, replacing in-memory joins with DB aggregations, adding pagination guards, or defining API performance baselines before scaling. Complements database-patterns which covers the basic N+1 and Promise.all rules.

Overview

Patterns for auditing and improving erify_api query performance and response efficiency. Use when detecting N+1 queries, reducing over-fetching, designing lean select/include strategies, replacing in-memory joins with DB aggregations, adding pagination guards, or defining API performance baselines before scaling. Complements database-patterns which covers the basic N+1 and Promise.all rules.

Install command
npx skills add https://github.com/allenlin90/eridu-services --skill api-performance-optimization

Copy and paste this command into Claude Code to install the skill

Stars1
Forks0
UpdatedMay 29, 2026 at 10:31
File Explorer
5 files
SKILL.md
readonly