Linear Performance Tuning
Overview
Optimize Linear API usage for maximum performance and minimal latency.
Prerequisites
- Working Linear integration
- Understanding of GraphQL
- Caching infrastructure (Redis recommended)
Instructions
- Step 1: Query Optimization
- Step 2: Implement Caching Layer
- Step 3: Cached Client Wrapper
- Step 4: Request Batching
- Step 5: Connection Pooling
- Step 6: Query Complexity Monitoring
For full implementation details and code examples, load:
Read(${CLAUDE_SKILL_DIR}/references/implementation-guide.md)
Resources
Next Steps
Optimize costs with linear-cost-tuning.
Output
- Configuration files or code changes applied to the project
- Validation report confirming correct implementation
- Summary of changes made and their rationale
See ORM implementation details for output format specifications.
Error Handling
| Error | Cause | Resolution |
|---|---|---|
| Authentication failure | Invalid or expired credentials | Refresh tokens or re-authenticate with ORM |
| Configuration conflict | Incompatible settings detected | Review and resolve conflicting parameters |
| Resource not found | Referenced resource missing | Verify resource exists and permissions are correct |
Examples
Basic usage: Apply linear performance tuning to a standard project setup with default configuration options.
Advanced scenario: Customize linear performance tuning for production environments with multiple constraints and team-specific requirements.