-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
get cache options from configuration #2769
Conversation
@tomolimo your test welcome, especially when WinCache (IIS only) is available (and APCu is not) |
e51a411
to
7810b0a
Compare
Some bench results
|
Hello,
and
|
Hello again,
regards, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tests passed on IIS 7.5
Tests passed on PHP web server
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM as well; but not tested yet (will do... asap...)
8799818
to
1821e29
Compare
glpi-project/doc#17 for doc |
- get cache options from configuration - use APCu or WinCache or memcache/memcached when available - split cache for DB and translation - allow to disable cache in configuration - allow plugin to use their own cache configuration for other needs - add configuration sample (comments) - review perf panel - add cache benchmark script
1821e29
to
98430e8
Compare
See #2712
Tested adapters, see https://zendframework.github.io/zend-cache/storage/adapter/:
To test other cache adapters: add in glpi_configs, context = core, name = cache_db or cache_trans and for value, see tested examples: