CodeIgniter Forums
Toolbar and performence information - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Support (https://forum.codeigniter.com/forumdisplay.php?fid=30)
+--- Thread: Toolbar and performence information (/showthread.php?tid=76935)



Toolbar and performence information - Michal_PB1 - 07-05-2020

Hi,



Maybe someone knows if there is a way to more accurately check the performance of individual elements/methods? As you can see in the photo below 'Controller' takes about 3.5s, but without more information, it is difficult to check which function is so slow.


[Image: attachment.php?aid=1815]


RE: Toolbar and performence information - kilishan - 07-05-2020

To get any more fine-grained than that, you can use the benchmark tools provided. The Timer will have it's results will be displayed in the debug toolbar.