/benchmarks

💨 Nuxt.js SSR performance Benchmarks

Primary LanguageJavaScript

Nuxt.js SSR performance Benchmarks

CircleCI

Results

Testing environment specs

  • Using nuxt 1.0.0-alpha1
  • gzip disabled
  • extractCSS enabled
  • 4 parallel requests for 60 seconds (up to 5000 samples)
  • Using store and plugins

Running locally

# install dependencies
$ npm install # Or yarn install

# run benchmarks on starter
$ npm run benchmark-starter

# run benchmarks on nxutjs.org website
$ npm run benchmark-website