News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Speed admin access

Started by tidus93, June 25, 2009, 05:44:35 AM

Previous topic - Next topic

tidus93

Hello,

I just want to know if it's possible to speed this query which is used to show administrator list in admin panel:
SELECT ID_MEMBER, realName
      FROM smf_members
      WHERE ID_GROUP = 1 OR FIND_IN_SET(1, additionalGroups)
      LIMIT 33


Indeed, with 1 000 000 members, it needs 9 seconds to show admin panel.
Thanks

tidus93

Ok that is what I thought.
Thanks  ;)

Advertisement: