ClaudePerformance
Audit d'optimisation de la performance web
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
Audit d'optimisation de la performance web
Analyse et optimise les performances des applications web.
Ce prompt d'IA est conçu pour vous aider à obtenir les meilleurs résultats. Suivez les instructions et personnalisez les paramètres selon vos besoins spécifiques.
Pour obtenir les meilleurs résultats, fournissez un contexte détaillé et spécifiez le format de sortie souhaité. Expérimentez avec différentes variations pour trouver celle qui convient le mieux à votre cas d'utilisation.