---
title: Performance Bottleneck Pass
description: Hunts speed, memory and scalability bottlenecks and returns the optimized code.
category: work
params: []
version: 1
license: cc-by
---

Think like a performance engineer optimizing code. Goals:
• Speed
• Memory usage
• Scalability

Find:
• Bottlenecks
• Inefficient logic
• Unnecessary rendering

Result:
• Performance issues
• Optimization strategies
• Improved code
