We're having meetup #40 at the offices of Studio Emma in the Venice of the North (Bruges)

Tuesday 14th May 2019

20:00
1
Intro talk
Keynote by Tom Van Herreweghe (15 minutes)

As usual, an intro talk to line out the rest of the evening, introducing the speakers & venue and look back at previous meetup.

20:15
2
PHP OPCache and Preloading
Talk by Jachim Coudenys (45 minutes)

Everybody wants quick applications. A lot of that speed can be gained by the way you write your software, but a big chunk has to do with the way PHP is configured. As PHP matured, it got quicker, it used less memory and it accumulated a lot of settings which can be tuned for performance. The biggest, and often most misunderstood, features for performance are OPCache (introduced in 5.5) and preloading (introduced in 7.4). This talk covers how both features work, how you can take advantage of them on your servers and during deployments, and tries to show all the ini settings relevant for performance.

21:15
2
DRY, goodbye skelton-projects, welcome boiler-templates!
Talk by Jonas De Smet (45 minutes)

Everyone knows them, those skeleton-projects. A template project you need to maintain to start new projects from. But every time a dependency is updated, you need to update your skeleton-project too. Not only is maintaining such projects time consuming, it's only code and in a specific (outdated) version. Meet boiler: yaml-files that create a project for you with your own custom scripts. Interested? Join the lightning talk.