Experiencing slowness when opening a particular Incident, Change Request, Problem Record, etc. when other records are fasterIssue When opening a particular Incident, Change Request, Problem Record, etc, it is slow when other records are not slow.CauseYou are most probably impacted by having too much data on the related list for the particular record. Extracting too much data causes delay in form rendering.Resolution When users log in, they can click Settings (the Gear icon in the upper right) > Forms, then select either "After Form Loads" or "On Demand". What's the difference? On-Demand: When you access a form, the "Related List" will not load, but it will give you the option to click it in the bottom if you want to load it. It is a good way to increase the performance when the form loadsAfter Form Loads: When you access a form, the "Related List" will load, but you will be able to click things on the form while the "Related List" form is still loading. This is another way to start working on your form while the related lists are still loading the data.