performance-optimizer

Analyze application performance and implement optimizations across frontend, backend, and database layers.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/imudak/claudemd-gen --skill performance-optimizer-imudak
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: performance-optimizer
Source: https://github.com/imudak/claudemd-gen/tree/main/.claude/skills/performance-optimizer
Command: npx skills add https://github.com/imudak/claudemd-gen --skill performance-optimizer-imudak

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses slow application performance by identifying and resolving bottlenecks across the entire tech stack, leading to a faster, more responsive user experience.

Core Features & Use Cases

  • Performance Analysis: Detects CPU, memory, and network bottlenecks using profiling tools.
  • Optimization Strategies: Implements targeted improvements for frontend, backend, and database layers.
  • Benchmarking: Measures performance before and after optimizations to quantify improvements.
  • Use Case: A user reports their e-commerce website is slow during peak hours. This Skill analyzes the site, identifies slow database queries and unoptimized images, implements caching, and provides a report showing a significant reduction in load times and improved user experience.

Quick Start

Analyze the performance of my web application and suggest optimizations.

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 frontend, backend, and database layers?

Application performance bottlenecks are identified using profiling tools like Lighthouse and APM to detect CPU, memory, and network issues. The analysis covers frontend, backend, and database layers to pinpoint exact latency sources.

What is the best way to optimize slow database queries and unoptimized images during peak traffic?

The best way to optimize slow database queries and unoptimized images is by implementing targeted strategies like caching and query optimization. These resolve peak traffic latency by significantly reducing load times.

How do I measure performance improvements before and after implementing optimizations?

You measure performance improvements by generating benchmark reports before and after implementing optimizations. This quantifies the exact reduction in latency and validates the effectiveness of your caching or code splitting strategies.

Does this performance optimization approach support Japanese and English documentation?

Yes, this performance optimization approach supports both Japanese and English documentation. You can analyze application latency and review benchmark reports in either language without losing technical accuracy.

Can I use code splitting and caching to reduce latency for my web application?

Yes, you can use code splitting and caching to reduce latency for your web application. These targeted optimization strategies are implemented across the frontend, backend, and database layers to improve overall responsiveness.