ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 1 - Certified Platform Developer II discussion

Report
Export

A Visualforce page loads slowly due to the large amount of data it displays. Which strategy can a developer use to improve the performance?

A.
use lazy loading to load the data on demand, instead of in the controller's constructor.
Answers
A.
use lazy loading to load the data on demand, instead of in the controller's constructor.
B.
use an <apex:actionPoller> in the page to load all of the data asynchronously.
Answers
B.
use an <apex:actionPoller> in the page to load all of the data asynchronously.
C.
use Javascript to move data processing to the browser instead of the controller.
Answers
C.
use Javascript to move data processing to the browser instead of the controller.
D.
Use the transient keyword for the List variables used in the custom controller.
Answers
D.
Use the transient keyword for the List variables used in the custom controller.
Suggested answer: A
asked 23/09/2024
sailakshmi KM
41 questions
NextNext
User
Your answer:
0 comments
Sorted by

Leave a comment first