Php Xdebug Proflling - Understand what to check
问题 I'm new with XDebug. I see it like a "must have" tool to make sure the app im coding is done well. Here's my setup : - MAMP on Macbook Air. - Zend XDebug activated in PHP.INI - Webgrind for reports I made all the configuration to make the profiler running and it works great. My only question about this is what should I look and worry about. Some people says that the whole php process shouldn't be over 100ms maximum, closer to 50ms the better. Ok well, thats a good start... Any body could be