Koha benchmarking
Plain old CGI
Authentication successful
————–
Koha circulation benchmarking utility
————–
Benchmarking with 200 occurences of each operation and 10 concurrent sessions
Load testing staff client dashboard page 127347ms 1.57051206545894 pages/sec
Load testing catalog detail page 131230ms [...]
In: Koha · Tagged with: benchmarking, Koha, mod_perl
Too much weights, not enough speed work
Following on from testing Koha with memcached, I decided to test the opac with mod_perl, mod_expires and mod_deflate.
So with no mod_perl and no caching
time curl http://opac.koha.workbuffer.org/cgi-bin/koha/opac-search.pl?q=a
real 0m2.993s
And with mod_perl
time curl http://opac.koha.workbuffer.org/cgi-bin/koha/opac-search.pl?q=a
real 0m0.657s
And now opac main is down too
real 0m0.010s
This of course isn’t really testing mod_expires or [...]



