Skip to main content
在 Manus 中运行任何 Skill
一键导入

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.

概览

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.

安装命令
npx skills add https://github.com/allenlin90/eridu-services --skill api-performance-optimization

复制此命令并粘贴到 Claude Code 中以安装该技能

星标1
分支0
更新时间2026年5月29日 10:31
文件资源管理器
5 个文件
SKILL.md
readonly