Easy way to benchmark your webserver befor you start tweaking performance
Need to install
$ apt-get install apache2-utils
$ ab -r -n 100 -c 10 http://YOURWEBSITE:80/ > results.txt
-n connections
-c concurrent users
Easy way to benchmark your webserver befor you start tweaking performance
Need to install
$ apt-get install apache2-utils
$ ab -r -n 100 -c 10 http://YOURWEBSITE:80/ > results.txt
-n connections
-c concurrent users