Refer to the markup below:
HTML
<template>
record-id={recordId} object-api-name="Account" layout-type="Full">
</template>
A Lightning web component displays the Account name and two custom fields out of 275 that exist on the object. The custom fields are correctly declared and populated. However, the developer receives complain2223ts that the component performs slowly. What can the developer d2425o to improve the performance?
Submit