Exam PDII Topic 3 Question 172 Discussion
Actual exam question for Salesforce's PDII exam
Question #: 172
Topic #: 3
Question #: 172
Topic #: 3
Which three approaches should a developer implement to obtain the best performance for data retrieval when building a Lightning web component? Choose 3 answers
Suggested Answer: A,C,E Vote an answer
Lazy loading improves performance by loading data only when needed.
Lightning Data Service (LDS) handles data operations and caching efficiently.
Using {Cacheable=true} on Apex methods enables the Lightning Component framework to cache the method's return value, reducing server round-trips for the same data.
References:
Lightning Web Components Developer Guide
Lightning Data Service (LDS) handles data operations and caching efficiently.
Using {Cacheable=true} on Apex methods enables the Lightning Component framework to cache the method's return value, reducing server round-trips for the same data.
References:
Lightning Web Components Developer Guide
by Luther at Feb 12, 2024, 12:53 AM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).