05-13-2009, 10:07 AM
[eluser]Gordaen[/eluser]
I'd suggest enabling the profiler in your controller:
This will give you an indication of whether your slow load times are on the Apache side of things or the PHP side.
Are other pages on your site slow or only your admin panel?
I'd suggest enabling the profiler in your controller:
Code:
$this->output->enable_profiler(TRUE);
This will give you an indication of whether your slow load times are on the Apache side of things or the PHP side.
Are other pages on your site slow or only your admin panel?