performance-optimizer

Profile and optimize application performance across frontend, backend, and database layers.

66|16|Updated Aug 27, 2025
One-click install
npx skills add https://github.com/RaheesAhmed/SajiCode --skill performance-optimizer-raheesahmed
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: performance-optimizer
Source: https://github.com/RaheesAhmed/SajiCode/tree/main/skills/performance-optimizer
Command: npx skills add https://github.com/RaheesAhmed/SajiCode --skill performance-optimizer-raheesahmed

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Profile and optimize application performance across frontend, backend, and database layers to deliver faster, more reliable software.

Core Features & Use Cases

  • Frontend performance: Core Web Vitals tuning, bundle analysis, lazy loading, and image optimization to improve first meaningful paint.
  • Backend & database efficiency: Query optimization, caching strategies, and memory leak detection to reduce server latency.
  • Use Case: When a web app experiences slowdowns, run a targeted optimization workflow to pinpoint bottlenecks and propose concrete changes.

Quick Start

Analyze a running app and generate a prioritized, executable optimization plan.

Frequently Asked Questions about performance-optimizer

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

FAQPage Schema
How do I optimize web app performance across frontend and backend layers?

To optimize web app performance, profile the application across frontend, backend, and database layers to pinpoint bottlenecks. This generates a prioritized, executable plan covering bundle analysis, query optimization, and caching strategies.

What is the best way to improve Core Web Vitals and reduce frontend loading times?

Improving Core Web Vitals involves frontend performance tuning through bundle analysis, lazy loading, and image optimization. This enhances first meaningful paint and overall client-side rendering speed for web applications.

How do I detect memory leaks and optimize server latency?

Detect memory leaks and optimize server latency by profiling backend efficiency. This process identifies memory leaks and applies targeted caching strategies alongside database query optimization to reduce overall server response times.

Can I use this to set performance budgets and monitoring integration for my application?

Yes, you can establish performance budgets and integrate monitoring for your application. The profiling workflow specifies requirements for performance tooling guidance and monitoring integration to maintain long-term application efficiency.

Why does my web application experience slowdowns and how can I pinpoint the bottlenecks?

Web application slowdowns occur due to frontend, backend, or database bottlenecks. Running a targeted optimization workflow profiles the running app to pinpoint exact bottlenecks and proposes concrete changes to resolve them.

Does database query optimization work alongside frontend bundling strategies in a single workflow?

Yes, database query optimization and frontend bundling strategies are combined in a single workflow. The end-to-end optimization process addresses both client-side bundle analysis and server-side query efficiency simultaneously.