Time Before: 0.00017 seconds
Time After: 0.00019 seconds
Time Taken: 0.00002 seconds
Memory Before: 428.914 KB
Memory After: 495.867 KB
Memory Used: 66.953 KB
Time Before: 0.00021 seconds
Time After: 0.00048 seconds
Time Taken: 0.00027 seconds
Memory Before: 495.820 KB
Memory After: 496.711 KB
Memory Used: 0.891 KB
SET @@sql_mode = ''
Time Before: 0.00058 seconds
Time After: 0.00067 seconds
Time Taken: 0.00010 seconds
Memory Before: 496.734 KB
Memory After: 496.789 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.00095 seconds
Time After: 0.00142 seconds
Time Taken: 0.00046 seconds
Memory Before: 498.430 KB
Memory After: 655.688 KB
Memory Used: 157.258 KB
Time Before: 0.00068 seconds
Time After: 0.00431 seconds
Time Taken: 0.00363 seconds
Memory Before: 496.555 KB
Memory After: 941.641 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.00466 seconds
Time After: 0.00476 seconds
Time Taken: 0.00010 seconds
Memory Before: 1,099.063 KB
Memory After: 1,115.320 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.00512 seconds
Time After: 0.00528 seconds
Time Taken: 0.00016 seconds
Memory Before: 1,129.672 KB
Memory After: 1,146.359 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.00565 seconds
Time After: 0.00592 seconds
Time Taken: 0.00027 seconds
Memory Before: 1,137.063 KB
Memory After: 1,205.625 KB
Memory Used: 68.563 KB
Time Before: 0.00488 seconds
Time After: 0.00599 seconds
Time Taken: 0.00111 seconds
Memory Before: 1,126.867 KB
Memory After: 1,190.773 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.00877 seconds
Time After: 0.00888 seconds
Time Taken: 0.00011 seconds
Memory Before: 1,312.523 KB
Memory After: 1,328.633 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.00930 seconds
Time After: 0.00983 seconds
Time Taken: 0.00053 seconds
Memory Before: 1,505.500 KB
Memory After: 1,527.000 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 = 121
| 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.01022 seconds
Time After: 0.01044 seconds
Time Taken: 0.00022 seconds
Memory Before: 1,528.797 KB
Memory After: 1,545.922 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 = 121
| 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 | Unique row not found |
| 1 | SIMPLE | parent | const | PRIMARY | PRIMARY | 4 | const | 1 |
Time Before: 0.01107 seconds
Time After: 0.01139 seconds
Time Taken: 0.00032 seconds
Memory Before: 1,538.828 KB
Memory After: 1,555.953 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 = 121 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 | 3 | Using index condition; Using where | |
| 1 | SIMPLE | info | eq_ref | PRIMARY | PRIMARY | 4 | vbsuite_dev.parent.nodeid | 1 |
Time Before: 0.01172 seconds
Time After: 0.01195 seconds
Time Taken: 0.00023 seconds
Memory Before: 1,545.523 KB
Memory After: 1,562.430 KB
Memory Used: 16.906 KB
SELECT nodeconfig.name, nodeconfig.value, nodeconfig.serialized FROM cms_nodeconfig AS nodeconfig WHERE nodeid = 121
| 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.01215 seconds
Time After: 0.01225 seconds
Time Taken: 0.00010 seconds
Memory Before: 1,548.172 KB
Memory After: 1,564.523 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 (121,1,114) 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 | 3 | 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.01265 seconds
Time After: 0.01305 seconds
Time Taken: 0.00040 seconds
Memory Before: 1,551.938 KB
Memory After: 1,568.531 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.01327 seconds
Time After: 0.01334 seconds
Time Taken: 0.00007 seconds
Memory Before: 1,633.719 KB
Memory After: 1,650.070 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.01359 seconds
Time After: 0.01374 seconds
Time Taken: 0.00014 seconds
Memory Before: 1,634.250 KB
Memory After: 1,650.734 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 < 1765000096 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.01412 seconds
Time After: 0.01468 seconds
Time Taken: 0.00055 seconds
Memory Before: 1,650.906 KB
Memory After: 1,667.844 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 < 1765000096 ))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.01518 seconds
Time After: 0.01581 seconds
Time Taken: 0.00063 seconds
Memory Before: 1,651.750 KB
Memory After: 1,669.563 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.01587 seconds
Time After: 0.01625 seconds
Time Taken: 0.00038 seconds
Memory Before: 1,675.234 KB
Memory After: 1,700.734 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.01690 seconds
Time After: 0.01737 seconds
Time Taken: 0.00047 seconds
Memory Before: 1,757.484 KB
Memory After: 1,774.078 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.01761 seconds
Time After: 0.01774 seconds
Time Taken: 0.00012 seconds
Memory Before: 1,759.273 KB
Memory After: 1,775.617 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.01795 seconds
Time After: 0.01806 seconds
Time Taken: 0.00011 seconds
Memory Before: 1,762.547 KB
Memory After: 1,778.844 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.01824 seconds
Time After: 0.01831 seconds
Time Taken: 0.00007 seconds
Memory Before: 1,763.367 KB
Memory After: 1,779.680 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.02710 seconds
Time After: 0.02727 seconds
Time Taken: 0.00017 seconds
Memory Before: 1,764.164 KB
Memory After: 1,780.555 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.02754 seconds
Time After: 0.02772 seconds
Time Taken: 0.00018 seconds
Memory Before: 1,764.695 KB
Memory After: 1,781.180 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.02799 seconds
Time After: 0.02814 seconds
Time Taken: 0.00015 seconds
Memory Before: 1,767.250 KB
Memory After: 1,783.547 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.02843 seconds
Time After: 0.02858 seconds
Time Taken: 0.00015 seconds
Memory Before: 1,741.859 KB
Memory After: 1,878.484 KB
Memory Used: 136.625 KB
SELECT usergroupid, membergroupids FROM user WHERE userid = 11
| 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.03140 seconds
Time After: 0.03148 seconds
Time Taken: 0.00008 seconds
Memory Before: 2,240.148 KB
Memory After: 2,256.461 KB
Memory Used: 16.313 KB
SELECT vbcmspermissions FROM administrator WHERE userid = 11
| 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.03162 seconds
Time After: 0.03169 seconds
Time Taken: 0.00007 seconds
Memory Before: 2,240.945 KB
Memory After: 2,257.336 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 (9) 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.03190 seconds
Time After: 0.03203 seconds
Time Taken: 0.00013 seconds
Memory Before: 2,241.477 KB
Memory After: 2,257.961 KB
Memory Used: 16.484 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 = 121
| 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.03246 seconds
Time After: 0.03277 seconds
Time Taken: 0.00031 seconds
Memory Before: 2,322.797 KB
Memory After: 2,340.297 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 = 121
| 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.03330 seconds
Time After: 0.03363 seconds
Time Taken: 0.00033 seconds
Memory Before: 2,338.320 KB
Memory After: 2,355.820 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 = 121 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 | 3 | Using index condition; Using where | |
| 1 | SIMPLE | info | eq_ref | PRIMARY | PRIMARY | 4 | vbsuite_dev.parent.nodeid | 1 |
Time Before: 0.03397 seconds
Time After: 0.03421 seconds
Time Taken: 0.00024 seconds
Memory Before: 2,335.602 KB
Memory After: 2,352.508 KB
Memory Used: 16.906 KB
SELECT nodeconfig.name, nodeconfig.value, nodeconfig.serialized FROM cms_nodeconfig AS nodeconfig WHERE nodeid = 121
| 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.03439 seconds
Time After: 0.03448 seconds
Time Taken: 0.00008 seconds
Memory Before: 2,338.250 KB
Memory After: 2,354.602 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.03505 seconds
Time After: 0.03512 seconds
Time Taken: 0.00007 seconds
Memory Before: 2,364.578 KB
Memory After: 2,380.930 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 = 121 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.03546 seconds
Time After: 0.03565 seconds
Time Taken: 0.00020 seconds
Memory Before: 2,375.523 KB
Memory After: 2,391.125 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.03592 seconds
Time After: 0.03605 seconds
Time Taken: 0.00013 seconds
Memory Before: 2,400.578 KB
Memory After: 2,418.398 KB
Memory Used: 17.820 KB
UPDATE cms_nodeinfo set viewcount = viewcount + 1 where nodeid = 121
Time Before: 0.03736 seconds
Time After: 0.03911 seconds
Time Taken: 0.00174 seconds
Memory Before: 2,467.367 KB
Memory After: 2,467.383 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 = 55 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.03942 seconds
Time After: 0.03958 seconds
Time Taken: 0.00016 seconds
Memory Before: 2,474.195 KB
Memory After: 2,490.297 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.03999 seconds
Time After: 0.04070 seconds
Time Taken: 0.00071 seconds
Memory Before: 2,480.156 KB
Memory After: 2,517.805 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.04318 seconds
Time After: 0.04488 seconds
Time Taken: 0.00170 seconds
Memory Before: 2,746.375 KB
Memory After: 3,292.766 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 = 121
| 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.04731 seconds
Time After: 0.04740 seconds
Time Taken: 0.00009 seconds
Memory Before: 3,211.477 KB
Memory After: 3,227.641 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 = 11 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.04799 seconds
Time After: 0.04825 seconds
Time Taken: 0.00027 seconds
Memory Before: 3,304.430 KB
Memory After: 3,322.180 KB
Memory Used: 17.750 KB
SELECT layoutid FROM cms_node AS node WHERE (11 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 | 3 | Using where |
Time Before: 0.04897 seconds
Time After: 0.04909 seconds
Time Taken: 0.00012 seconds
Memory Before: 3,330.469 KB
Memory After: 3,346.672 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.04930 seconds
Time After: 0.04941 seconds
Time Taken: 0.00011 seconds
Memory Before: 3,330.500 KB
Memory After: 3,346.953 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.04961 seconds
Time After: 0.04970 seconds
Time Taken: 0.00009 seconds
Memory Before: 3,330.750 KB
Memory After: 3,347.219 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.05001 seconds
Time After: 0.05015 seconds
Time Taken: 0.00014 seconds
Memory Before: 3,348.484 KB
Memory After: 3,365.109 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 = 55
| 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.05043 seconds
Time After: 0.05060 seconds
Time Taken: 0.00017 seconds
Memory Before: 3,362.375 KB
Memory After: 3,382.172 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.05118 seconds
Time After: 0.05142 seconds
Time Taken: 0.00025 seconds
Memory Before: 3,472.031 KB
Memory After: 3,548.469 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.05277 seconds
Time After: 0.05287 seconds
Time Taken: 0.00011 seconds
Memory Before: 3,635.508 KB
Memory After: 3,651.805 KB
Memory Used: 16.297 KB
SELECT searchcore.searchcoreid, searchcore.dateline FROM searchcore AS searchcore WHERE searchcore.dateline >= 1763790496 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.05323 seconds
Time After: 0.05341 seconds
Time Taken: 0.00018 seconds
Memory Before: 3,639.953 KB
Memory After: 3,656.305 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','b8c85f6288bb4d4460c38455f0b4d2f4','dateline','desc',0,1765000096,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:1763790496;}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.05353 seconds
Time After: 0.30351 seconds
Time Taken: 0.24998 seconds
Memory Before: 3,643.836 KB
Memory After: 3,644.086 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 = 472598Time Before: 0.30357 seconds
Time After: 0.31184 seconds
Time Taken: 0.00827 seconds
Memory Before: 3,639.797 KB
Memory After: 3,639.891 KB
Memory Used: 0.094 KB
UPDATE searchlog SET searchtime = 0.25891, completed = 1 WHERE searchlogid = 472598
Time Before: 0.31188 seconds
Time After: 0.32017 seconds
Time Taken: 0.00830 seconds
Memory Before: 3,639.484 KB
Memory After: 3,639.453 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.32068 seconds
Time After: 0.32089 seconds
Time Taken: 0.00021 seconds
Memory Before: 3,642.547 KB
Memory After: 3,658.844 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.32111 seconds
Time After: 0.32120 seconds
Time Taken: 0.00009 seconds
Memory Before: 3,644.305 KB
Memory After: 3,660.602 KB
Memory Used: 16.297 KB
SELECT searchcore.searchcoreid, searchcore.dateline FROM searchcore AS searchcore WHERE searchcore.dateline >= 1763272096 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.32146 seconds
Time After: 0.32157 seconds
Time Taken: 0.00011 seconds
Memory Before: 3,646.461 KB
Memory After: 3,662.813 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','17a34af815865040a34838a39136472f','dateline','desc',0,1765000096,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:1763272096;}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.32164 seconds
Time After: 0.32845 seconds
Time Taken: 0.00682 seconds
Memory Before: 3,650.344 KB
Memory After: 3,650.594 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 = 472599Time Before: 0.32850 seconds
Time After: 0.33689 seconds
Time Taken: 0.00839 seconds
Memory Before: 3,646.305 KB
Memory After: 3,646.398 KB
Memory Used: 0.094 KB
UPDATE searchlog SET searchtime = 0.01567, completed = 1 WHERE searchlogid = 472599
Time Before: 0.33694 seconds
Time After: 0.34518 seconds
Time Taken: 0.00824 seconds
Memory Before: 3,645.992 KB
Memory After: 3,645.961 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.34558 seconds
Time After: 0.34579 seconds
Time Taken: 0.00021 seconds
Memory Before: 3,641.609 KB
Memory After: 3,657.953 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.34668 seconds
Time After: 0.34698 seconds
Time Taken: 0.00030 seconds
Memory Before: 3,711.500 KB
Memory After: 3,727.891 KB
Memory Used: 16.391 KB
SELECT cacheid
FROM cacheevent
WHERE event IN ('vbcms_nav_121')| 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.35680 seconds
Time After: 0.35689 seconds
Time Taken: 0.00009 seconds
Memory Before: 3,798.242 KB
Memory After: 3,814.359 KB
Memory Used: 16.117 KB
UPDATE session SET location = 'route:content%2F121-Terminology|wol|viewing_page|Terminology', badlocation = 0 WHERE sessionhash = '0fcbc3c6fdaea91b34f40f93920f0cf9'
Time Before: 0.35698 seconds
Time After: 0.35710 seconds
Time Taken: 0.00012 seconds
Memory Before: 3,799.125 KB
Memory After: 3,799.000 KB
Memory Used: -0.125 KB