© 2026 Hashnode
Introduction As PHP applications grow in size and complexity, performance optimization becomes increasingly important. Profiling is a technique used to identify and analyze the performance of code, helping developers identify bottlenecks and improve ...

Note for future self, a process for getting Xdebug on a Drupal-9 fresh install. Pre-requisites / assumptions Using MacOS Docker Desktop is already installed and setup: if not head here -> https://ddev.readthedocs.io/en/latest/users/install/docker-i...

Every good developer knows that in the process of software development, the ability to debug the application properly plays a vital role in the overall software delivery cycle, even for newer developers a lot is learned simply by debugging code. In t...
