Time Before: 0.00014 seconds
Time After: 0.00016 seconds
Time Taken: 0.00002 seconds
Memory Before: 428.844 KB
Memory After: 495.797 KB
Memory Used: 66.953 KB
Time Before: 0.00018 seconds
Time After: 0.00048 seconds
Time Taken: 0.00030 seconds
Memory Before: 495.750 KB
Memory After: 496.641 KB
Memory Used: 0.891 KB
SET @@sql_mode = ''
Time Before: 0.00058 seconds
Time After: 0.00069 seconds
Time Taken: 0.00011 seconds
Memory Before: 496.664 KB
Memory After: 496.719 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.00106 seconds
Time After: 0.00141 seconds
Time Taken: 0.00036 seconds
Memory Before: 498.359 KB
Memory After: 655.617 KB
Memory Used: 157.258 KB
Time Before: 0.00071 seconds
Time After: 0.00402 seconds
Time Taken: 0.00331 seconds
Memory Before: 496.484 KB
Memory After: 941.570 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.00435 seconds
Time After: 0.00446 seconds
Time Taken: 0.00011 seconds
Memory Before: 1,098.992 KB
Memory After: 1,115.250 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.00479 seconds
Time After: 0.00493 seconds
Time Taken: 0.00014 seconds
Memory Before: 1,129.602 KB
Memory After: 1,146.289 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.00524 seconds
Time After: 0.00545 seconds
Time Taken: 0.00021 seconds
Memory Before: 1,136.992 KB
Memory After: 1,205.555 KB
Memory Used: 68.563 KB
Time Before: 0.00453 seconds
Time After: 0.00549 seconds
Time Taken: 0.00096 seconds
Memory Before: 1,126.797 KB
Memory After: 1,190.703 KB
Memory Used: 63.906 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.00782 seconds
Time After: 0.00797 seconds
Time Taken: 0.00015 seconds
Memory Before: 1,312.453 KB
Memory After: 1,328.563 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.00827 seconds
Time After: 0.00868 seconds
Time Taken: 0.00040 seconds
Memory Before: 1,505.430 KB
Memory After: 1,526.930 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 = 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 | parent | const | PRIMARY | PRIMARY | 4 | const | 1 |
Time Before: 0.00907 seconds
Time After: 0.00926 seconds
Time Taken: 0.00019 seconds
Memory Before: 1,528.727 KB
Memory After: 1,545.852 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 = 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 | 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 |
| 1 | SIMPLE | sectionorder | const | sectionid | sectionid | 8 | const,const | 1 | |
| 1 | SIMPLE | parent | const | PRIMARY | PRIMARY | 4 | const | 1 |
Time Before: 0.00972 seconds
Time After: 0.00996 seconds
Time Taken: 0.00024 seconds
Memory Before: 1,538.758 KB
Memory After: 1,555.883 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 = 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.01022 seconds
Time After: 0.01036 seconds
Time Taken: 0.00014 seconds
Memory Before: 1,545.563 KB
Memory After: 1,562.250 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.01050 seconds
Time After: 0.01060 seconds
Time Taken: 0.00009 seconds
Memory Before: 1,546.563 KB
Memory After: 1,562.914 KB
Memory Used: 16.352 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 (115,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 | range | PRIMARY | PRIMARY | 4 | 2 | Using index condition; Using where; Using temporary; Using filesort | |
| 1 | SIMPLE | node | eq_ref | PRIMARY | PRIMARY | 4 | vbsuite_dev.navigation.nodeid | 1 | |
| 1 | SIMPLE | nodeinfo | eq_ref | PRIMARY | PRIMARY | 4 | vbsuite_dev.navigation.nodeid | 1 |
Time Before: 0.01090 seconds
Time After: 0.01128 seconds
Time Taken: 0.00037 seconds
Memory Before: 1,550.328 KB
Memory After: 1,566.922 KB
Memory Used: 16.594 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.01151 seconds
Time After: 0.01164 seconds
Time Taken: 0.00012 seconds
Memory Before: 1,632.109 KB
Memory After: 1,648.461 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.01186 seconds
Time After: 0.01204 seconds
Time Taken: 0.00018 seconds
Memory Before: 1,632.641 KB
Memory After: 1,649.125 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 < 1764996270 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.01235 seconds
Time After: 0.01277 seconds
Time Taken: 0.00041 seconds
Memory Before: 1,649.297 KB
Memory After: 1,666.234 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 < 1764996270 ))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.01313 seconds
Time After: 0.01361 seconds
Time Taken: 0.00047 seconds
Memory Before: 1,650.141 KB
Memory After: 1,667.953 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.01367 seconds
Time After: 0.01396 seconds
Time Taken: 0.00029 seconds
Memory Before: 1,673.625 KB
Memory After: 1,699.125 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.01461 seconds
Time After: 0.01496 seconds
Time Taken: 0.00035 seconds
Memory Before: 1,755.875 KB
Memory After: 1,772.469 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.01519 seconds
Time After: 0.01531 seconds
Time Taken: 0.00012 seconds
Memory Before: 1,757.664 KB
Memory After: 1,774.008 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.01556 seconds
Time After: 0.01566 seconds
Time Taken: 0.00009 seconds
Memory Before: 1,760.938 KB
Memory After: 1,777.234 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.01583 seconds
Time After: 0.01590 seconds
Time Taken: 0.00008 seconds
Memory Before: 1,761.758 KB
Memory After: 1,778.070 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.01605 seconds
Time After: 0.01612 seconds
Time Taken: 0.00007 seconds
Memory Before: 1,762.555 KB
Memory After: 1,778.945 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.01633 seconds
Time After: 0.01646 seconds
Time Taken: 0.00013 seconds
Memory Before: 1,763.086 KB
Memory After: 1,779.570 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.01667 seconds
Time After: 0.01675 seconds
Time Taken: 0.00008 seconds
Memory Before: 1,765.641 KB
Memory After: 1,781.938 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.01704 seconds
Time After: 0.01723 seconds
Time Taken: 0.00019 seconds
Memory Before: 1,740.250 KB
Memory After: 1,876.875 KB
Memory Used: 136.625 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.02379 seconds
Time After: 0.02414 seconds
Time Taken: 0.00035 seconds
Memory Before: 2,318.125 KB
Memory After: 2,335.625 KB
Memory Used: 17.500 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.02463 seconds
Time After: 0.02486 seconds
Time Taken: 0.00023 seconds
Memory Before: 2,331.445 KB
Memory After: 2,348.945 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.02523 seconds
Time After: 0.02545 seconds
Time Taken: 0.00022 seconds
Memory Before: 2,328.727 KB
Memory After: 2,345.414 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.02565 seconds
Time After: 0.02575 seconds
Time Taken: 0.00010 seconds
Memory Before: 2,329.727 KB
Memory After: 2,346.078 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.02626 seconds
Time After: 0.02633 seconds
Time Taken: 0.00007 seconds
Memory Before: 2,355.984 KB
Memory After: 2,372.336 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.02666 seconds
Time After: 0.02686 seconds
Time Taken: 0.00020 seconds
Memory Before: 2,366.930 KB
Memory After: 2,382.531 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.02704 seconds
Time After: 0.02716 seconds
Time Taken: 0.00012 seconds
Memory Before: 2,366.094 KB
Memory After: 2,383.914 KB
Memory Used: 17.820 KB
UPDATE cms_nodeinfo set viewcount = viewcount + 1 where nodeid = 115
Time Before: 0.02742 seconds
Time After: 0.02753 seconds
Time Taken: 0.00011 seconds
Memory Before: 2,381.773 KB
Memory After: 2,381.789 KB
Memory Used: 0.016 KB
SELECT tag.tagtext FROM tag AS tag JOIN tagcontent AS tagcontent ON (tag.tagid = tagcontent.tagid) WHERE tagcontent.contenttypeid = 18 AND tagcontent.contentid = 49 ORDER BY tag.tagtext
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | tagcontent | ref | PRIMARY,id_type_user | id_type_user | 8 | const,const | 1 | Using index; Using temporary; Using filesort |
| 1 | SIMPLE | tag | eq_ref | PRIMARY | PRIMARY | 4 | vbsuite_dev.tagcontent.tagid | 1 |
Time Before: 0.02784 seconds
Time After: 0.02799 seconds
Time Taken: 0.00015 seconds
Memory Before: 2,452.602 KB
Memory After: 2,468.703 KB
Memory Used: 16.102 KB
SELECT title FROM template WHERE title LIKE 'vbcms_%article%' 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.02846 seconds
Time After: 0.02945 seconds
Time Taken: 0.00099 seconds
Memory Before: 2,458.563 KB
Memory After: 2,496.211 KB
Memory Used: 37.648 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.03371 seconds
Time After: 0.03542 seconds
Time Taken: 0.00171 seconds
Memory Before: 2,724.781 KB
Memory After: 3,271.172 KB
Memory Used: 546.391 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.03804 seconds
Time After: 0.03814 seconds
Time Taken: 0.00010 seconds
Memory Before: 3,189.789 KB
Memory After: 3,205.953 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.03894 seconds
Time After: 0.03915 seconds
Time Taken: 0.00021 seconds
Memory Before: 3,282.734 KB
Memory After: 3,300.484 KB
Memory Used: 17.750 KB
SELECT layoutid FROM cms_node AS node WHERE (14 BETWEEN node.nodeleft AND node.noderight) AND layoutid > 0 ORDER BY nodeleft DESC LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | node | range | nodeleft,noderight | nodeleft | 4 | 4 | Using where |
Time Before: 0.03995 seconds
Time After: 0.04008 seconds
Time Taken: 0.00014 seconds
Memory Before: 3,308.797 KB
Memory After: 3,325.000 KB
Memory Used: 16.203 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.04026 seconds
Time After: 0.04034 seconds
Time Taken: 0.00009 seconds
Memory Before: 3,308.828 KB
Memory After: 3,325.281 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.04052 seconds
Time After: 0.04061 seconds
Time Taken: 0.00009 seconds
Memory Before: 3,309.078 KB
Memory After: 3,325.547 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.04099 seconds
Time After: 0.04114 seconds
Time Taken: 0.00015 seconds
Memory Before: 3,326.813 KB
Memory After: 3,343.438 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 OR nodeid = 49
| 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.04142 seconds
Time After: 0.04166 seconds
Time Taken: 0.00024 seconds
Memory Before: 3,340.703 KB
Memory After: 3,360.500 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.04236 seconds
Time After: 0.04255 seconds
Time Taken: 0.00019 seconds
Memory Before: 3,450.359 KB
Memory After: 3,526.797 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.04603 seconds
Time After: 0.04612 seconds
Time Taken: 0.00009 seconds
Memory Before: 3,613.836 KB
Memory After: 3,630.133 KB
Memory Used: 16.297 KB
SELECT searchcore.searchcoreid, searchcore.dateline FROM searchcore AS searchcore WHERE searchcore.dateline >= 1763786670 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.04646 seconds
Time After: 0.04658 seconds
Time Taken: 0.00012 seconds
Memory Before: 3,618.281 KB
Memory After: 3,634.633 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','cb06372c1a3d5c62f40a29dbb190f7aa','dateline','desc',0,1764996270,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:1763786670;}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.04667 seconds
Time After: 0.27363 seconds
Time Taken: 0.22696 seconds
Memory Before: 3,622.164 KB
Memory After: 3,622.414 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 = 472512Time Before: 0.27367 seconds
Time After: 0.28476 seconds
Time Taken: 0.01108 seconds
Memory Before: 3,618.125 KB
Memory After: 3,618.219 KB
Memory Used: 0.094 KB
UPDATE searchlog SET searchtime = 0.23855, completed = 1 WHERE searchlogid = 472512
Time Before: 0.28480 seconds
Time After: 0.29311 seconds
Time Taken: 0.00831 seconds
Memory Before: 3,617.813 KB
Memory After: 3,617.781 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.29361 seconds
Time After: 0.29375 seconds
Time Taken: 0.00014 seconds
Memory Before: 3,620.875 KB
Memory After: 3,637.172 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.29396 seconds
Time After: 0.29405 seconds
Time Taken: 0.00009 seconds
Memory Before: 3,622.633 KB
Memory After: 3,638.930 KB
Memory Used: 16.297 KB
SELECT searchcore.searchcoreid, searchcore.dateline FROM searchcore AS searchcore WHERE searchcore.dateline >= 1763268270 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.29428 seconds
Time After: 0.29436 seconds
Time Taken: 0.00009 seconds
Memory Before: 3,624.789 KB
Memory After: 3,641.141 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','d34db5d340c7f297717c280a2df0cf88','dateline','desc',0,1764996270,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:1763268270;}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.29445 seconds
Time After: 0.30142 seconds
Time Taken: 0.00698 seconds
Memory Before: 3,628.672 KB
Memory After: 3,628.922 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 = 472513Time Before: 0.30146 seconds
Time After: 0.30980 seconds
Time Taken: 0.00834 seconds
Memory Before: 3,624.633 KB
Memory After: 3,624.727 KB
Memory Used: 0.094 KB
UPDATE searchlog SET searchtime = 0.01573, completed = 1 WHERE searchlogid = 472513
Time Before: 0.30982 seconds
Time After: 0.31817 seconds
Time Taken: 0.00835 seconds
Memory Before: 3,624.320 KB
Memory After: 3,624.289 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.31856 seconds
Time After: 0.31879 seconds
Time Taken: 0.00023 seconds
Memory Before: 3,619.938 KB
Memory After: 3,636.281 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.31927 seconds
Time After: 0.31942 seconds
Time Taken: 0.00015 seconds
Memory Before: 3,624.938 KB
Memory After: 3,641.328 KB
Memory Used: 16.391 KB
SELECT cacheid
FROM cacheevent
WHERE event IN ('vbcms_nav_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.32129 seconds
Time After: 0.32136 seconds
Time Taken: 0.00007 seconds
Memory Before: 3,716.547 KB
Memory After: 3,732.664 KB
Memory Used: 16.117 KB
UPDATE session SET location = 'route:content%2F115-welcome|wol|viewing_page|Welcome', inforum = 0, inthread = 0, badlocation = 0 WHERE sessionhash = '0fcbc3c6fdaea91b34f40f93920f0cf9'
Time Before: 0.32142 seconds
Time After: 0.32156 seconds
Time Taken: 0.00014 seconds
Memory Before: 3,717.445 KB
Memory After: 3,717.289 KB
Memory Used: -0.156 KB