Tag: performance-optimization

Type: All Skills Tools
skill ★ 43,665

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.

calcom/cal.diy vercel react nextjs performance-optimization
skill ★ 23

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…

isdaniel/pgtuner_mcp postgresql database-tuning lock-analysis mcp
skill ★ 184,429

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…

Significant-Gravitas/AutoGPT react nextjs performance-optimization vercel
skill ★ 11,620

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…

get-convex/convex-backend convex performance-optimization backend-development database-tuning
skill ★ 11,620

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…

get-convex/convex-backend convex performance-optimization backend-development database-auditing