|
Summary: there are only 157 lines (see attached bf22-slow.txt) above 2 seconds threshold in Okapi log, so 2.2 is way better than 2.1 (157 vs 5816). All authtoken and perm queries related slow entries are gone after
MODPERMS-59
Closed
. Below is the breakdown of these 157 slow entries.
- 42 mod-inventory
- 42 mod-inventory-storage (same as mod-inventory since mod-inventory calls mod-inventory-storage)
- 40 mod-users
- 16 query users in multiple patron group (use = not ==). As in
STCOM-492
Closed
- 12 query that does not make sense (search user by a phrase and *). It turns out to be caused search phrase with trailing space. Opened
UIU-1086
Closed
- 10 query for all users /users?limit=2147483647 (under 3 seconds, not too bad)
- 1 regular user search (~ 2 seconds)
- 1 query by barcode /users?query=(barcode=="830") (~ 2 seconds)
- 40 mod-kb-ebsco-java, RMAPI related
- 4 mod-codex-ekb, RMAPI related
- 1 mod-login-saml, /saml/configuration (2 seconds)
- 1 mod-email, /email (2 seconds)
- 1 mod-circulation, /requests (2 seconds)
- 1 okapi, load ref/sample
- 1 okapiClient, create permissions when enabling tenant
|