[Koha-bugs] [Bug 16715] Koha::Cache - Use Sereal for serialization

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jun 13 11:17:58 CEST 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16715

--- Comment #5 from Jacek Ablewicz <abl at biblos.pk.edu.pl> ---
(In reply to Jonathan Druart from comment #2)

> Note that I did not manage to prove the gain using Koha, I have tried an
> intranet search with 100 results (xslt) and the execution time is always
> between 13s and 13.5s. I did not notice a significant gain.

httping -c 40 -i 0.01 'http://koha.wherever/cgi-bin/koha/opac-search.pl?q=unix'
(OPACnumSearchResults = 100, XSLT enabled, CGI + memcached):

- master:
  40 connects, 40 ok, 0.00% failed
  round-trip min/avg/max = 5911.8/6032.2/6215.6 ms

- master + Bug 16166
  round-trip min/avg/max = 5535.5/5626.0/5846.7 ms (6.7% gain)

- master + Bug 16166 + Bug 16715
  round-trip min/avg/max = 5488.9/5521.9/5761.8 ms (8.5% gain)

- master + Bug 16166 + Bug 16715 + Bug 16365
  round-trip min/avg/max = 3572.2/3719.5/3780.2 ms (38.3% gain)

httping -c 40 -i 0.01
'http://koha.wherever/cgi-bin/koha/opac-search.pl?q=asfasdffghj'
(0 search results - same setup, i.e. CGI + memcached)

- master
  round-trip min/avg/max = 879.2/912.8/1107.5 ms

- master + Bug 16166 + Bug 16715 + Bug 16365
  round-trip min/avg/max = 886.3/916.5/1009.8 ms

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list