This repository was archived by the owner on Sep 30, 2024. It is now read-only.
Spike: Evaluate server-side rendering (SSR) #26350
Open
Description
For optimum performance, we should investigate SSR for the Sourcegraph web app. This will let us fetch data earlier and serve content to users quicker.
This issue should be used to evaluate different routes of SSR, from generating static pages, to simply prefetching data and inlining in our HTML.
It might be suitable to use this issue as a platform to create a new RFC.
This RFC should address:
- Why SSR will benefit us
- What is stopping us from using SSR
- Proposed solution and migration plan
Previous Slack discussion: https://sourcegraph.slack.com/archives/C01LTKUHRL3/p1630481475006900