query |
execution time |
table(s) |
type |
possible keys |
key |
key length |
ref |
rows |
extra |
SELECT m.*, s.skin_dir FROM mb_users m, mb_skins s WHERE m.UID=1 AND s.skin_dir=m.Skin |
0.00118089 |
mb_users |
system |
PRIMARY |
|
|
|
1 |
|
SELECT DISTINCT perms_perm, perms_forum_id FROM mb_perms WHERE perms_group_id=3 OR perms_user_id=1 |
0.00082302 |
mb_perms |
ALL |
|
|
|
|
204 |
Using where; Using temporary |
SELECT template_name, template_html FROM mb_templates WHERE template_skin='default' AND (template_set='Main' OR template_set='members') |
0.00021982 |
mb_templates |
range |
Section |
Section |
56 |
|
9 |
Using where |
SELECT * FROM mb_replacements |
0.00076199 |
mb_replacements |
ALL |
|
|
|
|
15 |
|
REPLACE INTO mb_active (active_id, active_name, active_action, active_time, active_is_member, active_ip, active_user_agent) VALUES (1, 'Guest', 'members', 1751377504, 0, '216.73.216.50', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)') |
8.82E-6 |
|
|
|
|
|
|
|
|
SELECT UID FROM mb_users m, mb_groups g
WHERE m.MemberGroup = g.group_id AND m.UID != 1
ORDER BY m.Name ASC |
0.00015497 |
mb_users |
ALL |
PRIMARY |
|
|
|
26 |
Using where; Using temporary; Using filesort |
SELECT m.Joined, m.ShowEmail, m.Email, m.PM, m.Name, m.UID, m.Posts, m.MemTitle, m.Homepage, g.group_name
FROM mb_users m, mb_groups g
WHERE m.MemberGroup = g.group_id AND m.UID != 1
ORDER BY m.Name ASC
LIMIT 0, 10 |
0.00014806 |
mb_users |
ALL |
PRIMARY |
|
|
|
26 |
Using where; Using temporary; Using filesort |