php - CodeIgniter: Measure Page Load Time -


how measure page load time in ci application using smarty? right now, have put benchmark points @ beginning , end of index() method, measures execution time of method, right? want know how long take render page.

i point codeigniter profiler

when used in conjunction benchmarking, gives detailed results, should looking for.

make sure adjust benchmark points conform profiler specs though.


Comments

Popular posts from this blog

sql server - python to mssql encoding problem -

java - SNMP4J General Variable Binding Error -

c# - BasicHttpBinding equivalent CustomBinding using WCF Client and PHP WebService -