Samstag, 13. Juni 2015

Cmsmadesimple ist nichts für PHP 7

So wie Cmsms jetzt ist ist es rein nichts für PHP 7.

Die Installation auch der V2 Beta ist im Standard nicht möglich da immer noch @set_magic_quotes_runtime(false); verwendet wird.

Kommentiert man es aus dann kann man installieren aber die Leistung ist mehr als bescheiden.

Hier die Benchmarks unter PHP 7 Alpha 1


cmsms 1 letzte Version



ab -kc 100 -t 30 http://localhost/cmsms/index.php
This is ApacheBench, Version 2.3 <$Revision: 1604373 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.org/

Benchmarking localhost (be patient)
Finished 1431 requests


Server Software:        Apache/2.4.10
Server Hostname:        localhost
Server Port:            80

Document Path:          /cmsms/index.php
Document Length:        16264 bytes

Concurrency Level:      100
Time taken for tests:   30.031 seconds
Complete requests:      1431
Failed requests:        0
Keep-Alive requests:    0
Total transferred:      23917264 bytes
HTML transferred:       23290048 bytes
Requests per second:    47.65 [#/sec] (mean)
Time per request:       2098.580 [ms] (mean)
Time per request:       20.986 [ms] (mean, across all concurrent requests)
Transfer rate:          777.76 [Kbytes/sec] received

Connection Times (ms)
              min  mean[+/-sd] median   max
Connect:        0    1   5.1      0      20
Processing:    81 2013 418.1   2065    2930
Waiting:       72 1991 413.4   2043    2904
Total:         82 2015 414.6   2065    2930

Percentage of the requests served within a certain time (ms)
  50%   2064
  66%   2182
  75%   2261
  80%   2313
  90%   2443
  95%   2536
  98%   2666
  99%   2744
 100%   2930 (longest request)


cmsms 2 letzte Beta


ab -kc 100 -t 30 http://localhost/cmsms2/index.php
This is ApacheBench, Version 2.3 <$Revision: 1604373 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.org/

Benchmarking localhost (be patient)
Finished 1200 requests


Server Software:        Apache/2.4.10
Server Hostname:        localhost
Server Port:            80

Document Path:          /cmsms2/index.php
Document Length:        14568 bytes

Concurrency Level:      100
Time taken for tests:   30.022 seconds
Complete requests:      1200
Failed requests:        0
Keep-Alive requests:    0
Total transferred:      18022206 bytes
HTML transferred:       17496168 bytes
Requests per second:    39.97 [#/sec] (mean)
Time per request:       2501.826 [ms] (mean)
Time per request:       25.018 [ms] (mean, across all concurrent requests)
Transfer rate:          586.23 [Kbytes/sec] received

Connection Times (ms)
              min  mean[+/-sd] median   max
Connect:        0    1   4.2      0      17
Processing:   723 2398 360.8   2413    4152
Waiting:      720 2369 359.9   2378    4139
Total:        727 2400 359.1   2413    4152

Percentage of the requests served within a certain time (ms)
  50%   2413
  66%   2528
  75%   2606
  80%   2656
  90%   2820
  95%   2954
  98%   3118
  99%   3212
 100%   4152 (longest request)

Die V2 ist an Lahmarschigkeit kaum zu überbieten.

Keine Kommentare:

Kommentar veröffentlichen