Forest header image

Symfony Finland
Random things on PHP, Symfony and web development

Overview for php

PHP 7.0 is included in Ubuntu 16.04 LTS (Xenial Xerus)

Ubuntu is a popular Linux distribution based on Debian. It's often thought of as more of a desktop oriented distro, but it is quite a common for web hosting too. It is also the distribution of choice for many developers who are not that focused on Linux administration.


Written by Jani Tarvainen on Thursday March 31, 2016
Permalink - Tags: php, ubuntu, php7

What's on the Menu, Symfony?

Menus are a vital part of any web application or a website. Content Management Systems are traditionally a strong contender in this field as they are at their core just tools to create navigatable views to a pool of content. The Symfony Framework on the other hand is neutral when it comes to menus.


Written by Jani Tarvainen on Wednesday January 27, 2016
Permalink - Tags: symfony, php, wordpress, drupal, ezplatform

Boring is the new Awesome

2015 was yet another year of rapid technical development in the world of the web. JavaScript was (and continues to be) the poster child of progress which is supposedly the answer to all of life's problems. Before JavaScript there were other messiahs, Java, NoSQL and Responsive Design to mention a few.


Written by Jani Tarvainen on Monday January 18, 2016
Permalink - Tags: php, javascript, symfony



Symfony Benchmarks: Symfony Proxy vs. Varnish

In the previous articles we have evaluated PHP performance on different runtimes (PHP 5.6, HHVM, PHP 7) as well as how it behaves when adding server resources (CPU & RAM) using eZ Platform - a CMS built on the Symfony Framework.

In production environments Symfony and eZ Platform are likely ran behind the Varnish Reverse Proxy, which we'll evaluate next by comparing it to the built in Symfony Proxy.


Written by Jani Tarvainen on Friday January 1, 2016
Permalink - Tags: php, symfony, varnish, proxy, benchmark