Welcome Guest, Not a member yet? Register   Sign In
Sick Error
#2

[eluser]TheFuzzy0ne[/eluser]
I'd suggest enabling the profiler, and then pasting each query directly into phpMyAdmin or equivalent, and timing them. You may find that the problem is to do with memory, or slow queries. You can enable the profiler for the controller method by adding:
Code:
$this->output->enable_profiler(TRUE);

to the top of your controller method. Now might also be a good time to check your table indexes. How many rows of data do you have in your table(s)?


Messages In This Thread
Sick Error - by El Forum - 07-09-2009, 06:07 AM
Sick Error - by El Forum - 07-09-2009, 06:16 AM
Sick Error - by El Forum - 07-09-2009, 06:44 AM
Sick Error - by El Forum - 07-09-2009, 06:59 AM
Sick Error - by El Forum - 07-09-2009, 07:03 AM
Sick Error - by El Forum - 07-09-2009, 07:12 AM
Sick Error - by El Forum - 07-09-2009, 07:18 AM



Theme © iAndrew 2016 - Forum software by © MyBB