Time Before: 0.00109 seconds
Time After: 0.00137 seconds
Time Taken: 0.00028 seconds
Memory Before: 509.547 KB
Memory After: 532.320 KB
Memory Used: 22.773 KB
Time Before: 0.00145 seconds
Time After: 0.00204 seconds
Time Taken: 0.00059 seconds
Memory Before: 532.258 KB
Memory After: 533.172 KB
Memory Used: 0.914 KB
SET @@sql_mode = ''
Time Before: 0.00230 seconds
Time After: 0.00247 seconds
Time Taken: 0.00016 seconds
Memory Before: 533.727 KB
Memory After: 534.250 KB
Memory Used: 0.523 KB
SELECT *
FROM datastore
WHERE title IN ('smiliecache','bbcodecache','mailqueue','bookmarksitecache','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 | 18 | Using index condition |
Time Before: 0.00349 seconds
Time After: 0.00438 seconds
Time Taken: 0.00089 seconds
Memory Before: 537.242 KB
Memory After: 538.117 KB
Memory Used: 0.875 KB
Time Before: 0.00252 seconds
Time After: 0.00650 seconds
Time Taken: 0.00398 seconds
Memory Before: 533.500 KB
Memory After: 1,148.477 KB
Memory Used: 614.977 KB
SELECT * FROM session WHERE userid = 0 AND host = '18.97.9.169' AND idhash = 'cafe753e855ff2939d0a288be7c544a4' 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.00892 seconds
Time After: 0.00929 seconds
Time Taken: 0.00037 seconds
Memory Before: 1,646.492 KB
Memory After: 1,647.109 KB
Memory Used: 0.617 KB
SELECT languageid, phrasegroup_global AS phrasegroup_global, phrasegroup_posting AS phrasegroup_posting, phrasegroup_postbit AS phrasegroup_postbit, phrasegroup_showthread AS phrasegroup_showthread, phrasegroup_inlinemod AS phrasegroup_inlinemod, 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.01028 seconds
Time After: 0.01093 seconds
Time Taken: 0.00066 seconds
Memory Before: 1,659.031 KB
Memory After: 1,658.961 KB
Memory Used: -0.070 KB
Time Before: 0.00806 seconds
Time After: 0.01112 seconds
Time Taken: 0.00306 seconds
Memory Before: 1,638.594 KB
Memory After: 1,729.094 KB
Memory Used: 90.500 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.01176 seconds
Time After: 0.01198 seconds
Time Taken: 0.00022 seconds
Memory Before: 1,730.414 KB
Memory After: 1,730.992 KB
Memory Used: 0.578 KB
SELECT IF(thread.visible = 2, 1, 0) AS isdeleted, post.pagetext AS description, thread.* FROM thread AS thread LEFT JOIN post AS post ON(post.postid = thread.firstpostid) WHERE thread.threadid = 2358
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | thread | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | post | const | PRIMARY | PRIMARY | 4 | const | 1 |
Time Before: 0.01597 seconds
Time After: 0.01640 seconds
Time Taken: 0.00043 seconds
Memory Before: 2,105.141 KB
Memory After: 2,105.734 KB
Memory Used: 0.594 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.01750 seconds
Time After: 0.01797 seconds
Time Taken: 0.00047 seconds
Memory Before: 2,140.852 KB
Memory After: 2,141.445 KB
Memory Used: 0.594 KB
SELECT title, template FROM template WHERE templateid IN (72,71,656,657,1245,790,791,793,799,798,978,997,983,984,986,985,988,990,991,992,995,691,693,695,697,699,1047,1051,1052,1053,1050,1120,971,970,972,977,975,1144,752,753,919,746,745,748,749,762,760,1254,1264,1205,1275,67,66,68,63,62,651,652,650,649,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 | 83 | Using index condition |
Time Before: 0.02270 seconds
Time After: 0.02434 seconds
Time Taken: 0.00164 seconds
Memory Before: 2,943.102 KB
Memory After: 2,945.211 KB
Memory Used: 2.109 KB
SELECT post.postid, post.attach FROM post AS post WHERE post.threadid = 2358 AND post.visible = 1 ORDER BY post.dateline LIMIT 0, 10
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | post | ref | threadid,threadid_visible_dateline | threadid_visible_dateline | 6 | const,const | 1 | Using where |
Time Before: 0.03267 seconds
Time After: 0.03300 seconds
Time Taken: 0.00033 seconds
Memory Before: 3,123.227 KB
Memory After: 3,123.703 KB
Memory Used: 0.477 KB
SELECT post.*, post.username AS postusername, post.ipaddress AS ip, IF(post.visible = 2, 1, 0) AS isdeleted, user.*, userfield.*, usertextfield.*, icon.title as icontitle, icon.iconpath, avatar.avatarpath, NOT ISNULL(customavatar.userid) AS hascustomavatar, customavatar.dateline AS avatardateline,customavatar.width AS avwidth,customavatar.height AS avheight, editlog.userid AS edit_userid, editlog.username AS edit_username, editlog.dateline AS edit_dateline, editlog.reason AS edit_reason, editlog.hashistory, postparsed.pagetext_html, postparsed.hasimages, sigparsed.signatureparsed, sigparsed.hasimages AS sighasimages, sigpic.userid AS sigpic, sigpic.dateline AS sigpicdateline, sigpic.width AS sigpicwidth, sigpic.height AS sigpicheight, IF(user.displaygroupid=0, user.usergroupid, user.displaygroupid) AS displaygroupid, infractiongroupid FROM post AS post LEFT JOIN user AS user ON(user.userid = post.userid) LEFT JOIN userfield AS userfield ON(userfield.userid = user.userid) LEFT JOIN usertextfield AS usertextfield ON(usertextfield.userid = user.userid) LEFT JOIN icon AS icon ON(icon.iconid = post.iconid) LEFT JOIN avatar AS avatar ON(avatar.avatarid = user.avatarid) LEFT JOIN customavatar AS customavatar ON(customavatar.userid = user.userid) LEFT JOIN editlog AS editlog ON(editlog.postid = post.postid) LEFT JOIN postparsed AS postparsed ON(postparsed.postid = post.postid AND postparsed.styleid = 2 AND postparsed.languageid = 1) LEFT JOIN sigparsed AS sigparsed ON(sigparsed.userid = user.userid AND sigparsed.styleid = 2 AND sigparsed.languageid = 1) LEFT JOIN sigpic AS sigpic ON(sigpic.userid = post.userid) WHERE post.postid IN (02398,2422) ORDER BY post.dateline
| 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 | postparsed | system | PRIMARY | 0 | Const row not found | |||
| 1 | SIMPLE | sigparsed | system | PRIMARY | 0 | Const row not found | |||
| 1 | SIMPLE | sigpic | system | PRIMARY | 0 | Const row not found | |||
| 1 | SIMPLE | post | range | PRIMARY | PRIMARY | 4 | 2 | Using index condition; Using filesort | |
| 1 | SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | business_business.post.userid | 1 | |
| 1 | SIMPLE | editlog | eq_ref | PRIMARY | PRIMARY | 4 | business_business.post.postid | 1 | |
| 1 | SIMPLE | userfield | eq_ref | PRIMARY | PRIMARY | 4 | business_business.user.userid | 1 | Using where |
| 1 | SIMPLE | usertextfield | eq_ref | PRIMARY | PRIMARY | 4 | business_business.user.userid | 1 | Using where |
| 1 | SIMPLE | icon | eq_ref | PRIMARY | PRIMARY | 2 | business_business.post.iconid | 1 |
Time Before: 0.03462 seconds
Time After: 0.03597 seconds
Time Taken: 0.00135 seconds
Memory Before: 3,131.047 KB
Memory After: 3,131.930 KB
Memory Used: 0.883 KB
SELECT data, expires, locktime, serialized FROM cache WHERE cacheid = 'vb_types.types'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | cache | const | PRIMARY | PRIMARY | 66 | const | 1 |
Time Before: 0.04187 seconds
Time After: 0.04209 seconds
Time Taken: 0.00023 seconds
Memory Before: 3,320.391 KB
Memory After: 3,320.930 KB
Memory Used: 0.539 KB
SELECT thread.threadid, thread.forumid, thread.title, thread.prefixid, thread.taglist, postusername, postuserid, thread.lastpost, thread.replycount, forum.title AS forumtitle ,post.pagetext AS preview FROM thread AS thread INNER JOIN forum AS forum ON (forum.forumid = thread.forumid) LEFT JOIN post AS post ON (post.postid = thread.firstpostid) WHERE thread.threadid IN (1367, 30, 959, 740, 1593) AND thread.visible = 1 AND forum.password = '' ORDER BY lastpost DESC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | thread | range | PRIMARY,forumid,forumid_lastpost | PRIMARY | 4 | 5 | Using index condition; Using where; Using filesort | |
| 1 | SIMPLE | forum | eq_ref | PRIMARY | PRIMARY | 2 | business_business.thread.forumid | 1 | Using where |
| 1 | SIMPLE | post | eq_ref | PRIMARY | PRIMARY | 4 | business_business.thread.firstpostid | 1 |
Time Before: 0.04955 seconds
Time After: 0.05024 seconds
Time Taken: 0.00069 seconds
Memory Before: 3,353.086 KB
Memory After: 3,353.641 KB
Memory Used: 0.555 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.05744 seconds
Time After: 0.05784 seconds
Time Taken: 0.00040 seconds
Memory Before: 3,391.859 KB
Memory After: 3,395.320 KB
Memory Used: 3.461 KB
UPDATE session SET lastactivity = 1763320512, location = 'showthread.php?t=2358', inforum = 32, inthread = 2358, badlocation = 0 WHERE sessionhash = '756b88feed2747882872e14e3e329b2e'
Time Before: 0.06370 seconds
Time After: 0.06401 seconds
Time Taken: 0.00032 seconds
Memory Before: 3,793.883 KB
Memory After: 3,794.086 KB
Memory Used: 0.203 KB
UPDATE thread SET views = views + 1 WHERE threadid = 2358
Time Before: 0.06409 seconds
Time After: 0.06440 seconds
Time Taken: 0.00031 seconds
Memory Before: 3,788.148 KB
Memory After: 3,788.492 KB
Memory Used: 0.344 KB