Just saved 15% of CPU frame-budget by just caching a rectangle comparison into a bool. 😅
Whenever I audit code, most of the time performances are stuck into computations that could be cached once at load time.
Second to that is devs not batching draw calls (it's more frequent than you think).