performance-optimizer

Identify and resolve performance bottlenecks across frontend, backend, and database layers.

14|5|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/oakoss/agent-skills --skill performance-optimizer-oakoss
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: performance-optimizer
Source: https://github.com/oakoss/agent-skills/tree/main/skills/performance-optimizer
Command: npx skills add https://github.com/oakoss/agent-skills --skill performance-optimizer-oakoss

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses slow application performance, scaling bottlenecks, and improves overall response times by providing a systematic approach to optimization.

Core Features & Use Cases

  • Identify Bottlenecks: Pinpoints performance issues across frontend, backend, and database layers.
  • Optimization Strategies: Implements caching, database tuning, and efficient code practices.
  • Use Case: When users report slow loading times on your e-commerce site, use this Skill to diagnose whether the issue lies in slow database queries, unoptimized frontend assets, or inefficient API responses, and apply the appropriate fixes.

Quick Start

Use the performance-optimizer skill to identify bottlenecks in the application's backend API response times.

Frequently Asked Questions about performance-optimizer

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

FAQPage Schema
How do I identify application performance bottlenecks across the full stack?

To identify application performance bottlenecks, systematically profile frontend assets, API responses, and database queries to isolate slow page loads, high API latency, and database contention across all stack layers.

What is the best way to optimize database contention and slow API latency?

Optimizing database contention and slow API latency involves applying database indexing and backend tuning strategies to streamline data access paths, resolve scaling challenges, and improve server response times.

How do I reduce high API latency and slow page loads on my web application?

To reduce high API latency and slow page loads, implement caching strategies, frontend optimization, and backend tuning to systematically target slow rendering and inefficient data fetching, boosting overall speed.

Can I use caching strategies to improve application scalability during traffic spikes?

Yes, you can use caching strategies to improve application scalability during traffic spikes by reducing direct database load and redundant computations, resolving bottlenecks, and maintaining responsive performance under heavy scaling demands.

When should I profile frontend assets versus backend APIs for optimization?

Profile frontend assets versus backend APIs when diagnosing specific symptom origins: target frontend assets for slow page rendering and backend APIs for high latency or database contention, ensuring a full-stack optimization approach.