Is there an efficient way to monitorize PHP's memory consumption? I'm trying to locate parts of code that could be using more memory than they really need.
Well im not exactly sure if you can search for things in code that is consuming memory from PHP.