vBulletin - Explain SQL Queries (101)
Duplicate Queries: (Exact textual duplicates, also included in the full listing of queries below)
- Times run: 3
SELECT * FROM hmq_routenew
WHERE `routeid` IN (43)
- Times run: 2
SELECT cl.parent AS nodeid, count(a.nodeid) AS count
FROM hmq_closure AS cl
INNER JOIN hmq_attach AS a ON (a.nodeid = cl.child)
WHERE cl.parent in (1441919)
GROUP BY cl.parent
/**getDescendantAttachCount**/
- Times run: 2
SELECT cl.parent AS nodeid, count(child.nodeid) AS count
FROM hmq_closure AS cl
INNER JOIN hmq_node AS child USE INDEX (nodeid, node_ctypid_userid_dispo_idx) ON (child.nodeid = cl.child)
WHERE cl.parent in (1441919) AND child.contenttypeid = 23
GROUP BY cl.parent
/**getDescendantPhotoCount**/
SET @@sql_mode = ''
- Time Before: 1783261788.0139
- Time After: 1783261788.014
- Time Taken: 5.1975250244141E-5
- Memory Before: 4194304
- Memory After: 4194304
- Memory Used: 0
#0 vB_Database_MySQLi->execute_query(true, mysqli) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/database.php(561)
#1 vB_Database->query_write('') in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/database.php(529)
#2 vB_Database->force_sql_mode('') in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/mysql/assertor.php(79)
#3 vB_dB_MYSQL_Assertor->load_database(array[len:4], array[len:8]) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/assertor.php(140)
#4 vB_dB_Assertor::init(array[len:4], array[len:8]) in /core/vb/vb.php(835)
#5 vB::getDbAssertor() in /core/vb/vb.php(851)
#6 vB::getDatastore() in /includes/api/interface/collapsed.php(48)
#7 Api_Interface_Collapsed->init() in /includes/api/interfaceabstract.php(71)
#8 Api_InterfaceAbstract::instance() in /includes/vb5/frontend/routing.php(120)
#9 vB5_Frontend_Routing->setRoutes() in /includes/vb5/frontend/application.php(21)
#10 vB5_Frontend_Application::init('config.php') in /index.php(48)
SELECT * FROM hmq_datastore
WHERE `title` IN ('options','bitfields','attachmentcache','usergroupcache','stylecache','languagecache','products','cron','profilefield','loadcache','miscoptions','noticecache','hooks','publicoptions','prefixcache','vBUgChannelPermissionsFrom','vBChannelTypes','locations')
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | hmq_datastore | range | PRIMARY | PRIMARY | 52 | | 18 | Using index condition |
- Time Before: 1783261788.0257
- Time After: 1783261788.0258
- Time Taken: 0.00015878677368164
- Memory Before: 6291456
- Memory After: 6291456
- Memory Used: 0
#0 vB_Database_MySQLi->execute_query(true, mysqli) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/database.php(576)
#1 vB_Database->query_read('', true) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/result.php(144)
#2 vB_dB_Result->rewind() in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/result.php(68)
#3 vB_dB_Result->__construct(vB_Database_MySQLi, 'SELECT * F[len:303]', false) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/query/select.php(121)
#4 vB_dB_Query_Select->doSelect() in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/query/select.php(98)
#5 vB_dB_Query_Select->execSQL() in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/assertor.php(293)
#6 vB_dB_Assertor->assertQuery('datastore', array[len:1]) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/datastore.php(602)
#7 vB_Datastore->do_db_fetch(array[len:18]) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/datastore.php(556)
#8 vB_Datastore->fetch(array[len:18]) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/datastore.php(180)
#9 vB_Datastore->getValue('options') in /includes/api/interface/collapsed.php(48)
#10 Api_Interface_Collapsed->init() in /includes/api/interfaceabstract.php(71)
#11 Api_InterfaceAbstract::instance() in /includes/vb5/frontend/routing.php(120)
#12 vB5_Frontend_Routing->setRoutes() in /includes/vb5/frontend/application.php(21)
#13 vB5_Frontend_Application::init('config.php') in /index.php(48)
SELECT * FROM hmq_session
WHERE `userid` = 0 AND `host` = '216.73.216.75' AND `idhash` = 'ea5a359a73a8141a16de516480d33c34'
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | hmq_session | ref | guest_lookup,user_activity | guest_lookup | 85 | const,const,const | 1 | Using index condition |
- Time Before: 1783261788.0294
- Time After: 1783261788.0309
- Time Taken: 0.0014469623565674
- Memory Before: 6291456
- Memory After: 6291456
- Memory Used: 0
#0 vB_Database_MySQLi->execute_query(true, mysqli) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/database.php(576)
#1 vB_Database->query_read('', true) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/result.php(144)
#2 vB_dB_Result->rewind() in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/result.php(68)
#3 vB_dB_Result->__construct(vB_Database_MySQLi, 'SELECT * F[len:134]', false) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/query/select.php(121)
#4 vB_dB_Query_Select->doSelect() in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/query/select.php(98)
#5 vB_dB_Query_Select->execSQL() in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/assertor.php(293)
#6 vB_dB_Assertor->assertQuery('session', array[len:4], false) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/assertor.php(617)
#7 vB_dB_Assertor->getRow('session', array[len:4]) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/session.php(217)
#8 vB_Session->loadExistingSession('', array[len:2]) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/session.php(498)
#9 vB_Session->__construct(vB_dB_MYSQL_Assertor, vB_Datastore, array[len:7], '', array[len:2], 0, 0) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/session/web.php(31)
#10 vB_Session_Web->__construct(vB_dB_MYSQL_Assertor, vB_Datastore, array[len:7], '', array[len:2], 0, 0) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/session/webapi.php(72)
#11 vB_Session_WebApi->__construct(vB_dB_MYSQL_Assertor, vB_Datastore, array[len:7], '', array[len:2]) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/session/webapi.php(66)
#12 vB_Session_WebApi::createSessionNew('', array[len:2]) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/request/webapi.php(54)
#13 vB_Request_WebApi->createSessionNew('', array[len:2]) in /includes/api/interfaceabstract.php(180)
#14 Api_InterfaceAbstract->createSession(vB_Request_WebApi, array[len:402]) in /includes/api/interface/collapsed.php(60)
#15 Api_Interface_Collapsed->init() in /includes/api/interfaceabstract.php(71)
#16 Api_InterfaceAbstract::instance() in /includes/vb5/frontend/routing.php(120)
#17 vB5_Frontend_Routing->setRoutes() in /includes/vb5/frontend/application.php(21)
#18 vB5_Frontend_Application::init('config.php') in /index.php(48)
SELECT * FROM hmq_cache
WHERE `cacheid` IN ('13bd7d9a9062e9bc75fb938051d62b32')
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | hmq_cache | const | PRIMARY | PRIMARY | 66 | const | 1 | |
- Time Before: 1783261788.0316
- Time After: 1783261788.0324
- Time Taken: 0.00081110000610352
- Memory Before: 6291456
- Memory After: 6291456
- Memory Used: 0
#0 vB_Database_MySQLi->execute_query(true, mysqli) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/database.php(576)
#1 vB_Database->query_read('', true) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/result.php(144)
#2 vB_dB_Result->rewind() in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/result.php(68)
#3 vB_dB_Result->__construct(vB_Database_MySQLi, 'SELECT * F[len:81]', false) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/query/select.php(121)
#4 vB_dB_Query_Select->doSelect() in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/query/select.php(98)
#5 vB_dB_Query_Select->execSQL() in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/assertor.php(293)
#6 vB_dB_Assertor->assertQuery('cache', array[len:2]) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/cache/db.php(154)
#7 vB_Cache_Db->readCacheArray(array[len:1], false) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/cache.php(761)
#8 vB_Cache->read(array[len:1]) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/language.php(75)
#9 vB_Language::getPhraseCache('13bd7d9a90[len:32]') in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/language.php(50)
#10 vB_Language::getPhraseInfo(5) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/session.php(835)
#11 vB_Session->loadLanguage() in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/session.php(943)
#12 vB_Session->fetch_userinfo() in /core/vb/vb.php(990)
#13 vB::setCurrentSession(vB_Session_WebApi) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/request.php(173)
#14 vB_Request->setSession(vB_Session_WebApi) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/request/webapi.php(55)
#15 vB_Request_WebApi->createSessionNew('', array[len:2]) in /includes/api/interfaceabstract.php(180)
#16 Api_InterfaceAbstract->createSession(vB_Request_WebApi, array[len:402]) in /includes/api/interface/collapsed.php(60)
#17 Api_Interface_Collapsed->init() in /includes/api/interfaceabstract.php(71)
#18 Api_InterfaceAbstract::instance() in /includes/vb5/frontend/routing.php(120)
#19 vB5_Frontend_Routing->setRoutes() in /includes/vb5/frontend/application.php(21)
#20 vB5_Frontend_Application::init('config.php') in /index.php(48)
SELECT * FROM hmq_cache
WHERE `cacheid` IN ('vB_CommonRoutes')
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | hmq_cache | const | PRIMARY | PRIMARY | 66 | const | 1 | |
- Time Before: 1783261788.041
- Time After: 1783261788.0427
- Time Taken: 0.0017409324645996
- Memory Before: 10485760
- Memory After: 10485760
- Memory Used: 0
#0 vB_Database_MySQLi->execute_query(true, mysqli) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/database.php(576)
#1 vB_Database->query_read('', true) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/result.php(144)
#2 vB_dB_Result->rewind() in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/result.php(68)
#3 vB_dB_Result->__construct(vB_Database_MySQLi, 'SELECT * F[len:64]', false) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/query/select.php(121)
#4 vB_dB_Query_Select->doSelect() in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/query/select.php(98)
#5 vB_dB_Query_Select->execSQL() in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/assertor.php(293)
#6 vB_dB_Assertor->assertQuery('cache', array[len:2]) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/cache/db.php(154)
#7 vB_Cache_Db->readCacheArray(array[len:1], false) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/cache.php(761)
#8 vB_Cache->read(array[len:1]) in /core/vb5/route.php(1695)
#9 vB5_Route::fetchCommonRoutes() in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/api/route.php(87)
#10 vB_Api_Route->getRoute('articles', 'explain=1') in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/api/wrapper.php(201)
#11 vB_Api_Wrapper->__call('getRoute', array[len:2]) in /includes/api/interface/collapsed.php(105)
#12 Api_Interface_Collapsed->callApi('route', 'getRoute', array[len:2]) in /includes/vb5/frontend/routing.php(121)
#13 vB5_Frontend_Routing->setRoutes() in /includes/vb5/frontend/application.php(21)
#14 vB5_Frontend_Application::init('config.php') in /index.php(48)
SELECT routenew.*
FROM hmq_routenew AS routenew
WHERE routenew.prefix IN ('articles','') OR ishomeroute = 1
/**get_best_routes**/
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | routenew | index_merge | prefix,ishomeroute | prefix,ishomeroute | 202,2 | | 4 | Using sort_union(prefix,ishomeroute); Using where |
- Time Before: 1783261788.0432
- Time After: 1783261788.0432
- Time Taken: 7.1048736572266E-5
- Memory Before: 10485760
- Memory After: 10485760
- Memory Used: 0
#0 vB_Database_MySQLi->execute_query(true, mysqli) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/database.php(576)
#1 vB_Database->query_read('', true) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/result.php(144)
#2 vB_dB_Result->rewind() in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/result.php(68)
#3 vB_dB_Result->__construct(vB_Database_MySQLi, '\n\t\t\t\tSELEC[len:146]', false) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/query/stored.php(104)
#4 vB_dB_Query_Stored->execSQL() in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/assertor.php(293)
#5 vB_dB_Assertor->assertQuery('get_best_routes', array[len:1]) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/api/route.php(127)
#6 vB_Api_Route->getRoute('articles', 'explain=1') in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/api/wrapper.php(201)
#7 vB_Api_Wrapper->__call('getRoute', array[len:2]) in /includes/api/interface/collapsed.php(105)
#8 Api_Interface_Collapsed->callApi('route', 'getRoute', array[len:2]) in /includes/vb5/frontend/routing.php(121)
#9 vB5_Frontend_Routing->setRoutes() in /includes/vb5/frontend/application.php(21)
#10 vB5_Frontend_Application::init('config.php') in /index.php(48)
SELECT * FROM hmq_cache
WHERE `cacheid` IN ('vB_UserPerms0')
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | hmq_cache | const | PRIMARY | PRIMARY | 66 | const | 1 | |
- Time Before: 1783261788.049
- Time After: 1783261788.0495
- Time Taken: 0.00047397613525391
- Memory Before: 10485760
- Memory After: 10485760
- Memory Used: 0
#0 vB_Database_MySQLi->execute_query(true, mysqli) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/database.php(576)
#1 vB_Database->query_read('', true) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/result.php(144)
#2 vB_dB_Result->rewind() in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/result.php(68)
#3 vB_dB_Result->__construct(vB_Database_MySQLi, 'SELECT * F[len:62]', false) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/query/select.php(121)
#4 vB_dB_Query_Select->doSelect() in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/query/select.php(98)
#5 vB_dB_Query_Select->execSQL() in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/assertor.php(293)
#6 vB_dB_Assertor->assertQuery('cache', array[len:2]) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/cache/db.php(154)
#7 vB_Cache_Db->readCacheArray(array[len:1], false) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/cache.php(761)
#8 vB_Cache->read(array[len:1]) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/usercontext.php(142)
#9 vB_UserContext->reloadUserPerms() in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/usercontext.php(115)
#10 vB_UserContext->__construct(0, vB_dB_MYSQL_Assertor, vB_Datastore, array[len:8]) in /core/vb/vb.php(940)
#11 vB::getUserContext(0) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/library/user.php(32)
#12 vB_Library_User->isBanned('0') in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/library/user.php(61)
#13 vB_Library_User->fetchBannedInfo('0') in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/api/route.php(152)
#14 vB_Api_Route->getRoute('articles', 'explain=1') in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/api/wrapper.php(201)
#15 vB_Api_Wrapper->__call('getRoute', array[len:2]) in /includes/api/interface/collapsed.php(105)
#16 Api_Interface_Collapsed->callApi('route', 'getRoute', array[len:2]) in /includes/vb5/frontend/routing.php(121)
#17 vB5_Frontend_Routing->setRoutes() in /includes/vb5/frontend/application.php(21)
#18 vB5_Frontend_Application::init('config.php') in /index.php(48)
SELECT * FROM hmq_cache
WHERE `cacheid` IN ('vb_types.types')
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | hmq_cache | const | PRIMARY | PRIMARY | 66 | const | 1 | |
- Time Before: 1783261788.0635
- Time After: 1783261788.0638
- Time Taken: 0.00026798248291016
- Memory Before: 12582912
- Memory After: 12582912
- Memory Used: 0
#0 vB_Database_MySQLi->execute_query(true, mysqli) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/database.php(576)
#1 vB_Database->query_read('', true) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/result.php(144)
#2 vB_dB_Result->rewind() in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/result.php(68)
#3 vB_dB_Result->__construct(vB_Database_MySQLi, 'SELECT * F[len:63]', false) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/query/select.php(121)
#4 vB_dB_Query_Select->doSelect() in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/query/select.php(98)
#5 vB_dB_Query_Select->execSQL() in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/assertor.php(293)
#6 vB_dB_Assertor->assertQuery('cache', array[len:2]) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/cache/db.php(154)
#7 vB_Cache_Db->readCacheArray(array[len:1], true) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/cache.php(761)
#8 vB_Cache->read(array[len:1], true, true) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/types.php(183)
#9 vB_Types->loadTypes() in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/types.php(151)
#10 vB_Types->__construct() in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/types.php(167)
#11 vB_Types::instance() in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/library/node.php(60)
#12 vB_Library_Node->__construct() in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/library.php(46)
#13 vB_Library::instance('node') in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/usercontext.php(534)
#14 vB_UserContext->getChannelLimitPermission('forumpermissions', 'canview', '13', false, false) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/usercontext.php(823)
#15 vB_UserContext->getChannelPermission('forumpermissions', 'canview', '13') in /core/vb5/route/channel.php(21)
#16 vB5_Route_Channel->__construct(array[len:14], array[len:1], 'explain=1', '') in /core/vb5/route.php(1168)
#17 vB5_Route::checkRoute(array[len:14], 'articles(?[len:43]', 'articles', 'explain=1', '') in /core/vb5/route.php(1104)
#18 vB5_Route::selectBestRoute('articles', 'explain=1', '', array[len:3]) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/api/route.php(159)
#19 vB_Api_Route->getRoute('articles', 'explain=1') in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/api/wrapper.php(201)
#20 vB_Api_Wrapper->__call('getRoute', array[len:2]) in /includes/api/interface/collapsed.php(105)
#21 Api_Interface_Collapsed->callApi('route', 'getRoute', array[len:2]) in /includes/vb5/frontend/routing.php(121)
#22 vB5_Frontend_Routing->setRoutes() in /includes/vb5/frontend/application.php(21)
#23 vB5_Frontend_Application::init('config.php') in /index.php(48)
SELECT * FROM hmq_channel
WHERE `guid` IN ('vbulletin-4ecbdf567f2773.55528984','vbulletin-4ecbdf567f3341.44450667','vbulletin-4ecbdf567f3341.44451100','vbulletin-4ecbdf567f2c35.70389590','vbulletin-4ecbdf567f3a38.99555305','vbulletin-4ecbdf567f3a38.99555306','vbulletin-4ecbdf567f3a38.99555307','vbulletin-c-cmshome5229fa38b251e2.92227401','vbulletin-4ecbdf567f3da8.31769341','vbulletin-4ecbdf567f36c3.90966558','vbulletin-4ecbdf567f3a38.99555303','vbulletin-4ecbdf567f3a38.99555304','vbulletin-4ecbdf567f3a38.99555308')
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | hmq_channel | ALL | guid | | | | 52 | Using where |
- Time Before: 1783261788.0804
- Time After: 1783261788.0805
- Time Taken: 0.00012111663818359
- Memory Before: 14680064
- Memory After: 14680064
- Memory Used: 0
#0 vB_Database_MySQLi->execute_query(true, mysqli) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/database.php(576)
#1 vB_Database->query_read('', true) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/result.php(144)
#2 vB_dB_Result->rewind() in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/result.php(68)
#3 vB_dB_Result->__construct(vB_Database_MySQLi, 'SELECT * F[len:522]', false) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/query/select.php(121)
#4 vB_dB_Query_Select->doSelect() in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/query/select.php(98)
#5 vB_dB_Query_Select->execSQL() in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/assertor.php(293)
#6 vB_dB_Assertor->assertQuery('vBForum:channel', array[len:1]) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/library/content/channel.php(957)
#7 vB_Library_Content_Channel->fetchChannelByGUID('vbulletin-[len:33]') in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/api/content/channel.php(156)
#8 vB_Api_Content_Channel->fetchChannelByGUID('vbulletin-[len:33]') in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/library/node.php(2222)
#9 vB_Library_Node->fetchVMChannel() in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/usercontext.php(534)
#10 vB_UserContext->getChannelLimitPermission('forumpermissions', 'canview', '13', false, false) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/usercontext.php(823)
#11 vB_UserContext->getChannelPermission('forumpermissions', 'canview', '13') in /core/vb5/route/channel.php(21)
#12 vB5_Route_Channel->__construct(array[len:14], array[len:1], 'explain=1', '') in /core/vb5/route.php(1168)
#13 vB5_Route::checkRoute(array[len:14], 'articles(?[len:43]', 'articles', 'explain=1', '') in /core/vb5/route.php(1104)
#14 vB5_Route::selectBestRoute('articles', 'explain=1', '', array[len:3]) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/api/route.php(159)
#15 vB_Api_Route->getRoute('articles', 'explain=1') in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/api/wrapper.php(201)
#16 vB_Api_Wrapper->__call('getRoute', array[len:2]) in /includes/api/interface/collapsed.php(105)
#17 Api_Interface_Collapsed->callApi('route', 'getRoute', array[len:2]) in /includes/vb5/frontend/routing.php(121)
#18 vB5_Frontend_Routing->setRoutes() in /includes/vb5/frontend/application.php(21)
#19 vB5_Frontend_Application::init('config.php') in /index.php(48)
SELECT * FROM hmq_cache
WHERE `cacheid` IN ('node_13_lvl1data')
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | hmq_cache | const | PRIMARY | PRIMARY | 66 | const | 1 | |
- Time Before: 1783261788.0806
- Time After: 1783261788.0809
- Time Taken: 0.00029492378234863
- Memory Before: 14680064
- Memory After: 14680064
- Memory Used: 0
#0 vB_Database_MySQLi->execute_query(true, mysqli) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/database.php(576)
#1 vB_Database->query_read('', true) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/result.php(144)
#2 vB_dB_Result->rewind() in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/result.php(68)
#3 vB_dB_Result->__construct(vB_Database_MySQLi, 'SELECT * F[len:65]', false) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/query/select.php(121)
#4 vB_dB_Query_Select->doSelect() in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/query/select.php(98)
#5 vB_dB_Query_Select->execSQL() in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/assertor.php(293)
#6 vB_dB_Assertor->assertQuery('cache', array[len:2]) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/cache/db.php(154)
#7 vB_Cache_Db->readCacheArray(array[len:1], false) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/cache.php(761)
#8 vB_Cache->read(array[len:1]) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/library/content.php(3855)
#9 vB_Library_Content::fetchFromCache(array[len:1], 1) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/library/node.php(883)
#10 vB_Library_Node->getNodeBare('13') in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/library/node.php(967)
#11 vB_Library_Node->getNode('13') in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/usercontext.php(535)
#12 vB_UserContext->getChannelLimitPermission('forumpermissions', 'canview', '13', false, false) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/usercontext.php(823)
#13 vB_UserContext->getChannelPermission('forumpermissions', 'canview', '13') in /core/vb5/route/channel.php(21)
#14 vB5_Route_Channel->__construct(array[len:14], array[len:1], 'explain=1', '') in /core/vb5/route.php(1168)
#15 vB5_Route::checkRoute(array[len:14], 'articles(?[len:43]', 'articles', 'explain=1', '') in /core/vb5/route.php(1104)
#16 vB5_Route::selectBestRoute('articles', 'explain=1', '', array[len:3]) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/api/route.php(159)
#17 vB_Api_Route->getRoute('articles', 'explain=1') in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/api/wrapper.php(201)
#18 vB_Api_Wrapper->__call('getRoute', array[len:2]) in /includes/api/interface/collapsed.php(105)
#19 Api_Interface_Collapsed->callApi('route', 'getRoute', array[len:2]) in /includes/vb5/frontend/routing.php(121)
#20 vB5_Frontend_Routing->setRoutes() in /includes/vb5/frontend/application.php(21)
#21 vB5_Frontend_Application::init('config.php') in /index.php(48)
SELECT * FROM hmq_cache
WHERE `cacheid` IN ('channelperms_1')
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | hmq_cache | const | PRIMARY | PRIMARY | 66 | const | 1 | |
- Time Before: 1783261788.081
- Time After: 1783261788.0812
- Time Taken: 0.00017404556274414
- Memory Before: 14680064
- Memory After: 14680064
- Memory Used: 0
#0 vB_Database_MySQLi->execute_query(true, mysqli) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/database.php(576)
#1 vB_Database->query_read('', true) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/result.php(144)
#2 vB_dB_Result->rewind() in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/result.php(68)
#3 vB_dB_Result->__construct(vB_Database_MySQLi, 'SELECT * F[len:63]', false) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/query/select.php(121)
#4 vB_dB_Query_Select->doSelect() in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/query/select.php(98)
#5 vB_dB_Query_Select->execSQL() in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/assertor.php(293)
#6 vB_dB_Assertor->assertQuery('cache', array[len:2]) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/cache/db.php(154)
#7 vB_Cache_Db->readCacheArray(array[len:1], true) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/cache.php(761)
#8 vB_Cache->read(array[len:1], true, false) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/permissioncontext.php(872)
#9 vB_PermissionContext->loadChannelPermissions(1) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/permissioncontext.php(761)
#10 vB_PermissionContext->getChannelPerm(1, 'forumpermissions', 'canview', 13) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/usercontext.php(609)
#11 vB_UserContext->getChannelLimitPermission('forumpermissions', 'canview', '13', false, false) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/usercontext.php(823)
#12 vB_UserContext->getChannelPermission('forumpermissions', 'canview', '13') in /core/vb5/route/channel.php(21)
#13 vB5_Route_Channel->__construct(array[len:14], array[len:1], 'explain=1', '') in /core/vb5/route.php(1168)
#14 vB5_Route::checkRoute(array[len:14], 'articles(?[len:43]', 'articles', 'explain=1', '') in /core/vb5/route.php(1104)
#15 vB5_Route::selectBestRoute('articles', 'explain=1', '', array[len:3]) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/api/route.php(159)
#16 vB_Api_Route->getRoute('articles', 'explain=1') in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/api/wrapper.php(201)
#17 vB_Api_Wrapper->__call('getRoute', array[len:2]) in /includes/api/interface/collapsed.php(105)
#18 Api_Interface_Collapsed->callApi('route', 'getRoute', array[len:2]) in /includes/vb5/frontend/routing.php(121)
#19 vB5_Frontend_Routing->setRoutes() in /includes/vb5/frontend/application.php(21)
#20 vB5_Frontend_Application::init('config.php') in /index.php(48)
SELECT * FROM hmq_cache
WHERE `cacheid` IN ('node_13_lvl3data')
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | hmq_cache | const | PRIMARY | PRIMARY | 66 | const | 1 | |
- Time Before: 1783261788.0813
- Time After: 1783261788.0828
- Time Taken: 0.0015599727630615
- Memory Before: 14680064
- Memory After: 14680064
- Memory Used: 0
#0 vB_Database_MySQLi->execute_query(true, mysqli) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/database.php(576)
#1 vB_Database->query_read('', true) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/result.php(144)
#2 vB_dB_Result->rewind() in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/result.php(68)
#3 vB_dB_Result->__construct(vB_Database_MySQLi, 'SELECT * F[len:65]', false) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/query/select.php(121)
#4 vB_dB_Query_Select->doSelect() in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/query/select.php(98)
#5 vB_dB_Query_Select->execSQL() in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/assertor.php(293)
#6 vB_dB_Assertor->assertQuery('cache', array[len:2]) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/cache/db.php(154)
#7 vB_Cache_Db->readCacheArray(array[len:1], false) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/cache.php(761)
#8 vB_Cache->read(array[len:1]) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/library/content.php(3855)
#9 vB_Library_Content::fetchFromCache(array[len:1], 3) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/library/content.php(2598)
#10 vB_Library_Content->getRawContent(array[len:1]) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/library/content.php(2540)
#11 vB_Library_Content->getBareContent(array[len:1]) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/library/content/channel.php(413)
#12 vB_Library_Content_Channel->getBareContent('13') in /core/vb5/route/channel.php(26)
#13 vB5_Route_Channel->__construct(array[len:14], array[len:1], 'explain=1', '') in /core/vb5/route.php(1168)
#14 vB5_Route::checkRoute(array[len:14], 'articles(?[len:43]', 'articles', 'explain=1', '') in /core/vb5/route.php(1104)
#15 vB5_Route::selectBestRoute('articles', 'explain=1', '', array[len:3]) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/api/route.php(159)
#16 vB_Api_Route->getRoute('articles', 'explain=1') in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/api/wrapper.php(201)
#17 vB_Api_Wrapper->__call('getRoute', array[len:2]) in /includes/api/interface/collapsed.php(105)
#18 Api_Interface_Collapsed->callApi('route', 'getRoute', array[len:2]) in /includes/vb5/frontend/routing.php(121)
#19 vB5_Frontend_Routing->setRoutes() in /includes/vb5/frontend/application.php(21)
#20 vB5_Frontend_Application::init('config.php') in /index.php(48)
SELECT * FROM hmq_cache
WHERE `cacheid` IN ('node_1_lvl1data')
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | hmq_cache | const | PRIMARY | PRIMARY | 66 | const | 1 | |
- Time Before: 1783261788.086
- Time After: 1783261788.0862
- Time Taken: 0.00018000602722168
- Memory Before: 14680064
- Memory After: 14680064
- Memory Used: 0
#0 vB_Database_MySQLi->execute_query(true, mysqli) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/database.php(576)
#1 vB_Database->query_read('', true) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/result.php(144)
#2 vB_dB_Result->rewind() in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/result.php(68)
#3 vB_dB_Result->__construct(vB_Database_MySQLi, 'SELECT * F[len:64]', false) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/query/select.php(121)
#4 vB_dB_Query_Select->doSelect() in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/query/select.php(98)
#5 vB_dB_Query_Select->execSQL() in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/assertor.php(293)
#6 vB_dB_Assertor->assertQuery('cache', array[len:2]) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/cache/db.php(154)
#7 vB_Cache_Db->readCacheArray(array[len:1], false) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/cache.php(761)
#8 vB_Cache->read(array[len:1]) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/library/content.php(3855)
#9 vB_Library_Content::fetchFromCache(array[len:1], 1) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/library/node.php(883)
#10 vB_Library_Node->getNodeBare('1') in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/library/node.php(967)
#11 vB_Library_Node->getNode('1') in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/usercontext.php(535)
#12 vB_UserContext->getChannelLimitPermission('forumpermissions', 'canview', '1', false, false) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/usercontext.php(823)
#13 vB_UserContext->getChannelPermission('forumpermissions', 'canview', '1') in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/api/route.php(215)
#14 vB_Api_Route->getRoute('articles', 'explain=1') in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/api/wrapper.php(201)
#15 vB_Api_Wrapper->__call('getRoute', array[len:2]) in /includes/api/interface/collapsed.php(105)
#16 Api_Interface_Collapsed->callApi('route', 'getRoute', array[len:2]) in /includes/vb5/frontend/routing.php(121)
#17 vB5_Frontend_Routing->setRoutes() in /includes/vb5/frontend/application.php(21)
#18 vB5_Frontend_Application::init('config.php') in /index.php(48)
SELECT * FROM hmq_cache
WHERE `cacheid` IN ('vB_NamedRoutes')
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | hmq_cache | const | PRIMARY | PRIMARY | 66 | const | 1 | |
- Time Before: 1783261788.0863
- Time After: 1783261788.0867
- Time Taken: 0.0003809928894043
- Memory Before: 14680064
- Memory After: 14680064
- Memory Used: 0
#0 vB_Database_MySQLi->execute_query(true, mysqli) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/database.php(576)
#1 vB_Database->query_read('', true) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/result.php(144)
#2 vB_dB_Result->rewind() in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/result.php(68)
#3 vB_dB_Result->__construct(vB_Database_MySQLi, 'SELECT * F[len:63]', false) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/query/select.php(121)
#4 vB_dB_Query_Select->doSelect() in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/query/select.php(98)
#5 vB_dB_Query_Select->execSQL() in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/assertor.php(293)
#6 vB_dB_Assertor->assertQuery('cache', array[len:2]) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/cache/db.php(154)
#7 vB_Cache_Db->readCacheArray(array[len:1], false) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/cache.php(761)
#8 vB_Cache->read(array[len:1]) in /core/vb5/route.php(1305)
#9 vB5_Route::loadNameRoutes() in /core/vb5/route.php(1191)
#10 vB5_Route::getRouteByIdent('43') in /core/vb5/route.php(1335)
#11 vB5_Route::getClassName('43', array[len:14]) in /core/vb5/route.php(1350)
#12 vB5_Route::getRoute('43', array[len:0], array[len:1]) in /core/vb5/route/channel.php(432)
#13 vB5_Route_Channel->getCanonicalRoute() in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/api/route.php(252)
#14 vB_Api_Route->getRoute('articles', 'explain=1') in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/api/wrapper.php(201)
#15 vB_Api_Wrapper->__call('getRoute', array[len:2]) in /includes/api/interface/collapsed.php(105)
#16 Api_Interface_Collapsed->callApi('route', 'getRoute', array[len:2]) in /includes/vb5/frontend/routing.php(121)
#17 vB5_Frontend_Routing->setRoutes() in /includes/vb5/frontend/application.php(21)
#18 vB5_Frontend_Application::init('config.php') in /index.php(48)
SELECT * FROM hmq_closure
WHERE `child` IN (13)
ORDER BY `child` ASC, `depth` ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | hmq_closure | ref | child | child | 4 | const | 2 | Using where |
- Time Before: 1783261788.0876
- Time After: 1783261788.0877
- Time Taken: 6.103515625E-5
- Memory Before: 14680064
- Memory After: 14680064
- Memory Used: 0
#0 vB_Database_MySQLi->execute_query(true, mysqli) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/database.php(576)
#1 vB_Database->query_read('', true) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/result.php(144)
#2 vB_dB_Result->rewind() in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/result.php(68)
#3 vB_dB_Result->__construct(vB_Database_MySQLi, 'SELECT * F[len:84]', false) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/query/select.php(121)
#4 vB_dB_Query_Select->doSelect() in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/query/select.php(98)
#5 vB_dB_Query_Select->execSQL() in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/assertor.php(293)
#6 vB_dB_Assertor->assertQuery('vBForum:closure', array[len:2], array[len:2]) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/library/node.php(3534)
#7 vB_Library_Node->fetchClosureParent(array[len:1]) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/library/node.php(997)
#8 vB_Library_Node->getNodeParents('13') in /core/vb5/route.php(360)
#9 vB5_Route->addParentNodeBreadcrumbs('13') in /core/vb5/route.php(342)
#10 vB5_Route->setBreadcrumbs() in /core/vb5/route/channel.php(75)
#11 vB5_Route_Channel->setBreadCrumbs() in /core/vb5/route.php(418)
#12 vB5_Route->getBreadcrumbs() in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/api/route.php(315)
#13 vB_Api_Route->getRoute('articles', 'explain=1') in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/api/wrapper.php(201)
#14 vB_Api_Wrapper->__call('getRoute', array[len:2]) in /includes/api/interface/collapsed.php(105)
#15 Api_Interface_Collapsed->callApi('route', 'getRoute', array[len:2]) in /includes/vb5/frontend/routing.php(121)
#16 vB5_Frontend_Routing->setRoutes() in /includes/vb5/frontend/application.php(21)
#17 vB5_Frontend_Application::init('config.php') in /index.php(48)
SELECT * FROM hmq_routenew
WHERE `routeid` IN (43)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | hmq_routenew | const | PRIMARY | PRIMARY | 4 | const | 1 | |
- Time Before: 1783261788.0877
- Time After: 1783261788.0878
- Time Taken: 4.0054321289062E-5
- Memory Before: 14680064
- Memory After: 14680064
- Memory Used: 0
#0 vB_Database_MySQLi->execute_query(true, mysqli) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/database.php(576)
#1 vB_Database->query_read('', true) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/result.php(144)
#2 vB_dB_Result->rewind() in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/result.php(68)
#3 vB_dB_Result->__construct(vB_Database_MySQLi, 'SELECT * F[len:52]', false) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/query/select.php(121)
#4 vB_dB_Query_Select->doSelect() in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/query/select.php(98)
#5 vB_dB_Query_Select->execSQL() in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/assertor.php(293)
#6 vB_dB_Assertor->assertQuery('routenew', array[len:1]) in /core/vb5/route.php(1285)
#7 vB5_Route::preloadRoutes(array[len:1]) in /core/vb5/route.php(376)
#8 vB5_Route->addParentNodeBreadcrumbs('13') in /core/vb5/route.php(342)
#9 vB5_Route->setBreadcrumbs() in /core/vb5/route/channel.php(75)
#10 vB5_Route_Channel->setBreadCrumbs() in /core/vb5/route.php(418)
#11 vB5_Route->getBreadcrumbs() in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/api/route.php(315)
#12 vB_Api_Route->getRoute('articles', 'explain=1') in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/api/wrapper.php(201)
#13 vB_Api_Wrapper->__call('getRoute', array[len:2]) in /includes/api/interface/collapsed.php(105)
#14 Api_Interface_Collapsed->callApi('route', 'getRoute', array[len:2]) in /includes/vb5/frontend/routing.php(121)
#15 vB5_Frontend_Routing->setRoutes() in /includes/vb5/frontend/application.php(21)
#16 vB5_Frontend_Application::init('config.php') in /index.php(48)
SELECT `styleid` FROM hmq_channel
WHERE `styleid` IN (2,35,39,40,4,36,6,37,8,38,12,41,14,42,16,43,18,44,20,45,22,46,24,25,26,47,28,48,30,49,32,50,34,51)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | hmq_channel | ALL | | | | | 52 | Using where |
- Time Before: 1783261788.1035
- Time After: 1783261788.1036
- Time Taken: 9.608268737793E-5
- Memory Before: 16777216
- Memory After: 16777216
- Memory Used: 0
#0 vB_Database_MySQLi->execute_query(true, mysqli) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/database.php(576)
#1 vB_Database->query_read('', true) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/result.php(144)
#2 vB_dB_Result->rewind() in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/result.php(68)
#3 vB_dB_Result->__construct(vB_Database_MySQLi, 'SELECT `st[len:154]', false) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/query/select.php(121)
#4 vB_dB_Query_Select->doSelect() in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/query/select.php(98)
#5 vB_dB_Query_Select->execSQL() in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/assertor.php(293)
#6 vB_dB_Assertor->assertQuery('vBForum:channel', array[len:2], false) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/assertor.php(685)
#7 vB_dB_Assertor->getColumn('vBForum:channel', 'styleid', array[len:2]) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/library/style.php(302)
#8 vB_Library_Style->loadForcedStyles() in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/library/style.php(267)
#9 vB_Library_Style->getValidStyleFromPreference(array[len:1]) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/api/style.php(45)
#10 vB_Api_Style->getValidStyleFromPreference(array[len:1]) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/api/wrapper.php(201)
#11 vB_Api_Wrapper->__call('getValidSt[len:27]', array[len:1]) in /includes/api/interface/collapsed.php(105)
#12 Api_Interface_Collapsed->callApi('style', 'getValidSt[len:27]', array[len:1]) in /includes/vb5/template/stylevar.php(108)
#13 vB5_Template_Stylevar->getStylePreference() in /includes/vb5/template/stylevar.php(37)
#14 vB5_Template_Stylevar->__construct() in /includes/vb5/template/stylevar.php(29)
#15 vB5_Template_Stylevar::instance() in /includes/vb5/frontend/application.php(22)
#16 vB5_Frontend_Application::init('config.php') in /index.php(48)
SELECT * FROM hmq_style
WHERE `styleid` = 14
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | hmq_style | const | PRIMARY | PRIMARY | 2 | const | 1 | |
- Time Before: 1783261788.1038
- Time After: 1783261788.104
- Time Taken: 0.00020694732666016
- Memory Before: 16777216
- Memory After: 16777216
- Memory Used: 0
#0 vB_Database_MySQLi->execute_query(true, mysqli) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/database.php(576)
#1 vB_Database->query_read('', true) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/result.php(144)
#2 vB_dB_Result->rewind() in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/result.php(68)
#3 vB_dB_Result->__construct(vB_Database_MySQLi, 'SELECT * F[len:55]', false) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/query/select.php(121)
#4 vB_dB_Query_Select->doSelect() in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/query/select.php(98)
#5 vB_dB_Query_Select->execSQL() in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/assertor.php(293)
#6 vB_dB_Assertor->assertQuery('style', array[len:2], false) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/db/assertor.php(617)
#7 vB_dB_Assertor->getRow('style', array[len:2]) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/library/style.php(700)
#8 vB_Library_Style->fetchStyleByID(14) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/api/style.php(59)
#9 vB_Api_Style->fetchStyleVars(array[len:1]) in phar:///home/alnadawi/public_html/vb/core/vb/vb.phar/api/wrapper.php(201)
#10 vB_Api_Wrapper->__call('fetchStyleVars', array[len:1]) in /includes/api/interface/collapsed.php(105)
#11 Api_Interface_Collapsed->callApi('style', 'fetchStyleVars', array[len:1]) in /includes/vb5/template/stylevar.php(155)
#12 vB5_Template_Stylevar->fetchStyleVars() in /includes/vb5/template/stylevar.php(38)
#13 vB5_Template_Stylevar->__construct() in /includes/vb5/template/stylevar.php(29)
#14 vB5_Template_Stylevar::instance() in /includes/vb5/frontend/application.php(22)
#15 vB5_Frontend_Application::init('config.php') in /index.php(48)
SELECT `title`,`textonly`,`template_un`,`template` FROM hmq_template
WHERE `templateid` IN (10763)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | hmq_template | const | PRIMARY | PRIMARY | 4 | const | 1 | |
- Time Before: 1783261788.1128
- Time After: 1783261788.113
- Time Taken: 0.00016999244689941
- Memory Before: 16777216
- Memory After: 16777216
- Memory Used: 0
SELECT * FROM hmq_page
WHERE `pageid` = 3
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | hmq_page | const | PRIMARY | PRIMARY | 4 | const | 1 | |
- Time Before: 1783261788.1167
- Time After: 1783261788.1171
- Time Taken: 0.00034904479980469
- Memory Before: 16777216
- Memory After: 16777216
- Memory Used: 0
SELECT `varname`,`languageid`,`text` FROM hmq_phrase
WHERE `varname` IN ('page_4ecbdac82f039695291105_title','page_4ecbdac82f039695291105_metadesc') AND `languageid` IN (5,0,-1)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | hmq_phrase | range | name_lang_type,languageid | name_lang_type | 195 | | 6 | Using index condition |
- Time Before: 1783261788.1188
- Time After: 1783261788.1189
- Time Taken: 8.6069107055664E-5
- Memory Before: 18874368
- Memory After: 18874368
- Memory Used: 0
SELECT * FROM hmq_page
WHERE `pageid` = 23
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | hmq_page | const | PRIMARY | PRIMARY | 4 | const | 1 | |
- Time Before: 1783261788.1196
- Time After: 1783261788.1196
- Time Taken: 7.0095062255859E-5
- Memory Before: 18874368
- Memory After: 18874368
- Memory Used: 0
SELECT `varname`,`languageid`,`text` FROM hmq_phrase
WHERE `varname` IN ('page_4ecbdac82f2c2760323374_title','page_4ecbdac82f2c2760323374_metadesc') AND `languageid` IN (5,0,-1)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | hmq_phrase | range | name_lang_type,languageid | name_lang_type | 195 | | 6 | Using index condition |
- Time Before: 1783261788.1197
- Time After: 1783261788.1197
- Time Taken: 3.8862228393555E-5
- Memory Before: 18874368
- Memory After: 18874368
- Memory Used: 0
SELECT * FROM hmq_page
WHERE `pageid` = 6
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | hmq_page | const | PRIMARY | PRIMARY | 4 | const | 1 | |
- Time Before: 1783261788.1198
- Time After: 1783261788.1198
- Time Taken: 5.4836273193359E-5
- Memory Before: 18874368
- Memory After: 18874368
- Memory Used: 0
SELECT `varname`,`languageid`,`text` FROM hmq_phrase
WHERE `varname` IN ('page_4ecbdac82f039695291108_title','page_4ecbdac82f039695291108_metadesc') AND `languageid` IN (5,0,-1)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | hmq_phrase | range | name_lang_type,languageid | name_lang_type | 195 | | 6 | Using index condition |
- Time Before: 1783261788.1199
- Time After: 1783261788.12
- Time Taken: 9.8943710327148E-5
- Memory Before: 18874368
- Memory After: 18874368
- Memory Used: 0
SELECT * FROM hmq_page
WHERE `pageid` = 5
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | hmq_page | const | PRIMARY | PRIMARY | 4 | const | 1 | |
- Time Before: 1783261788.12
- Time After: 1783261788.1201
- Time Taken: 3.8862228393555E-5
- Memory Before: 18874368
- Memory After: 18874368
- Memory Used: 0
SELECT `varname`,`languageid`,`text` FROM hmq_phrase
WHERE `varname` IN ('page_4ecbdac82f039695291107_title','page_4ecbdac82f039695291107_metadesc') AND `languageid` IN (5,0,-1)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | hmq_phrase | range | name_lang_type,languageid | name_lang_type | 195 | | 6 | Using index condition |
- Time Before: 1783261788.1201
- Time After: 1783261788.1202
- Time Taken: 0.00012898445129395
- Memory Before: 18874368
- Memory After: 18874368
- Memory Used: 0
SELECT * FROM hmq_cache
WHERE `cacheid` IN ('vbPre_channel43.28.13')
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | hmq_cache | const | PRIMARY | PRIMARY | 66 | const | 1 | |
- Time Before: 1783261788.1249
- Time After: 1783261788.1273
- Time Taken: 0.002392053604126
- Memory Before: 18874368
- Memory After: 18874368
- Memory Used: 0
UPDATE hmq_session SET `wol`='a:3:{s:6:\"action\";s:15:\"viewing_forum_x\";s:6:\"params\";a:2:{i:0;s:8:\"Articles\";i:1;s:46:\"https://www.alnadawi.com/vb/articles?explain=1\";}s:6:\"nodeid\";s:2:\"13\";}',`pagekey`='channel43.28.13',`location`='/vb/articles?explain=1'
WHERE (`sessionhash` = '347822f5b21b72a5a5e23f3cc797503a')
/**session**/
- Time Before: 1783261788.1285
- Time After: 1783261788.129
- Time Taken: 0.00047421455383301
- Memory Before: 18874368
- Memory After: 18874368
- Memory Used: 0
SELECT page.*, pagetemplate.screenlayoutid, screenlayout.template AS screenlayouttemplate, pagetemplate.title AS templatetitle
FROM hmq_page AS page
LEFT JOIN hmq_pagetemplate AS pagetemplate ON(page.pagetemplateid = pagetemplate.pagetemplateid)
LEFT JOIN hmq_screenlayout AS screenlayout ON(pagetemplate.screenlayoutid = screenlayout.screenlayoutid)
WHERE page.pageid = 28
/**fetch_page_pagetemplate_screenlayout**/
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | page | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | pagetemplate | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | screenlayout | const | PRIMARY | PRIMARY | 4 | const | 1 | |
- Time Before: 1783261788.1292
- Time After: 1783261788.1313
- Time Taken: 0.002119779586792
- Memory Before: 18874368
- Memory After: 18874368
- Memory Used: 0
SELECT `varname`,`languageid`,`text` FROM hmq_phrase
WHERE `varname` IN ('page_p_cmshome5229f4e0c2ea7191676461_title','page_p_cmshome5229f4e0c2ea7191676461_metadesc') AND `languageid` IN (5,0,-1)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | hmq_phrase | range | name_lang_type,languageid | name_lang_type | 195 | | 6 | Using index condition |
- Time Before: 1783261788.1313
- Time After: 1783261788.1314
- Time Taken: 3.9815902709961E-5
- Memory Before: 18874368
- Memory After: 18874368
- Memory Used: 0
SELECT `title`,`textonly`,`template_un`,`template` FROM hmq_template
WHERE `templateid` IN (10591)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | hmq_template | const | PRIMARY | PRIMARY | 4 | const | 1 | |
- Time Before: 1783261788.1318
- Time After: 1783261788.1319
- Time Taken: 7.4863433837891E-5
- Memory Before: 18874368
- Memory After: 18874368
- Memory Used: 0
SELECT * FROM hmq_widgetinstance
WHERE `pagetemplateid` IN (34,-1)
ORDER BY `containerinstanceid`,`displaysection`,`displayorder`
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | hmq_widgetinstance | range | pagetemplateid | pagetemplateid | 4 | | 7 | Using index condition; Using filesort |
- Time Before: 1783261788.1369
- Time After: 1783261788.137
- Time Taken: 8.392333984375E-5
- Memory Before: 20971520
- Memory After: 20971520
- Memory Used: 0
SELECT widgetdefinition.*, widget.template
FROM hmq_widgetdefinition AS widgetdefinition
JOIN hmq_widget AS widget ON (widgetdefinition.widgetid = widget.widgetid)
WHERE widgetdefinition.widgetid IN(240,241,242,192,213,236)
/**getWidgetdefinition**/
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | widgetdefinition | range | widgetid | widgetid | 4 | | 49 | Using index condition |
| 1 | SIMPLE | widget | eq_ref | PRIMARY | PRIMARY | 4 | alnadawi_vb.widgetdefinition.widgetid | 1 | |
- Time Before: 1783261788.1371
- Time After: 1783261788.1371
- Time Taken: 6.0081481933594E-5
- Memory Before: 20971520
- Memory After: 20971520
- Memory Used: 0
SELECT * FROM hmq_widgetinstance
WHERE `widgetinstanceid` IN (126,127,128,129,124,125)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | hmq_widgetinstance | range | PRIMARY | PRIMARY | 4 | | 6 | Using where |
- Time Before: 1783261788.1373
- Time After: 1783261788.1373
- Time Taken: 4.887580871582E-5
- Memory Before: 20971520
- Memory After: 20971520
- Memory Used: 0
SELECT * FROM hmq_widget
WHERE `widgetid` IN (0,240,241,242,192,213,236)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | hmq_widget | range | PRIMARY | PRIMARY | 4 | | 7 | Using where |
- Time Before: 1783261788.1374
- Time After: 1783261788.1374
- Time Taken: 3.6954879760742E-5
- Memory Before: 20971520
- Memory After: 20971520
- Memory Used: 0
SELECT COUNT(*) AS count FROM hmq_moderator
WHERE `userid` = 0
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | hmq_moderator | ref | userid_nodeid | userid_nodeid | 4 | const | 1 | Using index |
- Time Before: 1783261788.1391
- Time After: 1783261788.1392
- Time Taken: 0.00017213821411133
- Memory Before: 20971520
- Memory After: 20971520
- Memory Used: 0
SELECT * FROM hmq_datastore
WHERE `title` IN ('vBUgChannelAccessG1')
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | hmq_datastore | const | PRIMARY | PRIMARY | 52 | const | 1 | |
- Time Before: 1783261788.1393
- Time After: 1783261788.1393
- Time Taken: 3.6954879760742E-5
- Memory Before: 20971520
- Memory After: 20971520
- Memory Used: 0
SELECT * FROM hmq_widgetchannelconfig
WHERE `widgetinstanceid` = 126 AND `nodeid` = 13
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
- Time Before: 1783261788.1395
- Time After: 1783261788.1395
- Time Taken: 4.1007995605469E-5
- Memory Before: 20971520
- Memory After: 20971520
- Memory Used: 0
SELECT * FROM hmq_widgetchannelconfig
WHERE `widgetinstanceid` = 127 AND `nodeid` = 13
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
- Time Before: 1783261788.1396
- Time After: 1783261788.1396
- Time Taken: 3.0994415283203E-5
- Memory Before: 20971520
- Memory After: 20971520
- Memory Used: 0
SELECT * FROM hmq_widgetchannelconfig
WHERE `widgetinstanceid` = 128 AND `nodeid` = 13
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
- Time Before: 1783261788.1396
- Time After: 1783261788.1396
- Time Taken: 3.2901763916016E-5
- Memory Before: 20971520
- Memory After: 20971520
- Memory Used: 0
SELECT * FROM hmq_widgetchannelconfig
WHERE `widgetinstanceid` = 129 AND `nodeid` = 13
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
- Time Before: 1783261788.1397
- Time After: 1783261788.1397
- Time Taken: 4.1007995605469E-5
- Memory Before: 20971520
- Memory After: 20971520
- Memory Used: 0
SELECT * FROM hmq_widgetchannelconfig
WHERE `widgetinstanceid` = 124 AND `nodeid` = 13
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
- Time Before: 1783261788.1397
- Time After: 1783261788.1398
- Time Taken: 3.0040740966797E-5
- Memory Before: 20971520
- Memory After: 20971520
- Memory Used: 0
SELECT * FROM hmq_widgetchannelconfig
WHERE `widgetinstanceid` = 125 AND `nodeid` = 13
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
- Time Before: 1783261788.1398
- Time After: 1783261788.1398
- Time Taken: 2.8848648071289E-5
- Memory Before: 20971520
- Memory After: 20971520
- Memory Used: 0
SELECT `varname`,`languageid`,`text` FROM hmq_phrase
WHERE `varname` IN ('widget_cmschanneldisplay_widgettitle','system_widgetcat','widget_cmschannelnavigation_widgettitle','generic_widgetcat','widget_tagnavigation_widgettitle','widget_search_widgettitle','content_widgetcat','widget_announcement_widgettitle','display_widgetcat','widget_pagetitle_widgettitle') AND `languageid` IN (5,0,-1)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | hmq_phrase | range | name_lang_type,languageid | name_lang_type | 195 | | 30 | Using index condition |
- Time Before: 1783261788.1399
- Time After: 1783261788.1399
- Time Taken: 5.0067901611328E-5
- Memory Before: 20971520
- Memory After: 20971520
- Memory Used: 0
SELECT * FROM hmq_pagetemplate
WHERE `pagetemplateid` = 34
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | hmq_pagetemplate | const | PRIMARY | PRIMARY | 4 | const | 1 | |
- Time Before: 1783261788.14
- Time After: 1783261788.14
- Time Taken: 3.2901763916016E-5
- Memory Before: 20971520
- Memory After: 20971520
- Memory Used: 0
SELECT * FROM hmq_screenlayout
WHERE `screenlayoutid` = 2
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | hmq_screenlayout | const | PRIMARY | PRIMARY | 4 | const | 1 | |
- Time Before: 1783261788.14
- Time After: 1783261788.1401
- Time Taken: 3.6001205444336E-5
- Memory Before: 20971520
- Memory After: 20971520
- Memory Used: 0
SELECT `title`,`textonly`,`template_un`,`template` FROM hmq_template
WHERE `templateid` IN (10738,10592,10751)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | hmq_template | range | PRIMARY | PRIMARY | 4 | | 3 | Using index condition |
- Time Before: 1783261788.1403
- Time After: 1783261788.1404
- Time Taken: 0.00012612342834473
- Memory Before: 20971520
- Memory After: 20971520
- Memory Used: 0
SELECT `varname`,`languageid`,`text` FROM hmq_phrase
WHERE `varname` IN ('infraction_for_x_y','infraction_for_x_y_in_topic_z','warning_for_x_y','warning_for_x_y_in_topic_z','infraction_topic_post','infraction_topic_profile','infraction_received_ginfraction','warning_received_ginfraction','infraction_received_post','infraction_received_profile','warning_received_post','warning_received_profile','x_days','x_weeks','x_months','x_years','permanent') AND `languageid` IN (5,0,-1)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | hmq_phrase | range | name_lang_type,languageid | name_lang_type | 195 | | 51 | Using index condition |
- Time Before: 1783261788.1498
- Time After: 1783261788.1499
- Time Taken: 0.00011301040649414
- Memory Before: 20971520
- Memory After: 20971520
- Memory Used: 0
SELECT * FROM hmq_cache
WHERE `cacheid` IN ('vBAtchmnts_13')
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | hmq_cache | const | PRIMARY | PRIMARY | 66 | const | 1 | |
- Time Before: 1783261788.1507
- Time After: 1783261788.1522
- Time Taken: 0.0014538764953613
- Memory Before: 20971520
- Memory After: 20971520
- Memory Used: 0
SELECT user.userid, avatar.avatarid, avatar.avatarpath, user.avatarrevision,
customavatar.dateline, customavatar.width, customavatar.height, customavatar.height_thumb, customavatar.width_thumb, customavatar.filename
FROM hmq_user as user
LEFT JOIN hmq_customavatar AS customavatar ON customavatar.userid = user.userid
LEFT JOIN hmq_avatar AS avatar ON avatar.avatarid = user.avatarid
WHERE user.userid IN (1)
/**fetchAvatarsForUsers**/
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | avatar | system | PRIMARY | | | | 0 | Const row not found |
| 1 | SIMPLE | user | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | customavatar | const | PRIMARY | PRIMARY | 4 | const | 0 | Unique row not found |
- Time Before: 1783261788.1523
- Time After: 1783261788.1523
- Time Taken: 5.1975250244141E-5
- Memory Before: 20971520
- Memory After: 20971520
- Memory Used: 0
SELECT * FROM hmq_site
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | hmq_site | ALL | | | | | 1 | |
- Time Before: 1783261788.1599
- Time After: 1783261788.1614
- Time Taken: 0.0015158653259277
- Memory Before: 23068672
- Memory After: 23068672
- Memory Used: 0
SELECT `title`,`textonly`,`template_un`,`template` FROM hmq_template
WHERE `templateid` IN (10759,10634,10635,10597,10761)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | hmq_template | range | PRIMARY | PRIMARY | 4 | | 5 | Using index condition |
- Time Before: 1783261788.1621
- Time After: 1783261788.1622
- Time Taken: 0.00010395050048828
- Memory Before: 23068672
- Memory After: 23068672
- Memory Used: 0
SELECT `title`,`textonly`,`template_un`,`template` FROM hmq_template
WHERE `templateid` IN (10480)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | hmq_template | const | PRIMARY | PRIMARY | 4 | const | 1 | |
- Time Before: 1783261788.1642
- Time After: 1783261788.1654
- Time Taken: 0.0011351108551025
- Memory Before: 23068672
- Memory After: 23068672
- Memory Used: 0
SELECT `noticeid` FROM hmq_noticedismissed
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: 1783261788.1677
- Time After: 1783261788.168
- Time Taken: 0.00033903121948242
- Memory Before: 23068672
- Memory After: 23068672
- Memory Used: 0
SELECT `title`,`textonly`,`template_un`,`template` FROM hmq_template
WHERE `templateid` IN (10594)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | hmq_template | const | PRIMARY | PRIMARY | 4 | const | 1 | |
- Time Before: 1783261788.1685
- Time After: 1783261788.1686
- Time Taken: 5.8174133300781E-5
- Memory Before: 23068672
- Memory After: 23068672
- Memory Used: 0
SELECT `title`,`textonly`,`template_un`,`template` FROM hmq_template
WHERE `templateid` IN (10595)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | hmq_template | const | PRIMARY | PRIMARY | 4 | const | 1 | |
- Time Before: 1783261788.1689
- Time After: 1783261788.1689
- Time Taken: 4.6014785766602E-5
- Memory Before: 23068672
- Memory After: 23068672
- Memory Used: 0
SELECT `title`,`textonly`,`template_un`,`template` FROM hmq_template
WHERE `templateid` IN (10660,10698)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | hmq_template | range | PRIMARY | PRIMARY | 4 | | 2 | Using index condition |
- Time Before: 1783261788.1693
- Time After: 1783261788.1694
- Time Taken: 6.413459777832E-5
- Memory Before: 23068672
- Memory After: 23068672
- Memory Used: 0
SELECT * FROM hmq_cache
WHERE `cacheid` IN ('vB_Announcements_13')
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | hmq_cache | const | PRIMARY | PRIMARY | 66 | const | 1 | |
- Time Before: 1783261788.1698
- Time After: 1783261788.1701
- Time Taken: 0.00033807754516602
- Memory Before: 23068672
- Memory After: 23068672
- Memory Used: 0
SELECT `title`,`textonly`,`template_un`,`template` FROM hmq_template
WHERE `templateid` IN (10739)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | hmq_template | const | PRIMARY | PRIMARY | 4 | const | 1 | |
- Time Before: 1783261788.1702
- Time After: 1783261788.1703
- Time Taken: 0.00010180473327637
- Memory Before: 23068672
- Memory After: 23068672
- Memory Used: 0
SELECT `title`,`textonly`,`template_un`,`template` FROM hmq_template
WHERE `templateid` IN (10674)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | hmq_template | const | PRIMARY | PRIMARY | 4 | const | 1 | |
- Time Before: 1783261788.1714
- Time After: 1783261788.1715
- Time Taken: 0.00011491775512695
- Memory Before: 23068672
- Memory After: 23068672
- Memory Used: 0
SELECT * FROM hmq_searchlog
WHERE `searchhash` IN ('ca31476e4fa180a59eeb3285c39b6e08') AND `userid` = 0 AND `dateline` >= 1783261728 AND `sortby` = 'publishdate' AND `sortorder` = 'desc'
ORDER BY `dateline` DESC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | hmq_searchlog | ref | search,userfloodcheck,dateline | search | 56 | const,const,const,const | 2 | Using index condition; Using where; Using filesort |
- Time Before: 1783261788.181
- Time After: 1783261788.1857
- Time Taken: 0.0047109127044678
- Memory Before: 25165824
- Memory After: 25165824
- Memory Used: 0
SELECT * FROM hmq_searchlog
WHERE `searchlogid` = 111972095
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | hmq_searchlog | const | PRIMARY | PRIMARY | 4 | const | 1 | |
- Time Before: 1783261788.1858
- Time After: 1783261788.186
- Time Taken: 0.00019502639770508
- Memory Before: 25165824
- Memory After: 25165824
- Memory Used: 0
SELECT * FROM hmq_page
WHERE `pageid` = 12
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | hmq_page | const | PRIMARY | PRIMARY | 4 | const | 1 | |
- Time Before: 1783261788.1862
- Time After: 1783261788.1879
- Time Taken: 0.0017330646514893
- Memory Before: 25165824
- Memory After: 25165824
- Memory Used: 0
SELECT `varname`,`languageid`,`text` FROM hmq_phrase
WHERE `varname` IN ('page_4ecbdac82f281504471586_title','page_4ecbdac82f281504471586_metadesc') AND `languageid` IN (5,0,-1)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | hmq_phrase | range | name_lang_type,languageid | name_lang_type | 195 | | 6 | Using index condition |
- Time Before: 1783261788.188
- Time After: 1783261788.1881
- Time Taken: 7.6055526733398E-5
- Memory Before: 25165824
- Memory After: 25165824
- Memory Used: 0
SELECT * FROM hmq_cache
WHERE `cacheid` IN ('node_1441919_lvl1data')
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | hmq_cache | const | PRIMARY | PRIMARY | 66 | const | 1 | |
- Time Before: 1783261788.1882
- Time After: 1783261788.1884
- Time Taken: 0.00018215179443359
- Memory Before: 25165824
- Memory After: 25165824
- Memory Used: 0
SELECT * FROM hmq_cache
WHERE `cacheid` IN ('vb_UserWPerms_1_5')
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
- Time Before: 1783261788.1884
- Time After: 1783261788.1886
- Time Taken: 0.00013184547424316
- Memory Before: 25165824
- Memory After: 25165824
- Memory Used: 0
SELECT
userfield.*, usertextfield.*, user.*, UNIX_TIMESTAMP(passworddate) AS passworddate, user.languageid AS saved_languageid,
IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid
FROM hmq_user AS user
LEFT JOIN hmq_userfield AS userfield ON (user.userid = userfield.userid)
LEFT JOIN hmq_usertextfield AS usertextfield ON (usertextfield.userid = user.userid)
WHERE user.userid IN (1)
/** fetchUserinfo **/
| 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 | |
- Time Before: 1783261788.1889
- Time After: 1783261788.189
- Time Taken: 0.00011396408081055
- Memory Before: 25165824
- Memory After: 25165824
- Memory Used: 0
SELECT * FROM hmq_routenew
WHERE `routeid` IN (43)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | hmq_routenew | const | PRIMARY | PRIMARY | 4 | const | 1 | |
- Time Before: 1783261788.1891
- Time After: 1783261788.1891
- Time Taken: 6.1988830566406E-5
- Memory Before: 25165824
- Memory After: 25165824
- Memory Used: 0
SELECT * FROM hmq_cache
WHERE `cacheid` IN ('vBAtchmnts_1441919')
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | hmq_cache | const | PRIMARY | PRIMARY | 66 | const | 1 | |
- Time Before: 1783261788.1896
- Time After: 1783261788.1897
- Time Taken: 0.00015091896057129
- Memory Before: 25165824
- Memory After: 25165824
- Memory Used: 0
SELECT cl.parent AS nodeid, count(a.nodeid) AS count
FROM hmq_closure AS cl
INNER JOIN hmq_attach AS a ON (a.nodeid = cl.child)
WHERE cl.parent in (1441919)
GROUP BY cl.parent
/**getDescendantAttachCount**/
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | cl | ref | closure_uniq,parent_2,child | parent_2 | 4 | const | 1 | Using index |
| 1 | SIMPLE | a | eq_ref | PRIMARY | PRIMARY | 4 | alnadawi_vb.cl.child | 1 | Using index |
- Time Before: 1783261788.1898
- Time After: 1783261788.1898
- Time Taken: 4.3869018554688E-5
- Memory Before: 25165824
- Memory After: 25165824
- Memory Used: 0
SELECT cl.parent AS nodeid, count(child.nodeid) AS count
FROM hmq_closure AS cl
INNER JOIN hmq_node AS child USE INDEX (nodeid, node_ctypid_userid_dispo_idx) ON (child.nodeid = cl.child)
WHERE cl.parent in (1441919) AND child.contenttypeid = 23
GROUP BY cl.parent
/**getDescendantPhotoCount**/
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | cl | ref | closure_uniq,parent_2,child | parent_2 | 4 | const | 1 | Using index |
| 1 | SIMPLE | child | ref | node_ctypid_userid_dispo_idx,nodeid | nodeid | 6 | alnadawi_vb.cl.child,const | 1 | Using index |
- Time Before: 1783261788.1899
- Time After: 1783261788.1899
- Time Taken: 3.9100646972656E-5
- Memory Before: 25165824
- Memory After: 25165824
- Memory Used: 0
SELECT * FROM hmq_closure
WHERE `child` IN (1441919)
ORDER BY `child` ASC, `depth` ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | hmq_closure | ref | child | child | 4 | const | 3 | Using where |
- Time Before: 1783261788.19
- Time After: 1783261788.19
- Time Taken: 5.0067901611328E-5
- Memory Before: 25165824
- Memory After: 25165824
- Memory Used: 0
SELECT * FROM hmq_cache
WHERE `cacheid` IN ('node_1441919_lvl3data')
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | hmq_cache | const | PRIMARY | PRIMARY | 66 | const | 1 | |
- Time Before: 1783261788.1901
- Time After: 1783261788.1902
- Time Taken: 0.00015401840209961
- Memory Before: 25165824
- Memory After: 25165824
- Memory Used: 0
SELECT * FROM hmq_cache
WHERE `cacheid` IN ('vB_UserPerms1')
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | hmq_cache | const | PRIMARY | PRIMARY | 66 | const | 1 | |
- Time Before: 1783261788.1906
- Time After: 1783261788.1908
- Time Taken: 0.0001978874206543
- Memory Before: 25165824
- Memory After: 25165824
- Memory Used: 0
SELECT * FROM hmq_cache
WHERE `cacheid` IN ('vBUserRep_1')
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | hmq_cache | const | PRIMARY | PRIMARY | 66 | const | 1 | |
- Time Before: 1783261788.191
- Time After: 1783261788.1911
- Time Taken: 0.00013995170593262
- Memory Before: 25165824
- Memory After: 25165824
- Memory Used: 0
SELECT * FROM hmq_nodeview
WHERE `nodeid` IN (1441919)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | hmq_nodeview | const | PRIMARY | PRIMARY | 4 | const | 1 | |
- Time Before: 1783261788.1916
- Time After: 1783261788.1916
- Time Taken: 5.6028366088867E-5
- Memory Before: 25165824
- Memory After: 25165824
- Memory Used: 0
SELECT `title`,`textonly`,`template_un`,`template` FROM hmq_template
WHERE `templateid` IN (10282,10675,10485)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | hmq_template | range | PRIMARY | PRIMARY | 4 | | 3 | Using index condition |
- Time Before: 1783261788.1919
- Time After: 1783261788.1921
- Time Taken: 0.00020599365234375
- Memory Before: 25165824
- Memory After: 25165824
- Memory Used: 0
SELECT `title`,`textonly`,`template_un`,`template` FROM hmq_template
WHERE `templateid` IN (10486)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | hmq_template | const | PRIMARY | PRIMARY | 4 | const | 1 | |
- Time Before: 1783261788.1955
- Time After: 1783261788.1955
- Time Taken: 7.1048736572266E-5
- Memory Before: 25165824
- Memory After: 25165824
- Memory Used: 0
SELECT `title`,`textonly`,`template_un`,`template` FROM hmq_template
WHERE `templateid` IN (10416)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | hmq_template | const | PRIMARY | PRIMARY | 4 | const | 1 | |
- Time Before: 1783261788.1983
- Time After: 1783261788.1984
- Time Taken: 0.0001070499420166
- Memory Before: 27262976
- Memory After: 27262976
- Memory Used: 0
SELECT `title`,`textonly`,`template_un`,`template` FROM hmq_template
WHERE `templateid` IN (10409,10224,10280,10279)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | hmq_template | range | PRIMARY | PRIMARY | 4 | | 4 | Using index condition |
- Time Before: 1783261788.2001
- Time After: 1783261788.2002
- Time Taken: 8.2969665527344E-5
- Memory Before: 27262976
- Memory After: 27262976
- Memory Used: 0
SELECT `title`,`textonly`,`template_un`,`template` FROM hmq_template
WHERE `templateid` IN (10676,10732,10711)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | hmq_template | range | PRIMARY | PRIMARY | 4 | | 3 | Using index condition |
- Time Before: 1783261788.2015
- Time After: 1783261788.2016
- Time Taken: 7.3909759521484E-5
- Memory Before: 27262976
- Memory After: 27262976
- Memory Used: 0
SELECT node.*, cl.parent, cl.child, cl.depth, cl.displayorder AS clorder, 'Channel' AS contenttypeclass
FROM hmq_closure AS cl
INNER JOIN hmq_node AS node ON node.nodeid = cl.child
WHERE cl.parent = 1
AND node.contenttypeid = 19
AND node.nodeid IN (26,35,1,2,13,14,27,29,33,37,39,40,43,45,46,48,49,1441914,3,17,18,19,30,36,42,9,15,23,24,6,22,28,47,25,12,31)
ORDER BY node.parentid ASC, node.displayorder ASC
/**getChannel**/
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | node | range | PRIMARY,node_ctypid_userid_dispo_idx,nodeid,contenttypeid_parentid | nodeid | 6 | | 36 | Using index condition; Using filesort |
| 1 | SIMPLE | cl | eq_ref | closure_uniq,parent_2,child | closure_uniq | 8 | const,alnadawi_vb.node.nodeid | 1 | |
- Time Before: 1783261788.2019
- Time After: 1783261788.202
- Time Taken: 0.00010204315185547
- Memory Before: 27262976
- Memory After: 27262976
- Memory Used: 0
SELECT `nodeid` FROM hmq_node
WHERE `nodeid` IN (1,2,13,3,6,14,15,9,12,29,17,18,30,36,24,22,25,31,26,35,27,33,19,23,28,39,46,45,48,49,1441914,40,37,43,42,47) AND `protected` = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | hmq_node | range | PRIMARY,nodeid | nodeid | 4 | | 36 | Using index condition; Using where |
- Time Before: 1783261788.2023
- Time After: 1783261788.2024
- Time Taken: 6.2942504882812E-5
- Memory Before: 27262976
- Memory After: 27262976
- Memory Used: 0
SELECT * FROM hmq_channel
WHERE `guid` IN ('vbulletin-4ecbdf567f2c35.70389590','vbulletin-4ecbdf567f3a38.99555305','vbulletin-4ecbdf567f3a38.99555306','vbulletin-c-cmshome5229fa38b251e2.92227401','vbulletin-4ecbdf567f3341.44451100')
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | hmq_channel | range | guid | guid | 151 | | 5 | Using index condition |
- Time Before: 1783261788.2025
- Time After: 1783261788.2026
- Time Taken: 6.5803527832031E-5
- Memory Before: 27262976
- Memory After: 27262976
- Memory Used: 0
SELECT `title`,`textonly`,`template_un`,`template` FROM hmq_template
WHERE `templateid` IN (10677)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | hmq_template | const | PRIMARY | PRIMARY | 4 | const | 1 | |
- Time Before: 1783261788.2027
- Time After: 1783261788.2027
- Time Taken: 5.2928924560547E-5
- Memory Before: 27262976
- Memory After: 27262976
- Memory Used: 0
SELECT tag.tagid, tag.tagtext, COUNT(tag.tagid) AS count
FROM hmq_tag AS tag
INNER JOIN hmq_tagnode AS tagnode ON (tagnode.tagid = tag.tagid)
INNER JOIN hmq_closure AS closure ON (closure.child = tagnode.nodeid)
WHERE closure.parent = 13
GROUP BY tag.tagid
ORDER BY count DESC
LIMIT 25
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | closure | ref | closure_uniq,parent_2,child | parent_2 | 4 | const | 2 | Using index; Using temporary; Using filesort |
| 1 | SIMPLE | tagnode | ref | PRIMARY,id_type_user,id_type_node,id_type_tag | id_type_user | 4 | alnadawi_vb.closure.child | 1 | Using index |
| 1 | SIMPLE | tag | eq_ref | PRIMARY | PRIMARY | 4 | alnadawi_vb.tagnode.tagid | 1 | |
- Time Before: 1783261788.2064
- Time After: 1783261788.2064
- Time Taken: 6.6995620727539E-5
- Memory Before: 27262976
- Memory After: 27262976
- Memory Used: 0
SELECT * FROM hmq_searchlog
WHERE `searchhash` IN ('a37b4cf5cf267c93a64b38ce5c1fe6db') AND `userid` = 0 AND `dateline` >= 1783261728 AND `sortby` = 'created' AND `sortorder` = 'desc'
ORDER BY `dateline` DESC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | hmq_searchlog | ref | search,userfloodcheck,dateline | search | 56 | const,const,const,const | 2 | Using index condition; Using where; Using filesort |
- Time Before: 1783261788.207
- Time After: 1783261788.2076
- Time Taken: 0.00055384635925293
- Memory Before: 27262976
- Memory After: 27262976
- Memory Used: 0
SELECT * FROM hmq_searchlog
WHERE `searchlogid` = 111972096
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | hmq_searchlog | const | PRIMARY | PRIMARY | 4 | const | 1 | |
- Time Before: 1783261788.2076
- Time After: 1783261788.2099
- Time Taken: 0.0022821426391602
- Memory Before: 27262976
- Memory After: 27262976
- Memory Used: 0
SELECT * FROM hmq_routenew
WHERE `routeid` IN (43)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | hmq_routenew | const | PRIMARY | PRIMARY | 4 | const | 1 | |
- Time Before: 1783261788.2101
- Time After: 1783261788.2101
- Time Taken: 5.1975250244141E-5
- Memory Before: 27262976
- Memory After: 27262976
- Memory Used: 0
SELECT cl.parent AS nodeid, count(a.nodeid) AS count
FROM hmq_closure AS cl
INNER JOIN hmq_attach AS a ON (a.nodeid = cl.child)
WHERE cl.parent in (1441919)
GROUP BY cl.parent
/**getDescendantAttachCount**/
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | cl | ref | closure_uniq,parent_2,child | parent_2 | 4 | const | 1 | Using index |
| 1 | SIMPLE | a | eq_ref | PRIMARY | PRIMARY | 4 | alnadawi_vb.cl.child | 1 | Using index |
- Time Before: 1783261788.2102
- Time After: 1783261788.2103
- Time Taken: 5.1021575927734E-5
- Memory Before: 27262976
- Memory After: 27262976
- Memory Used: 0
SELECT cl.parent AS nodeid, count(child.nodeid) AS count
FROM hmq_closure AS cl
INNER JOIN hmq_node AS child USE INDEX (nodeid, node_ctypid_userid_dispo_idx) ON (child.nodeid = cl.child)
WHERE cl.parent in (1441919) AND child.contenttypeid = 23
GROUP BY cl.parent
/**getDescendantPhotoCount**/
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | cl | ref | closure_uniq,parent_2,child | parent_2 | 4 | const | 1 | Using index |
| 1 | SIMPLE | child | ref | node_ctypid_userid_dispo_idx,nodeid | nodeid | 6 | alnadawi_vb.cl.child,const | 1 | Using index |
- Time Before: 1783261788.2103
- Time After: 1783261788.2103
- Time Taken: 5.1975250244141E-5
- Memory Before: 27262976
- Memory After: 27262976
- Memory Used: 0
SELECT `title`,`textonly`,`template_un`,`template` FROM hmq_template
WHERE `templateid` IN (10441)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | hmq_template | const | PRIMARY | PRIMARY | 4 | const | 1 | |
- Time Before: 1783261788.2109
- Time After: 1783261788.2109
- Time Taken: 5.5074691772461E-5
- Memory Before: 27262976
- Memory After: 27262976
- Memory Used: 0
SELECT `title`,`textonly`,`template_un`,`template` FROM hmq_template
WHERE `templateid` IN (10437,10436)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | hmq_template | range | PRIMARY | PRIMARY | 4 | | 2 | Using index condition |
- Time Before: 1783261788.2112
- Time After: 1783261788.2113
- Time Taken: 6.0081481933594E-5
- Memory Before: 27262976
- Memory After: 27262976
- Memory Used: 0
SELECT `varname`,`languageid`,`text` FROM hmq_phrase
WHERE `varname` IN ('','logo','powered_by_vbulletin_title','search','navbar_home','navbar_blogs','navbar_articles','navbar_social_groups','home','login','you_can_also_login_as','logging_in','username','password','remember_me','log_in','forgot_password','search_in_titles_only','search_in_x_only','advanced_search','notice_1_html','announcement','no_announcement','collapse','expand','page_title','articles','my_subscriptions','no_articles_in_channel','mark_this_channel_read','please_login_to_view_subscribed_posts','filter','time','all_time','today','last_week','last_month','show','all','discussions_only','photos_only','videos_only','links_only','polls_only','events_only','filtered_by','clear_all','conversation_new_posts','page','of_pagination','previous_page','next_page','previous','next','see_less','see_more','go_to_post','created_by_x_avatar','published','x_views','x_comments_lower','no_tags_yet','view_all','by_x','channel','navbar_help','navbar_contact_us','go_to_top','powered_by_vbulletin','footer_current_time','working_ellipsis','yes','no','ok','cancel','facebook_language') AND `languageid` IN (5,0,-1)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | hmq_phrase | range | name_lang_type,languageid | name_lang_type | 195 | | 228 | Using index condition |
- Time Before: 1783261788.2138
- Time After: 1783261788.2139
- Time Taken: 9.1075897216797E-5
- Memory Before: 27262976
- Memory After: 27262976
- Memory Used: 0
SELECT * FROM hmq_routenew
WHERE `routeid` IN ('pmchat','register','activateuser','help','contact-us','search','lostpw','43','44','profile','45','58','88','110','64','108','122','66','120','90','102','78','170','74','128','80','92','60','84','96','104','116','114','124','68','126','76','86','31','51')
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | hmq_routenew | ALL | PRIMARY | | | | 169 | Using where |
- Time Before: 1783261788.2166
- Time After: 1783261788.2173
- Time Taken: 0.00076007843017578
- Memory Before: 27262976
- Memory After: 27262976
- Memory Used: 0
SELECT * FROM hmq_page
WHERE `pageid` = 120
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | hmq_page | const | PRIMARY | PRIMARY | 4 | const | 1 | |
- Time Before: 1783261788.2189
- Time After: 1783261788.219
- Time Taken: 6.413459777832E-5
- Memory Before: 27262976
- Memory After: 27262976
- Memory Used: 0
SELECT `varname`,`languageid`,`text` FROM hmq_phrase
WHERE `varname` IN ('page_pmchat_page_chat_573cba8f1d228390944371_title','page_pmchat_page_chat_573cba8f1d228390944371_metadesc') AND `languageid` IN (5,0,-1)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | hmq_phrase | range | name_lang_type,languageid | name_lang_type | 195 | | 6 | Using index condition |
- Time Before: 1783261788.219
- Time After: 1783261788.219
- Time Taken: 3.9815902709961E-5
- Memory Before: 27262976
- Memory After: 27262976
- Memory Used: 0
SELECT * FROM hmq_cache
WHERE `cacheid` IN ('vbnodetext_pre_1441919_14_5:09f14d73cd828b8c283774e754116338')
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | hmq_cache | const | PRIMARY | PRIMARY | 66 | const | 1 | |
- Time Before: 1783261788.2204
- Time After: 1783261788.2208
- Time Taken: 0.00037407875061035
- Memory Before: 27262976
- Memory After: 27262976
- Memory Used: 0
SELECT `title`,`textonly`,`template_un`,`template` FROM hmq_template
WHERE `templateid` IN (10757)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | hmq_template | const | PRIMARY | PRIMARY | 4 | const | 1 | |
- Time Before: 1783261788.2217
- Time After: 1783261788.2218
- Time Taken: 7.2002410888672E-5
- Memory Before: 29360128
- Memory After: 29360128
- Memory Used: 0
SELECT `varname`,`languageid`,`text` FROM hmq_phrase
WHERE `varname` IN ('debug_information','page_id','page_parent_id','page_template_id','route_id','page_type','screen_layout_id','screen_layout_template','channel_id','node_id','database_asserts','ajax_requests','facebook_active','not_enabled_or_no_appid_secret_set','style_id','templates_renders','parent','css_templates','rollup','js_files','included_files','autoloaded_classes','not_loaded','current_time','page_time') AND `languageid` IN (5,0,-1)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | hmq_phrase | range | name_lang_type,languageid | name_lang_type | 195 | | 75 | Using index condition |
- Time Before: 1783261788.2229
- Time After: 1783261788.223
- Time Taken: 6.1988830566406E-5
- Memory Before: 29360128
- Memory After: 29360128
- Memory Used: 0
5 Slowest Queries
SELECT * FROM hmq_searchlog
WHERE `searchhash` IN ('ca31476e4fa180a59eeb3285c39b6e08') AND `userid` = 0 AND `dateline` >= 1783261728 AND `sortby` = 'publishdate' AND `sortorder` = 'desc'
ORDER BY `dateline` DESC
SELECT * FROM hmq_cache
WHERE `cacheid` IN ('vbPre_channel43.28.13')
SELECT * FROM hmq_searchlog
WHERE `searchlogid` = 111972096
LIMIT 1
SELECT page.*, pagetemplate.screenlayoutid, screenlayout.template AS screenlayouttemplate, pagetemplate.title AS templatetitle
FROM hmq_page AS page
LEFT JOIN hmq_pagetemplate AS pagetemplate ON(page.pagetemplateid = pagetemplate.pagetemplateid)
LEFT JOIN hmq_screenlayout AS screenlayout ON(pagetemplate.screenlayoutid = screenlayout.screenlayoutid)
WHERE page.pageid = 28
/**fetch_page_pagetemplate_screenlayout**/
SELECT * FROM hmq_cache
WHERE `cacheid` IN ('vB_CommonRoutes')
101 Queries Run : Total SQL time was 0.034097 seconds , Total PHP time was 0.174954 seconds , Overall time was 0.209051 seconds.