Use The Render Attribute To Update The Component

< 1 min read

Impact area

Performance

Severity

High

Impact #

Use the render attribute on Visualforce components to update the component without updating the entire page. Unnecessary full page reloads create a poor user experience.

Remediation #

Use the render attribute on Visualforce components to update the component without updating the entire page.

References #

See the Salesforce documentation article: Implementing Partial Page Updates with Command Links and Buttons.

Updated on March 21, 2025
Table of contents
Was it helpful ?