Talk in English - UK at PHP UK Conference 2020
Track Name:
Shopware Track
Short URL: https://joind.in/talk/d1cfa
(QR-Code (opens in new window))
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 realpath cache (introduced in 5.3), OPCache (introduced in 5.5) and preloading (introduced in 7.4). This talk covers how these 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.
Comments
Comments are closed.
Very interesting. A good talk
Thanks for sharing. Not really helpful for me personally, as it turns out, far too in-depth and experimental for what I was expecting. But generally well presented.