My CodeIgniter application is running very slow, I enabled the profiler and I set up the benchmarks and this is what I get:
Loading Time: Base Classes 0.0009
Leads Model 0.0007
Url Helper 0.0000
Check Session 0.0000
Load Form Helper 0.0000
Load Main Data 1.0286
Load Head 0.0001
Load Header 0.0001
Load Lists 0.0003
Load Footer 0.1239
Load Main Script 0.0002
Load Map Edit Script 0.0000
Controller Execution Time ( Leads / Index ) 104.3904
Total Execution Time 104.3914
QUERIES: 12 (0.1479 seconds)
Every time I refresh my page this is what I get. Everything that's getting loaded inside index()
function takes time as expected but the total Controller Execution Time
is much higher than the total of all the times.
Thanks for your help in advance.