Link Post and Podcast Roundup: July 2021 Edition

July’s links.

Dropping support for Internet Explorer 11

The long reign of Internet Explorer is finally coming to a close. With WordPress killing its support it’s only a matter of time before everyone else does as well. How close is your company to dropping support?

How to compile PHP from Source by @nawarian

An overview of how to compile PHP from Source. Makes me happy I get it from a repo. :-)

Find N+1 problems instantly by disabling lazy loading

N+1 problems can be hard to notice and a huge performance problem. It’s nice to see Laravel adding a check to prevent it.