Skip to content

Add baseline html ssr#139

Open
AlexanderKaran wants to merge 2 commits intomainfrom
add-baseline-html-ssr
Open

Add baseline html ssr#139
AlexanderKaran wants to merge 2 commits intomainfrom
add-baseline-html-ssr

Conversation

@AlexanderKaran
Copy link
Collaborator

@AlexanderKaran AlexanderKaran commented Feb 19, 2026

  • Added a crude SSR plain HTML test
  • Added stats to the details page and overview
  • Updated sort logic so it's based on order in frameworks.json

The baseline benchmark renders the same 1000-row UUID table as the framework apps do, but using plain Node.js template literals without a framework. It calls testData() and builds the HTML string on each request, giving a raw ceiling for SSR throughput that shows exactly how much overhead each meta-framework adds. Not sure if this is the best way, should it be compared to more SSG? Not sure anyway this will do for now

Checklist

  • If updating UI/UX components ensure you have added screenshots or a gif or video of the changes to the PR description
  • If this is a dependabot PR that bumps a metaframework version, ensure that all package versions in the package match the versions installed by the metaframework version being bumped
  • If this is a dependabot PR that bumps a metaframework version in a starter-* package, ensure that the deps, and file content matches the output of the metaframeworks recommended starter/default project

Overview:

Yes they say 0 will update when tests run on merge

Screenshot 2026-02-19 at 8 53 00 pm

Details:

Screenshot 2026-02-19 at 8 53 05 pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments