SELECT data_key, data_value
FROM xf_data_registry
WHERE data_key IN ('addOns', 'autoJobRun', 'bbCodeMedia', 'classExtensions', 'codeEventListeners', 'connectedAccountCount', 'contentTypes', 'displayStyles', 'helpPageCount', 'languages', 'masterStyleProperties', 'nodeTypes', 'options', 'reportCounts', 'simpleCache', 'smilies', 'unapprovedCounts', 'userBanners', 'userTitleLadder', 'userUpgradeCount', 'widgetCache', 'widgetDefinition', 'widgetPosition', 'bannedIps', 'bbCodeCustom', 'discouragedIps', 'notices', 'noticesLastReset', 'routeFilters', 'routesPublic', 'styles', 'userFieldsInfo', 'threadFieldsInfo', 'threadPrefixes')
Run Time: 0.000933
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_data_registry | range | PRIMARY | PRIMARY | 27 | | 34 | Using where |
- XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 79
- XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 116
- XF\Db\AbstractAdapter->fetchPairs() in src/XF/DataRegistry.php at line 137
- XF\DataRegistry->readFromDb() in src/XF/DataRegistry.php at line 82
- XF\DataRegistry->get() in src/XF/App.php at line 1549
- XF\App->preLoadData() in src/XF/App.php at line 1539
- XF\App->setup() in src/XF/Pub/App.php at line 45
- XF\Pub\App->setup() in src/XF.php at line 313
- XF::setupApp() in src/XF.php at line 325
- XF::runApp() in index.php at line 13
SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 1
Run Time: 0.000270
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_combination | const | PRIMARY | PRIMARY | 4 | const | 1 | |
- XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 79
- XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 91
- XF\Db\AbstractAdapter->fetchOne() in src/XF/PermissionCache.php at line 36
- XF\PermissionCache->getGlobalPerms() in src/XF/PermissionSet.php at line 35
- XF\PermissionSet->hasGlobalPermission() in src/XF/Entity/User.php at line 903
- XF\Entity\User->hasPermission() in src/XF/Pub/Controller/AbstractController.php at line 225
- XF\Pub\Controller\AbstractController->assertViewingPermissions() in src/XF/Pub/Controller/AbstractController.php at line 20
- XF\Pub\Controller\AbstractController->preDispatchType() in src/XF/Mvc/Controller.php at line 117
- XF\Mvc\Controller->preDispatch() in src/XF/Mvc/Dispatcher.php at line 248
- XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 88
- XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 41
- XF\Mvc\Dispatcher->run() in src/XF/App.php at line 1934
- XF\App->run() in src/XF.php at line 329
- XF::runApp() in index.php at line 13
SELECT `xf_forum`.*, `xf_node_Node_1`.*, `xf_permission_cache_content_Permissions_2`.*
FROM `xf_forum`
INNER JOIN `xf_node` AS `xf_node_Node_1` ON (`xf_node_Node_1`.`node_id` = `xf_forum`.`node_id`)
LEFT JOIN `xf_permission_cache_content` AS `xf_permission_cache_content_Permissions_2` ON (`xf_permission_cache_content_Permissions_2`.`content_type` = 'node' AND `xf_permission_cache_content_Permissions_2`.`content_id` = `xf_node_Node_1`.`node_id` AND `xf_permission_cache_content_Permissions_2`.`permission_combination_id` = '1')
WHERE (`xf_node_Node_1`.`node_name` = 'gai-goi-binh-chanh' AND `xf_node_Node_1`.`node_type_id` = 'Forum')
LIMIT 1
Run Time: 0.000533
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_node_Node_1 | const | PRIMARY,node_name_unique | node_name_unique | 230 | const,const | 1 | |
SIMPLE | xf_permission_cache_content_Permissions_2 | const | PRIMARY | PRIMARY | 35 | const,const,const | 1 | |
SIMPLE | xf_forum | const | PRIMARY | PRIMARY | 4 | const | 1 | |
- XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 79
- XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1130
- XF\Mvc\Entity\Finder->fetchOne() in src/XF/Pub/Controller/Forum.php at line 1017
- XF\Pub\Controller\Forum->assertViewableForum() in src/XF/Pub/Controller/Forum.php at line 190
- XF\Pub\Controller\Forum->actionForum() in src/addons/xenMade/SEO/XF/Pub/Controller/Forum.php at line 13
- xenMade\SEO\XF\Pub\Controller\Forum->actionForum() in src/addons/XenMax/PrefixFilter/XF/Pub/Controller/Forum.php at line 24
- XenMax\PrefixFilter\XF\Pub\Controller\Forum->actionForum() in src/XF/Mvc/Dispatcher.php at line 249
- XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 88
- XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 41
- XF\Mvc\Dispatcher->run() in src/XF/App.php at line 1934
- XF\App->run() in src/XF.php at line 329
- XF::runApp() in index.php at line 13
SELECT `xf_thread`.*, `xf_user_User_1`.*, `xf_altt_thread_thumbnail_ThreadThumbnail_2`.*, `xf_attachment_Attachment_3`.*, `xf_attachment_data_Data_4`.*, `xf_user_LastPoster_5`.*
FROM `xf_thread`
INNER JOIN (
select link.thread_id
from xf_sv_thread_prefix_link link
join xf_thread on (xf_thread.thread_id = link.thread_id)
where link.prefix_id in (12) AND (xf_thread.node_id in (52))
group by link.thread_id
having count(*) >= 1
) AS `prefixLink_6` ON (`prefixLink_6`.`thread_id` = `xf_thread`.`thread_id`)
LEFT JOIN `xf_user` AS `xf_user_User_1` ON (`xf_user_User_1`.`user_id` = `xf_thread`.`user_id`)
LEFT JOIN `xf_altt_thread_thumbnail` AS `xf_altt_thread_thumbnail_ThreadThumbnail_2` ON (`xf_altt_thread_thumbnail_ThreadThumbnail_2`.`thread_id` = `xf_thread`.`thread_id`)
LEFT JOIN `xf_attachment` AS `xf_attachment_Attachment_3` ON (`xf_attachment_Attachment_3`.`attachment_id` = `xf_altt_thread_thumbnail_ThreadThumbnail_2`.`attachment_id`)
LEFT JOIN `xf_attachment_data` AS `xf_attachment_data_Data_4` ON (`xf_attachment_data_Data_4`.`data_id` = `xf_attachment_Attachment_3`.`data_id`)
LEFT JOIN `xf_user` AS `xf_user_LastPoster_5` ON (`xf_user_LastPoster_5`.`user_id` = `xf_thread`.`last_post_user_id`)
WHERE (`xf_thread`.`node_id` = 52) AND ((`xf_thread`.`discussion_state` IN ('visible'))) AND (`xf_thread`.`sticky` = 1)
ORDER BY `xf_thread`.`last_post_date` DESC
Run Time: 0.002803
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
PRIMARY | xf_thread | ref | PRIMARY,node_id_last_post_date,node_id_sticky_state_last_post | node_id_last_post_date | 4 | const | 1 | Using where |
PRIMARY | xf_user_User_1 | eq_ref | PRIMARY | PRIMARY | 4 | gaigoipro_new.xf_thread.user_id | 1 | |
PRIMARY | xf_altt_thread_thumbnail_ThreadThumbnail_2 | eq_ref | PRIMARY | PRIMARY | 4 | gaigoipro_new.xf_thread.thread_id | 1 | |
PRIMARY | xf_attachment_Attachment_3 | eq_ref | PRIMARY | PRIMARY | 4 | gaigoipro_new.xf_altt_thread_thumbnail_ThreadThumbnail_2.attachment_id | 1 | |
PRIMARY | xf_attachment_data_Data_4 | eq_ref | PRIMARY | PRIMARY | 4 | gaigoipro_new.xf_attachment_Attachment_3.data_id | 1 | |
PRIMARY | xf_user_LastPoster_5 | eq_ref | PRIMARY | PRIMARY | 4 | gaigoipro_new.xf_thread.last_post_user_id | 1 | |
PRIMARY | <derived2> | ref | <auto_key0> | <auto_key0> | 4 | gaigoipro_new.xf_thread.thread_id | 2 | Using index |
DERIVED | xf_thread | ref | PRIMARY,node_id_last_post_date,node_id_sticky_state_last_post | node_id_last_post_date | 4 | const | 1 | Using index; Using temporary; Using filesort |
DERIVED | link | eq_ref | PRIMARY | PRIMARY | 8 | gaigoipro_new.xf_thread.thread_id,const | 1 | Using index |
- XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 79
- XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1163
- XF\Mvc\Entity\Finder->fetch() in src/XF/Pub/Controller/Forum.php at line 216
- XF\Pub\Controller\Forum->actionForum() in src/addons/xenMade/SEO/XF/Pub/Controller/Forum.php at line 13
- xenMade\SEO\XF\Pub\Controller\Forum->actionForum() in src/addons/XenMax/PrefixFilter/XF/Pub/Controller/Forum.php at line 24
- XenMax\PrefixFilter\XF\Pub\Controller\Forum->actionForum() in src/XF/Mvc/Dispatcher.php at line 249
- XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 88
- XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 41
- XF\Mvc\Dispatcher->run() in src/XF/App.php at line 1934
- XF\App->run() in src/XF.php at line 329
- XF::runApp() in index.php at line 13
SELECT `xf_thread`.*, `xf_user_User_1`.*, `xf_altt_thread_thumbnail_ThreadThumbnail_2`.*, `xf_attachment_Attachment_3`.*, `xf_attachment_data_Data_4`.*, `xf_user_LastPoster_5`.*
FROM `xf_thread`
INNER JOIN (
select link.thread_id
from xf_sv_thread_prefix_link link
join xf_thread on (xf_thread.thread_id = link.thread_id)
where link.prefix_id in (12) AND (xf_thread.node_id in (52))
group by link.thread_id
having count(*) >= 1
) AS `prefixLink_6` ON (`prefixLink_6`.`thread_id` = `xf_thread`.`thread_id`)
LEFT JOIN `xf_user` AS `xf_user_User_1` ON (`xf_user_User_1`.`user_id` = `xf_thread`.`user_id`)
LEFT JOIN `xf_altt_thread_thumbnail` AS `xf_altt_thread_thumbnail_ThreadThumbnail_2` ON (`xf_altt_thread_thumbnail_ThreadThumbnail_2`.`thread_id` = `xf_thread`.`thread_id`)
LEFT JOIN `xf_attachment` AS `xf_attachment_Attachment_3` ON (`xf_attachment_Attachment_3`.`attachment_id` = `xf_altt_thread_thumbnail_ThreadThumbnail_2`.`attachment_id`)
LEFT JOIN `xf_attachment_data` AS `xf_attachment_data_Data_4` ON (`xf_attachment_data_Data_4`.`data_id` = `xf_attachment_Attachment_3`.`data_id`)
LEFT JOIN `xf_user` AS `xf_user_LastPoster_5` ON (`xf_user_LastPoster_5`.`user_id` = `xf_thread`.`last_post_user_id`)
WHERE (`xf_thread`.`node_id` = 52) AND ((`xf_thread`.`discussion_state` IN ('visible'))) AND (`xf_thread`.`sticky` = 0)
ORDER BY `xf_thread`.`last_post_date` DESC
LIMIT 20
Run Time: 0.001858
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
PRIMARY | xf_thread | ref | PRIMARY,node_id_last_post_date,node_id_sticky_state_last_post | node_id_last_post_date | 4 | const | 1 | Using where |
PRIMARY | xf_user_User_1 | eq_ref | PRIMARY | PRIMARY | 4 | gaigoipro_new.xf_thread.user_id | 1 | |
PRIMARY | xf_altt_thread_thumbnail_ThreadThumbnail_2 | eq_ref | PRIMARY | PRIMARY | 4 | gaigoipro_new.xf_thread.thread_id | 1 | |
PRIMARY | xf_attachment_Attachment_3 | eq_ref | PRIMARY | PRIMARY | 4 | gaigoipro_new.xf_altt_thread_thumbnail_ThreadThumbnail_2.attachment_id | 1 | |
PRIMARY | xf_attachment_data_Data_4 | eq_ref | PRIMARY | PRIMARY | 4 | gaigoipro_new.xf_attachment_Attachment_3.data_id | 1 | |
PRIMARY | xf_user_LastPoster_5 | eq_ref | PRIMARY | PRIMARY | 4 | gaigoipro_new.xf_thread.last_post_user_id | 1 | |
PRIMARY | <derived2> | ref | <auto_key0> | <auto_key0> | 4 | gaigoipro_new.xf_thread.thread_id | 2 | Using index |
DERIVED | xf_thread | ref | PRIMARY,node_id_last_post_date,node_id_sticky_state_last_post | node_id_last_post_date | 4 | const | 1 | Using index; Using temporary; Using filesort |
DERIVED | link | eq_ref | PRIMARY | PRIMARY | 8 | gaigoipro_new.xf_thread.thread_id,const | 1 | Using index |
- XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 79
- XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1163
- XF\Mvc\Entity\Finder->fetch() in src/XF/Pub/Controller/Forum.php at line 229
- XF\Pub\Controller\Forum->actionForum() in src/addons/xenMade/SEO/XF/Pub/Controller/Forum.php at line 13
- xenMade\SEO\XF\Pub\Controller\Forum->actionForum() in src/addons/XenMax/PrefixFilter/XF/Pub/Controller/Forum.php at line 24
- XenMax\PrefixFilter\XF\Pub\Controller\Forum->actionForum() in src/XF/Mvc/Dispatcher.php at line 249
- XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 88
- XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 41
- XF\Mvc\Dispatcher->run() in src/XF/App.php at line 1934
- XF\App->run() in src/XF.php at line 329
- XF::runApp() in index.php at line 13
SELECT COUNT(*)
FROM `xf_thread`
INNER JOIN (
select link.thread_id
from xf_sv_thread_prefix_link link
join xf_thread on (xf_thread.thread_id = link.thread_id)
where link.prefix_id in (12) AND (xf_thread.node_id in (52))
group by link.thread_id
having count(*) >= 1
) AS `prefixLink_6` ON (`prefixLink_6`.`thread_id` = `xf_thread`.`thread_id`)
WHERE (`xf_thread`.`node_id` = 52) AND ((`xf_thread`.`discussion_state` IN ('visible'))) AND (`xf_thread`.`sticky` = 0)
Run Time: 0.000822
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
PRIMARY | xf_thread | ref | PRIMARY,node_id_last_post_date,node_id_sticky_state_last_post | node_id_last_post_date | 4 | const | 1 | Using where |
PRIMARY | <derived2> | ref | <auto_key0> | <auto_key0> | 4 | gaigoipro_new.xf_thread.thread_id | 2 | Using index |
DERIVED | xf_thread | ref | PRIMARY,node_id_last_post_date,node_id_sticky_state_last_post | node_id_last_post_date | 4 | const | 1 | Using index; Using temporary; Using filesort |
DERIVED | link | eq_ref | PRIMARY | PRIMARY | 8 | gaigoipro_new.xf_thread.thread_id,const | 1 | Using index |
- XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 79
- XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 91
- XF\Db\AbstractAdapter->fetchOne() in src/XF/Mvc/Entity/Finder.php at line 1118
- XF\Mvc\Entity\Finder->total() in src/XF/Pub/Controller/Forum.php at line 230
- XF\Pub\Controller\Forum->actionForum() in src/addons/xenMade/SEO/XF/Pub/Controller/Forum.php at line 13
- xenMade\SEO\XF\Pub\Controller\Forum->actionForum() in src/addons/XenMax/PrefixFilter/XF/Pub/Controller/Forum.php at line 24
- XenMax\PrefixFilter\XF\Pub\Controller\Forum->actionForum() in src/XF/Mvc/Dispatcher.php at line 249
- XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 88
- XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 41
- XF\Mvc\Dispatcher->run() in src/XF/App.php at line 1934
- XF\App->run() in src/XF.php at line 329
- XF::runApp() in index.php at line 13
SELECT `xf_forum`.*, `xf_node_Node_1`.*, `xf_permission_cache_content_Permissions_2`.*
FROM `xf_forum`
INNER JOIN `xf_node` AS `xf_node_Node_1` ON (`xf_node_Node_1`.`node_id` = `xf_forum`.`node_id`)
LEFT JOIN `xf_permission_cache_content` AS `xf_permission_cache_content_Permissions_2` ON (`xf_permission_cache_content_Permissions_2`.`content_type` = 'node' AND `xf_permission_cache_content_Permissions_2`.`content_id` = `xf_node_Node_1`.`node_id` AND `xf_permission_cache_content_Permissions_2`.`permission_combination_id` = '1')
WHERE (`xf_node_Node_1`.`node_name` = 'gai-goi-binh-chanh' AND `xf_node_Node_1`.`node_type_id` = 'Forum')
LIMIT 1
Run Time: 0.000459
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_node_Node_1 | const | PRIMARY,node_name_unique | node_name_unique | 230 | const,const | 1 | |
SIMPLE | xf_permission_cache_content_Permissions_2 | const | PRIMARY | PRIMARY | 35 | const,const,const | 1 | |
SIMPLE | xf_forum | const | PRIMARY | PRIMARY | 4 | const | 1 | |
- XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 79
- XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1130
- XF\Mvc\Entity\Finder->fetchOne() in src/XF/Pub/Controller/Forum.php at line 1017
- XF\Pub\Controller\Forum->assertViewableForum() in src/addons/XenMax/PrefixFilter/XF/Pub/Controller/Forum.php at line 25
- XenMax\PrefixFilter\XF\Pub\Controller\Forum->actionForum() in src/XF/Mvc/Dispatcher.php at line 249
- XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 88
- XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 41
- XF\Mvc\Dispatcher->run() in src/XF/App.php at line 1934
- XF\App->run() in src/XF.php at line 329
- XF::runApp() in index.php at line 13
SELECT `xf_thread_prefix`.*
FROM `xf_thread_prefix`
WHERE (`xf_thread_prefix`.`prefix_id` IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 28, 29, 43, 60, 64, 122, 134, 123, 141, 142))
ORDER BY `xf_thread_prefix`.`materialized_order` ASC
Run Time: 0.000425
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_thread_prefix | ALL | PRIMARY | | | | 138 | Using where; Using filesort |
- XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 79
- XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1163
- XF\Mvc\Entity\Finder->fetch() in src/XF/Entity/Forum.php at line 202
- XF\Entity\Forum->getPrefixes() in src/XF/Mvc/Entity/Entity.php at line 142
- XF\Mvc\Entity\Entity->get() in src/XF/Mvc/Entity/Entity.php at line 95
- XF\Mvc\Entity\Entity->__get() in src/addons/XenMax/PrefixFilter/XF/Pub/Controller/Forum.php at line 30
- XenMax\PrefixFilter\XF\Pub\Controller\Forum->actionForum() in src/XF/Mvc/Dispatcher.php at line 249
- XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 88
- XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 41
- XF\Mvc\Dispatcher->run() in src/XF/App.php at line 1934
- XF\App->run() in src/XF.php at line 329
- XF::runApp() in index.php at line 13
-- XFDB=noForceAllWrite
INSERT INTO xf_session_activity
(`user_id`, `unique_key`, `ip`, `controller_name`, `controller_action`, `view_state`, `params`, `view_date`, `robot_key`)
VALUES
(?, ?, ?, ?, ?, ?, ?, ?, ?)
ON DUPLICATE KEY UPDATE ip = VALUES(ip),
controller_name = VALUES(controller_name),
controller_action = VALUES(controller_action),
view_state = VALUES(view_state),
params = VALUES(params),
view_date = VALUES(view_date),
robot_key = VALUES(robot_key)
Params: 0, , , XF\Pub\Controller\Forum, Forum, valid, node_name=gai-goi-binh-chanh, 1614257353,
Run Time: 0.000434
- XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 79
- XF\Db\AbstractAdapter->query() in src/XF/Repository/SessionActivity.php at line 158
- XF\Repository\SessionActivity->updateSessionActivity() in src/XF/Pub/Controller/AbstractController.php at line 66
- XF\Pub\Controller\AbstractController->updateSessionActivity() in src/XF/Pub/Controller/AbstractController.php at line 41
- XF\Pub\Controller\AbstractController->postDispatchType() in src/XF/Mvc/Controller.php at line 278
- XF\Mvc\Controller->postDispatch() in src/XF/Mvc/Dispatcher.php at line 271
- XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 88
- XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 41
- XF\Mvc\Dispatcher->run() in src/XF/App.php at line 1934
- XF\App->run() in src/XF.php at line 329
- XF::runApp() in index.php at line 13
SELECT data_key, data_value
FROM xf_data_registry
WHERE data_key IN ('reactions')
Run Time: 0.000292
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_data_registry | const | PRIMARY | PRIMARY | 27 | const | 1 | |
- XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 79
- XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 116
- XF\Db\AbstractAdapter->fetchPairs() in src/XF/DataRegistry.php at line 137
- XF\DataRegistry->readFromDb() in src/XF/DataRegistry.php at line 82
- XF\DataRegistry->get() in src/XF/DataRegistry.php at line 225
- XF\DataRegistry->offsetGet() in src/XF/App.php at line 1442
- XF\App->XF\{closure}() in src/XF/Container.php at line 28
- XF\Container->offsetGet() in src/XF/App.php at line 2761
- XF\App->container() in src/addons/ThemeHouse/Reactions/Listener/CodeEvent.php at line 22
- ThemeHouse\Reactions\Listener\CodeEvent::templaterGlobalData()
- call_user_func_array() in src/XF/Extension.php at line 67
- XF\Extension->fire() in src/XF/App.php at line 2395
- XF\App->fire() in src/XF/App.php at line 1705
- XF\App->getGlobalTemplateData() in src/XF/App.php at line 1590
- XF\App->preRender() in src/XF/Pub/App.php at line 363
- XF\Pub\App->preRender() in src/XF/Mvc/Dispatcher.php at line 280
- XF\Mvc\Dispatcher->render() in src/XF/Mvc/Dispatcher.php at line 44
- XF\Mvc\Dispatcher->run() in src/XF/App.php at line 1934
- XF\App->run() in src/XF.php at line 329
- XF::runApp() in index.php at line 13
SELECT data_key, data_value
FROM xf_data_registry
WHERE data_key IN ('reactionTypes')
Run Time: 0.000250
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_data_registry | const | PRIMARY | PRIMARY | 27 | const | 1 | |
- XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 79
- XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 116
- XF\Db\AbstractAdapter->fetchPairs() in src/XF/DataRegistry.php at line 137
- XF\DataRegistry->readFromDb() in src/XF/DataRegistry.php at line 82
- XF\DataRegistry->get() in src/XF/DataRegistry.php at line 225
- XF\DataRegistry->offsetGet() in src/XF/App.php at line 1442
- XF\App->XF\{closure}() in src/XF/Container.php at line 28
- XF\Container->offsetGet() in src/XF/App.php at line 2761
- XF\App->container() in src/addons/ThemeHouse/Reactions/Listener/CodeEvent.php at line 23
- ThemeHouse\Reactions\Listener\CodeEvent::templaterGlobalData()
- call_user_func_array() in src/XF/Extension.php at line 67
- XF\Extension->fire() in src/XF/App.php at line 2395
- XF\App->fire() in src/XF/App.php at line 1705
- XF\App->getGlobalTemplateData() in src/XF/App.php at line 1590
- XF\App->preRender() in src/XF/Pub/App.php at line 363
- XF\Pub\App->preRender() in src/XF/Mvc/Dispatcher.php at line 280
- XF\Mvc\Dispatcher->render() in src/XF/Mvc/Dispatcher.php at line 44
- XF\Mvc\Dispatcher->run() in src/XF/App.php at line 1934
- XF\App->run() in src/XF.php at line 329
- XF::runApp() in index.php at line 13
SELECT `xf_thread`.*, `xf_forum_Forum_1`.*, `xf_node_Node_2`.*, `xf_user_User_3`.*, `xf_permission_cache_content_Permissions_4`.*
FROM `xf_thread` FORCE INDEX (`post_date`)
LEFT JOIN `xf_forum` AS `xf_forum_Forum_1` ON (`xf_forum_Forum_1`.`node_id` = `xf_thread`.`node_id`)
LEFT JOIN `xf_node` AS `xf_node_Node_2` ON (`xf_node_Node_2`.`node_id` = `xf_forum_Forum_1`.`node_id`)
LEFT JOIN `xf_user` AS `xf_user_User_3` ON (`xf_user_User_3`.`user_id` = `xf_thread`.`user_id`)
LEFT JOIN `xf_permission_cache_content` AS `xf_permission_cache_content_Permissions_4` ON (`xf_permission_cache_content_Permissions_4`.`content_type` = 'node' AND `xf_permission_cache_content_Permissions_4`.`content_id` = `xf_node_Node_2`.`node_id` AND `xf_permission_cache_content_Permissions_4`.`permission_combination_id` = '1')
WHERE (`xf_thread`.`discussion_state` = 'visible') AND (`xf_thread`.`discussion_type` <> 'redirect') AND (`xf_thread`.`node_id` IN (143, 2, 5, 135, 144))
ORDER BY `xf_thread`.`post_date` DESC
LIMIT 10
Run Time: 0.001198
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_thread | index | | post_date | 4 | | 10 | Using where |
SIMPLE | xf_forum_Forum_1 | eq_ref | PRIMARY | PRIMARY | 4 | gaigoipro_new.xf_thread.node_id | 1 | |
SIMPLE | xf_node_Node_2 | eq_ref | PRIMARY | PRIMARY | 4 | gaigoipro_new.xf_forum_Forum_1.node_id | 1 | |
SIMPLE | xf_user_User_3 | eq_ref | PRIMARY | PRIMARY | 4 | gaigoipro_new.xf_thread.user_id | 1 | |
SIMPLE | xf_permission_cache_content_Permissions_4 | eq_ref | PRIMARY | PRIMARY | 35 | const,const,gaigoipro_new.xf_node_Node_2.node_id | 1 | Using where |
- XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 79
- XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1163
- XF\Mvc\Entity\Finder->fetch() in src/XF/Widget/NewThreads.php at line 62
- XF\Widget\NewThreads->render() in src/XF/Template/Templater.php at line 1526
- XF\Template\Templater->widgetPosition() in internal_data/code_cache/templates/l6/s7/public/forum_view.php at line 526
- XF\Template\Templater->{closure}() in src/XF/Template/Templater.php at line 1250
- XF\Template\Templater->renderTemplate() in src/addons/AL/ThreadThumbnail/XF/Template/Templater.php at line 23
- AL\ThreadThumbnail\XF\Template\Templater->renderTemplate() in src/XF/Template/Template.php at line 24
- XF\Template\Template->render() in src/XF/Mvc/Renderer/Html.php at line 48
- XF\Mvc\Renderer\Html->renderView() in src/XF/Mvc/Dispatcher.php at line 332
- XF\Mvc\Dispatcher->renderView() in src/XF/Mvc/Dispatcher.php at line 303
- XF\Mvc\Dispatcher->render() in src/XF/Mvc/Dispatcher.php at line 44
- XF\Mvc\Dispatcher->run() in src/XF/App.php at line 1934
- XF\App->run() in src/XF.php at line 329
- XF::runApp() in index.php at line 13
SELECT data_key, data_value
FROM xf_data_registry
WHERE data_key IN ('forumStatistics')
Run Time: 0.000252
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_data_registry | const | PRIMARY | PRIMARY | 27 | const | 1 | |
- XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 79
- XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 116
- XF\Db\AbstractAdapter->fetchPairs() in src/XF/DataRegistry.php at line 137
- XF\DataRegistry->readFromDb() in src/XF/DataRegistry.php at line 82
- XF\DataRegistry->get() in src/XF/DataRegistry.php at line 225
- XF\DataRegistry->offsetGet() in src/XF/App.php at line 1442
- XF\App->XF\{closure}() in src/XF/Container.php at line 28
- XF\Container->offsetGet() in src/XF/App.php at line 2007
- XF\App->__get() in src/XF/Widget/ForumStatistics.php at line 10
- XF\Widget\ForumStatistics->render() in src/XF/Template/Templater.php at line 1526
- XF\Template\Templater->widgetPosition() in src/addons/ThemeHouse/UIX/Util/UIX.php at line 50
- ThemeHouse\UIX\Util\UIX->getFooterWidgets() in src/addons/ThemeHouse/UIX/Listener/App.php at line 18
- ThemeHouse\UIX\Listener\App::pubRenderPage()
- call_user_func_array() in src/XF/Extension.php at line 67
- XF\Extension->fire() in src/XF/App.php at line 2395
- XF\App->fire() in src/XF/Pub/App.php at line 460
- XF\Pub\App->renderPageHtml() in src/XF/App.php at line 1769
- XF\App->renderPage() in src/XF/Mvc/Dispatcher.php at line 310
- XF\Mvc\Dispatcher->render() in src/XF/Mvc/Dispatcher.php at line 44
- XF\Mvc\Dispatcher->run() in src/XF/App.php at line 1934
- XF\App->run() in src/XF.php at line 329
- XF::runApp() in index.php at line 13
SELECT
SUM(IF(user_id >= 0 AND robot_key = '', 1, 0)) AS total,
SUM(IF(user_id > 0, 1, 0)) AS members,
SUM(IF(user_id = 0 AND robot_key = '', 1, 0)) AS guests
FROM xf_session_activity
WHERE view_date >= ?
Params: 1614256453
Run Time: 0.001726
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_session_activity | range | view_date | view_date | 4 | | 239 | Using where |
- XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 79
- XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 86
- XF\Db\AbstractAdapter->fetchRow() in src/XF/Repository/SessionActivity.php at line 25
- XF\Repository\SessionActivity->getOnlineCounts() in src/XF/Repository/SessionActivity.php at line 62
- XF\Repository\SessionActivity->getOnlineStatsBlockData() in src/XF/Widget/MembersOnline.php at line 25
- XF\Widget\MembersOnline->render() in src/XF/Template/Templater.php at line 1526
- XF\Template\Templater->widgetPosition() in src/addons/ThemeHouse/UIX/Util/UIX.php at line 50
- ThemeHouse\UIX\Util\UIX->getFooterWidgets() in src/addons/ThemeHouse/UIX/Listener/App.php at line 18
- ThemeHouse\UIX\Listener\App::pubRenderPage()
- call_user_func_array() in src/XF/Extension.php at line 67
- XF\Extension->fire() in src/XF/App.php at line 2395
- XF\App->fire() in src/XF/Pub/App.php at line 460
- XF\Pub\App->renderPageHtml() in src/XF/App.php at line 1769
- XF\App->renderPage() in src/XF/Mvc/Dispatcher.php at line 310
- XF\Mvc\Dispatcher->render() in src/XF/Mvc/Dispatcher.php at line 44
- XF\Mvc\Dispatcher->run() in src/XF/App.php at line 1934
- XF\App->run() in src/XF.php at line 329
- XF::runApp() in index.php at line 13
SELECT `xf_session_activity`.*, `xf_user_User_1`.*
FROM `xf_session_activity`
INNER JOIN `xf_user` AS `xf_user_User_1` ON (`xf_user_User_1`.`user_id` = `xf_session_activity`.`user_id`)
WHERE (`xf_session_activity`.`user_id` > 0) AND ((`xf_session_activity`.`user_id` = 0) OR (`xf_user_User_1`.`visible` = 1 AND `xf_user_User_1`.`user_state` = 'valid')) AND ((`xf_session_activity`.`user_id` = 0) OR (`xf_user_User_1`.`visible` = 1 AND `xf_user_User_1`.`user_state` = 'valid')) AND (`xf_session_activity`.`view_date` >= 1614256453)
ORDER BY `xf_session_activity`.`view_date` DESC
LIMIT 50
Run Time: 0.001577
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_session_activity | range | PRIMARY,view_date | view_date | 4 | | 239 | Using where |
SIMPLE | xf_user_User_1 | eq_ref | PRIMARY,user_state | PRIMARY | 4 | gaigoipro_new.xf_session_activity.user_id | 1 | Using where |
- XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 79
- XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1163
- XF\Mvc\Entity\Finder->fetch() in src/XF/Repository/SessionActivity.php at line 43
- XF\Repository\SessionActivity->getOnlineUsersList() in src/XF/Repository/SessionActivity.php at line 63
- XF\Repository\SessionActivity->getOnlineStatsBlockData() in src/XF/Widget/MembersOnline.php at line 25
- XF\Widget\MembersOnline->render() in src/XF/Template/Templater.php at line 1526
- XF\Template\Templater->widgetPosition() in src/addons/ThemeHouse/UIX/Util/UIX.php at line 50
- ThemeHouse\UIX\Util\UIX->getFooterWidgets() in src/addons/ThemeHouse/UIX/Listener/App.php at line 18
- ThemeHouse\UIX\Listener\App::pubRenderPage()
- call_user_func_array() in src/XF/Extension.php at line 67
- XF\Extension->fire() in src/XF/App.php at line 2395
- XF\App->fire() in src/XF/Pub/App.php at line 460
- XF\Pub\App->renderPageHtml() in src/XF/App.php at line 1769
- XF\App->renderPage() in src/XF/Mvc/Dispatcher.php at line 310
- XF\Mvc\Dispatcher->render() in src/XF/Mvc/Dispatcher.php at line 44
- XF\Mvc\Dispatcher->run() in src/XF/App.php at line 1934
- XF\App->run() in src/XF.php at line 329
- XF::runApp() in index.php at line 13
SELECT `xf_thread`.*, `xf_forum_Forum_1`.*, `xf_node_Node_2`.*, `xf_user_User_3`.*, `xf_permission_cache_content_Permissions_4`.*
FROM `xf_thread` FORCE INDEX (`post_date`)
LEFT JOIN `xf_forum` AS `xf_forum_Forum_1` ON (`xf_forum_Forum_1`.`node_id` = `xf_thread`.`node_id`)
LEFT JOIN `xf_node` AS `xf_node_Node_2` ON (`xf_node_Node_2`.`node_id` = `xf_forum_Forum_1`.`node_id`)
LEFT JOIN `xf_user` AS `xf_user_User_3` ON (`xf_user_User_3`.`user_id` = `xf_thread`.`user_id`)
LEFT JOIN `xf_permission_cache_content` AS `xf_permission_cache_content_Permissions_4` ON (`xf_permission_cache_content_Permissions_4`.`content_type` = 'node' AND `xf_permission_cache_content_Permissions_4`.`content_id` = `xf_node_Node_2`.`node_id` AND `xf_permission_cache_content_Permissions_4`.`permission_combination_id` = '1')
WHERE (`xf_thread`.`discussion_state` = 'visible') AND (`xf_thread`.`discussion_type` <> 'redirect') AND (`xf_thread`.`node_id` IN (7, 155, 8, 14, 10, 19, 16, 28, 156, 11, 12, 13, 17, 18, 21, 9, 15, 20, 22, 23, 24, 26, 27, 29, 55, 56, 57, 58, 59, 60, 61, 62, 63, 30, 37, 38, 39, 42, 46, 47, 32, 31, 33, 34, 36, 49, 50, 52, 54, 53, 146, 73, 147, 149, 148, 150, 81))
ORDER BY `xf_thread`.`post_date` DESC
LIMIT 10
Run Time: 0.000991
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_thread | index | | post_date | 4 | | 10 | Using where |
SIMPLE | xf_forum_Forum_1 | eq_ref | PRIMARY | PRIMARY | 4 | gaigoipro_new.xf_thread.node_id | 1 | |
SIMPLE | xf_node_Node_2 | eq_ref | PRIMARY | PRIMARY | 4 | gaigoipro_new.xf_forum_Forum_1.node_id | 1 | |
SIMPLE | xf_user_User_3 | eq_ref | PRIMARY | PRIMARY | 4 | gaigoipro_new.xf_thread.user_id | 1 | |
SIMPLE | xf_permission_cache_content_Permissions_4 | eq_ref | PRIMARY | PRIMARY | 35 | const,const,gaigoipro_new.xf_node_Node_2.node_id | 1 | Using where |
- XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 79
- XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1163
- XF\Mvc\Entity\Finder->fetch() in src/XF/Widget/NewThreads.php at line 62
- XF\Widget\NewThreads->render() in src/XF/Template/Templater.php at line 1526
- XF\Template\Templater->widgetPosition() in src/addons/ThemeHouse/UIX/Util/UIX.php at line 50
- ThemeHouse\UIX\Util\UIX->getFooterWidgets() in src/addons/ThemeHouse/UIX/Listener/App.php at line 18
- ThemeHouse\UIX\Listener\App::pubRenderPage()
- call_user_func_array() in src/XF/Extension.php at line 67
- XF\Extension->fire() in src/XF/App.php at line 2395
- XF\App->fire() in src/XF/Pub/App.php at line 460
- XF\Pub\App->renderPageHtml() in src/XF/App.php at line 1769
- XF\App->renderPage() in src/XF/Mvc/Dispatcher.php at line 310
- XF\Mvc\Dispatcher->render() in src/XF/Mvc/Dispatcher.php at line 44
- XF\Mvc\Dispatcher->run() in src/XF/App.php at line 1934
- XF\App->run() in src/XF.php at line 329
- XF::runApp() in index.php at line 13
-- XFDB=noForceAllWrite
INSERT INTO xf_session
(session_id, session_data, expiry_date)
VALUES
(?, ?, ?)
ON DUPLICATE KEY UPDATE
session_data = VALUES(session_data),
expiry_date = VALUES(expiry_date)
Params: UIBeQyTQNHVP9T3pFA9M4jIpVyzaJIsX, , 1614271753
Run Time: 0.000734
- XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 79
- XF\Db\AbstractAdapter->query() in src/XF/Session/DbStorage.php at line 57
- XF\Session\DbStorage->writeSession() in src/XF/Session/Session.php at line 215
- XF\Session\Session->save() in src/XF/Pub/App.php at line 373
- XF\Pub\App->complete() in src/XF/App.php at line 1937
- XF\App->run() in src/XF.php at line 329
- XF::runApp() in index.php at line 13
bytes_sent | 22296 |
bytes_received | 481093 |
packets_sent | 196 |
packets_received | 1714 |
protocol_overhead_in | 6856 |
protocol_overhead_out | 784 |
bytes_received_ok_packet | 0 |
bytes_received_eof_packet | 0 |
bytes_received_rset_header_packet | 459 |
bytes_received_rset_field_meta_packet | 0 |
bytes_received_rset_row_packet | 194 |
bytes_received_prepare_response_packet | 115401 |
bytes_received_change_user_packet | 364288 |
packets_sent_command | 97 |
packets_received_ok | 0 |
packets_received_eof | 0 |
packets_received_rset_header | 51 |
packets_received_rset_field_meta | 0 |
packets_received_rset_row | 34 |
packets_received_prepare_response | 1420 |
packets_received_change_user | 175 |
result_set_queries | 30 |
non_result_set_queries | 4 |
no_index_used | 3 |
bad_index_used | 0 |
slow_queries | 0 |
buffered_sets | 0 |
unbuffered_sets | 0 |
ps_buffered_sets | 30 |
ps_unbuffered_sets | 0 |
flushed_normal_sets | 0 |
flushed_ps_sets | 0 |
ps_prepared_never_executed | 0 |
ps_prepared_once_executed | 31 |
rows_fetched_from_server_normal | 0 |
rows_fetched_from_server_ps | 145 |
rows_buffered_from_client_normal | 0 |
rows_buffered_from_client_ps | 145 |
rows_fetched_from_client_normal_buffered | 0 |
rows_fetched_from_client_normal_unbuffered | 0 |
rows_fetched_from_client_ps_buffered | 0 |
rows_fetched_from_client_ps_unbuffered | 0 |
rows_fetched_from_client_ps_cursor | 0 |
rows_affected_normal | 0 |
rows_affected_ps | 0 |
rows_skipped_normal | 0 |
rows_skipped_ps | 145 |
copy_on_write_saved | 0 |
copy_on_write_performed | 0 |
command_buffer_too_small | 0 |
connect_success | 1 |
connect_failure | 0 |
connection_reused | 0 |
reconnect | 0 |
pconnect_success | 1 |
active_connections | 1 |
active_persistent_connections | 1 |
explicit_close | 0 |
implicit_close | 0 |
disconnect_close | 0 |
in_middle_of_command_close | 0 |
explicit_free_result | 0 |
implicit_free_result | 0 |
explicit_stmt_close | 0 |
implicit_stmt_close | 0 |
mem_emalloc_count | 0 |
mem_emalloc_amount | 0 |
mem_ecalloc_count | 0 |
mem_ecalloc_amount | 0 |
mem_erealloc_count | 0 |
mem_erealloc_amount | 0 |
mem_efree_count | 0 |
mem_efree_amount | 0 |
mem_malloc_count | 0 |
mem_malloc_amount | 0 |
mem_calloc_count | 0 |
mem_calloc_amount | 0 |
mem_realloc_count | 0 |
mem_realloc_amount | 0 |
mem_free_count | 0 |
mem_free_amount | 0 |
mem_estrndup_count | 0 |
mem_strndup_count | 0 |
mem_estrdup_count | 0 |
mem_strdup_count | 0 |
mem_edupl_count | 0 |
mem_dupl_count | 0 |
proto_text_fetched_null | 0 |
proto_text_fetched_bit | 0 |
proto_text_fetched_tinyint | 0 |
proto_text_fetched_short | 0 |
proto_text_fetched_int24 | 0 |
proto_text_fetched_int | 0 |
proto_text_fetched_bigint | 0 |
proto_text_fetched_decimal | 0 |
proto_text_fetched_float | 0 |
proto_text_fetched_double | 0 |
proto_text_fetched_date | 0 |
proto_text_fetched_year | 0 |
proto_text_fetched_time | 0 |
proto_text_fetched_datetime | 0 |
proto_text_fetched_timestamp | 0 |
proto_text_fetched_string | 0 |
proto_text_fetched_blob | 0 |
proto_text_fetched_enum | 0 |
proto_text_fetched_set | 0 |
proto_text_fetched_geometry | 0 |
proto_text_fetched_other | 0 |
proto_binary_fetched_null | 0 |
proto_binary_fetched_bit | 54 |
proto_binary_fetched_tinyint | 0 |
proto_binary_fetched_short | 356 |
proto_binary_fetched_int24 | 124 |
proto_binary_fetched_int | 0 |
proto_binary_fetched_bigint | 1124 |
proto_binary_fetched_decimal | 95 |
proto_binary_fetched_float | 23 |
proto_binary_fetched_double | 0 |
proto_binary_fetched_date | 0 |
proto_binary_fetched_year | 0 |
proto_binary_fetched_time | 0 |
proto_binary_fetched_datetime | 0 |
proto_binary_fetched_timestamp | 0 |
proto_binary_fetched_string | 0 |
proto_binary_fetched_json | 905 |
proto_binary_fetched_blob | 398 |
proto_binary_fetched_enum | 0 |
proto_binary_fetched_set | 0 |
proto_binary_fetched_geometry | 0 |
proto_binary_fetched_other | 0 |
init_command_executed_count | 0 |
init_command_failed_count | 0 |
com_quit | 0 |
com_init_db | 0 |
com_query | 2 |
com_field_list | 0 |
com_create_db | 0 |
com_drop_db | 0 |
com_refresh | 0 |
com_shutdown | 0 |
com_statistics | 0 |
com_process_info | 0 |
com_connect | 0 |
com_process_kill | 0 |
com_debug | 0 |
com_ping | 0 |
com_time | 0 |
com_delayed_insert | 0 |
com_change_user | 0 |
com_binlog_dump | 0 |
com_table_dump | 0 |
com_connect_out | 0 |
com_register_slave | 0 |
com_stmt_prepare | 32 |
com_stmt_execute | 32 |
com_stmt_send_long_data | 0 |
com_stmt_close | 31 |
com_stmt_reset | 0 |
com_stmt_set_option | 0 |
com_stmt_fetch | 0 |
com_deamon | 0 |
bytes_received_real_data_normal | 0 |
bytes_received_real_data_ps | 361419 |