CodeIgniter Forums
List duplicate database queries in CI [Library Extension] - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22)
+--- Thread: List duplicate database queries in CI [Library Extension] (/showthread.php?tid=9390)



List duplicate database queries in CI [Library Extension] - El Forum - 06-23-2008

[eluser]Lone[/eluser]
Sure we all like to think that we’re masters of our code but there does come times that you may not realise a database query (usually from a model) has been duplicated a few times. Sure it’s no big problem but when it comes to optimising your website this is one of the first things I would start hunting down to increase performance of a site - you’ve already got the dataset once so why do you need it again if it hasn’t been changed?

More Info
http://lab.pxwebdesign.com.au/codeigniter-libraries/list-duplicate-database-queries-in-codeigniter/16

I just want the file
http://lab.pxwebdesign.com.au/ci/libraries/MY_Profiler.phps


Let me know what you think of this and any suggestions to improve Smile


List duplicate database queries in CI [Library Extension] - El Forum - 06-26-2008

[eluser]tjmthome[/eluser]
Hi Lone, seems to be very useful, im gonna try it.
I ve been experimentig some duplicate queries, and this could help.


List duplicate database queries in CI [Library Extension] - El Forum - 07-17-2008

[eluser]Unknown[/eluser]
Has anybody tried to use Clone Remover? it is said to be very good program to find duplicate files.