When building a web application, we are very much concerned about the performance of the website in terms of how much time the controller took to execute and how much memory is used. Not only the performance, but we also need to see the insights of data like POST data, data of database queries, session data etc. for debugging purpose while developing...
Showing posts with label CodeIgniter Application Profiling. Show all posts
Showing posts with label CodeIgniter Application Profiling. Show all posts
11 December, 2018
CodeIgniter - Application Profiling
Programing Coderfunda
December 11, 2018
codeigniter, CodeIgniter Application Profiling
No comments
When building a web application, we are very much concerned about the performance of the website in terms of how much time the controller took to execute and how much memory is used. Not only the performance, but we also need to see the insights of data like POST data, data of database queries, session data etc. for debugging purpose while developing...