Skip to content

Difference in request cycles of Aura components and Visualforce

Difference in request cycles of Aura components and Visualforce

Aura Components Request Cycle: 1. The user requests an application or a component

  1. The application or component bundle is returned to the client
  2. The browser loads the bundle
  3. The JavaScript application generates the UI
  4. When the user interacts with the page, the JavaScript application modifies the user interface as needed (return to previous step)
    200

Visualforce Request Cycle: 1. User requests a page

  1. The server executes the page’s underlying code and sends the resulting HTML to the browser
  2. The browser displays the HTML
  3. When the user interacts with the page, return to step one

Last update : 25 mai 2024
Created : 25 mai 2024