performance error and issues
Decode Trail Latest Questions
Single-class Apex often feels faster when building small features.Over time, logic, SOQL, DML, and UI handling get tightly coupled.This makes the codebase fragile and difficult to extend?
I trained a Keras model that gives good validation accuracy.After saving and loading it, the predictions become completely wrong.Even training samples are misclassified.Nothing crashes, but the outputs no longer make sense.
Early gains were easy, but progress has slowed significantly.Most basic controls are already in place.I’m trying to understand how teams continue improving beyond this point.
We noticed that a Flow works correctly when tested as an admin, but behaves differently or fails for standard users. Sometimes records aren’t updated, or certain paths don’t execute at all. There are no obvious errors shown to users. I ...
I upgraded to a GPU with much more VRAM.I increased the batch size to use the available memory.Now the training is noticeably slower per epoch.There are no errors, but performance feels worse than before.