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?
A.
Use the transient keyword in the Apex code when querying the Account records
B.
Use JavaScript remoting to query the accounts
C.
Use the standard Account List controller and implement pagination
D.
Upload a third-party data table library as a static resource
A voting comment increases the vote count for the chosen answer by one.
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.
Liquad
Highly Voted 3 years, 2 months agocorpex
Most Recent 6 months, 2 weeks ago