Skip to content
Julien edited this page Feb 19, 2018 · 4 revisions

According to https://github.com/kenjis/php-framework-benchmark

  • ~2500 req/sec (Lighttpd / php7.x-fpm / 6900K) output cache enabled = Rank 1st
  • ~1800 req/sec (Lighttpd / php7.x-fpm / 6900K) output cache disabled = Rank 2nd
ab -n 25000 -c 10 -t 10 -s 3 http://polyfony2.dev:8080/helloworld/
This is ApacheBench, Version 2.3 <$Revision: 1757674 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.org/

Benchmarking polyfony2.dev (be patient)
Completed 5000 requests
Completed 10000 requests
Completed 15000 requests
Completed 20000 requests
Completed 25000 requests
Finished 25028 requests


Server Software:        None
Server Hostname:        polyfony2.dev
Server Port:            8080

Document Path:          /helloworld/
Document Length:        31 bytes

Concurrency Level:      10
Time taken for tests:   10.000 seconds
Complete requests:      25028
Failed requests:        0
Total transferred:      9660388 bytes
HTML transferred:       775868 bytes
Requests per second:    2502.80 [#/sec] (mean)
Time per request:       3.996 [ms] (mean)
Time per request:       0.400 [ms] (mean, across all concurrent requests)
Transfer rate:          943.40 [Kbytes/sec] received

Connection Times (ms)
              min  mean[+/-sd] median   max
Connect:        0    0   0.0      0       1
Processing:     2    4   0.6      4      21
Waiting:        2    4   0.6      4      21
Total:          2    4   0.6      4      21

Percentage of the requests served within a certain time (ms)
  50%      4
  66%      4
  75%      4
  80%      4
  90%      4
  95%      5
  98%      5
  99%      6
 100%     21 (longest request)

# ab -n 25000 -c 10 -t 10 -s 3 http://polyfony2.dev:8080/helloworld/
This is ApacheBench, Version 2.3 <$Revision: 1757674 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.org/

Benchmarking polyfony2.dev (be patient)
Completed 5000 requests
Completed 10000 requests
Completed 15000 requests
Finished 18498 requests


Server Software:        None
Server Hostname:        polyfony2.dev
Server Port:            8080

Document Path:          /helloworld/
Document Length:        31 bytes

Concurrency Level:      10
Time taken for tests:   10.000 seconds
Complete requests:      18498
Failed requests:        0
Total transferred:      5400884 bytes
HTML transferred:       573438 bytes
Requests per second:    1849.78 [#/sec] (mean)
Time per request:       5.406 [ms] (mean)
Time per request:       0.541 [ms] (mean, across all concurrent requests)
Transfer rate:          527.42 [Kbytes/sec] received

Connection Times (ms)
              min  mean[+/-sd] median   max
Connect:        0    0   0.0      0       1
Processing:     2    5   0.9      5      18
Waiting:        2    5   0.9      5      18
Total:          3    5   0.9      5      19

Percentage of the requests served within a certain time (ms)
  50%      5
  66%      6
  75%      6
  80%      6
  90%      6
  95%      7
  98%      7
  99%      8
 100%     19 (longest request)