- Install deps via
yarn - Launch the application in dev mode via
yarn dev - Go to http://localhost:3000/async and http://localhost:3000/fetch in new tabs
- See that the TTFB is roughly a magnitude different
To ensure it is not caused by underlying fetch:
- Go to Go to http://localhost:3000/async-o and http://localhost:3000/fetch-o in new tabs. These are options-api "equivalents"
- See that TTFB is roughly the same