Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[gatsby-plugin-vercel-builder] Merge SSR and page-data into single Serverless Function #9292

Merged

Conversation

TooTallNate
Copy link
Member

@TooTallNate TooTallNate commented Jan 23, 2023

Previously, the page-data Serverless Function and SSR Serverless Function were two distinct functions. They had almost identical file contents and just slightly different handler logic. So here we merge the handler logic into a single function and re-use the same Serverless Function for both page-data and SSR.

This simplifies the output quite a bit and deletes a good amount of code, and helps with build output size, cold boot times, etc.

…nd-ssr' of github.com:vercel/vercel into tootallnate/vccli-457-look-into-merging-the-page-data-and-ssr
@TooTallNate TooTallNate added the pr: automerge Automatically merge the PR when checks pass label Jan 24, 2023
@kodiakhq kodiakhq bot merged commit f5f544f into main Jan 24, 2023
@kodiakhq kodiakhq bot deleted the tootallnate/vccli-457-look-into-merging-the-page-data-and-ssr branch January 24, 2023 19:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: gatsby-plugin-vercel-builder pr: automerge Automatically merge the PR when checks pass semver: patch PR contains bug fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants