New Workload: React Server Side Rendering Startup#116
Merged
Conversation
✅ Deploy Preview for webkit-jetstream-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
|
Also, seems to be dominated by utf-16 parsing. Ditto on repeating #124 here. |
Contributor
Author
|
kmiller68
approved these changes
Sep 17, 2025
| BUNDLE_BLOB: "./web-ssr/dist/bundle.min.js", | ||
| }, | ||
| tags: ["Default", "web", "ssr"], | ||
| iterations: 30, |
Contributor
There was a problem hiding this comment.
We might want to play with the worstCase counts since there's not a lot of iterations here. 2-3 seems standard. We can do that in a follow up though (please file an issue though).
Contributor
Author
|
Filed #184 to do this as global analysis across all workloads. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I've create a react app that renders a little wine-collection with different react components.
Currently the setup uses webpack to build a web-bundle that we can run in the browser.
For cache-busting new sources are generated for each iteration and the custom comment is replaced with iteration-unique string.
This is a first iteration of this approach / workload happy to get some feedback.