performance-optimizer

Profile and optimize application performance across frontend, backend, and infrastructure.

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/Vivekmano27/agent-orchestrator --skill performance-optimizer-vivekmano27
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: performance-optimizer
Source: https://github.com/Vivekmano27/agent-orchestrator/tree/main/plugins/project-orchestrator/skills/performance-optimizer
Command: npx skills add https://github.com/Vivekmano27/agent-orchestrator --skill performance-optimizer-vivekmano27

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Profile and optimize application performance across frontend (React/Next.js, Flutter), backend (NestJS, Django), and infrastructure.

Core Features & Use Cases

  • Identify bottlenecks in APIs, page loads, memory, and bundle size.
  • Apply targeted optimizations across frontend, backend, and infrastructure from profiling results.
  • Use case: when API latency spikes or LCP increases, run a performance audit and implement caching, code-splitting, and query optimization.

Quick Start

Run a performance audit across frontend, backend, and infrastructure to identify bottlenecks and apply recommended optimizations.

Frequently Asked Questions about performance-optimizer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I profile and reduce API latency in a NestJS backend?

To reduce API latency in a NestJS backend, run a performance audit to profile backend response times and apply database query optimization alongside targeted caching strategies to resolve identified bottlenecks.

What's the best way to diagnose page load and LCP issues in React or Next.js?

Diagnosing page load and LCP issues in React or Next.js requires frontend profiling to identify bottlenecks, followed by applying code-splitting and bundle size optimization to improve page performance.

Can I use this performance optimization approach for both frontend and infrastructure?

Yes, this performance optimization approach spans frontend, backend, and infrastructure, supporting React/Next.js, NestJS, Django, and cloud deployments to comprehensively profile and resolve memory, bundle size, and latency issues.

How do I optimize bundle size when my web application performance drops?

To optimize bundle size when web application performance drops, run a bundle-analysis profile to identify large dependencies, then apply code-splitting techniques to reduce the initial load payload.

Why does my Django application experience high memory usage and API latency?

High memory usage and API latency in Django applications often stem from unoptimized database queries and missing caching layers, which you can identify through backend profiling and resolve with query optimization.