Symfony Finland
Latest entries
It's common to call the Symfony framework a Full Stack Framework. This goes back to the days of it providing everything on the server side, from templating with Twig to data persistence by integrating the Doctrine ORM. …
The PHP 8.0 is scheduled to be released on November 26 2020, soon to be followed by the latest version of the Symfony framework 5.2. This is a quick round of benchmarks done on the latest release of both projects. It's …
For the past 12 months or so we've worked on a big update to the product range of my day job at Ibexa. The company was earlier known as eZ Systems and is the creator of the eZ Publish CMS. It was followed by eZ Platform…
Inlining CSS is a technique that allows for improved first page load speed experience. In short you serve a snippet of your full CSS that is required to view the part before the fold, visible in the view port on load. T…
I recently gave a try on moving a fairly standard Symfony 3.4 app using Doctrine ORM from a database PostgreSQL (9.6) to MySQL (8.0). Here's a quick outline of how it worked for me. Doctrine ORM is an Object Relational …
The Ubuntu Long Term Support (LTS) version, 20.04 AKA Focal Fossa was released in April 2020. This release has the PHP version 7.4 included by default. This is the last version of PHP 7.x series before the launch of PHP…