A repository for an in-progress version of eZ Platform v3.0.0 used for benchmarking the Symfony 4.4 and PHP 7.4 OPCache Preloading feature. Do not use anywhere in production, this is purely for entertainment purposes!
This is a standard Symfony 4 application. You need PHP and MySQL and some sort of web server before installation. Oh, and Node.js and Yarn for building front end assets. After you've got everything in place, installation is roughly:
- create a MySQL database
- Import dump from
sql/dump.sql
- run
composer install
- configure db from
.env
- run webserver (Symfony CLI works fine)
For more details, take a look a the installation instructions on the official eZ Platform repository.
Note that currently OPCache Preloading for PHP 7.4 is not working due to some segfaulting. Read more: https://ezplatform.com/blog/benchmarking-php-7.4-opcache-preloading-with-symfony-4.4