
The Undercover ElePHPant
Benjamin Eberlei, Matthew Setter
All episodes
Best episodes
Top 10 The Undercover ElePHPant Episodes
Goodpods has curated a list of the 10 best The Undercover ElePHPant episodes, ranked by the number of listens and likes each episode have garnered from our listeners. If you are listening to The Undercover ElePHPant for the first time, there's no better place to start than with one of these standout episodes. If you are a fan of the show, vote for your favorite The Undercover ElePHPant episode by adding your comments to the episode page.

Talking Background Processes and Workers in PHP With Samuel Roze
The Undercover ElePHPant
03/03/20 • 29 min
Samuel 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 long-running processes
- Plus loads load more!
Links
- Tideways Blog: Five Challenges Running Reliable Background Jobs in PHP
- Solid (by Sir Tim Berners-Lee)
- The Symfony Messenger Component
- Episode 4: Retries and Timeouts with Bastian Hofmann
- RabbitMQ
- Beanstalkd
- Amazon Simple Queue Service (SQS)
- Apache Kafka
- Birdie
Guests: Samuel Roze
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 performant and scalable PHP applications, email [email protected].
This podcast is produced by Tideways. Don't look further for an all in one Monitoring, Profiling and Exception Tracking software for PHP applications available on tideways.com. Follow us on Twitter (@tidewaysio). Find out more about us at https://tideways.com.

Taking a Summer Break
The Undercover ElePHPant
04/17/20 • 2 min
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 performant and scalable PHP applications, email [email protected].
This podcast is produced by Tideways. Don't look further for an all in one Monitoring, Profiling and Exception Tracking software for PHP applications available on tideways.com. Follow us on Twitter (@tidewaysio). Find out more about us at https://tideways.com.

Talking about PHP-FPM Tuning with Arne Blankerts
The Undercover ElePHPant
02/18/20 • 28 min
Arne 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?
- Plus loads more!
Links
- Slides: Optimizing PHP-FPM for Production (PDF)
- Tideways blog: An Introduction to PHP-FPM Tuning
- PHP-FPM
- Configuring PHP-FPM in PHP
- Thread Pools in NGINX Boost Performance 9x
- Apache2 and php fpm performance optimization — Step-by-step guide
- thePHP.cc
Guests: Arne Blankerts
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 performant and scalable PHP applications, email [email protected].
This podcast is produced by Tideways. Don't look further for an all in one Monitoring, Profiling and Exception Tracking software for PHP applications available on tideways.com. Follow us on Twitter (@tidewaysio). Find out more about us at https://tideways.com.

Talking Logging for Production Applications + Best Practices with Jordi Boggiano
The Undercover ElePHPant
02/04/20 • 32 min
In 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 with logging
- How to integrate logging into an existing application
- Options for parsing log files once they're available
- How many log lines to use per request
- How to create meaningful log records
- Jordi's logging best practices
- Some privacy points to be aware of in the context of the GDPR, CalOPPA, HIPPA, etc.
- Plus loads load more!
Links
- Tideways Blog: Four Logging Best Practices for Production Applications
- Global Privacy Laws Explained
- Private Packagist
- Composer
- Treeware License
Guests: Jordi Boggiano
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 performant and scalable PHP applications, email [email protected].
This podcast is produced by Tideways. Don't look further for an all in one Monitoring, Profiling and Exception Tracking software for PHP applications available on tideways.com. Follow us on Twitter (@tidewaysio). Find out more about us at https://tideways.com.

Talking Shared-nothing and Shared Everything Architectures + Bref with Matthieu Napoli
The Undercover ElePHPant
01/21/20 • 27 min
In 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
- The advantages and disadvantages of both architecture types
- Why PHP is the language which is most suited to Serverless and FaaS (Function as a Service)
- A little of the right mindset for developing Serverless code in PHP
- Some of the challenges ahead for PHP
- Where PHP could go in the future with respect to Shared-Nothing architecture
- Plus loads load more!
Links
- Bref (Build Serverless PHP Applications)
- Serverless PHP News
- Serverless PHP applications with Bref (YouTube)
- FaaS (Function as a Service)
- Swoole
- Roadrunner
- ReactPHP
Guests: Matthieu Napoli.
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 performant and scalable PHP applications, email [email protected].
This podcast is produced by Tideways. Don't look further for an all in one Monitoring, Profiling and Exception Tracking software for PHP applications available on tideways.com. Follow us on Twitter (@tidewaysio). Find out more about us at https://tideways.com.

