Time Before: 0.00023 seconds
Time After: 0.00026 seconds
Time Taken: 0.00003 seconds
Memory Before: 428.813 KB
Memory After: 495.766 KB
Memory Used: 66.953 KB
Time Before: 0.00028 seconds
Time After: 0.00061 seconds
Time Taken: 0.00032 seconds
Memory Before: 495.719 KB
Memory After: 496.609 KB
Memory Used: 0.891 KB
SET @@sql_mode = ''
Time Before: 0.00070 seconds
Time After: 0.00078 seconds
Time Taken: 0.00008 seconds
Memory Before: 496.633 KB
Memory After: 496.688 KB
Memory Used: 0.055 KB
SELECT *
FROM datastore
WHERE title IN ('routes','navdata','options','bitfields','attachmentcache','forumcache','usergroupcache','stylecache','languagecache','products','pluginlist','cron','profilefield','loadcache','noticecache','activitystream','routes')| 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.00129 seconds
Time After: 0.00184 seconds
Time Taken: 0.00056 seconds
Memory Before: 498.328 KB
Memory After: 655.586 KB
Memory Used: 157.258 KB
Time Before: 0.00080 seconds
Time After: 0.00613 seconds
Time Taken: 0.00532 seconds
Memory Before: 496.453 KB
Memory After: 941.539 KB
Memory Used: 445.086 KB
SELECT *
FROM datastore
WHERE title IN ('profilefield')| 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.00660 seconds
Time After: 0.00674 seconds
Time Taken: 0.00014 seconds
Memory Before: 1,098.961 KB
Memory After: 1,115.219 KB
Memory Used: 16.258 KB
SELECT * FROM session WHERE userid = 0 AND host = '216.73.216.48' AND idhash = 'ea5a359a73a8141a16de516480d33c34' 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 | 83 | const,const,const | 2 | Using where |
Time Before: 0.00730 seconds
Time After: 0.00756 seconds
Time Taken: 0.00026 seconds
Memory Before: 1,129.563 KB
Memory After: 1,146.250 KB
Memory Used: 16.688 KB
SELECT languageid, phrasegroup_global AS phrasegroup_global, phrasegroup_vbcms AS phrasegroup_vbcms, 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.00811 seconds
Time After: 0.00843 seconds
Time Taken: 0.00032 seconds
Memory Before: 1,136.914 KB
Memory After: 1,205.477 KB
Memory Used: 68.563 KB
Time Before: 0.00689 seconds
Time After: 0.00851 seconds
Time Taken: 0.00161 seconds
Memory Before: 1,126.758 KB
Memory After: 1,190.625 KB
Memory Used: 63.867 KB
SELECT MAX(permissions & 1) AS perm FROM cms_permissions WHERE nodeid = 1 AND usergroupid IN (1)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | cms_permissions | const | usergroupid,nodeid | usergroupid | 8 | const,const | 1 |
Time Before: 0.01793 seconds
Time After: 0.01808 seconds
Time Taken: 0.00015 seconds
Memory Before: 1,312.359 KB
Memory After: 1,328.469 KB
Memory Used: 16.109 KB
(SELECT 'package' AS classtype, package.packageid AS typeid, package.packageid AS packageid, package.productid AS productid, if(package.productid = 'vbulletin', 1, product.active) AS enabled, package.class AS class, -1 as isaggregator FROM package AS package LEFT JOIN product AS product ON product.productid = package.productid WHERE product.active = 1 OR package.productid = 'vbulletin' ) UNION (SELECT 'contenttype' AS classtype, contenttypeid AS typeid, contenttype.packageid AS packageid, 1, 1, contenttype.class AS class , contenttype.isaggregator FROM contenttype AS contenttype INNER JOIN package AS package ON package.packageid = contenttype.packageid LEFT JOIN product AS product ON product.productid = package.productid WHERE product.active = 1 OR package.productid = 'vbulletin' )
Time Before: 0.01854 seconds
Time After: 0.01944 seconds
Time Taken: 0.00090 seconds
Memory Before: 1,505.320 KB
Memory After: 1,526.820 KB
Memory Used: 21.500 KB
SELECT node.nodeid , (node.nodeleft = 1) AS isroot, node.contenttypeid, node.contentid, node.url, node.parentnode, (CASE WHEN node.contenttypeid = 17 THEN node.styleid ELSE parent.styleid end ) AS styleid, node.userid, (CASE WHEN node.contenttypeid = 17 THEN node.layoutid ELSE parent.layoutid end ) AS layoutid, node.publishdate, node.setpublish, node.issection, node.permissionsfrom, node.nodeleft, node.noderight, node.new, node.userid, node.showtitle, node.showuser, node.showpreviewonly, node.lastupdated, node.showall, node.showrating, node.showupdated, node.showviewcount, node.showpublishdate, node.settingsforboth, node.includechildren, node.editshowchildren, parent.permissionsfrom as parentpermissions, node.publicpreview, node.comments_enabled, node.shownav, node.hidden, node.nosearch, node.new FROM cms_node AS node LEFT JOIN cms_node AS parent ON parent.nodeid = node.parentnode WHERE node.nodeid = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | node | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | parent | const | PRIMARY | 1 |
Time Before: 0.01999 seconds
Time After: 0.02036 seconds
Time Taken: 0.00036 seconds
Memory Before: 1,528.617 KB
Memory After: 1,545.742 KB
Memory Used: 17.125 KB
SELECT node.nodeid , (node.nodeleft = 1) AS isroot, node.contenttypeid, node.contentid, node.url, node.parentnode, (CASE WHEN node.contenttypeid = 17 THEN node.styleid ELSE parent.styleid end ) AS styleid, node.userid, (CASE WHEN node.contenttypeid = 17 THEN node.layoutid ELSE parent.layoutid end ) AS layoutid, node.publishdate, node.setpublish, node.issection, node.permissionsfrom, node.nodeleft, node.noderight, node.new, node.userid, node.showtitle, node.showuser, node.showpreviewonly, node.lastupdated, node.showall, node.showrating, node.showupdated, node.showviewcount, node.showpublishdate, node.settingsforboth, node.includechildren, node.editshowchildren, parent.permissionsfrom as parentpermissions, node.publicpreview, node.comments_enabled, node.shownav, node.hidden, node.nosearch, node.new , info.description, info.title, info.html_title, info.viewcount, info.creationdate, info.workflowdate, info.keywords, info.workflowstatus, info.workflowcheckedout, info.workflowlevelid, info.associatedthreadid, info.creationdate, node.showrating, info.ratingnum, info.ratingtotal, info.rating, user.username, thread.replycount, sectionorder.displayorder FROM cms_node AS node INNER JOIN cms_nodeinfo AS info ON info.nodeid = node.nodeid LEFT JOIN user AS user ON user.userid = node.userid LEFT JOIN thread AS thread ON thread.threadid = info.associatedthreadid LEFT JOIN cms_sectionorder AS sectionorder ON sectionorder.sectionid = node.parentnode AND sectionorder.nodeid = node.nodeid LEFT JOIN cms_node AS parent ON parent.nodeid = node.parentnode WHERE node.nodeid = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | node | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | info | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | user | const | PRIMARY | PRIMARY | 4 | const | 1 | Unique row not found |
| 1 | SIMPLE | thread | const | PRIMARY | PRIMARY | 4 | const | 1 | Unique row not found |
| 1 | SIMPLE | sectionorder | const | sectionid | 1 | ||||
| 1 | SIMPLE | parent | const | PRIMARY | 1 |
Time Before: 0.02139 seconds
Time After: 0.02183 seconds
Time Taken: 0.00044 seconds
Memory Before: 1,537.805 KB
Memory After: 1,554.930 KB
Memory Used: 17.125 KB
SELECT parent.nodeid, parent.url, parent.publishdate, parent.setpublish, parent.issection, parent.hidden, info.title, info.html_title, info.description, node.nodeleft, parent.styleid FROM cms_node AS node INNER JOIN cms_node AS parent ON (node.nodeleft >= parent.nodeleft AND node.nodeleft <= parent.noderight) INNER JOIN cms_nodeinfo AS info ON info.nodeid = parent.nodeid WHERE node.nodeid = 1 AND parent.nodeid != node.nodeid ORDER BY parent.nodeleft
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | node | const | PRIMARY,nodeleft | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | parent | range | PRIMARY,nodeleft,noderight | nodeleft | 4 | 1 | Using index condition; Using where | |
| 1 | SIMPLE | info | eq_ref | PRIMARY | PRIMARY | 4 | vbsuite_dev.parent.nodeid | 1 |
Time Before: 0.02234 seconds
Time After: 0.02261 seconds
Time Taken: 0.00026 seconds
Memory Before: 1,544.578 KB
Memory After: 1,561.055 KB
Memory Used: 16.477 KB
SELECT nodeconfig.name, nodeconfig.value, nodeconfig.serialized FROM cms_nodeconfig AS nodeconfig WHERE nodeid = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | nodeconfig | ref | unique_1,nodeid | unique_1 | 4 | const | 5 |
Time Before: 0.02288 seconds
Time After: 0.02307 seconds
Time Taken: 0.00018 seconds
Memory Before: 1,543.516 KB
Memory After: 1,560.141 KB
Memory Used: 16.625 KB
SELECT navigation.nodeid, navigation.nodelist, nodeinfo.title, node.permissionsfrom, node.setpublish, node.publishdate FROM cms_navigation AS navigation INNER JOIN cms_node AS node ON node.nodeid = navigation.nodeid LEFT JOIN cms_nodeinfo AS nodeinfo ON nodeinfo.nodeid = navigation.nodeid WHERE navigation.nodeid IN (1) AND navigation.nodelist IS NOT NULL AND (navigation.nodelist <> '') ORDER BY node.nodeleft DESC LIMIT 0,1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | navigation | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | node | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | nodeinfo | const | PRIMARY | PRIMARY | 4 | const | 1 |
Time Before: 0.02356 seconds
Time After: 0.02383 seconds
Time Taken: 0.00027 seconds
Memory Before: 1,548.023 KB
Memory After: 1,564.367 KB
Memory Used: 16.344 KB
SELECT vbcmspermissions FROM administrator WHERE userid = 0
| 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.02418 seconds
Time After: 0.02430 seconds
Time Taken: 0.00012 seconds
Memory Before: 1,629.773 KB
Memory After: 1,646.125 KB
Memory Used: 16.352 KB
SELECT nodeid, MAX(permissions & 1) AS canview, MAX(permissions & 2) AS cancreate , MAX(permissions & 4) AS canedit, MAX(permissions & 8) AS canpublish, MAX(permissions & 16) AS canusehtml, MAX(permissions & 32) AS candownload FROM cms_permissions p WHERE usergroupid IN (1) GROUP BY nodeid;
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | p | ref | usergroupid | usergroupid | 4 | const | 1 | Using where |
Time Before: 0.02466 seconds
Time After: 0.02489 seconds
Time Taken: 0.00023 seconds
Memory Before: 1,630.305 KB
Memory After: 1,646.789 KB
Memory Used: 16.484 KB
SELECT node.nodeid, node.url, node.parentnode, node.nodeleft, node.noderight, node.setpublish, node.publishdate, info.title, node.permissionsfrom, node.hidden, COUNT(child.nodeid) AS children, SUM(CASE WHEN (child.setpublish > 0 AND child.publishdate < 1764992933 AND child.contenttypeid <> 17) THEN 1 ELSE 0 END) AS publish_count FROM cms_node AS node LEFT JOIN cms_node AS child ON child.parentnode = node.nodeid AND child.new != 1 LEFT JOIN cms_nodeinfo AS info ON info.nodeid = node.nodeid WHERE (node.contenttypeid = 17) GROUP BY node.nodeid, node.url, node.parentnode, node.nodeleft, node.noderight, node.setpublish, node.publishdate, info.title, node.permissionsfrom, node.hidden HAVING COUNT(child.nodeid) > 0 ORDER by node.nodeleft;
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | node | ref | contentid,contenttype | contentid | 4 | const | 3 | Using where; Using temporary; Using filesort |
| 1 | SIMPLE | child | ref | parentnode,new | parentnode | 5 | vbsuite_dev.node.nodeid | 2 | Using where |
| 1 | SIMPLE | info | eq_ref | PRIMARY | PRIMARY | 4 | vbsuite_dev.node.nodeid | 1 |
Time Before: 0.02560 seconds
Time After: 0.02648 seconds
Time Taken: 0.00087 seconds
Memory Before: 1,646.961 KB
Memory After: 1,663.898 KB
Memory Used: 16.938 KB
SELECT SQL_CALC_FOUND_ROWS node.nodeid AS itemid ,(node.nodeleft = 1) AS isroot, node.nodeid, node.contenttypeid, node.contentid, node.url, node.parentnode, node.styleid, node.userid, node.layoutid, node.publishdate, node.setpublish, node.issection, parent.permissionsfrom as parentpermissions, node.showrating, node.permissionsfrom, node.publicpreview, node.shownav, node.hidden, node.nosearch , info.description, info.title, info.viewcount, info.creationdate, info.workflowdate, info.workflowstatus, info.workflowcheckedout, info.workflowlevelid, info.associatedthreadid, user.username, sectionorder.displayorder FROM cms_node AS node INNER JOIN cms_nodeinfo AS info ON info.nodeid = node.nodeid LEFT JOIN user AS user ON user.userid = node.userid LEFT JOIN cms_sectionorder AS sectionorder ON sectionorder.sectionid = node.parentnode AND sectionorder.nodeid = node.nodeid LEFT JOIN cms_node AS parent ON parent.nodeid = node.parentnode WHERE node.new != 1 AND node.nodeid IN (1,114,117) AND ( (node.permissionsfrom IN (-1)) OR ( node.permissionsfrom in (1) AND (node.parentnode IN (1,114,123) OR node.nodeid = 1) AND node.setpublish > 0 AND node.publishdate < 1764992933 ))AND node.new != 1 ORDER BY CASE WHEN sectionorder.displayorder > 0 THEN sectionorder.displayorder ELSE 9999999 END ASC, node.publishdate DESC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | node | range | PRIMARY,parentnode,publishdate,new | PRIMARY | 4 | 3 | Using index condition; Using where; Using temporary; Using filesort | |
| 1 | SIMPLE | info | eq_ref | PRIMARY | PRIMARY | 4 | vbsuite_dev.node.nodeid | 1 | |
| 1 | SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | vbsuite_dev.node.userid | 1 | |
| 1 | SIMPLE | sectionorder | eq_ref | sectionid | sectionid | 8 | vbsuite_dev.node.parentnode,vbsuite_dev.node.nodeid | 1 | Using where |
| 1 | SIMPLE | parent | eq_ref | PRIMARY | PRIMARY | 4 | vbsuite_dev.node.parentnode | 1 | Using where |
Time Before: 0.02733 seconds
Time After: 0.02798 seconds
Time Taken: 0.00065 seconds
Memory Before: 1,647.805 KB
Memory After: 1,665.617 KB
Memory Used: 17.813 KB
(SELECT 'package' AS classtype, package.packageid AS typeid, package.packageid AS packageid, package.productid AS productid, product.active AS enabled, package.class AS class
FROM package AS package
INNER JOIN product AS product
ON product.productid = package.productid
OR package.productid = 'vbulletin')
UNION
(SELECT 'contenttype' AS classtype, contenttypeid AS typeid, contenttype.packageid AS packageid, 1, 1, contenttype.class AS class
FROM contenttype AS contenttype)
UNION
(SELECT 'widgettype' AS classtype, widgettypeid AS typeid, widgettype.packageid AS packageid, 1, 1, widgettype.class AS class
FROM cms_widgettype AS widgettype)Time Before: 0.02806 seconds
Time After: 0.02846 seconds
Time Taken: 0.00041 seconds
Memory Before: 1,671.289 KB
Memory After: 1,696.789 KB
Memory Used: 25.500 KB
SELECT node.nodeid AS itemid, parent.nodeid, parent.url, parent.styleid, parent.layoutid, parent.publishdate, parent.setpublish, parent.hidden, info.title, info.description FROM cms_node AS node INNER JOIN cms_node AS parent ON (node.nodeleft >= parent.nodeleft AND node.nodeleft <= parent.noderight) INNER JOIN cms_nodeinfo AS info ON info.nodeid = parent.nodeid LEFT JOIN cms_sectionorder AS ord ON ord.nodeid = node.nodeid AND ord.sectionid = node.parentnode WHERE node.nodeid IN (117,114,1) AND parent.nodeid != node.nodeid ORDER BY parent.nodeleft, ord.displayorder
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | node | range | PRIMARY,nodeleft | PRIMARY | 4 | 3 | Using index condition; Using temporary; Using filesort | |
| 1 | SIMPLE | ord | eq_ref | sectionid | sectionid | 8 | vbsuite_dev.node.parentnode,vbsuite_dev.node.nodeid | 1 | Using where |
| 1 | SIMPLE | parent | ALL | PRIMARY,nodeleft,noderight | 7 | Range checked for each record (index map: 0xD) | |||
| 1 | SIMPLE | info | eq_ref | PRIMARY | PRIMARY | 4 | vbsuite_dev.parent.nodeid | 1 |
Time Before: 0.02940 seconds
Time After: 0.02993 seconds
Time Taken: 0.00053 seconds
Memory Before: 1,753.180 KB
Memory After: 1,769.773 KB
Memory Used: 16.594 KB
SELECT nodeid, permissionsfrom, hidden, setpublish, publishdate, userid FROM cms_node where nodeid in (0,1,2)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | cms_node | range | PRIMARY | PRIMARY | 4 | 3 | Using index condition |
Time Before: 0.03022 seconds
Time After: 0.03036 seconds
Time Taken: 0.00014 seconds
Memory Before: 1,754.969 KB
Memory After: 1,771.313 KB
Memory Used: 16.344 KB
SELECT permissionsfrom, hidden, setpublish, publishdate, userid FROM cms_node WHERE nodeid = 114
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | cms_node | const | PRIMARY | PRIMARY | 4 | const | 1 |
Time Before: 0.03070 seconds
Time After: 0.03082 seconds
Time Taken: 0.00012 seconds
Memory Before: 1,758.242 KB
Memory After: 1,774.539 KB
Memory Used: 16.297 KB
SELECT usergroupid, membergroupids FROM user WHERE userid = 2
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | user | const | PRIMARY | PRIMARY | 4 | const | 1 |
Time Before: 0.03104 seconds
Time After: 0.03116 seconds
Time Taken: 0.00012 seconds
Memory Before: 1,759.742 KB
Memory After: 1,776.055 KB
Memory Used: 16.313 KB
SELECT vbcmspermissions FROM administrator WHERE userid = 2
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | administrator | const | PRIMARY | PRIMARY | 4 | const | 1 |
Time Before: 0.03138 seconds
Time After: 0.03147 seconds
Time Taken: 0.00009 seconds
Memory Before: 1,760.539 KB
Memory After: 1,776.930 KB
Memory Used: 16.391 KB
SELECT nodeid, MAX(permissions & 1) AS canview, MAX(permissions & 2) AS cancreate , MAX(permissions & 4) AS canedit, MAX(permissions & 8) AS canpublish, MAX(permissions & 16) AS canusehtml, MAX(permissions & 32) AS candownload FROM cms_permissions p WHERE usergroupid IN (6) GROUP BY nodeid;
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | p | ref | usergroupid | usergroupid | 4 | const | 1 | Using where |
Time Before: 0.03172 seconds
Time After: 0.03189 seconds
Time Taken: 0.00017 seconds
Memory Before: 1,761.070 KB
Memory After: 1,777.555 KB
Memory Used: 16.484 KB
SELECT permissionsfrom, hidden, setpublish, publishdate, userid FROM cms_node WHERE nodeid = 117
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | cms_node | const | PRIMARY | PRIMARY | 4 | const | 1 |
Time Before: 0.03215 seconds
Time After: 0.03225 seconds
Time Taken: 0.00011 seconds
Memory Before: 1,763.625 KB
Memory After: 1,779.922 KB
Memory Used: 16.297 KB
SELECT * FROM style WHERE (styleid = 1 AND userselect = 1) OR styleid = 1 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.03259 seconds
Time After: 0.03281 seconds
Time Taken: 0.00022 seconds
Memory Before: 1,738.234 KB
Memory After: 1,874.859 KB
Memory Used: 136.625 KB
SELECT node.nodeid , (node.nodeleft = 1) AS isroot, node.contenttypeid, node.contentid, node.url, node.parentnode, (CASE WHEN node.contenttypeid = 17 THEN node.styleid ELSE parent.styleid end ) AS styleid, node.userid, (CASE WHEN node.contenttypeid = 17 THEN node.layoutid ELSE parent.layoutid end ) AS layoutid, node.publishdate, node.setpublish, node.issection, node.permissionsfrom, node.nodeleft, node.noderight, node.new, node.userid, node.showtitle, node.showuser, node.showpreviewonly, node.lastupdated, node.showall, node.showrating, node.showupdated, node.showviewcount, node.showpublishdate, node.settingsforboth, node.includechildren, node.editshowchildren, parent.permissionsfrom as parentpermissions, node.publicpreview, node.comments_enabled, node.shownav, node.hidden, node.nosearch, node.new , info.description, info.title, info.html_title, info.viewcount, info.creationdate, info.workflowdate, info.keywords, info.workflowstatus, info.workflowcheckedout, info.workflowlevelid, info.associatedthreadid, info.creationdate, node.showrating, info.ratingnum, info.ratingtotal, info.rating, user.username, thread.replycount, sectionorder.displayorder FROM cms_node AS node INNER JOIN cms_nodeinfo AS info ON info.nodeid = node.nodeid LEFT JOIN user AS user ON user.userid = node.userid LEFT JOIN thread AS thread ON thread.threadid = info.associatedthreadid LEFT JOIN cms_sectionorder AS sectionorder ON sectionorder.sectionid = node.parentnode AND sectionorder.nodeid = node.nodeid LEFT JOIN cms_node AS parent ON parent.nodeid = node.parentnode WHERE node.nodeid = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | node | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | info | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | user | const | PRIMARY | PRIMARY | 4 | const | 1 | Unique row not found |
| 1 | SIMPLE | thread | const | PRIMARY | PRIMARY | 4 | const | 1 | Unique row not found |
| 1 | SIMPLE | sectionorder | const | sectionid | 1 | ||||
| 1 | SIMPLE | parent | const | PRIMARY | 1 |
Time Before: 0.03901 seconds
Time After: 0.03939 seconds
Time Taken: 0.00039 seconds
Memory Before: 2,309.953 KB
Memory After: 2,327.078 KB
Memory Used: 17.125 KB
SELECT nodeconfig.name, nodeconfig.value, nodeconfig.serialized FROM cms_nodeconfig AS nodeconfig WHERE nodeid = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | nodeconfig | ref | unique_1,nodeid | unique_1 | 4 | const | 5 |
Time Before: 0.03966 seconds
Time After: 0.03980 seconds
Time Taken: 0.00013 seconds
Memory Before: 2,317.445 KB
Memory After: 2,334.070 KB
Memory Used: 16.625 KB
SELECT parent.nodeid, parent.url, parent.publishdate, parent.setpublish, parent.issection, parent.hidden, info.title, info.html_title, info.description, node.nodeleft, parent.styleid FROM cms_node AS node INNER JOIN cms_node AS parent ON (node.nodeleft >= parent.nodeleft AND node.nodeleft <= parent.noderight) INNER JOIN cms_nodeinfo AS info ON info.nodeid = parent.nodeid WHERE node.nodeid = 1 AND parent.nodeid != node.nodeid ORDER BY parent.nodeleft
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | node | const | PRIMARY,nodeleft | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | parent | range | PRIMARY,nodeleft,noderight | nodeleft | 4 | 1 | Using index condition; Using where | |
| 1 | SIMPLE | info | eq_ref | PRIMARY | PRIMARY | 4 | vbsuite_dev.parent.nodeid | 1 |
Time Before: 0.04031 seconds
Time After: 0.04053 seconds
Time Taken: 0.00022 seconds
Memory Before: 2,326.766 KB
Memory After: 2,343.242 KB
Memory Used: 16.477 KB
SELECT node.nodeid AS itemid, (node.nodeleft = 1) AS isroot, node.nodeid, node.contenttypeid, node.contentid, node.url, node.parentnode, node.styleid, node.userid, node.layoutid, node.publishdate, node.setpublish, node.issection, parent.permissionsfrom as parentpermissions, node.permissionsfrom, node.publicpreview, node.showtitle, node.showuser, node.showpreviewonly, node.showall, node.showupdated, node.showviewcount, node.showpublishdate, node.settingsforboth, node.includechildren, node.editshowchildren, node.shownav, node.hidden, node.nosearch, node.nodeleft, info.description, info.title, info.html_title, info.viewcount, info.creationdate, info.workflowdate, info.workflowstatus, info.workflowcheckedout, info.workflowlevelid, info.associatedthreadid, user.username, sectionorder.displayorder, thread.replycount, parentinfo.title AS parenttitle FROM cms_node AS node INNER JOIN cms_nodeinfo AS info ON info.nodeid = node.nodeid LEFT JOIN user AS user ON user.userid = node.userid LEFT JOIN thread AS thread ON thread.threadid = info.associatedthreadid LEFT JOIN cms_sectionorder AS sectionorder ON sectionorder.sectionid = 1 AND sectionorder.nodeid = node.nodeid LEFT JOIN cms_node AS parent ON parent.nodeid = node.parentnode LEFT JOIN cms_nodeinfo AS parentinfo ON parentinfo.nodeid = parent.nodeid INNER JOIN cms_node AS rootnode ON rootnode.nodeid = 1 AND (node.nodeleft >= rootnode.nodeleft AND node.nodeleft <= rootnode.noderight) AND node.nodeleft != rootnode.nodeleft AND node.contenttypeid <> 17 AND node.new != 1 AND ( (( (node.permissionsfrom IN (-1)) OR ( node.permissionsfrom in (1) AND (node.parentnode IN (1,114,123) OR node.nodeid = 1) AND node.setpublish > 0 AND node.publishdate < 1764992933 ))) OR (node.setpublish AND node.publishdate <1764992933 AND node.publicpreview > 0))AND node.hidden = 0 AND ((node.setpublish = '1' AND node.publishdate <= 1764992933 ) OR node.userid = 0) AND (node.parentnode = 1 OR sectionorder.displayorder > 0 ) ORDER BY CASE WHEN sectionorder.displayorder > 0 THEN sectionorder.displayorder ELSE 9999999 END ASC, node.publishdate DESC LIMIT 0, 7
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | rootnode | const | PRIMARY,nodeleft,noderight | PRIMARY | 4 | const | 1 | Using temporary; Using filesort |
| 1 | SIMPLE | node | range | PRIMARY,contentid,nodeleft,parentnode,contenttype,publishdate,new | contentid | 4 | 5 | Using index condition; Using where | |
| 1 | SIMPLE | info | eq_ref | PRIMARY | PRIMARY | 4 | vbsuite_dev.node.nodeid | 1 | |
| 1 | SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | vbsuite_dev.node.userid | 1 | |
| 1 | SIMPLE | thread | eq_ref | PRIMARY | PRIMARY | 4 | vbsuite_dev.info.associatedthreadid | 1 | |
| 1 | SIMPLE | sectionorder | eq_ref | sectionid | sectionid | 8 | const,vbsuite_dev.node.nodeid | 1 | Using where |
| 1 | SIMPLE | parent | eq_ref | PRIMARY | PRIMARY | 4 | vbsuite_dev.node.parentnode | 1 | Using where |
| 1 | SIMPLE | parentinfo | eq_ref | PRIMARY | PRIMARY | 4 | vbsuite_dev.parent.nodeid | 1 | Using where |
Time Before: 0.04161 seconds
Time After: 0.04257 seconds
Time Taken: 0.00096 seconds
Memory Before: 2,348.516 KB
Memory After: 2,366.297 KB
Memory Used: 17.781 KB
SELECT FOUND_ROWS() AS qty
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | No tables used |
Time Before: 0.04271 seconds
Time After: 0.04276 seconds
Time Taken: 0.00005 seconds
Memory Before: 2,362.734 KB
Memory After: 2,379.188 KB
Memory Used: 16.453 KB
SELECT nodeid, permissionsfrom, hidden, setpublish, publishdate, userid FROM cms_node where nodeid in (115)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | cms_node | const | PRIMARY | PRIMARY | 4 | const | 1 |
Time Before: 0.04313 seconds
Time After: 0.04322 seconds
Time Taken: 0.00009 seconds
Memory Before: 2,394.289 KB
Memory After: 2,410.758 KB
Memory Used: 16.469 KB
SELECT node.nodeid, node.showrating, node.setpublish, node.new, node.contenttypeid, node.contentid, node.url, node.parentnode, node.styleid, node.userid, node.nodeleft, node.noderight, node.layoutid, node.publishdate, node.publicpreview, node.issection, node.permissionsfrom, node.showtitle, node.showuser, node.showpreviewonly, node.showupdated, node.showviewcount, node.showpublishdate, node.settingsforboth, node.includechildren, node.showall, node.editshowchildren, node.shownav, node.hidden, node.nosearch, node.comments_enabled, node.lastupdated, info.description, info.html_title, info.title, info.viewcount, info.creationdate, info.workflowdate, info.associatedthreadid, info.workflowstatus, info.workflowcheckedout, info.viewcount, info.workflowlevelid, info.keywords, info.ratingnum, info.ratingtotal, info.rating, user.username, article.pagetext, article.threadid, article.blogid, article.posttitle, article.postauthor, thread.replycount, article.poststarter, article.previewimage, article.imagewidth, article.imageheight, article.previewvideo, article.postid, article.blogpostid, article.post_started, article.post_posted, article.htmlstate, article.keepthread, article.allcomments, article.movethread FROM cms_node AS node INNER JOIN cms_article AS article ON article.contentid = node.contentid INNER JOIN cms_nodeinfo AS info ON info.nodeid = node.nodeid LEFT JOIN user AS user ON user.userid = node.userid LEFT JOIN thread AS thread ON thread.threadid = info.associatedthreadid WHERE node.nodeid = 115
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | node | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | article | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | info | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | user | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | thread | const | PRIMARY | PRIMARY | 4 | const | 1 | Unique row not found |
Time Before: 0.04370 seconds
Time After: 0.04393 seconds
Time Taken: 0.00023 seconds
Memory Before: 2,401.680 KB
Memory After: 2,419.180 KB
Memory Used: 17.500 KB
SELECT parent.nodeid, parent.url, parent.publishdate, parent.setpublish, parent.issection, parent.hidden, info.title, info.html_title, info.description, node.nodeleft, parent.styleid FROM cms_node AS node INNER JOIN cms_node AS parent ON (node.nodeleft >= parent.nodeleft AND node.nodeleft <= parent.noderight) INNER JOIN cms_nodeinfo AS info ON info.nodeid = parent.nodeid WHERE node.nodeid = 115 AND parent.nodeid != node.nodeid ORDER BY parent.nodeleft
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | node | const | PRIMARY,nodeleft | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | parent | range | PRIMARY,nodeleft,noderight | nodeleft | 4 | 4 | Using index condition; Using where | |
| 1 | SIMPLE | info | eq_ref | PRIMARY | PRIMARY | 4 | vbsuite_dev.parent.nodeid | 1 |
Time Before: 0.04429 seconds
Time After: 0.04450 seconds
Time Taken: 0.00021 seconds
Memory Before: 2,407.742 KB
Memory After: 2,424.430 KB
Memory Used: 16.688 KB
SELECT nodeconfig.name, nodeconfig.value, nodeconfig.serialized FROM cms_nodeconfig AS nodeconfig WHERE nodeid = 115
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | nodeconfig | ref | unique_1,nodeid | unique_1 | 4 | const | 1 |
Time Before: 0.04468 seconds
Time After: 0.04478 seconds
Time Taken: 0.00010 seconds
Memory Before: 2,408.742 KB
Memory After: 2,425.094 KB
Memory Used: 16.352 KB
SELECT * FROM bbcode
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | bbcode | system | 0 | Const row not found |
Time Before: 0.04524 seconds
Time After: 0.04532 seconds
Time Taken: 0.00007 seconds
Memory Before: 2,433.047 KB
Memory After: 2,449.398 KB
Memory Used: 16.352 KB
SELECT fd.thumbnail_dateline, fd.filesize, IF(fd.thumbnail_filesize > 0, 1, 0) AS hasthumbnail, fd.thumbnail_filesize, a.dateline, a.state, a.attachmentid, a.counter, a.contentid, a.filename, a.userid, a.settings, a.displayorder, at.contenttypes FROM attachment AS a INNER JOIN filedata AS fd ON (fd.filedataid = a.filedataid) LEFT JOIN attachmenttype AS at ON (at.extension = fd.extension) WHERE a.contentid = 115 AND a.contenttypeid = 18 ORDER BY a.contentid, a.displayorder
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | a | ref | contenttypeid,contentid,filedataid | contenttypeid | 8 | const,const | 1 | Using where; Using filesort |
| 1 | SIMPLE | fd | eq_ref | PRIMARY | PRIMARY | 4 | vbsuite_dev.a.filedataid | 1 | |
| 1 | SIMPLE | at | eq_ref | PRIMARY | PRIMARY | 20 | vbsuite_dev.fd.extension | 1 | Using where |
Time Before: 0.04567 seconds
Time After: 0.04587 seconds
Time Taken: 0.00020 seconds
Memory Before: 2,443.992 KB
Memory After: 2,459.594 KB
Memory Used: 15.602 KB
SELECT *, LENGTH(smilietext) AS smilielen FROM smilie ORDER BY smilielen DESC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | smilie | ALL | 11 | Using filesort |
Time Before: 0.04605 seconds
Time After: 0.04617 seconds
Time Taken: 0.00011 seconds
Memory Before: 2,443.156 KB
Memory After: 2,460.977 KB
Memory Used: 17.820 KB
SELECT category, cat.categoryid FROM cms_nodecategory nc INNER JOIN cms_category cat ON cat.categoryid = nc.categoryid WHERE nc.nodeid = 115
| 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.04666 seconds
Time After: 0.04674 seconds
Time Taken: 0.00008 seconds
Memory Before: 2,524.422 KB
Memory After: 2,540.586 KB
Memory Used: 16.164 KB
SELECT userfield.*, usertextfield.*, user.*, UNIX_TIMESTAMP(passworddate) AS passworddate, user.languageid AS saved_languageid, IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid , ptuser.userid AS pt_userid, ptuser.totalissues AS pt_totalissues 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 pt_user AS ptuser ON (user.userid = ptuser.userid) WHERE user.userid = 2 LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 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 | ptuser | const | PRIMARY | PRIMARY | 4 | const | 1 |
Time Before: 0.04734 seconds
Time After: 0.04766 seconds
Time Taken: 0.00032 seconds
Memory Before: 2,613.375 KB
Memory After: 2,631.125 KB
Memory Used: 17.750 KB
SELECT title FROM template WHERE title LIKE 'vbcms_%section%' OR title LIKE 'vbcms_%content%' OR title LIKE 'vbcms_%edit%' OR title LIKE 'vbcms_%comments%' OR title LIKE 'vbcms_%grid%' OR title LIKE 'vbcms_%widget%' OR title LIKE 'vbcms_%searchresult%' OR title LIKE 'editor_%' OR title LIKE 'newpost_%' OR title LIKE 'vbcms_%postbit%'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | template | range | title | title | 102 | 512 | Using where; Using index |
Time Before: 0.04839 seconds
Time After: 0.04882 seconds
Time Taken: 0.00042 seconds
Memory Before: 2,647.875 KB
Memory After: 2,685.477 KB
Memory Used: 37.602 KB
SELECT title, template FROM template WHERE templateid IN (32694,32726,32727,32747,0,0,7160,7154,18829,7158,7159,7157,7156,7161,7162,7163,32462,32736,32408,32412,32409,32410,32411,32766,0,0,32746,32707,32432,32433,32435,32436,32659,32778,32760,32710,32711,32259,32258,32262,5067,5038,6105,6107,31822,32720,31943,31963,32199,32621,31906,32765,32493,32498,32496,32244,32245,32246,32247,32248,32249,32250,32251,32252,32253,32254,0,0,32255,32418,32419,32420,32421,32422,32423,32424,32425,32426,31907,31909,31910,31911,31912,31913,31914,31915,31916,31917,31918,31919,31920,31921,31922,31923,31924,31925,31926,31927,31928,31929,31930,31931,31932,31934,31935,31936,31937,31938,31939,31940,976,0,0,0,0,0,0,0,977,978,979,980,981,982,983,984,31944,31945,31946,31947,31948,31950,31951,31952,31953,31954,31955,31956,31957,31958,31959,31960,31961,31962,31964,31965,31966,31967,31968,31969,31970,31971,31972,31973,31974,31975,31976,31977,31978,31979,31980,31981,31982,31983,31984,31985,31986,31987,31988,31989,31990,31991,31992,31993,31994,31995,31996,31997,31998,31999,32000,32001,32002,32003,32004,32005,32006,32007,32008,32009,32010,32011,6106,6104,32012,32013,32014,32015,32016,32017,32018,32019,32020,32021,32022,32023,32024,32025,32026,32027,32028,32029,32030,32031)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | template | range | PRIMARY | PRIMARY | 4 | 202 | Using index condition |
Time Before: 0.05032 seconds
Time After: 0.05190 seconds
Time Taken: 0.00158 seconds
Memory Before: 2,913.953 KB
Memory After: 3,460.344 KB
Memory Used: 546.391 KB
SELECT node.nodeid, node.showrating, node.setpublish, node.new, node.contenttypeid, node.contentid, node.url, node.parentnode, node.styleid, node.userid, node.nodeleft, node.noderight, node.layoutid, node.publishdate, node.publicpreview, node.issection, node.permissionsfrom, node.showtitle, node.showuser, node.showpreviewonly, node.showupdated, node.showviewcount, node.showpublishdate, node.settingsforboth, node.includechildren, node.showall, node.editshowchildren, node.shownav, node.hidden, node.nosearch, node.comments_enabled, node.lastupdated, info.description, info.html_title, info.title, info.viewcount, info.creationdate, info.workflowdate, info.associatedthreadid, info.workflowstatus, info.workflowcheckedout, info.viewcount, info.workflowlevelid, info.keywords, info.ratingnum, info.ratingtotal, info.rating, user.username, article.pagetext, article.threadid, article.blogid, article.posttitle, article.postauthor, thread.replycount, article.poststarter, article.previewimage, article.imagewidth, article.imageheight, article.previewvideo, article.postid, article.blogpostid, article.post_started, article.post_posted, article.htmlstate, article.keepthread, article.allcomments, article.movethread FROM cms_node AS node INNER JOIN cms_article AS article ON article.contentid = node.contentid INNER JOIN cms_nodeinfo AS info ON info.nodeid = node.nodeid LEFT JOIN user AS user ON user.userid = node.userid LEFT JOIN thread AS thread ON thread.threadid = info.associatedthreadid WHERE node.nodeid = 117
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | node | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | article | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | info | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | user | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | thread | const | PRIMARY | PRIMARY | 4 | const | 1 | Unique row not found |
Time Before: 0.05456 seconds
Time After: 0.05491 seconds
Time Taken: 0.00035 seconds
Memory Before: 3,374.961 KB
Memory After: 3,392.461 KB
Memory Used: 17.500 KB
SELECT parent.nodeid, parent.url, parent.publishdate, parent.setpublish, parent.issection, parent.hidden, info.title, info.html_title, info.description, node.nodeleft, parent.styleid FROM cms_node AS node INNER JOIN cms_node AS parent ON (node.nodeleft >= parent.nodeleft AND node.nodeleft <= parent.noderight) INNER JOIN cms_nodeinfo AS info ON info.nodeid = parent.nodeid WHERE node.nodeid = 117 AND parent.nodeid != node.nodeid ORDER BY parent.nodeleft
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | node | const | PRIMARY,nodeleft | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | parent | range | PRIMARY,nodeleft,noderight | noderight | 4 | 4 | Using index condition; Using where; Using filesort | |
| 1 | SIMPLE | info | eq_ref | PRIMARY | PRIMARY | 4 | vbsuite_dev.parent.nodeid | 1 |
Time Before: 0.05528 seconds
Time After: 0.05545 seconds
Time Taken: 0.00017 seconds
Memory Before: 3,388.398 KB
Memory After: 3,405.086 KB
Memory Used: 16.688 KB
SELECT nodeconfig.name, nodeconfig.value, nodeconfig.serialized FROM cms_nodeconfig AS nodeconfig WHERE nodeid = 117
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | nodeconfig | ref | unique_1,nodeid | unique_1 | 4 | const | 1 |
Time Before: 0.05561 seconds
Time After: 0.05571 seconds
Time Taken: 0.00010 seconds
Memory Before: 3,389.398 KB
Memory After: 3,405.750 KB
Memory Used: 16.352 KB
SELECT fd.thumbnail_dateline, fd.filesize, IF(fd.thumbnail_filesize > 0, 1, 0) AS hasthumbnail, fd.thumbnail_filesize, a.dateline, a.state, a.attachmentid, a.counter, a.contentid, a.filename, a.userid, a.settings, a.displayorder, at.contenttypes FROM attachment AS a INNER JOIN filedata AS fd ON (fd.filedataid = a.filedataid) LEFT JOIN attachmenttype AS at ON (at.extension = fd.extension) WHERE a.contentid = 117 AND a.contenttypeid = 18 ORDER BY a.contentid, a.displayorder
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | a | ref | contenttypeid,contentid,filedataid | contenttypeid | 8 | const,const | 1 | Using where; Using filesort |
| 1 | SIMPLE | fd | eq_ref | PRIMARY | PRIMARY | 4 | vbsuite_dev.a.filedataid | 1 | |
| 1 | SIMPLE | at | eq_ref | PRIMARY | PRIMARY | 20 | vbsuite_dev.fd.extension | 1 | Using where |
Time Before: 0.05629 seconds
Time After: 0.05648 seconds
Time Taken: 0.00020 seconds
Memory Before: 3,396.094 KB
Memory After: 3,411.695 KB
Memory Used: 15.602 KB
SELECT category, cat.categoryid FROM cms_nodecategory nc INNER JOIN cms_category cat ON cat.categoryid = nc.categoryid WHERE nc.nodeid = 117
| 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.05781 seconds
Time After: 0.05790 seconds
Time Taken: 0.00009 seconds
Memory Before: 3,403.227 KB
Memory After: 3,419.391 KB
Memory Used: 16.164 KB
SELECT layout.layoutid AS itemid, layout.title , layout.gridid, layout.contentcolumn, layout.contentindex FROM cms_layout AS layout WHERE layoutid = 12
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | layout | system | PRIMARY | 1 |
Time Before: 0.05845 seconds
Time After: 0.05854 seconds
Time Taken: 0.00009 seconds
Memory Before: 3,353.727 KB
Memory After: 3,370.180 KB
Memory Used: 16.453 KB
SELECT widgetid, layoutcolumn AS `column`, layoutindex AS `index` FROM cms_layoutwidget WHERE layoutid = 12
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | cms_layoutwidget | ref | layoutid | layoutid | 4 | const | 3 |
Time Before: 0.05872 seconds
Time After: 0.05881 seconds
Time Taken: 0.00009 seconds
Memory Before: 3,353.977 KB
Memory After: 3,370.445 KB
Memory Used: 16.469 KB
SELECT widget.widgetid AS itemid ,widget.title, widget.description, widget.widgettypeid FROM cms_widget AS widget WHERE 1=1 AND widget.widgetid IN (2,27,20) ORDER BY widget.title ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | widget | range | PRIMARY | PRIMARY | 4 | 3 | Using index condition; Using filesort |
Time Before: 0.05910 seconds
Time After: 0.05927 seconds
Time Taken: 0.00016 seconds
Memory Before: 3,371.711 KB
Memory After: 3,388.336 KB
Memory Used: 16.625 KB
SELECT widgetid AS itemid, name, value, (nodeid = 0) instance, serialized FROM cms_widgetconfig WHERE widgetid IN (27,2,20) AND nodeid = 0
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | cms_widgetconfig | ALL | PRIMARY | 98 | Using where |
Time Before: 0.05960 seconds
Time After: 0.05986 seconds
Time Taken: 0.00026 seconds
Memory Before: 3,385.570 KB
Memory After: 3,405.367 KB
Memory Used: 19.797 KB
SELECT phrasegroup_contenttypes AS contenttypes,phrasegroup_global AS global,phrasegroup_vbcms AS vbcms,phrasegroup_search AS search 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.06043 seconds
Time After: 0.06061 seconds
Time Taken: 0.00018 seconds
Memory Before: 3,495.570 KB
Memory After: 3,572.008 KB
Memory Used: 76.438 KB
SELECT forum.title from forum AS forum WHERE forumid = 3
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | forum | const | PRIMARY | PRIMARY | 2 | const | 1 |
Time Before: 0.06393 seconds
Time After: 0.06401 seconds
Time Taken: 0.00008 seconds
Memory Before: 3,659.047 KB
Memory After: 3,675.344 KB
Memory Used: 16.297 KB
SELECT searchcore.searchcoreid, searchcore.dateline FROM searchcore AS searchcore WHERE searchcore.dateline >= 1763783333 AND searchcore.contenttypeid IN (18)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | searchcore | range | contentunique,dateline | dateline | 4 | 1 | Using index condition; Using where |
Time Before: 0.06430 seconds
Time After: 0.06442 seconds
Time Taken: 0.00012 seconds
Memory Before: 3,663.492 KB
Memory After: 3,679.844 KB
Memory Used: 16.352 KB
REPLACE INTO searchlog
(userid,ipaddress,searchhash,sortby,sortorder,searchtime,dateline,completed,criteria,results)
VALUES
(0,'216.73.216.48','ebf6696811e91e9fc85bb65e8c7be05d','dateline','desc',0,1764992933,0,'O:18:\"vB_Search_Criteria\":15:{s:28:\"\0vB_Search_Criteria\0keywords\";a:0:{}s:32:\"\0vB_Search_Criteria\0raw_keywords\";s:0:\"\";s:29:\"\0vB_Search_Criteria\0titleonly\";b:0;s:27:\"\0vB_Search_Criteria\0filters\";a:3:{s:11:\"contenttype\";a:1:{s:2:\"eq\";a:1:{i:0;i:18;}}s:8:\"dateline\";a:1:{s:2:\"gt\";i:1763783333;}s:7:\"forumid\";a:1:{s:3:\"neq\";i:3;}}s:24:\"\0vB_Search_Criteria\0sort\";a:2:{i:0;s:8:\"dateline\";i:1;s:4:\"desc\";}s:27:\"\0vB_Search_Criteria\0grouped\";i:2;s:31:\"\0vB_Search_Criteria\0searchterms\";N;s:32:\"\0vB_Search_Criteria\0criteria_set\";b:1;s:35:\"\0vB_Search_Criteria\0advanced_typeid\";s:2:\"18\";s:35:\"\0vB_Search_Criteria\0display_strings\";a:3:{s:4:\"type\";s:10:\": Articles\";s:13:\"exclude_forum\";N;s:4:\"date\";s:18:\"Date 11-22-2025\";}s:32:\"\0vB_Search_Criteria\0common_words\";a:0:{}s:30:\"\0vB_Search_Criteria\0highlights\";a:0:{}s:33:\"\0vB_Search_Criteria\0search_string\";N;s:26:\"\0vB_Search_Criteria\0errors\";a:0:{}s:11:\"search_type\";s:8:\"advanced\";}','')Time Before: 0.06448 seconds
Time After: 0.09427 seconds
Time Taken: 0.02979 seconds
Memory Before: 3,667.375 KB
Memory After: 3,667.625 KB
Memory Used: 0.250 KB
UPDATE searchlog
SET results = 'a:4:{i:0;a:0:{}i:1;i:-1;i:2;N;i:3;N;}'
WHERE searchlogid = 472123Time Before: 0.09432 seconds
Time After: 0.11090 seconds
Time Taken: 0.01658 seconds
Memory Before: 3,663.336 KB
Memory After: 3,663.430 KB
Memory Used: 0.094 KB
UPDATE searchlog SET searchtime = 0.04684, completed = 1 WHERE searchlogid = 472123
Time Before: 0.11094 seconds
Time After: 0.11923 seconds
Time Taken: 0.00829 seconds
Memory Before: 3,663.023 KB
Memory After: 3,662.992 KB
Memory Used: -0.031 KB
SELECT *
FROM datastore
WHERE title IN ('blogcategorycache','profilefield')| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | datastore | range | PRIMARY | PRIMARY | 50 | 2 | Using index condition |
Time Before: 0.11957 seconds
Time After: 0.11970 seconds
Time Taken: 0.00013 seconds
Memory Before: 3,666.086 KB
Memory After: 3,682.383 KB
Memory Used: 16.297 KB
SELECT forum.title from forum AS forum WHERE forumid = 3
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | forum | const | PRIMARY | PRIMARY | 2 | const | 1 |
Time Before: 0.11988 seconds
Time After: 0.11996 seconds
Time Taken: 0.00008 seconds
Memory Before: 3,667.844 KB
Memory After: 3,684.141 KB
Memory Used: 16.297 KB
SELECT searchcore.searchcoreid, searchcore.dateline FROM searchcore AS searchcore WHERE searchcore.dateline >= 1763264933 AND searchcore.contenttypeid IN (15)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | searchcore | ref | contentunique,dateline | contentunique | 4 | const | 1 | Using where |
Time Before: 0.12018 seconds
Time After: 0.12029 seconds
Time Taken: 0.00011 seconds
Memory Before: 3,670.000 KB
Memory After: 3,686.352 KB
Memory Used: 16.352 KB
REPLACE INTO searchlog
(userid,ipaddress,searchhash,sortby,sortorder,searchtime,dateline,completed,criteria,results)
VALUES
(0,'216.73.216.48','542007d5e7bd2ccf4c94f2f38486755d','dateline','desc',0,1764992933,0,'O:18:\"vB_Search_Criteria\":15:{s:28:\"\0vB_Search_Criteria\0keywords\";a:0:{}s:32:\"\0vB_Search_Criteria\0raw_keywords\";s:0:\"\";s:29:\"\0vB_Search_Criteria\0titleonly\";b:0;s:27:\"\0vB_Search_Criteria\0filters\";a:3:{s:11:\"contenttype\";a:1:{s:2:\"eq\";a:1:{i:0;i:15;}}s:8:\"dateline\";a:1:{s:2:\"gt\";i:1763264933;}s:7:\"forumid\";a:1:{s:3:\"neq\";i:3;}}s:24:\"\0vB_Search_Criteria\0sort\";a:2:{i:0;s:8:\"dateline\";i:1;s:4:\"desc\";}s:27:\"\0vB_Search_Criteria\0grouped\";i:2;s:31:\"\0vB_Search_Criteria\0searchterms\";N;s:32:\"\0vB_Search_Criteria\0criteria_set\";b:1;s:35:\"\0vB_Search_Criteria\0advanced_typeid\";s:2:\"15\";s:35:\"\0vB_Search_Criteria\0display_strings\";a:3:{s:4:\"type\";s:14:\": Blog Entries\";s:13:\"exclude_forum\";N;s:4:\"date\";s:18:\"Date 11-16-2025\";}s:32:\"\0vB_Search_Criteria\0common_words\";a:0:{}s:30:\"\0vB_Search_Criteria\0highlights\";a:0:{}s:33:\"\0vB_Search_Criteria\0search_string\";N;s:26:\"\0vB_Search_Criteria\0errors\";a:0:{}s:11:\"search_type\";s:8:\"advanced\";}','')Time Before: 0.12037 seconds
Time After: 0.12760 seconds
Time Taken: 0.00723 seconds
Memory Before: 3,673.883 KB
Memory After: 3,674.133 KB
Memory Used: 0.250 KB
UPDATE searchlog
SET results = 'a:4:{i:0;a:0:{}i:1;i:-1;i:2;N;i:3;N;}'
WHERE searchlogid = 472124Time Before: 0.12763 seconds
Time After: 0.13591 seconds
Time Taken: 0.00828 seconds
Memory Before: 3,669.844 KB
Memory After: 3,669.938 KB
Memory Used: 0.094 KB
UPDATE searchlog SET searchtime = 0.01593, completed = 1 WHERE searchlogid = 472124
Time Before: 0.13594 seconds
Time After: 0.14427 seconds
Time Taken: 0.00833 seconds
Memory Before: 3,669.531 KB
Memory After: 3,669.500 KB
Memory Used: -0.031 KB
SELECT node.nodeid, node.parentnode, node.url, node.permissionsfrom, node.setpublish, node.publishdate, node.noderight, info.title FROM cms_node AS node INNER JOIN cms_nodeinfo AS info ON info.nodeid = node.nodeid WHERE node.contenttypeid = 17 AND ((node.permissionsfrom IN (1) AND node.hidden = 0 ) OR (node.permissionsfrom IN (-1))) ORDER BY node.nodeleft
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | node | ref | PRIMARY,contentid,contenttype | contentid | 4 | const | 3 | Using where; Using filesort |
| 1 | SIMPLE | info | eq_ref | PRIMARY | PRIMARY | 4 | vbsuite_dev.node.nodeid | 1 |
Time Before: 0.14465 seconds
Time After: 0.14490 seconds
Time Taken: 0.00025 seconds
Memory Before: 3,664.836 KB
Memory After: 3,681.180 KB
Memory Used: 16.344 KB
SELECT phrasegroup_messaging AS messaging 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.14542 seconds
Time After: 0.14566 seconds
Time Taken: 0.00024 seconds
Memory Before: 3,669.930 KB
Memory After: 3,686.320 KB
Memory Used: 16.391 KB
SELECT cacheid
FROM cacheevent
WHERE event IN ('vbcms_nav_1','vbcms_nav_115','vbcms_nav_117')| 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.14748 seconds
Time After: 0.14761 seconds
Time Taken: 0.00014 seconds
Memory Before: 3,744.898 KB
Memory After: 3,761.125 KB
Memory Used: 16.227 KB
UPDATE session SET lastactivity = 1764992933, location = 'route:content%2F1-home|wol|viewing_page|Home', badlocation = 0 WHERE sessionhash = '0fcbc3c6fdaea91b34f40f93920f0cf9'
Time Before: 0.14766 seconds
Time After: 0.14781 seconds
Time Taken: 0.00016 seconds
Memory Before: 3,745.633 KB
Memory After: 3,745.508 KB
Memory Used: -0.125 KB