The Undercover ElePHPant is a podcast about scaling and optimizing your PHP applications. Each week, Benjamin Eberlei and Matthew Setter sit down with an expert from the PHP community to discuss a specific aspect of highly performant PHP applications.
…
continue reading
We should be back with a new season of the podcast after the Summer but will let you know, exactly, when that will be when we have a firm date set. Hosted By: Benjamin Eberlei and Matthew Setter. Thanks for tuning in to the Undercover ElePHPant. If you'd like to be a guest on the podcast or know someone very knowledgeable in writing highly performa…
…
continue reading

1
Talking Background Processes and Workers in PHP With Samuel Roze
29:55
29:55
Play later
Play later
Lists
Like
Liked
29:55Samuel shared a load of excellent advice that you can start using today in your PHP applications, including: The common challenges with background processes and PHP? Why background processes & workers can be an important aspect of PHP applications? What angel processes are How to handle failed background processes How to handle memory in PHP with l…
…
continue reading

1
Talking about PHP-FPM Tuning with Arne Blankerts
28:38
28:38
Play later
Play later
Lists
Like
Liked
28:38Arne shared a load of excellent advice that you can start using today in your PHP applications, including: What PHP-FPM is What differentiates PHP-FPM from Apache/mod_php? NGINX's different pool types (dynamic, static, and ondemand) How to configure PHP-FPM for high-performance and throughput Using multiple PHP-FPM pools in the same application? Pl…
…
continue reading

1
Talking Logging for Production Applications + Best Practices with Jordi Boggiano
32:56
32:56
Play later
Play later
Lists
Like
Liked
32:56In this episode, Benjamin and Matthew talk with Jordi Boggiano about logging in production applications as well as logging best practices. We also talk about logging formats, filtering log messages, Monolog and loads more! Jordi shared a load of excellent advice that you can start using today in your PHP applications, including: How to get started …
…
continue reading

1
Talking Shared-nothing and Shared Everything Architectures + Bref with Matthieu Napoli
27:38
27:38
Play later
Play later
Lists
Like
Liked
27:38In this episode, Benjamin and Matthew talk with Matthieu Napoli about Shared-nothing and Shared Everything Architectures. We also talk about Bref, Swoole, ReactPHP and loads more! Matthieu shared a load of excellent advice that you can start using today in your PHP applications, including: What Shared-nothing and Shared Everything architectures are…
…
continue reading

1
Integrating with Third-Party APIs with Nils Adermann
24:48
24:48
Play later
Play later
Lists
Like
Liked
24:48In this episode, Benjamin and Matthew talk with Nils Adermann about integrating with third-party APIs in PHP. Nils shares some excellent advice, including: Handling retries and timeouts Efficiently and effectively working with multiple API vendors How to work with vendors when their actions break your apps Different types of responses (the good and…
…
continue reading

1
Retries and Timeouts with Bastian Hofmann
23:41
23:41
Play later
Play later
Lists
Like
Liked
23:41In this episode, Benjamin and Matthew talk with Bastian Hofmann about handling retries and timeouts in PHP. Bastian shares a load of great advice, including: Having dedicated hosts for certain traffic Distinguishing between normal users and admin users Offloading work to asynchronous jobs Default socket timeouts and max execution times Automatic re…
…
continue reading

1
How to Run PHP Applications on Multiple Servers
46:20
46:20
Play later
Play later
Lists
Like
Liked
46:20In this episode, Benjamin and Matthew talk with Robert Douglass and Larry Garfield from Platform.sh about running PHP applications on multiple servers. Robert and Larry share a load of excellent advice, including: - Why you need to use Load Balancers (along with what they are and some of the key options) - How PHP is exceptionally well suited to be…
…
continue reading

1
PHP Performance with Marco Pivetta (ocramius)
29:53
29:53
Play later
Play later
Lists
Like
Liked
29:53In this episode, Benjamin and Matthew, talk with Marco Pivetta (ocramius) about: PHP 7.4's new preloading feature: what it is, how it works, the benefits and drawbacks of using it The speed differences between different versions of PHP (especially in 7.x) The difference between OPcache and Preloading How Composer's autoloader may soon be a thing of…
…
continue reading

1
Talking Garbage Collection with Derick Rethans
25:22
25:22
Play later
Play later
Lists
Like
Liked
25:22Thanks to PHP being an interpreted language and it that it has a garbage collector, PHP developers don't often have to think about memory management. Unlike developers in compiled languages, such as C/C++, we don't have to give that much thought to memory allocation and deallocation. However, it's helpful to have a broad understanding of how garbag…
…
continue reading
Welcome to the introductory episode of The Undercover ElePHPant. This is the welcome episode, where we give you the rundown on what the podcast is about, who we, your lovely podcast hosts, are and what you can expect to hear. So, let's get started. This podcast aims to do three, core, things: Uncover details and secrets of scaling PHP and how to ma…
…
continue reading