Time Before: 0.00029 seconds
Time After: 0.00033 seconds
Time Taken: 0.00004 seconds
Memory Before: 428.844 KB
Memory After: 495.797 KB
Memory Used: 66.953 KB
Time Before: 0.00037 seconds
Time After: 0.00084 seconds
Time Taken: 0.00047 seconds
Memory Before: 495.750 KB
Memory After: 496.641 KB
Memory Used: 0.891 KB
SET @@sql_mode = ''
Time Before: 0.00099 seconds
Time After: 0.00113 seconds
Time Taken: 0.00014 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.00165 seconds
Time After: 0.00229 seconds
Time Taken: 0.00063 seconds
Memory Before: 498.359 KB
Memory After: 655.617 KB
Memory Used: 157.258 KB
Time Before: 0.00115 seconds
Time After: 0.00854 seconds
Time Taken: 0.00739 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.00882 seconds
Time After: 0.00892 seconds
Time Taken: 0.00010 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.00914 seconds
Time After: 0.00923 seconds
Time Taken: 0.00009 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.00946 seconds
Time After: 0.00961 seconds
Time Taken: 0.00015 seconds
Memory Before: 1,136.992 KB
Memory After: 1,205.555 KB
Memory Used: 68.563 KB
Time Before: 0.00898 seconds
Time After: 0.00964 seconds
Time Taken: 0.00066 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.01152 seconds
Time After: 0.01158 seconds
Time Taken: 0.00006 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.01184 seconds
Time After: 0.01218 seconds
Time Taken: 0.00034 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 = 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 | parent | const | PRIMARY | PRIMARY | 4 | const | 1 |
Time Before: 0.01245 seconds
Time After: 0.01263 seconds
Time Taken: 0.00018 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 = 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 | 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.01309 seconds
Time After: 0.01336 seconds
Time Taken: 0.00027 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 = 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.01364 seconds
Time After: 0.01383 seconds
Time Taken: 0.00019 seconds
Memory Before: 1,545.641 KB
Memory After: 1,562.328 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.01398 seconds
Time After: 0.01405 seconds
Time Taken: 0.00007 seconds
Memory Before: 1,546.641 KB
Memory After: 1,562.992 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 (117,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.01430 seconds
Time After: 0.01463 seconds
Time Taken: 0.00033 seconds
Memory Before: 1,550.406 KB
Memory After: 1,567.000 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.01482 seconds
Time After: 0.01489 seconds
Time Taken: 0.00008 seconds
Memory Before: 1,632.188 KB
Memory After: 1,648.539 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.01507 seconds
Time After: 0.01517 seconds
Time Taken: 0.00009 seconds
Memory Before: 1,632.719 KB
Memory After: 1,649.203 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 < 1764995171 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.01547 seconds
Time After: 0.01586 seconds
Time Taken: 0.00039 seconds
Memory Before: 1,649.375 KB
Memory After: 1,666.313 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 < 1764995171 ))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.01619 seconds
Time After: 0.01665 seconds
Time Taken: 0.00047 seconds
Memory Before: 1,650.219 KB
Memory After: 1,668.031 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.01670 seconds
Time After: 0.01700 seconds
Time Taken: 0.00030 seconds
Memory Before: 1,673.703 KB
Memory After: 1,699.203 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.01749 seconds
Time After: 0.01791 seconds
Time Taken: 0.00041 seconds
Memory Before: 1,755.594 KB
Memory After: 1,772.188 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.01812 seconds
Time After: 0.01824 seconds
Time Taken: 0.00013 seconds
Memory Before: 1,757.383 KB
Memory After: 1,773.727 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.01849 seconds
Time After: 0.01860 seconds
Time Taken: 0.00011 seconds
Memory Before: 1,760.656 KB
Memory After: 1,776.953 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.01877 seconds
Time After: 0.01886 seconds
Time Taken: 0.00009 seconds
Memory Before: 1,761.789 KB
Memory After: 1,778.102 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.01897 seconds
Time After: 0.01903 seconds
Time Taken: 0.00006 seconds
Memory Before: 1,762.586 KB
Memory After: 1,778.977 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.01916 seconds
Time After: 0.01926 seconds
Time Taken: 0.00010 seconds
Memory Before: 1,763.117 KB
Memory After: 1,779.602 KB
Memory Used: 16.484 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.01953 seconds
Time After: 0.01968 seconds
Time Taken: 0.00015 seconds
Memory Before: 1,739.438 KB
Memory After: 1,876.063 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 = 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.02250 seconds
Time After: 0.02272 seconds
Time Taken: 0.00023 seconds
Memory Before: 2,317.375 KB
Memory After: 2,334.875 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 = 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.02308 seconds
Time After: 0.02335 seconds
Time Taken: 0.00027 seconds
Memory Before: 2,338.523 KB
Memory After: 2,356.023 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.02365 seconds
Time After: 0.02388 seconds
Time Taken: 0.00023 seconds
Memory Before: 2,335.805 KB
Memory After: 2,352.492 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.02405 seconds
Time After: 0.02415 seconds
Time Taken: 0.00011 seconds
Memory Before: 2,336.805 KB
Memory After: 2,353.156 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.02457 seconds
Time After: 0.02465 seconds
Time Taken: 0.00008 seconds
Memory Before: 2,363.063 KB
Memory After: 2,379.414 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.02490 seconds
Time After: 0.02504 seconds
Time Taken: 0.00014 seconds
Memory Before: 2,374.008 KB
Memory After: 2,389.609 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.02525 seconds
Time After: 0.02534 seconds
Time Taken: 0.00009 seconds
Memory Before: 2,395.305 KB
Memory After: 2,413.125 KB
Memory Used: 17.820 KB
UPDATE cms_nodeinfo set viewcount = viewcount + 1 where nodeid = 117
Time Before: 0.02601 seconds
Time After: 0.02613 seconds
Time Taken: 0.00012 seconds
Memory Before: 2,396.602 KB
Memory After: 2,396.617 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 = 51 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.02636 seconds
Time After: 0.02648 seconds
Time Taken: 0.00012 seconds
Memory Before: 2,467.430 KB
Memory After: 2,483.531 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.02679 seconds
Time After: 0.02729 seconds
Time Taken: 0.00050 seconds
Memory Before: 2,473.391 KB
Memory After: 2,511.039 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.02901 seconds
Time After: 0.03041 seconds
Time Taken: 0.00140 seconds
Memory Before: 2,739.609 KB
Memory After: 3,286.000 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 = 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.03208 seconds
Time After: 0.03221 seconds
Time Taken: 0.00013 seconds
Memory Before: 3,204.617 KB
Memory After: 3,220.781 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.03271 seconds
Time After: 0.03298 seconds
Time Taken: 0.00027 seconds
Memory Before: 3,297.563 KB
Memory After: 3,315.313 KB
Memory Used: 17.750 KB
SELECT layoutid FROM cms_node AS node WHERE (16 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 | 5 | Using where |
Time Before: 0.03365 seconds
Time After: 0.03382 seconds
Time Taken: 0.00017 seconds
Memory Before: 3,323.625 KB
Memory After: 3,339.828 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.03400 seconds
Time After: 0.03410 seconds
Time Taken: 0.00009 seconds
Memory Before: 3,323.656 KB
Memory After: 3,340.109 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.03425 seconds
Time After: 0.03436 seconds
Time Taken: 0.00011 seconds
Memory Before: 3,323.906 KB
Memory After: 3,340.375 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.03462 seconds
Time After: 0.03474 seconds
Time Taken: 0.00012 seconds
Memory Before: 3,341.641 KB
Memory After: 3,358.266 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 = 51
| 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.03496 seconds
Time After: 0.03508 seconds
Time Taken: 0.00012 seconds
Memory Before: 3,355.531 KB
Memory After: 3,375.328 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.03556 seconds
Time After: 0.03573 seconds
Time Taken: 0.00017 seconds
Memory Before: 3,465.188 KB
Memory After: 3,541.625 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.03698 seconds
Time After: 0.03707 seconds
Time Taken: 0.00009 seconds
Memory Before: 3,628.664 KB
Memory After: 3,644.961 KB
Memory Used: 16.297 KB
SELECT searchcore.searchcoreid, searchcore.dateline FROM searchcore AS searchcore WHERE searchcore.dateline >= 1763785571 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.03728 seconds
Time After: 0.03738 seconds
Time Taken: 0.00009 seconds
Memory Before: 3,633.109 KB
Memory After: 3,649.461 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','44870c583b166d85c8dacc8dfe195eab','dateline','desc',0,1764995171,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:1763785571;}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.03743 seconds
Time After: 0.06574 seconds
Time Taken: 0.02830 seconds
Memory Before: 3,636.992 KB
Memory After: 3,637.242 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 = 472395Time Before: 0.06587 seconds
Time After: 0.07398 seconds
Time Taken: 0.00810 seconds
Memory Before: 3,632.953 KB
Memory After: 3,633.047 KB
Memory Used: 0.094 KB
UPDATE searchlog SET searchtime = 0.03690, completed = 1 WHERE searchlogid = 472395
Time Before: 0.07404 seconds
Time After: 0.08231 seconds
Time Taken: 0.00828 seconds
Memory Before: 3,632.641 KB
Memory After: 3,632.609 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.08276 seconds
Time After: 0.08300 seconds
Time Taken: 0.00024 seconds
Memory Before: 3,635.703 KB
Memory After: 3,652.000 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.08334 seconds
Time After: 0.08352 seconds
Time Taken: 0.00018 seconds
Memory Before: 3,637.461 KB
Memory After: 3,653.758 KB
Memory Used: 16.297 KB
SELECT searchcore.searchcoreid, searchcore.dateline FROM searchcore AS searchcore WHERE searchcore.dateline >= 1763267171 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.08383 seconds
Time After: 0.08396 seconds
Time Taken: 0.00013 seconds
Memory Before: 3,639.617 KB
Memory After: 3,655.969 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','8f082e5739a3f0bd7a5aad8727611ddc','dateline','desc',0,1764995171,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:1763267171;}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.08403 seconds
Time After: 0.09054 seconds
Time Taken: 0.00651 seconds
Memory Before: 3,643.500 KB
Memory After: 3,643.750 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 = 472396Time Before: 0.09060 seconds
Time After: 0.09899 seconds
Time Taken: 0.00839 seconds
Memory Before: 3,639.461 KB
Memory After: 3,639.555 KB
Memory Used: 0.094 KB
UPDATE searchlog SET searchtime = 0.01547, completed = 1 WHERE searchlogid = 472396
Time Before: 0.09904 seconds
Time After: 0.10729 seconds
Time Taken: 0.00824 seconds
Memory Before: 3,639.148 KB
Memory After: 3,639.117 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.10776 seconds
Time After: 0.10821 seconds
Time Taken: 0.00045 seconds
Memory Before: 3,634.766 KB
Memory After: 3,651.109 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.10890 seconds
Time After: 0.10911 seconds
Time Taken: 0.00022 seconds
Memory Before: 3,639.766 KB
Memory After: 3,656.156 KB
Memory Used: 16.391 KB
SELECT cacheid
FROM cacheevent
WHERE event IN ('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.11137 seconds
Time After: 0.11143 seconds
Time Taken: 0.00006 seconds
Memory Before: 3,719.766 KB
Memory After: 3,735.883 KB
Memory Used: 16.117 KB
UPDATE session SET location = 'route:content%2F117-license|wol|viewing_page|vBulletin+Open+Source+License+v1.0', badlocation = 0 WHERE sessionhash = '0fcbc3c6fdaea91b34f40f93920f0cf9'
Time Before: 0.11149 seconds
Time After: 0.11158 seconds
Time Taken: 0.00010 seconds
Memory Before: 3,720.711 KB
Memory After: 3,720.555 KB
Memory Used: -0.156 KB