Performance Audit Prompt for Code Review
来自 Wikiprompt,自由的提示词百科全书
Performance Audit Prompt for Code Review A prompt to identify performance bottlenecks in a codebase, focusing on database queries, event loop blocking, pagination, and rendering issues.
提示词内容收藏
🌐
Find performance issues in this codebase:
- N+1 queries
- Missing database indexes on WHERE/JOIN columns
- Synchronous operations blocking the event loop
- Missing pagination on list endpoints
- Unnecessary re-renders or missing memoization
用法
此提示词专为 coding 设计。复制上方内容并粘贴到你常用的 AI 工具中。
为获得最佳效果,可将占位符(方括号或大写字母标示)替换为你的具体需求。
讨论
0 条评论