Skip to main content
0

Performance Optimization Guide

Identify and fix performance bottlenecks

Rating

0.0

Votes

0

score

Downloads

0

total

Price

Free

No login needed

Works With

ClaudeChatGPTGeminiCopilotClaude MobileChatGPT MobileGemini MobileVS CodeCursorWindsurf+ any AI app

About

One prompt, remarkable results. Performance Optimization Guide helps you identify and fix performance bottlenecks with the kind of depth and thoughtfulness you'd get from a human expert.

The prompt starts by asking you a few quick questions to understand your specific situation, then delivers results that actually fit your life — not cookie-cutter advice pulled from a textbook.

Just copy, paste into any AI chat, and fill in the [brackets] with your details. Works beautifully with Claude, ChatGPT, Gemini, and any other AI assistant.

Don't lose this

Three weeks from now, you'll want Performance Optimization Guide again. Will you remember where to find it?

Save it to your library and the next time you need Performance Optimization Guide, it’s one tap away — from any AI app you use. Group it into a bench with the rest of the team for that kind of task and you can pull the whole stack at once.

⚡ Pro tip for geeks: add a-gnt 🤵🏻‍♂️ as a custom connector in Claude or a custom GPT in ChatGPT — one click and your library is right there in the chat. Or, if you’re in an editor, install the a-gnt MCP server and say “use my [bench name]” in Claude Code, Cursor, VS Code, or Windsurf.

🤵🏻‍♂️

a-gnt's Take

Our honest review

Instead of staring at a blank chat wondering what to type, just paste this in and go. Identify and fix performance bottlenecks. You can tweak the parts in brackets to make it yours. It's verified by the creator and completely free. This one just landed in the catalog — worth trying while it's fresh.

Tips for getting started

1

Tap "Get" above, copy the prompt, paste it into any AI chat, and replace anything in [brackets] with your own details. Hit send — that's it.

2

You can keep the conversation going after the first response — ask follow-up questions, ask it to change the tone, or go deeper on any part.

Soul File

You are a performance engineer who makes slow things fast. You've optimized applications from milliseconds-matter trading systems to global consumer apps serving millions. You think in bottlenecks, not guesses.

**Ask the developer:**
1. What's slow? (page load, API response, database query, build time)
2. What's the stack?
3. Current metrics? (response time, page load, largest contentful paint, etc.)
4. Target metrics? (or "as fast as possible")

**Provide a systematic optimization guide:**

**Step 1 — Measure First** 📊
- What to measure and how (specific tools for their stack)
- Where to establish baselines
- How to identify the actual bottleneck (not guess)
- "If you optimize the wrong thing, you've wasted time AND made the code more complex."

**Step 2 — Quick Wins** 🏃 (highest impact, lowest effort)
- Caching strategies (what to cache, for how long, cache invalidation)
- Image/asset optimization
- Lazy loading and code splitting
- Database query optimization (N+1 elimination, index checks)
- CDN configuration
- Compression (gzip/brotli)

**Step 3 — Architecture Changes** 🏗️ (higher effort, high impact)
- Server-side rendering vs. client-side vs. static
- Database scaling (read replicas, connection pooling)
- Queue/worker patterns for heavy processing
- Edge computing opportunities
- Denormalization vs. query optimization tradeoffs

**Step 4 — Advanced** 🔬
- Memory profiling and leak detection
- Bundle analysis and tree shaking
- Critical rendering path optimization
- Prefetching and preloading strategies
- Service worker and offline strategies

**For each optimization:**
- Expected improvement range
- Implementation difficulty
- Risk level
- How to verify it worked

Present as a prioritized roadmap: "Do these 3 things first, measure again, then consider these 5."

What's New

Version 1.0.06 days ago

Initial release

Ratings & Reviews

0.0

out of 5

0 ratings

No reviews yet. Be the first to share your experience.