andrewholgate / docker-drupal-php70

A base docker image using PHP 7.0 and HTTP/2 on Ubuntu 14.04 for Drupal 8 projects.
3 stars 2 forks source link

Add igbinary to replace PHP serialization and deserialization #4

Open andrewholgate opened 8 years ago

andrewholgate commented 8 years ago

igbinary has been shown to have improved performance and size over standard PHP serializsation and deserializsation.

When the PHP module is working for PHP7 (igbinary/igbinary7#1), install it and perform basic benchmarking of performance against PHP's native serialize() and json_decode, etc.