Erdem Köseerdemkose.com·Aug 18, 2023Profiling in PHP: A Comprehensive Guide to Optimize PerformanceIntroduction 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 ...Discuss·32 readsPHP
Mohammed Essaid MEZERREGdevmind.hashnode.dev·Jul 12, 2023Configure Xdebug with Lando and VS CodeI am documenting this to avoid wasting time on this issue. You can find all the details from Lando's official documentation in the following link. I have been using Ubuntu for the last six years or so. As you may have guessed, this tutorial will assu...DiscussXDebug
William Kanthe-dog-can-blog.hashnode.dev·Jun 5, 2023Setup Xdebug with Drupal-9 using DDEV and Docker Desktop, as well as db importNote 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...DiscussDrupal
Robertohi-folks.hashnode.dev·Mar 5, 2023Start with debugging PHP codePHP has an excellent and mature ecosystem that also includes reliable and practical tools for improving the quality of one's code. Some "code quality" tools are for checking and correcting code to follow specific standards, others are useful for stat...Discuss·1 like·335 readsDebuggingFeb
Michael Etokakpanblog.michaeltech.xyz·Jan 27, 2023Configuring PHP for debugging using Xdebug and VScodeEvery 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...Discuss·3 likes·110 readssoftware development
ScriptMintlaravelvuejs.com·Nov 28, 2022Installing Xdebug 3 on MacOS and Debug in VS CodeI always found setting up Xdebug as one of the most difficult job. But today, I did it under 5 minutes. Hi, I am a Full Stack Developer working with Laravel, Vue.js & Tailwind CSS. If you don't use right tool for debugging, you may end up spending y...Discuss·1 like·61 readsPHP