https://github.com/jessekoldewijn/nextjs-perf-test
Testing application which shows the performance between SSR, ISR, Dynamic on the App Router Vs. Pages Router.
https://github.com/jessekoldewijn/nextjs-perf-test
nextjs performance-testing react-server-components reactjs
Last synced: 2 months ago
JSON representation
Testing application which shows the performance between SSR, ISR, Dynamic on the App Router Vs. Pages Router.
- Host: GitHub
- URL: https://github.com/jessekoldewijn/nextjs-perf-test
- Owner: JesseKoldewijn
- Created: 2023-06-16T10:57:04.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-19T07:36:27.000Z (almost 3 years ago)
- Last Synced: 2025-10-23T21:49:08.247Z (8 months ago)
- Topics: nextjs, performance-testing, react-server-components, reactjs
- Language: TypeScript
- Homepage: https://nextjs-perf-test-five.vercel.app
- Size: 123 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Welcome to Next.js Performance Benchmark 👋
> Testing application which shows the performance between SSR, ISR, Dynamic on the App Router Vs. Pages Router.
## Details
## Checks
## Why?
In this project you can see, test and proof the performance between the Pages and App routers. Feel free to fork + deploy this repo yourself for personal testing and/or expanding the scope of the tests.
## Install
```sh
pnpm install
```
## Usage
```sh
pnpm run dev
```
## Author
👤 **Jesse Koldewijn**
- Website: https://jkinsight.nl
## Show your support
Give a ⭐️ if this project helped you!