Featured
💻
VerifiedSimplesilver
ui-builder
Expert guide for building beautiful, responsive UI with React, Tailwind CSS, Shadcn/ui, and modern design patterns. Use when creating components, layouts, animations, or styling.
meta
0v1.0.0
Profile application performance, identify bottlenecks, and optimize for speed
Use these phrases to activate this skill in Claude Code:
profile performancefind bottlenecksoptimize speed--- name: Performance Profiler slug: performance-profiler description: Profile application performance, identify bottlenecks, and optimize for speed category: technical complexity: advanced version: "1.0.0" author: "ID8Labs" triggers: - "profile performance" - "find bottlenecks" - "optimize speed" tags: - performance - profiling - optimization --- # Performance Profiler Identify and eliminate performance bottlenecks. From CPU profiling to database query optimization, systematically improve application speed and efficiency. ## Core Workflows ### Workflow 1: Application Profiling 1. **Baseline** - Establish current performance metrics 2. **Profiling** - Run CPU, memory, and I/O profilers 3. **Hotspot Analysis** - Identify slow code paths 4. **Optimization** - Implement targeted improvements 5. **Verification** - Measure improvement ### Workflow 2: Database Optimization 1. **Query Analysis** - Identify slow queries 2. **Explain Plans** - Analyze query execution 3. **Index Review** - Optimize indexes 4. **Query Rewriting** - Improve query structure 5. **Connection Pooling** - Optimize connections ## Quick Reference | Action | Command | |--------|---------| | Profile app | "Profile [application] performance" | | Find bottlenecks | "Identify performance bottlenecks" | | Optimize queries | "Optimize slow database queries" |
Expert guide for building beautiful, responsive UI with React, Tailwind CSS, Shadcn/ui, and modern design patterns. Use when creating components, layouts, animations, or styling.
Expert guide for Supabase integration - database schemas, RLS policies, auth, Edge Functions, and real-time subscriptions. Use when working with Supabase backend features.
Expert guide for React state management with Zustand, Context, and modern patterns. Use when managing global state, forms, complex UI state, or optimizing re-renders.