Time Before: 0.00131 seconds
Time After: 0.00161 seconds
Time Taken: 0.00030 seconds
Memory Before: 511.141 KB
Memory After: 533.914 KB
Memory Used: 22.773 KB
Time Before: 0.00170 seconds
Time After: 0.00218 seconds
Time Taken: 0.00048 seconds
Memory Before: 533.852 KB
Memory After: 534.766 KB
Memory Used: 0.914 KB
SET @@sql_mode = ''
Time Before: 0.00240 seconds
Time After: 0.00257 seconds
Time Taken: 0.00016 seconds
Memory Before: 535.320 KB
Memory After: 535.844 KB
Memory Used: 0.523 KB
SELECT *
FROM datastore
WHERE title IN ('smiliecache','bbcodecache','options','bitfields','attachmentcache','forumcache','usergroupcache','stylecache','languagecache','products','pluginlist','cron','profilefield','loadcache','noticecache','activitystream')| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | datastore | range | PRIMARY | PRIMARY | 50 | 16 | Using index condition |
Time Before: 0.00353 seconds
Time After: 0.00430 seconds
Time Taken: 0.00076 seconds
Memory Before: 538.734 KB
Memory After: 539.578 KB
Memory Used: 0.844 KB
Time Before: 0.00262 seconds
Time After: 0.00723 seconds
Time Taken: 0.00461 seconds
Memory Before: 535.094 KB
Memory After: 1,143.508 KB
Memory Used: 608.414 KB
SELECT * FROM session WHERE userid = 0 AND host = '18.97.14.84' AND idhash = '3baccf9796c876a91b207ca555fa88a5' LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | session | ref | guest_lookup,user_activity | guest_lookup | 51 | const,const,const | 2 | Using where |
Time Before: 0.01019 seconds
Time After: 0.01053 seconds
Time Taken: 0.00034 seconds
Memory Before: 1,640.531 KB
Memory After: 1,641.148 KB
Memory Used: 0.617 KB
SELECT languageid, phrasegroup_global AS phrasegroup_global, phrasegroup_wol AS phrasegroup_wol, phrasegroup_user AS phrasegroup_user, phrasegroup_messaging AS phrasegroup_messaging, phrasegroup_cprofilefield AS phrasegroup_cprofilefield, phrasegroup_infractionlevel AS phrasegroup_infractionlevel, phrasegroup_posting AS phrasegroup_posting, phrasegroup_profilefield AS phrasegroup_profilefield, phrasegroup_activitystream AS phrasegroup_activitystream, phrasegroupinfo AS lang_phrasegroupinfo, 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.01157 seconds
Time After: 0.01237 seconds
Time Taken: 0.00080 seconds
Memory Before: 1,653.711 KB
Memory After: 1,653.453 KB
Memory Used: -0.258 KB
Time Before: 0.00935 seconds
Time After: 0.01266 seconds
Time Taken: 0.00332 seconds
Memory Before: 1,632.945 KB
Memory After: 1,782.211 KB
Memory Used: 149.266 KB
SELECT *
FROM datastore
WHERE title IN ('routes')| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | datastore | const | PRIMARY | PRIMARY | 50 | const | 1 |
Time Before: 0.01334 seconds
Time After: 0.01358 seconds
Time Taken: 0.00024 seconds
Memory Before: 1,783.320 KB
Memory After: 1,783.898 KB
Memory Used: 0.578 KB
SELECT * FROM style WHERE (styleid = 2 AND userselect = 1) OR styleid = 2 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.02122 seconds
Time After: 0.02166 seconds
Time Taken: 0.00044 seconds
Memory Before: 2,376.375 KB
Memory After: 2,376.969 KB
Memory Used: 0.594 KB
SELECT userfield.*, usertextfield.*, user.*, UNIX_TIMESTAMP(passworddate) AS passworddate, user.languageid AS saved_languageid, IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid, avatar.avatarpath, NOT ISNULL(customavatar.userid) AS hascustomavatar, customavatar.dateline AS avatardateline, customavatar.width AS avwidth, customavatar.height AS avheight, customavatar.height_thumb AS avheight_thumb, customavatar.width_thumb AS avwidth_thumb, customavatar.filedata_thumb, customprofilepic.userid AS profilepic, customprofilepic.dateline AS profilepicdateline, customprofilepic.width AS ppwidth, customprofilepic.height AS ppheight, sigpic.userid AS sigpic, sigpic.dateline AS sigpicdateline, sigpic.width AS sigpicwidth, sigpic.height AS sigpicheight, usercsscache.cachedcss, IF(usercsscache.cachedcss IS NULL, 0, 1) AS hascachedcss, usercsscache.buildpermissions AS cssbuildpermissions FROM user AS user LEFT JOIN userfield AS userfield ON (user.userid = userfield.userid) LEFT JOIN usertextfield AS usertextfield ON (usertextfield.userid = user.userid) LEFT JOIN avatar AS avatar ON (avatar.avatarid = user.avatarid) LEFT JOIN customavatar AS customavatar ON (customavatar.userid = user.userid) LEFT JOIN customprofilepic AS customprofilepic ON (user.userid = customprofilepic.userid) LEFT JOIN sigpic AS sigpic ON (user.userid = sigpic.userid) LEFT JOIN usercsscache AS usercsscache ON (user.userid = usercsscache.userid) WHERE user.userid = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | avatar | system | PRIMARY | 0 | Const row not found | |||
| 1 | SIMPLE | customavatar | system | PRIMARY | 0 | Const row not found | |||
| 1 | SIMPLE | sigpic | system | PRIMARY | 0 | Const row not found | |||
| 1 | SIMPLE | usercsscache | system | PRIMARY | 0 | Const row not found | |||
| 1 | SIMPLE | user | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | userfield | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | usertextfield | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | customprofilepic | const | PRIMARY | PRIMARY | 4 | const | 0 | Unique row not found |
Time Before: 0.02555 seconds
Time After: 0.02638 seconds
Time Taken: 0.00083 seconds
Memory Before: 2,969.813 KB
Memory After: 2,969.805 KB
Memory Used: -0.008 KB
SELECT title, template FROM template WHERE templateid IN (800,829,790,791,793,799,798,626,627,628,0,0,629,0,0,630,635,631,632,633,636,637,638,639,640,691,693,695,697,699,0,746,745,748,749,752,753,995,1165,1171,804,802,805,807,806,808,809,810,811,812,813,814,819,816,818,815,817,828,830,831,840,822,833,834,835,836,838,801,827,832,841,837,843,842,839,919,1254,1264,1205,1275,67,66,68,63,62,651,652,650,649,71,72,656,961,1257,907,911,908,909,910,1273,0,0,1236,1238,931,932,934,935,1158,1200,1199,1249,1201,758,757,761)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | template | range | PRIMARY | PRIMARY | 4 | 110 | Using index condition |
Time Before: 0.03015 seconds
Time After: 0.03207 seconds
Time Taken: 0.00192 seconds
Memory Before: 3,376.711 KB
Memory After: 3,379.336 KB
Memory Used: 2.625 KB
SELECT blockid, requirement FROM profileblockprivacy WHERE userid = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | profileblockprivacy | ref | PRIMARY | PRIMARY | 4 | const | 1 |
Time Before: 0.03912 seconds
Time After: 0.03933 seconds
Time Taken: 0.00021 seconds
Memory Before: 3,632.500 KB
Memory After: 3,633.008 KB
Memory Used: 0.508 KB
SELECT pf.profilefieldcategoryid, pfc.location, pf.* FROM profilefield AS pf LEFT JOIN profilefieldcategory AS pfc ON(pfc.profilefieldcategoryid = pf.profilefieldcategoryid) WHERE pf.form = 0 AND pf.hidden = 0 ORDER BY pfc.displayorder, pf.displayorder
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | pf | ALL | 4 | Using where; Using temporary; Using filesort | ||||
| 1 | SIMPLE | pfc | eq_ref | PRIMARY | PRIMARY | 2 | business_business.pf.profilefieldcategoryid | 1 |
Time Before: 0.03999 seconds
Time After: 0.04148 seconds
Time Taken: 0.00149 seconds
Memory Before: 3,633.258 KB
Memory After: 3,634.273 KB
Memory Used: 1.016 KB
SELECT * FROM customprofile WHERE userid='-1' /**customprofile- member**/
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | Impossible WHERE noticed after reading const tables |
Time Before: 0.04322 seconds
Time After: 0.04347 seconds
Time Taken: 0.00025 seconds
Memory Before: 3,774.523 KB
Memory After: 3,775.039 KB
Memory Used: 0.516 KB
UPDATE user SET profilevisits = profilevisits + 1 WHERE userid = 1
Time Before: 0.04461 seconds
Time After: 0.04496 seconds
Time Taken: 0.00035 seconds
Memory Before: 3,793.211 KB
Memory After: 3,793.539 KB
Memory Used: 0.328 KB
SELECT user.userid, user.username, user.usergroupid, user.displaygroupid, profilevisitor.visible, user.infractiongroupid FROM profilevisitor AS profilevisitor INNER JOIN user AS user ON (user.userid = profilevisitor.visitorid) WHERE profilevisitor.userid = 1 AND (visible = 1 OR profilevisitor.visitorid = 0) ORDER BY profilevisitor.dateline DESC LIMIT 10
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | profilevisitor | ref | PRIMARY,userid | userid | 4 | const | 10 | Using where; Using filesort |
| 1 | SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | business_business.profilevisitor.visitorid | 1 |
Time Before: 0.04569 seconds
Time After: 0.04633 seconds
Time Taken: 0.00064 seconds
Memory Before: 3,794.508 KB
Memory After: 3,795.266 KB
Memory Used: 0.758 KB
SELECT socialgroup.groupid, socialgroup.name, socialgroup.description, socialgroup.dateline, sgicon.dateline AS icondateline, sgicon.thumbnail_width AS iconthumb_width, sgicon.thumbnail_height AS iconthumb_height FROM socialgroupmember AS socialgroupmember INNER JOIN socialgroup AS socialgroup ON (socialgroup.groupid = socialgroupmember.groupid) LEFT JOIN socialgroupicon AS sgicon ON sgicon.groupid = socialgroup.groupid WHERE socialgroupmember.userid = 1 AND socialgroupmember.type = 'member' ORDER BY socialgroup.name
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | Impossible WHERE noticed after reading const tables |
Time Before: 0.04834 seconds
Time After: 0.04863 seconds
Time Taken: 0.00029 seconds
Memory Before: 3,822.125 KB
Memory After: 3,822.164 KB
Memory Used: 0.039 KB
SELECT SQL_CALC_FOUND_ROWS
visitormessage.*, user.*, visitormessage.ipaddress AS messageipaddress
,avatar.avatarpath, NOT ISNULL(customavatar.userid) AS hascustomavatar, customavatar.dateline AS avatardateline,customavatar.width AS avwidth,customavatar.height AS avheight, customavatar.width_thumb AS avwidth_thumb, customavatar.height_thumb AS avheight_thumb, filedata_thumb, NOT ISNULL(customavatar.userid) AS hascustom
FROM visitormessage AS visitormessage
LEFT JOIN user AS user ON (visitormessage.postuserid = user.userid)
LEFT JOIN avatar AS avatar ON(avatar.avatarid = user.avatarid) LEFT JOIN customavatar AS customavatar ON(customavatar.userid = user.userid)
WHERE visitormessage.userid = 1
AND (visitormessage.state IN ('visible'))
ORDER BY visitormessage.dateline DESC
LIMIT 0, 10| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | avatar | system | PRIMARY | 0 | Const row not found | |||
| 1 | SIMPLE | customavatar | system | PRIMARY | 0 | Const row not found | |||
| 1 | SIMPLE | visitormessage | ref | userid | userid | 4 | const | 1 | Using where |
| 1 | SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | business_business.visitormessage.postuserid | 1 |
Time Before: 0.05009 seconds
Time After: 0.05078 seconds
Time Taken: 0.00069 seconds
Memory Before: 3,893.633 KB
Memory After: 3,893.359 KB
Memory Used: -0.273 KB
SELECT FOUND_ROWS()
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | No tables used |
Time Before: 0.05114 seconds
Time After: 0.05124 seconds
Time Taken: 0.00010 seconds
Memory Before: 3,890.969 KB
Memory After: 3,891.617 KB
Memory Used: 0.648 KB
SELECT COUNT(*) AS messages, MAX(visitormessage.dateline) AS dateline
FROM visitormessage AS visitormessage
WHERE visitormessage.userid = 1
AND (visitormessage.state IN ('visible') OR (visitormessage.postuserid = 0 AND state = 'moderation'))| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | visitormessage | ref | postuserid,userid | userid | 4 | const | 1 | Using index condition; Using where |
Time Before: 0.05217 seconds
Time After: 0.05251 seconds
Time Taken: 0.00033 seconds
Memory Before: 3,925.727 KB
Memory After: 3,926.070 KB
Memory Used: 0.344 KB
SELECT COUNT(*) AS count FROM user WHERE referrerid = 1 AND usergroupid NOT IN (3,4)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | user | ref|filter | usergroupid,referrerid | referrerid|usergroupid | 4|2 | const | 43 (0%) | Using where; Using rowid filter |
Time Before: 0.05331 seconds
Time After: 0.05383 seconds
Time Taken: 0.00052 seconds
Memory Before: 3,918.273 KB
Memory After: 3,918.789 KB
Memory Used: 0.516 KB
SELECT thread.title, thread.threadid, thread.forumid, thread.postuserid, post.postid, post.dateline FROM post AS post INNER JOIN thread AS thread USING (threadid) WHERE post.postid = 3198 AND post.visible = 1 AND thread.visible = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | post | const | PRIMARY,threadid,threadid_visible_dateline | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | thread | const | PRIMARY | PRIMARY | 4 | const | 1 |
Time Before: 0.05463 seconds
Time After: 0.05500 seconds
Time Taken: 0.00036 seconds
Memory Before: 3,919.469 KB
Memory After: 3,919.875 KB
Memory Used: 0.406 KB
SELECT relationid FROM userlist WHERE userid IN (1) AND type = 'buddy' AND friend = 'yes'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | Impossible WHERE noticed after reading const tables |
Time Before: 0.05772 seconds
Time After: 0.05792 seconds
Time Taken: 0.00020 seconds
Memory Before: 3,958.125 KB
Memory After: 3,958.594 KB
Memory Used: 0.469 KB
SELECT stream.*, type.section, type.type FROM activitystream AS stream LEFT JOIN activitystreamtype AS type ON (stream.typeid = type.typeid) WHERE stream.dateline <> 0 AND stream.dateline <= 1773505640 AND stream.userid IN (1) ORDER BY dateline DESC LIMIT 0, 30
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | Impossible WHERE noticed after reading const tables |
Time Before: 0.05850 seconds
Time After: 0.05875 seconds
Time Taken: 0.00025 seconds
Memory Before: 3,964.594 KB
Memory After: 3,964.914 KB
Memory Used: 0.320 KB
SELECT * FROM navigation WHERE state & 4 = 0 ORDER BY navtype, displayorder
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | navigation | ALL | 27 | Using where; Using filesort |
Time Before: 0.06081 seconds
Time After: 0.06118 seconds
Time Taken: 0.00038 seconds
Memory Before: 3,963.586 KB
Memory After: 3,967.047 KB
Memory Used: 3.461 KB
SELECT * FROM customprofile WHERE userid='-1' /**customprofile- member**/
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | Impossible WHERE noticed after reading const tables |
Time Before: 0.06460 seconds
Time After: 0.06485 seconds
Time Taken: 0.00025 seconds
Memory Before: 4,065.938 KB
Memory After: 4,066.453 KB
Memory Used: 0.516 KB
UPDATE session SET lastactivity = 1773505640, location = 'member.php?u=1', inforum = 0, inthread = 0, badlocation = 0 WHERE sessionhash = '59ea535c008277b9486e15d41a9c64b7'
Time Before: 0.06841 seconds
Time After: 0.06875 seconds
Time Taken: 0.00034 seconds
Memory Before: 4,288.680 KB
Memory After: 4,288.898 KB
Memory Used: 0.219 KB