is training application for performance and web performance testing
- open browser with
localhost
=> http - open browser with
https://localhost
=> https, http/2
docker run -it --rm -d -p 80:80 -p 443:443 --name battle quay.io/canarytrace/battle-page:1.2
Features
- unused resources
- http/2, https
- lot of elements
- big image
- gzip, http2_push for some resources
- lot of small icons added, big image = wallpaper added
- 2s wait loading
npm run start
docker run --name battle -it --rm -p 80:80 -p 443:443 -p 3000:3000 quay.io/canarytrace/battle-page:1.8
or
docker run --name battle -it --rm -p 80:80 -p 443:443 -p 3000:3000 -m="280m" --cpus="0.5" quay.io/canarytrace/battle-page:1.8
or
quay.io/canarytrace/battle-page:latest
export ENVIRONMENT=http://localhost
k6 run k6/baseline.js --insecure-skip-tls-verify