Forest header image

Symfony Finland
Random things on PHP, Symfony and web development

Symfony Finland

Latest entries



What's in store for PHP performance?

PHP 7.0 made significant improvements in terms of performance and memory use for real applications. Many applications deliver twice the throughput with much less memory just without any changes to the application code. …



Using CQRS/ES for Content Management Systems (CMS)

The CQRS/ES pattern pair has been discussed widely in mainstream PHP development circles from mid 2015. There are a number of libraries and the pattern is being applied in at scale in production environments. So the con…