Skip to content

Roy Tutorials

Technical… Theoretical… Practical…

  • Home
  • FAQs
  • About Me
  • Home
  • profiling

Tag: profiling

Introduction Here I will show you how to do benchmarking Codeigniter application. The benchmark information may help you during development for debugging and optimization for the application code. CodeIgniter has a Benchmarking class that is always active (class is initialized automatically), enabling the time difference between any two marked points to be calculated. Doc says,…

Leave a Comment on Benchmarking Codeigniter Application
Posted in Codeigniter

Benchmarking Codeigniter Application

Introduction Here you will see a simple example on profiling Codeigniter application. The Codeigniter’s Profiler class displays benchmark results, queries you have run and POST data at the bottom of the page. This information may be useful in the development environment for debugging and optimization of your application.

Leave a Comment on Profiling Codeigniter Application
Posted in Codeigniter

Profiling Codeigniter Application

Categories

Copyright © 2014 - 2022 Roy Tutorials

Privacy | Terms & Conditions