https://github.com/donejs/ssr-perf
Used to test SSR performance
https://github.com/donejs/ssr-perf
Last synced: 3 months ago
JSON representation
Used to test SSR performance
- Host: GitHub
- URL: https://github.com/donejs/ssr-perf
- Owner: donejs
- License: mit
- Created: 2016-08-01T14:17:39.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-21T23:07:51.000Z (almost 8 years ago)
- Last Synced: 2024-12-31T22:29:06.432Z (5 months ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ssr perf
This project is used for testing perf if done-ssr in order to find ways to improve rendering speed.
## Run
First do a build:
```shell
npm install
donejs build
```Then start the server:
```shell
NODE_ENV=production donejs start
```And in an other terminal do loading testing (this uses [siege](https://www.joedog.org/siege-home/):
```shell
siege -c50 -d10 -t3M http://localhost:8080/
```