Active
Project:
Drupal core
Version:
main
Component:
cache system
Priority:
Major
Category:
Plan
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
17 Nov 2018 at 20:14 UTC
Updated:
16 Feb 2024 at 08:37 UTC
Jump to comment: Most recent
This is a plan issue for cache backend related things like using igbinary, ChainedFast and APCu performance and adding other cache backends to core. It can also discuss FileCache related issues.
- #839444: Make serializer customizable for Cache\DatabaseBackend
- #2839862: Ensure that serializers injectable into Drupal\Core\KeyValueStore are aware of PHP objects
- #3014514: Make igbinary the default serializer if available, it saves 50% time on unserialize and memory footprint
Comments
Comment #2
fabianx commentedComment #3
claudiu.cristeaAdding #3014548: Make the serializer mandatory param for DatabaseBackend and DatabaseBackendFactory as followup/child issue.
Comment #13
wim leers#839444: Make serializer customizable for Cache\DatabaseBackend landed!
Unpostponed #2839862: Ensure that serializers injectable into Drupal\Core\KeyValueStore are aware of PHP objects.