Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Add a marker for SSR pages #2612

@mgechev

Description

@mgechev

🚀 Feature request

Add a marker for SSR pages.

Description

We'd want to easily detect which pages are server-side rendered in HTTPArchive.

Describe the solution you'd like

Add a marker in an attribute.

Describe alternatives you've considered

Currently, we can easier distinguish between SSR, SSG, and client-side apps (CSR) by:

  • SSG adds a comment saying the page is prerendered
  • SSR output looks different than CSR apps but it's harder to query in HTTPArchive which seem to primarily allow queries over the final output, after hydration

// cc @kara @jelbourn

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions