Closed (fixed)
Project:
File Cache
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
3 Jan 2023 at 08:15 UTC
Updated:
6 Jul 2023 at 19:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
mkalkbrennerComment #3
socialnicheguru commentedComment #4
socialnicheguru commentedfrom #3357130: PHP 8.1 serializer vs igbinary serializer speed and memory usage
Comment #5
socialnicheguru commentedThis works well.
I am able to replace serializer.
Comment #6
pfrenssenThis is a really good idea. I tried out the
serialization.igbinary_gzservice from the igbinary module and it reduced my cache folder to 25.18% of the original size.However this took some figuring our since the igbinary module is still experimental and doesn't have much documentation. It's README consists mostly of TODOs.
Patch adds instructions on how to set it up, and does some small documentation updates.
Comment #8
pfrenssenThanks!
Comment #9
mkalkbrenner:-)