Welcome Guest, Not a member yet? Register   Sign In
Codeigniter Hook Based Plugin System
#6

[eluser]Vheissu[/eluser]
Can anyone help me out who's good at profiling PHP code and pinpointing the location of duplicate queries? I've got the list of duplicate queries down to 2 now. The issue appears to be that the same plugin is searched for in the database twice, it must be within one of the foreach loops and is currently doing my head in.

Anyone have any ideas and want to quickly help me out?

Here's what my profiler is now showing:

Code:
0.0004      SELECT *
FROM (`plugins`)
WHERE `plugin_system_name` = 'cimarkdown'
0.0003      SELECT *
FROM (`plugins`)
WHERE `plugin_system_name` = 'helloworld'
0.0003      SELECT *
FROM (`plugins`)
0.0002      SELECT *
FROM (`plugins`)
WHERE `plugin_system_name` = 'cimarkdown'
0.0002      SELECT *
FROM (`plugins`)
WHERE `plugin_system_name` = 'helloworld'


Messages In This Thread
Codeigniter Hook Based Plugin System - by El Forum - 03-08-2011, 08:09 PM
Codeigniter Hook Based Plugin System - by El Forum - 03-09-2011, 05:12 AM
Codeigniter Hook Based Plugin System - by El Forum - 03-09-2011, 10:09 AM
Codeigniter Hook Based Plugin System - by El Forum - 03-11-2011, 05:15 AM
Codeigniter Hook Based Plugin System - by El Forum - 03-11-2011, 06:57 AM
Codeigniter Hook Based Plugin System - by El Forum - 03-14-2011, 08:29 PM
Codeigniter Hook Based Plugin System - by El Forum - 03-16-2011, 04:24 PM
Codeigniter Hook Based Plugin System - by El Forum - 08-09-2011, 06:08 PM
Codeigniter Hook Based Plugin System - by El Forum - 08-09-2011, 07:22 PM
Codeigniter Hook Based Plugin System - by El Forum - 08-09-2011, 09:46 PM
Codeigniter Hook Based Plugin System - by El Forum - 08-09-2011, 11:01 PM
Codeigniter Hook Based Plugin System - by El Forum - 08-09-2011, 11:03 PM
Codeigniter Hook Based Plugin System - by El Forum - 08-09-2011, 11:34 PM
Codeigniter Hook Based Plugin System - by El Forum - 08-10-2011, 01:51 AM
Codeigniter Hook Based Plugin System - by El Forum - 08-14-2011, 06:23 PM
Codeigniter Hook Based Plugin System - by El Forum - 08-16-2011, 10:06 PM
Codeigniter Hook Based Plugin System - by El Forum - 08-16-2011, 10:08 PM
Codeigniter Hook Based Plugin System - by El Forum - 08-17-2011, 05:11 PM
Codeigniter Hook Based Plugin System - by El Forum - 08-17-2011, 08:19 PM
Codeigniter Hook Based Plugin System - by El Forum - 08-19-2011, 12:25 AM
Codeigniter Hook Based Plugin System - by El Forum - 08-19-2011, 11:42 PM
Codeigniter Hook Based Plugin System - by El Forum - 08-20-2011, 05:50 AM
Codeigniter Hook Based Plugin System - by El Forum - 03-12-2012, 12:28 PM
Codeigniter Hook Based Plugin System - by El Forum - 11-07-2012, 06:09 AM
Codeigniter Hook Based Plugin System - by El Forum - 11-07-2012, 10:30 PM
Codeigniter Hook Based Plugin System - by El Forum - 11-08-2012, 06:46 AM
Codeigniter Hook Based Plugin System - by El Forum - 01-10-2013, 03:59 AM



Theme © iAndrew 2016 - Forum software by © MyBB