Hello, How to get execution time and etc. in simplest way in Kohana 3.
A:
The simplest way possible would be to put <?php echo View::factory('profiler/stats');?> in your view. I suggest in your template file, right before </body> tag.
egis
2010-08-22 21:00:45