Time Before: 0.00350 seconds
Time After: 0.00909 seconds
Time Taken: 0.00558 seconds
Memory Before: 410.734 KB
Memory After: 419.359 KB
Memory Used: 8.625 KB
Time Before: 0.00914 seconds
Time After: 0.00937 seconds
Time Taken: 0.00023 seconds
Memory Before: 419.344 KB
Memory After: 420.305 KB
Memory Used: 0.961 KB
SET @@sql_mode = ''
Time Before: 0.00947 seconds
Time After: 0.00954 seconds
Time Taken: 0.00006 seconds
Memory Before: 420.969 KB
Memory After: 421.539 KB
Memory Used: 0.570 KB
SELECT * FROM datastore WHERE title IN ('','options','bitfields','attachmentcache','forumcache','usergroupcache','stylecache','languagecache','products','pluginlist','cron','profilefield','loadcache','noticecache')
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | datastore | range | PRIMARY | PRIMARY | 50 | 14 | Using where |
Time Before: 0.00984 seconds
Time After: 0.01040 seconds
Time Taken: 0.00056 seconds
Memory Before: 424.258 KB
Memory After: 425.695 KB
Memory Used: 1.438 KB
Time Before: 0.00956 seconds
Time After: 0.01569 seconds
Time Taken: 0.00612 seconds
Memory Before: 420.781 KB
Memory After: 5,357.680 KB
Memory Used: 4,936.898 KB
SELECT * FROM session WHERE userid = 0 AND host = '18.97.14.86' AND idhash = '3baccf9796c876a91b207ca555fa88a5' LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | session | ALL | 516 | Using where |
Time Before: 0.01630 seconds
Time After: 0.01643 seconds
Time Taken: 0.00013 seconds
Memory Before: 5,373.875 KB
Memory After: 5,375.195 KB
Memory Used: 1.320 KB
SELECT languageid, phrasegroup_global AS phrasegroup_global, options AS lang_options, languagecode AS lang_code, charset AS lang_charset, locale AS lang_locale, imagesoverride AS lang_imagesoverride, dateoverride AS lang_dateoverride, timeoverride AS lang_timeoverride, registereddateoverride AS lang_registereddateoverride, calformat1override AS lang_calformat1override, calformat2override AS lang_calformat2override, logdateoverride AS lang_logdateoverride, decimalsep AS lang_decimalsep, thousandsep AS lang_thousandsep FROM language WHERE languageid = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | language | system | PRIMARY | 1 |
Time Before: 0.01675 seconds
Time After: 0.01682 seconds
Time Taken: 0.00007 seconds
Memory Before: 5,384.656 KB
Memory After: 5,385.492 KB
Memory Used: 0.836 KB
Time Before: 0.01609 seconds
Time After: 0.01688 seconds
Time Taken: 0.00079 seconds
Memory Before: 5,368.641 KB
Memory After: 5,458.641 KB
Memory Used: 90.000 KB
SELECT * FROM style WHERE (styleid = 13 AND userselect = 1) OR styleid = 13 ORDER BY styleid ASC LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | style | const | PRIMARY | PRIMARY | 2 | const | 1 |
Time Before: 0.01767 seconds
Time After: 0.01773 seconds
Time Taken: 0.00006 seconds
Memory Before: 5,627.641 KB
Memory After: 5,628.930 KB
Memory Used: 1.289 KB
SELECT title, template FROM template WHERE templateid IN (392,393,394,395,366,977,1011,991,67,66,68,63,62,339,648,291,292,293,559,562,571,312,313,314,315,513,576,575,577,580,1012,1013,649,920,921,922,923,924)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | template | range | PRIMARY | PRIMARY | 4 | 38 | Using where |
Time Before: 0.01819 seconds
Time After: 0.01827 seconds
Time Taken: 0.00008 seconds
Memory Before: 5,806.453 KB
Memory After: 5,808.352 KB
Memory Used: 1.898 KB
SELECT id, type, title, url, banner, duration, height, width, active, clicks, bannord FROM cybbanners AS cybbanners WHERE active = 1 ORDER BY RAND() LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | cybbanners | ALL | 13 | Using where; Using temporary; Using filesort |
Time Before: 0.01906 seconds
Time After: 0.01918 seconds
Time Taken: 0.00012 seconds
Memory Before: 5,975.992 KB
Memory After: 5,977.102 KB
Memory Used: 1.109 KB
SELECT profilefieldid FROM profilefield WHERE profilefieldid = 2
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | profilefield | const | PRIMARY | PRIMARY | 2 | const | 1 | Using index |
Time Before: 0.02126 seconds
Time After: 0.02130 seconds
Time Taken: 0.00004 seconds
Memory Before: 5,945.578 KB
Memory After: 5,946.781 KB
Memory Used: 1.203 KB
SELECT user.*, usergroup.usergroupid, usergroup.title, user.options, usertextfield.buddylist, userfield.field2, IF(user.displaygroupid = 0, user.usergroupid, user.displaygroupid) AS displaygroupid FROM user AS user LEFT JOIN usergroup AS usergroup ON(usergroup.usergroupid = user.usergroupid OR FIND_IN_SET(usergroup.usergroupid, user.membergroupids)) LEFT JOIN userfield AS userfield ON(userfield.userid = user.userid) LEFT JOIN usertextfield AS usertextfield ON(usertextfield.userid=user.userid) WHERE (usergroup.genericoptions & 1)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | user | ALL | usergroupid | 1496 | ||||
1 | SIMPLE | userfield | eq_ref | PRIMARY | PRIMARY | 4 | gentlemo_community.user.userid | 1 | |
1 | SIMPLE | usertextfield | eq_ref | PRIMARY | PRIMARY | 4 | gentlemo_community.user.userid | 1 | |
1 | SIMPLE | usergroup | ALL | PRIMARY | 76 | Using where; Using join buffer (Block Nested Loop) |
Time Before: 0.02237 seconds
Time After: 0.02243 seconds
Time Taken: 0.00006 seconds
Memory Before: 6,011.078 KB
Memory After: 6,019.148 KB
Memory Used: 8.070 KB
SELECT user.*, moderator.forumid, usertextfield.buddylist, userfield.field2, IF(user.displaygroupid = 0, user.usergroupid, user.displaygroupid) AS displaygroupid FROM moderator AS moderator INNER JOIN user AS user USING(userid) INNER JOIN userfield AS userfield ON(userfield.userid = user.userid) INNER JOIN usertextfield AS usertextfield ON(usertextfield.userid=user.userid) WHERE moderator.forumid <> -1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | moderator | index | userid_forumid | userid_forumid | 6 | 111 | Using where; Using index | |
1 | SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | gentlemo_community.moderator.userid | 1 | |
1 | SIMPLE | usertextfield | eq_ref | PRIMARY | PRIMARY | 4 | gentlemo_community.moderator.userid | 1 | |
1 | SIMPLE | userfield | eq_ref | PRIMARY | PRIMARY | 4 | gentlemo_community.moderator.userid | 1 |
Time Before: 0.02747 seconds
Time After: 0.02758 seconds
Time Taken: 0.00011 seconds
Memory Before: 6,234.094 KB
Memory After: 6,301.016 KB
Memory Used: 66.922 KB
UPDATE session SET lastactivity = 1737146842, location = '/community/showgroups.php?&explain=1', inforum = 0, inthread = 0, incalendar = 0, badlocation = 0 WHERE sessionhash = '09c9680ba432cb11821a8852f1cf6b76'
Time Before: 0.03578 seconds
Time After: 0.03613 seconds
Time Taken: 0.00035 seconds
Memory Before: 6,694.883 KB
Memory After: 6,695.039 KB
Memory Used: 0.156 KB