performance

Optimize RawDrive frontend and backend performance and scalability practices.

Updated Dec 17, 2025
One-click install
npx skills add https://github.com/veerababumanyam/RawDrive102 --skill performance-veerababumanyam
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: performance
Source: https://github.com/veerababumanyam/RawDrive102/tree/main/.claude/skills/performance
Command: npx skills add https://github.com/veerababumanyam/RawDrive102 --skill performance-veerababumanyam

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

RawDrive's performance and scalability guidelines help engineering teams identify bottlenecks, optimize code paths, and ensure reliable operation under load.

Core Features & Use Cases

  • Performance targets: set, measure, and enforce Core Web Vitals, API latency, and caching effectiveness across frontend and backend.
  • Best practices: guidance for code-splitting, database indexing, Redis caching, and background job tuning.
  • Use Case: When migrating to higher user concurrency or processing large media libraries, apply these guidelines to maintain responsiveness and throughput.

Quick Start

Use the performance checklist to audit the current deployment and implement targeted optimizations across frontend, backend, and caching layers.

Frequently Asked Questions about performance

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

FAQPage Schema
How do I optimize frontend performance for image-heavy galleries?

Optimize frontend performance for image-heavy galleries by applying code-splitting strategies and enforcing Core Web Vitals targets to maintain responsiveness under high concurrency and large media loads.

What is the best way to configure Redis caching for backend scalability?

The best way to configure Redis caching for backend scalability is to implement targeted caching policies and database indexing that reduce API latency and improve throughput for real-time analytics workloads.

How do I set and measure performance targets for API latency?

Set and measure API latency performance targets by applying monitoring configurations that track caching effectiveness and latency across backend services, ensuring reliable operation under load.

Can I use these performance guidelines for background job processing?

Yes, you can use these performance guidelines for background job processing by tuning background jobs and applying caching layers to ensure reliable throughput across services during high user concurrency.

How do I audit my current deployment for performance bottlenecks?

Audit your current deployment for performance bottlenecks by using a performance checklist to identify slow code paths, evaluate database optimization, and implement targeted optimizations across frontend and backend layers.