Perf Profiling

Systematic performance profiling and optimization across frontend (Core Web Vitals, code splitting, lazy loading), backend (N+1 queries, async), and database (EXPLAIN ANALYZE, indexing) layers. Use when the user reports slow code, latency, memory leaks, needs to benchmark, or wants to speed up an application. Measure first, optimize second. Applies Pareto principle — find the 20% of code causing 80% of slowness, fix that, not the rest.

nguyenthienthanh 761a22f 8.2 KB Updated

File contents

nguyenthienthanh/aura-frog/tree/main/aura-frog/skills/perf-profiling commit 761a22fc3c

Frequently asked questions

npx skillmds@latest add nguyenthienthanh/perf-profiling