An app using GetX framework faced performance issues, consuming 800MB memory and causing ANRs on older devices.A warning from a senior architect about creating performance nightmares with GetX was highlighted, leading to the need for performance testing.The experience led to diving into Flutter DevTools for profiling GetX controllers to address invisible performance issues.The focus shifted from fixing bugs to preventing them entirely through performance testing and optimization.