Salesforce Fact #443 | Separate loading of related lists

One of the performance tuning option for related list is to enable the setting pertaining to separate loading of related lists in the record detail pages. If this setting is enabled, the top half of the page gets loaded first and then the bottom half of the page loads since it takes some time to load.

To enable the setting, go to Setup -> User Interface -> select the checkbox beside 'Enable  Loading of Related Lists' -> Save.

Note: This applies only to classic.

For more performance tuning options of related list, check out https://help.salesforce.com/s/articleView?id=000329931&type=1

Comments

Popular posts from this blog

Salesforce Fact #192 | Call batch apex from flow

Salesforce Fact #457 | Get current user role name in flow