Month End Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: simple70

Salesforce Certified Platform Developer II ( Plat-Dev-301 ) PDII Question # 2 Topic 1 Discussion

Salesforce Certified Platform Developer II ( Plat-Dev-301 ) PDII Question # 2 Topic 1 Discussion

PDII Exam Topic 1 Question 2 Discussion:
Question #: 2
Topic #: 1

Refer to the Aura component below:

HTML

<aura:component>

<aura:attribute name="contactInfo" type="Object"/>

<aura:attribute name="showContactInfo" type="boolean" default="true"/>

<aura:handler name="init" value="{!this}" action="{!c.init}"/>

<aura:if isTrue="{!v.showContactInfo}">

</aura:if>

</aura:component>

A developer receives complaints that the component loads slowly. Which change can the developer implement to make the component perform faster?


A.

Move the contents of into the component.


B.

Change the type of contactInfo to "Map".


C.

Change the default for showContactInfo to "false".


Get Premium PDII Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.