React Performance Optimization Playbook
Diagnose and fix React performance issues — memo, lazy loading, virtualization, bundle splitting, and render o...
Browse and customize AI prompt templates for ChatGPT, Claude, Midjourney, and more. Copy-ready prompts with fillable placeholders.
Diagnose and fix React performance issues — memo, lazy loading, virtualization, bundle splitting, and render o...
Optimize your Next.js app for search engines and Core Web Vitals — metadata, structured data, sitemap, image o...
Create API load testing scripts and performance benchmarks — k6, Artillery, or Locust with realistic scenarios...
Optimize mobile app performance — startup time, memory usage, battery consumption, network efficiency, and smo...
Optimize WordPress performance and security — caching, CDN, database optimization, security headers, and attac...
Optimize slow SQL queries step by step — EXPLAIN analysis, index strategies, query rewriting, and caching for...
Create load testing scripts with realistic user scenarios, ramp-up strategies, and performance baseline defini...
Implement Node.js worker threads for CPU-intensive tasks and clustering for multi-core utilization with gracef...
Diagnose and fix Node.js memory leaks with heap snapshots, allocation tracking, and garbage collection analysi...
Migrate a Spring Boot application to Java 21 virtual threads for massive concurrency improvements with minimal...
Systematically optimize a Spring Boot application — from JVM tuning and connection pools to query optimization...
Compile a Spring Boot app to a GraalVM native image for instant startup and low memory usage — resolve reflect...