Certified Platform Developer II Exam QuestionsBrowse all questions from this exam

Certified Platform Developer II Exam - Question 178


There are user complaints about slow render times of a custom data table within a Visualforce page that loads thousands of Account records at once.

What can a developer do to help alleviate such issues?

Show Answer
Correct Answer: AC

To address slow render times of a Visualforce page that loads thousands of Account records, using the standard Account List controller and implementing pagination is a practical solution. Pagination reduces the number of records loaded at once, making the page more manageable and improving its render time. This approach allows users to view a subset of data incrementally, enhancing both performance and user experience.

Discussion

2 comments
Sign in to comment
LiquadOption: C
Sep 3, 2021

C should be correct

corpexOption: C
May 2, 2024

cccccccccc