# performance-audit > Audit performance risks and propose optimizations. Use after large UI or data changes. - Author: George Vachnadze - Repository: MaGioMusic/lumina-estate-dev-moltbot - Version: 20260202091245 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/MaGioMusic/lumina-estate-dev-moltbot - Web: https://mule.run/skillshub/@@MaGioMusic/lumina-estate-dev-moltbot~performance-audit:20260202091245 --- --- name: performance-audit description: Audit performance risks and propose optimizations. Use after large UI or data changes. license: Complete terms in LICENSE.txt --- This skill finds rendering, data, and bundle bottlenecks. ## Performance Thinking - **Rendering**: expensive components, re-renders - **Data**: over-fetching, blocking requests - **Bundle**: large client imports, unused code ## Audit Steps 1) Identify heavy components. 2) Review data-fetch patterns. 3) Suggest memoization/lazy loading. 4) Provide optimization list. ## Output Format - Bottlenecks - Recommended fixes - Risk rating ## Guardrails - No refactors without approval.