Best For
- Starting from a structured, reusable prompt instead of a blank chat.
- Adapting the prompt to your own inputs while keeping the original intent intact.
- Workflows related to Software Development.
Analyzes code to identify performance bottlenecks and suggests optimizations based on specific constraints.
Analyze the following {{Language:[programming_languages]}} code for performance optimization opportunities.
Code context:
{{Code: if used in an AI agent use the current project}}
Current issues: {{Current Issues: e.g. High CPU usage during loop iteration}}
Constraints: {{Constraints: e.g. 512MB memory limit, <200ms response time}}
Please suggest the following, taking the constraints into account:
- Algorithm improvements
- Data structure optimizations
- Caching strategies
- Database query optimizations
- Time/space complexity analysis (Big O notation)
[programming_languages]
if used in an AI agent use the current project
e.g. High CPU usage during loop iteration
e.g. 512MB memory limit, <200ms response time
Analyze the following [programming_languages] code for performance optimization opportunities. Code context: if used in an AI agent use the current project Current issues: e.g. High CPU usage during loop iteration Constraints: e.g. 512MB memory limit Please suggest the following, taking the constraints into account: - Algorithm improvements - Data structure optimizations - Caching strategies - Database query optimizations - Time/space complexity analysis (Big O notation)
Variables are wrapped in {{ and }} and follow this pattern:
A selection can reference a predefined variable list using square brackets. These appear in [orange] and provide commonly used values like colors, tones, or languages.
You can also provide an inline list of choices separated by commas.
Tip: You don't need the PUCO app to use these prompts! Simply copy the template and replace each {{…}} section with your own text directly in ChatGPT, Claude, Gemini, or any other AI assistant.