- πΊπΈUnited States SocialNicheGuru
from π¬ PHP 8.1 serializer vs igbinary serializer speed and memory usage Active
We run PHP 8.1. We switched a file based cache from serialize to igbinary and the file size was reduced by aprox. 90%. So this was a massive improvement.
- Status changed to RTBC
over 1 year ago 7:08am 17 May 2023 - πΊπΈUnited States SocialNicheGuru
This works well.
I am able to replace serializer. - last update
over 1 year ago 22 pass - π§π¬Bulgaria pfrenssen Sofia
This is a really good idea. I tried out the
serialization.igbinary_gz
service 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.
-
pfrenssen β
committed 9bae37ce on 8.x-1.x authored by
mkalkbrenner β
Issue #3330728 by pfrenssen, mkalkbrenner, SocialNicheGuru: Serializer...
-
pfrenssen β
committed 9bae37ce on 8.x-1.x authored by
mkalkbrenner β
- Status changed to Fixed
over 1 year ago 7:41pm 22 June 2023 Automatically closed - issue fixed for 2 weeks with no activity.