Warning
You're browsing the documentation for an old version of Webiny. Consider upgrading your project to Webiny 5.39.x.
What you’ll learn
  • how the Prerendering Service (located in the API project application) utilizes Website’s cloud infrastructure resources in order to prerender your public website’s pages and store their HTML and relevant metadata

Diagram
anchor

Webiny Cloud Infrastructure - Website - PrerenderingWebiny Cloud Infrastructure - Website - Prerendering
(click to enlarge)

Description
anchor

The diagram shows how the Prerendering Service, located in the API project application E, interacts with the Website application’s cloud infrastructure, in order to prerender pages and store static HTML and related data files into the Amazon S3 bucket B, ready to be served to actual website users.

To learn more about the API project application’s cloud infrastructure, check out the API section.

Steps
anchor

  1. A user first publishes a page from the Admin Area. This is a simple GraphQL request, issued to the GraphQL Server that’s located in the API application E.
  2. This triggers a prerendering request, meaning, a separate Lambda function (again, located in the API application E) issues an HTTP request to the Amazon CloudFront distribution D.
  3. The request is forwarded to the Amazon S3 bucket C. This is where the actual React application, with all of its code and static assets, is hosted.
  4. The mentioned Lambda function waits until the React application, served via the Amazon CloudFront distribution D has been completely rendered.
  5. Finally, it stores the generated HTML and some additional data into the Amazon S3 bucket B.

With these steps completed, the page is ready to be served to actual website visitors. Learn more about this flow by selecting Serving Pages in the upper diagram selector.