AIO APEX
ClaudePerformance

Auditoria de otimização de performance web

Compartilhar:

Why this prompt matters

Performance audits without estimated impact lead to bikeshedding. Quantifying each improvement helps teams prioritize the highest-value optimizations.

What we use it for

Performance

Prompt

Audit this web page/application for performance issues. Analyze: 1) Critical rendering path, 2) JavaScript bundle size, 3) Image optimization opportunities, 4) Caching strategy, 5) Core Web Vitals impact. For each issue, estimate the improvement in milliseconds and provide the fix with code.

Result

## Performance Audit Results ### 1. Render-Blocking CSS (−800ms LCP) **Issue**: 3 external stylesheets block first render **Fix**: Inline critical CSS, async-load the rest: ```html ``` ### 2. Unoptimized Images (−400ms LCP) **Issue**: Hero image is 2.4MB PNG **Fix**: Convert to WebP, add srcset: ```html ``` **Estimated Total Improvement**: 1.8s faster LCP

Auditoria de otimização de performance web

Analisa e otimiza o desempenho de aplicações web para carregamento mais rápido.

Este prompt de IA foi projetado para ajudá-lo a obter os melhores resultados. Siga as instruções e personalize os parâmetros de acordo com suas necessidades específicas.

Para obter os melhores resultados, forneça contexto detalhado e especifique o formato de saída desejado. Experimente diferentes variações para encontrar a que melhor se adapta ao seu caso de uso.

Compartilhar:
Auditoria de otimização de performance web | AIO APEX