Eagerly Loaded Describe SObject Result

< 1 min read

Impact area

Performance

Severity

Medium

Affected element

Apex Class

Rule ID #

SF-EAGERLY-SOBJECT

Impact #

When using SObjectType.getDescribe() or Schema.describeSObjects() without supplying a SObjectDescribeOptions, implicitly it will be using SObjectDescribeOptions.DEFAULT and then all child relationships will be loaded eagerly regardless whether this information is needed or not. This has a potential negative performance impact. 

Remediation

Instead SObjectType.getDescribe(options) or Schema.describeSObjects(SObjectTypes, options) should be used and a SObjectDescribeOptions should be supplied.

Time to fix #

30 min

References #

This rule is linked to EagerlyLoadedDescribeSObjectResult

Updated on March 21, 2025
Was it helpful ?