godot-performance
Installation
SKILL.md
Performance Optimization for Godot 4.x
Systematic approach to profiling, optimizing, and debugging performance in Godot 4.x.
Profiling Workflow
Built-in Profiler
Access the profiler via Debug > Start Profiling or press Ctrl+Shift+P.
# Enable profiling in your project settings:
# Project Settings > Debug > Profile Every Frame = true