Some SOQL queries in our org used to run quickly, but as data volume increased, response times degraded. The queries themselves haven’t changed much, and indexes exist on some fields. I’m trying to understand what causes SOQL performance to decline ...
Home/Apex
Decode Trail Latest Questions
The system feels heavy over time. I want to understand why.
Asked: June 6, 2026In: Salesforce
Test classes that were once simple now require extensive setup and complex assertions. Small changes in automation break multiple tests. Maintaining coverage feels increasingly expensive. I want to understand why this happens and how teams manage it.
Same logic exists in multiple places. I want to understand why.
Multi-step logic is hard to implement reliably. I want to understand why.
Users see generic messages. I want to understand why
Single-record updates work fine, but bulk updates expose failures. Errors appear that never show up during normal usage. I want to understand why bulk behavior differs so much.