EllisLab text mark
Advanced Search
     
Base Classes slow loading time
Posted: 01 November 2012 07:42 PM   [ Ignore ]
Joined: 2012-05-10
2 posts

Hi everybody,

I having a problem with the loading time in one of my sites, I’m running on localhost and this is what the profiler class gives me:

BENCHMARKS  
Loading Time
Base Classes   8.4218
Controller Execution Time 
Home Index )   1.7876
Total Execution Time   10.2096 

I restarted the server and PC and still getting this issue, I even downloaded the latest CI version for the website and replaced the system folder.


Many thanks for your help!

 
Posted: 02 November 2012 12:24 AM   [ Ignore ]   [ # 1 ]   [ Rating: 0 ]
Avatar
Joined: 2009-05-17
1415 posts

What have you done to debug? Is this a bare install of CI, or is there some of your own code?

 Signature 

Brian
Brian’s Web Design - Temecula
Community Auth - CodeIgniter Authentication Application

 
Posted: 02 November 2012 12:33 PM   [ Ignore ]   [ # 2 ]   [ Rating: 0 ]
Joined: 2012-05-10
2 posts

Hi, Thanks for the replies, I found the problem: Some libraries in the autoload like “Datamapper, MX, ion_auth” generate logs of all types in the Error Logging Threshold and I have active the config with the 4 option. Imagine all messages generated, files with big size and all processes in the core.

I not recommended active “log_threshold” config with many libraries and third parties in autoload.

Thanks again!