HOTSPOT - A user reports that a form takes a long time to load.
You suspect that the issue relates to a display method.
You need to resolve the issue.
Which actions should you perform? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:
![Answer Area
Action Improves
performance
Add the following attribute to the display method: v
[SysClientCachedataMethodAttribute (true) ] true
false
Set the value of the Enabled property to No for any display v
fields that are not needed. true
false
Set the value of the Visible property to No for any display v
fields that are not needed. true
false
Set the value of the Skip property to Yes for any display v
fields that are not needed. true
false](https://eaeastus2.blob.core.windows.net/optimizedimages/static/images/Microsoft-Dynamics-365--Finance-and-Operations-Apps-Developer-(MB-500)/question/img0008600001.png) 
                            ![Answer Area
Action Improves
performance
Add the following attribute to the display method: v
[SysClientCachedataMethodAttribute (true) ] true
false
Set the value of the Enabled property to No for any display v
fields that are not needed. true
false
Set the value of the Visible property to No for any display v
fields that are not needed. true
false
Set the value of the Skip property to Yes for any display v
fields that are not needed. true
false](https://eaeastus2.blob.core.windows.net/optimizedimages/static/images/Microsoft-Dynamics-365--Finance-and-Operations-Apps-Developer-(MB-500)/answer/img0008700001.png) 
                            Box 1: Yes - The caching will avoid executing the display method unnecessarily.
To improve the performance of a display method, you can cache the method.
Box 2: No - Box 3: No - Box 4: No - Reference: https://docs.microsoft.com/en-us/dynamicsax-2012/developer/using-the-display-method-modifier.