PHP
[PHP][CodeIgniter]Benchmark
iidaroo
2020. 10. 27. 09:07
728x90
반응형
Controller에서 세팅해준다.
$this->output->enable_profiler(TRUE);
밴치마크, 메모리사용,Get/Post 데이터, URI string, Class/Method, Database(쿼리, 실행시간)등을 볼 수 있다.
728x90
반응형