Forest header image

Symfony Finland
Random things on PHP, Symfony and web development

Overview for drupal

BigPipe and the Symfony Framework

The Drupal 8 development team is doing great improvements to the product regarding HTTP caching. With validation tags, contexts and so on it feels familiar to people working with Symfony2 framework and the FOSHttpCacheBundle.

Another interesting addition is an adaptation of Facebook's BigPipe rendering strategy, which downloads HTML snippets in parallel for improved load times. Symfony2 as a HMVC framework can load bits asynchronously, but there is room to improve.


Written by Jani Tarvainen on Saturday September 26, 2015
Permalink - Tags: esi, drupal, bigpipe, facebook, javascript, caching, puli


Video: Symfony and Content Management

Content Management may appear simple to a layman, but when you end up working with multiple sites, multilingual, versioning, media assets and real user needs... it is not trivial. Symfony has been adopted by many popular CMSes. That's great news for all LAMP CMS devs!


Written by Jani Tarvainen on Friday September 18, 2015
Permalink - Tags: symfony, cms, drupal, wordpress, ezplatform

Fast CMS release cycles for the win

It goes unsaid that the internet evolves at a rapid pace. Software is very flexible and on the web you can keep on upgrading continuously. It is, however, not immune to history and decisions made in the past. Many traditional Content Management Systems still focus on big releases, just like traditional desktop software has for decades.


Written by Jani Tarvainen on Thursday September 10, 2015
Permalink - Tags: symfony, drupal, wordpress, ezplatform, cms

Drupal and WordPress Community Participation Survey

In autumn of 2014 two popular PHP Content Management tools hoped for more participation from the community. Drupal lead Dries Buytaert was describing Drupal as a Public Good in his essay Scaling Open Source Communities. Meanwhile Matt Mullenweg of WordPress fame was calling for people to spend 5% of their efforts on the WordPress Core in a post titled Five for the Future.


Written by Jani Tarvainen on Sunday September 6, 2015
Permalink - Tags: php, drupal, wordpress

Dogfooding your REST APIs

RESTful APIs are on the lips of everyone currently. Everyone is got one or will have one very soon. They are always underlined as being full REST APIs. But if you're not fully utilising your API internally, is it really complete and a priority for you?


Written by Jani Tarvainen on Thursday September 3, 2015
Permalink - Tags: php, webdev, symfony, drupal, wordpress, rest, api, ezplatform