I am using codeigniter for benchmarking use $this->output->enable_profiler(TRUE)
. On development server, I got ~0.17 second, but on production server it extremely slow, I got ~6 second. Same code, same php version, same apache and mysql version. Whet else I need to check ? What things needs to be checked if PHP execution time is too slow ?. Thanks.