Integrating with Third-Party APIs with Nils Adermann
The Undercover ElePHPant
01/07/20 • 24 min
In 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 the bad)
- Writing tests
- Using incremental backoffs
- Working with rolling rate windows
- Plus loads load more — including some vendor horror stories!
Links
Guests: Nils Adermann.
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 performant and scalable PHP applications, email [email protected].
This podcast is produced by Tideways. Don't look further for an all in one Monitoring, Profiling and Exception Tracking software for PHP applications available on tideways.com. Follow us on Twitter (@tidewaysio). Find out more about us at https://tideways.com.

Retries and Timeouts with Bastian Hofmann
The Undercover ElePHPant
12/17/19 • 23 min
In 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 retries
- Tuning settings and rules of thumbs as to how to do so
- Tooling for monitoring
- Circuit breakers
- Integrating monitoring into legacy codebases
- Plus loads load more!
Links
Guests: Bastian Hofmann.
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 performant and scalable PHP applications, email [email protected].
This podcast is produced by Tideways. Don't look further for an all in one Monitoring, Profiling and Exception Tracking software for PHP applications available on tideways.com. Follow us on Twitter (@tidewaysio). Find out more about us at https://tideways.com.

How to Run PHP Applications on Multiple Servers
The Undercover ElePHPant
12/03/19 • 46 min
In 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 being deployed across multiple servers out of the box
How you can start deploying your PHP apps on multiple servers today
How to properly share files, data, cache, and sessions
Why sticky sessions are, often, a bad idea
How to handle workers and Cron jobs
Plus loads load more!
Links
Guests: Robert Douglass and Larry Garfield.
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 performant and scalable PHP applications, email [email protected].
This podcast is produced by Tideways. Don't look further for an all in one Monitoring, Profiling and Exception Tracking software for PHP applications available on tideways.com. Follow us on Twitter (@tidewaysio). Find out more about us at https://tideways.com.

PHP Performance with Marco Pivetta (ocramius)
The Undercover ElePHPant
11/12/19 • 29 min
In 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 the past
Notable Quotes
Composer is the mother of all frameworks.The (Composer) autoloader will gradually disappear.You wouldn't build a house and not check it for 10 years. It should be the same for software projects.Everything (in software development) is a trade-off.Links
- https://tideways.com/profiler/blog/5-ways-to-increase-php-performance
- https://wiki.php.net/rfc/preload
- Roave/you-are-using-it-wrong
- Roave/BackwardCompatibilityCheck
Guests: Marco Pivetta.
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 performant and scalable PHP applications, email [email protected].
This podcast is produced by Tideways. Don't look further for an all in one Monitoring, Profiling and Exception Tracking software for PHP applications available on tideways.com. Follow us on Twitter (@tidewaysio). Find out more about us at https://tideways.com.

Talking Garbage Collection with Derick Rethans
The Undercover ElePHPant
10/29/19 • 25 min
Thanks 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 garbage collection works in PHP, along with how you can interact with it so that you can create high performing applications.
In this episode, Benjamin and Matthew, talk with Derick Rethans about:
- The basics of how garbage collection works in PHP
- About how Xdebug and garbage collection in PHP came about
- About some of the functions available for interacting with it
- How to get the most out of garbage collection
Links
- https://tideways.com/profiler/blog/what-is-garbage-collection-in-php-and-how-do-you-make-the-most-of-it
- https://pdfs.semanticscholar.org/0aa0/bbefc44d55a18826a0d82007f4b1f678cb36.pdf
- https://news.ycombinator.com/item?id=14823054
- https://xdebug.org/support
- https://derickrethans.nl/xdebug-update-september-2019.html
Guests: Derick Rethans.
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 performant and scalable PHP applications, email [email protected].
This podcast is produced by Tideways. Don't look further for an all in one Monitoring, Profiling and Exception Tracking software for PHP applications available on tideways.com. Follow us on Twitter (@tidewaysio). Find out more about us at https://tideways.com.
Show more best episodes

Show more best episodes
FAQ
How many episodes does The Undercover ElePHPant have?
The Undercover ElePHPant currently has 11 episodes available.
What topics does The Undercover ElePHPant cover?
The podcast is about Php, Podcasts, Technology and Programming.
What is the most popular episode on The Undercover ElePHPant?
The episode title 'Taking a Summer Break' is the most popular.
What is the average episode length on The Undercover ElePHPant?
The average episode length on The Undercover ElePHPant is 25 minutes.
How often are episodes of The Undercover ElePHPant released?
Episodes of The Undercover ElePHPant are typically released every 14 days, 6 hours.
When was the first episode of The Undercover ElePHPant?
The first episode of The Undercover ElePHPant was released on Oct 7, 2019.
Show more FAQ

Show more FAQ