Tag: performance-optimization
Vercel React and Next.js Performance Guidelines
A comprehensive set of performance optimisation guidelines for React and Next.js applications, covering 45 rules across categories such as bundle size, server-side performance, and re-render optimisation.
PostgreSQL Lock Contention Diagnosis
This skill provides a structured workflow for diagnosing PostgreSQL lock contention, including identifying blocking chains, analysing wait events, and resolving deadlocks. It guides the agent through investigating idle-in-transaction sessio…
Vercel React and Next.js Performance Guidelines
A comprehensive set of performance optimisation rules for React and Next.js applications, covering critical patterns like eliminating waterfalls and reducing bundle size. It provides actionable guidelines for writing, reviewing, or refactor…
Convex Application Performance Audit
Diagnoses and resolves performance bottlenecks in Convex applications, including read amplification, write contention, and subscription costs. It provides a structured workflow for auditing function paths and implementing optimizations such…
Convex Application Performance Audit
This skill diagnoses and resolves performance bottlenecks in Convex applications, focusing on read amplification, write contention, and subscription costs. It provides a structured workflow for auditing function paths and applying optimisat…