https://github.com/undera/perf-target-site
Demo website for performance testing
https://github.com/undera/perf-target-site
Last synced: 5 months ago
JSON representation
Demo website for performance testing
- Host: GitHub
- URL: https://github.com/undera/perf-target-site
- Owner: undera
- Created: 2017-12-12T10:13:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-13T12:55:21.000Z (over 8 years ago)
- Last Synced: 2025-07-20T00:09:58.548Z (11 months ago)
- Language: Smarty
- Size: 23.4 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Demo Site for Perf Testing Tools
## Features
### Headers
+ cookies flags for web UI - top right corner access
Response times
Error rates
## Deploying
```bash
# git clone
composer.phar update
ln -s vendor/.htaccess
ln -s vendor/index.php
```
## Ideas
- coordinated omission demo - http://bravenewgeek.com/everything-you-know-about-latency-is-wrong/
- Scripting and recording aspect
- Flash
- One-page app
- Static HTML
- Dynamic HTML
- kinds of pages
- light
- heavy
- different distributions
- cacheable
- cache warmup
- kinds of bottlenecks
- out of resource
- CPU and HDD, Net (active)
- memory and file descriptors, ports ( passive)
- lack of tuning
- threads & workers
- thirdparty API calls
- locking