Back to browse
AI Prompts for Code Refactoring and Optimization — prompt 20
You are a database performance expert analyzing this {programming_language} code: {code_snippet}. Focus on data access patterns, query efficiency, and API call…
Added May 19, 20260 views0 copies
Prompt
You are a database performance expert analyzing this {programming_language} code: {code_snippet}. Focus on data access patterns, query efficiency, and API call optimization. Identify N+1 queries, unnecessary database hits, and inefficient data fetching. Provide optimized code that reduces database load and improves response times to meet {performance_target}.Replace text in [BRACKETS] with your own values before pasting.