Skip to main content

Laravel 10.44.0 Bench Tests

in category Diagnostics -> PHP Applications -> Laravel 10.44.0 Bench Tests. Updated at Sat, 02 Mar 2024 07:20:10 EST

Apache bench tests for Laravel 10.44.0


These are my test results for Laravel 10. I loaded the Laravel example app. There is no database yet. There are no pages aside from a front page with links to external Laravel sites.

$ └─$ ab -c1 -n50 http://laravel.localnet/
This is ApacheBench, Version 2.3 <$Revision: 1903618 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.org/

Benchmarking laravel.localnet (be patient).....done


Server Software:        Apache
Server Hostname:        laravel.localnet
Server Port:            80

Document Path:          /
Document Length:        26568 bytes

Concurrency Level:      1
Time taken for tests:   14.436 seconds
Complete requests:      50
Failed requests:        0
Total transferred:      1387750 bytes
HTML transferred:       1328400 bytes
Requests per second:    3.46 [#/sec] (mean)
Time per request:       288.723 [ms] (mean)
Time per request:       288.723 [ms] (mean, across all concurrent requests)
Transfer rate:          93.88 [Kbytes/sec] received

Connection Times (ms)
              min  mean[+/-sd] median   max
Connect:        0    0   0.0      0       0
Processing:   284  288   7.1    286     328
Waiting:      284  288   7.1    286     328
Total:        284  289   7.1    287     329

Percentage of the requests served within a certain time (ms)
  50%    287
  66%    287
  75%    288
  80%    289
  90%    293
  95%    303
  98%    329
  99%    329
 100%    329 (longest request)

Not real impressive for an empty app. Maybe I can do something to optimize it.

 

Keywords
laravel performance, laravel speed, laravel reponse time