Is there a way to identify quickly a faulty script in Magento that slows down the server?
Magento has something like 35 000 files, so there are so many places it can go wrong, I just need a way to find quickly where to optimize.
For example, could I install a script that would tell me all the files magento reads before outputing a page? And then tell me how much time it takes for each file to execute?
Thanks for your help
xdebug and WebGrind will profile your application.
Though it can be a bit tricky to set up, so I’ll just post my configuration and you can take from it what you can (from my WampDeveloper installation)…
php.ini
Webgrind’s config.php