Coding

Performance Optimization Audit

✦ ChatGPT 🔥 86 score tendance 👁 0 utilisations
#performance#optimization#profiling
Catégorie
Coding
Plateforme
ChatGPT
Score Tendance
86/100
Total Utilisations
0
Modèle de Prompt
Audit this code for performance issues: [PASTE CODE OR DESCRIBE THE BOTTLENECK]. Current performance: [METRICS IF KNOWN]. Expected performance target: [DEFINE]. Analyze: 1) Algorithmic complexity — identify O(n²) or worse patterns, 2) Database query efficiency (N+1, missing indexes, over-fetching), 3) Memory allocation patterns and potential leaks, 4) I/O blocking operations that should be async, 5) Caching opportunities, 6) Unnecessary computation or redundant calls. Prioritize fixes by impact. Provide benchmarks before/after for the top recommendations.
Voir plus de prompts Coding