Analyze the code for performance optimization opportunities. Focus on:
Analyze code for performance bottlenecks including algorithms, database queries, memory usage, and I/O operations. Get specific refactoring suggestions with before/after examples showing measurable improvements.
/plugin marketplace add androidyue/claude_code_plugin_example/plugin install dev-essentials@dev-essentials-marketplaceAnalyze the code for performance optimization opportunities. Focus on:
Algorithm Efficiency
Database Optimization
Memory Management
Code Structure
Network/IO Operations
Caching Strategy
Provide specific refactoring suggestions with before/after code examples showing the performance improvements.