Possible Duplicate:
PHP Profiler with method execution count, times etc. without extensions
So, I can't use xDebug or other stuff that requires to install a PECL extension or so, I have acces only to FTP, so I need to do some testing on a function that I use, it's an action from CodeIgniter.
So I looked in chrome with the inspector and I found that the response time for that page is 22 sec only for the backend(PHP functions used in that action) without the DOM stuff.
Does anyone know a good tool? to see what causes the load to be so huge.