function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Naganjaneya Lakshman TadepalliNaganjaneya Lakshman Tadepalli 

While creating the visualforce page, how to avoid if there is any issues due to governing limits?

William TranWilliam Tran
In general, you should not run into limits using Visualforce pages.  To avoid limits, keep the view states to a minimal, use standard controller if you can. Avoid unnecessary coding.  Bulkify your code. Run process asychnronously if possible. And last, address the issue when you get there (unless you are doing something extreme, it's not easy to reach governing lmits)

Thx
William TranWilliam Tran
Naganjaneya, if your question is answered, please choose best answer.

Thx