Performance Optimization

Find and fix game performance problems methodically — measure with the engine profiler first, reason about the frame-time budget, locate the CPU-vs-GPU bottleneck, then apply the right fix: object pooling, draw-call batching, fewer allocations/GC spikes, and asset budgets. Engine- neutral method that pairs with each engine's profiler. Use when the user mentions performance, optimize, low/dropping FPS, frame drops, stutter, lag, profiler, frame budget, draw calls, batching, garbage collection/GC spikes, object pooling, or "the game runs slow".

ukanwat b68d5d7 2 files · 14.5 KB Updated

File contents

ukanwat/aaabench/tree/main/.claude/skills/performance-optimization commit b68d5d7e47

Frequently asked questions

npx skillmds@latest add ukanwat/performance-optimization