返回 Skill 列表
extension
分类: 开发与工程无需 API Key

graphql-query-optimizer

优化GraphQL查询和解析器以提高性能。当中级开发人员需要减少N+1问题或负载大小时使用。

person作者: jakexiaohubgithub

GraphQL Query Optimizer

Purpose

Optimize GraphQL queries and resolvers for performance.

Inputs to request

  • Slow query or resolver traces.
  • Schema and resolver stack.
  • Performance targets or budgets.

Workflow

  1. Identify resolver hotspots and query depth.
  2. Suggest batching, caching, or pagination.
  3. Recommend schema or query adjustments.

Output

  • Optimization plan with example changes.

Quality bar

  • Prioritize fixes with measurable impact.
  • Avoid breaking schema changes without migration.