AiPromptss

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 runs
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}.