Hello,
I develop some PHP websites under IIS W2K Pro and I wonder how I can optimize the scripts I write. I would like to have some statistics about the scripts that are executed by IIS/PHP. I use a profiler for my standard Windows application so I know which part of my software/website is slow. I found some log analyzed around the web but they're not very powerful. I would like to know for example what is the slowest script, what slow down my website for example. I noticed that the GD library was quite resource-greedy.
Any tips ? Any good softwares around ?
Thanks,
JM