Query Time: 0.44 ms Query memory: 0.019 MB Memory before query: 0.907 MB Rows returned: 0
SELECT `data`
FROM `veneno_session`
WHERE `session_id` = 'st5skmc539kfb3qs1do5kp86g5'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | veneno_session | const | PRIMARY | PRIMARY | 766 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
13 | JDatabaseDriver->loadResult() | JROOT/libraries/joomla/session/storage/database.php:44 |
12 | JSessionStorageDatabase->read() | Same as call in the line below. |
11 | session_start() | JROOT/libraries/joomla/session/handler/native.php:258 |
10 | JSessionHandlerNative->doSessionStart() | JROOT/libraries/joomla/session/handler/native.php:49 |
9 | JSessionHandlerNative->start() | JROOT/libraries/joomla/session/handler/joomla.php:81 |
8 | JSessionHandlerJoomla->start() | JROOT/libraries/joomla/session/session.php:636 |
7 | JSession->_start() | JROOT/libraries/joomla/session/session.php:596 |
6 | JSession->start() | JROOT/libraries/cms/application/cms.php:748 |
5 | JApplicationCms->loadSession() | JROOT/libraries/cms/application/cms.php:131 |
4 | JApplicationCms->__construct() | JROOT/libraries/cms/application/site.php:63 |
3 | JApplicationSite->__construct() | JROOT/libraries/cms/application/cms.php:404 |
2 | JApplicationCms::getInstance() | JROOT/libraries/joomla/factory.php:125 |
1 | JFactory::getApplication() | JROOT/index.php:46 |
Query Time: 0.37 ms After last query: 5.69 ms Query memory: 0.012 MB Memory before query: 0.973 MB Rows returned: 0
SELECT `session_id`
FROM `veneno_session`
WHERE `session_id` = 'st5skmc539kfb3qs1do5kp86g5'
LIMIT 0, 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | veneno_session | const | PRIMARY | PRIMARY | 766 | const | 1 | Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 8 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
7 | JDatabaseDriver->loadResult() | JROOT/libraries/cms/application/cms.php:176 |
6 | JApplicationCms->checkSession() | JROOT/libraries/cms/application/cms.php:774 |
5 | JApplicationCms->loadSession() | JROOT/libraries/cms/application/cms.php:131 |
4 | JApplicationCms->__construct() | JROOT/libraries/cms/application/site.php:63 |
3 | JApplicationSite->__construct() | JROOT/libraries/cms/application/cms.php:404 |
2 | JApplicationCms::getInstance() | JROOT/libraries/joomla/factory.php:125 |
1 | JFactory::getApplication() | JROOT/index.php:46 |
Query Time: 2.09 ms After last query: 0.13 ms Query memory: 0.009 MB Memory before query: 0.986 MB
INSERT INTO `veneno_session`
(`session_id`, `client_id`, `time`)
VALUES
('st5skmc539kfb3qs1do5kp86g5', 0, '1737043784')
EXPLAIN not possible on query: INSERT INTO `veneno_session`
(`session_id`, `client_id`, `time`) VALUES
('st5skmc539kfb3qs1do5kp86g5', 0, '1737043784')
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 7 | JDatabaseDriverMysqli->execute() | JROOT/libraries/cms/application/cms.php:208 |
6 | JApplicationCms->checkSession() | JROOT/libraries/cms/application/cms.php:774 |
5 | JApplicationCms->loadSession() | JROOT/libraries/cms/application/cms.php:131 |
4 | JApplicationCms->__construct() | JROOT/libraries/cms/application/site.php:63 |
3 | JApplicationSite->__construct() | JROOT/libraries/cms/application/cms.php:404 |
2 | JApplicationCms::getInstance() | JROOT/libraries/joomla/factory.php:125 |
1 | JFactory::getApplication() | JROOT/index.php:46 |
Query Time: 0.53 ms After last query: 11.34 ms Query memory: 0.014 MB Memory before query: 1.116 MB Rows returned: 1
SELECT b.id
FROM veneno_usergroups AS a
LEFT JOIN veneno_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | b | range | idx_usergroup_nested_set_lookup | idx_usergroup_nested_set_lookup | 4 | NULL | 1 | Using where; Using index |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1541 |
9 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/access/access.php:354 |
8 | JAccess::getGroupsByUser() | JROOT/libraries/joomla/access/access.php:423 |
7 | JAccess::getAuthorisedViewLevels() | JROOT/libraries/joomla/user/user.php:453 |
6 | JUser->getAuthorisedViewLevels() | JROOT/libraries/cms/plugin/helper.php:296 |
5 | JPluginHelper::load() | JROOT/libraries/cms/plugin/helper.php:163 |
4 | JPluginHelper::importPlugin() | JROOT/libraries/cms/application/site.php:589 |
3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.38 ms After last query: 1.01 ms Query memory: 0.014 MB Memory before query: 1.136 MB Rows returned: 5
SELECT id, rules
FROM `veneno_viewlevels`
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | veneno_viewlevels | ALL | NULL | NO INDEX KEY COULD BE USED | NULL | NULL | 5 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1497 |
8 | JDatabaseDriver->loadAssocList() | JROOT/libraries/joomla/access/access.php:440 |
7 | JAccess::getAuthorisedViewLevels() | JROOT/libraries/joomla/user/user.php:453 |
6 | JUser->getAuthorisedViewLevels() | JROOT/libraries/cms/plugin/helper.php:296 |
5 | JPluginHelper::load() | JROOT/libraries/cms/plugin/helper.php:163 |
4 | JPluginHelper::importPlugin() | JROOT/libraries/cms/application/site.php:589 |
3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.51 ms After last query: 25.26 ms Query memory: 0.014 MB Memory before query: 1.547 MB Rows returned: 1
SELECT `enabled`
FROM `veneno_extensions`
WHERE `element` = 'com_akeeba'
AND `type` = 'component'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | veneno_extensions | ref | element_clientid,element_folder_clientid,extension | element_clientid | 402 | const | 1 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
8 | JDatabaseDriver->loadResult() | JROOT/plugins/system/backuponupdate/backuponupdate.php:50 |
7 | require_once JROOT/plugins/system/backuponupdate/backuponupdate.php | JROOT/libraries/cms/plugin/helper.php:230 |
6 | JPluginHelper::import() | JROOT/libraries/cms/plugin/helper.php:170 |
5 | JPluginHelper::importPlugin() | JROOT/libraries/cms/application/cms.php:662 |
4 | JApplicationCms->initialiseApp() | JROOT/libraries/cms/application/site.php:663 |
3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.56 ms After last query: 9.02 ms Query memory: 0.016 MB Memory before query: 1.625 MB
UPDATE `veneno_extensions`
SET `params` = '{\"mediaversion\":\"82f9ff639585bf79337def92fc8990b1\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
EXPLAIN not possible on query: UPDATE `veneno_extensions`
SET `params` = '{\"mediaversion\":\"82f9ff639585bf79337def92fc8990b1\"}'
WHERE `type` = 'library' AND `element` = 'joomla'
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/cms/library/helper.php:119 |
12 | JLibraryHelper::saveParams() | JROOT/libraries/cms/version/version.php:325 |
11 | JVersion->setMediaVersion() | JROOT/libraries/cms/version/version.php:284 |
10 | JVersion->getMediaVersion() | JROOT/libraries/joomla/factory.php:737 |
9 | JFactory::createDocument() | JROOT/libraries/joomla/factory.php:216 |
8 | JFactory::getDocument() | JROOT/plugins/system/backup/backup.php:4 |
7 | require_once JROOT/plugins/system/backup/backup.php | JROOT/libraries/cms/plugin/helper.php:230 |
6 | JPluginHelper::import() | JROOT/libraries/cms/plugin/helper.php:170 |
5 | JPluginHelper::importPlugin() | JROOT/libraries/cms/application/cms.php:662 |
4 | JApplicationCms->initialiseApp() | JROOT/libraries/cms/application/site.php:663 |
3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.90 ms After last query: 26.84 ms Query memory: 0.039 MB Memory before query: 1.961 MB Rows returned: 20
SELECT m.id, m.menutype, m.title, m.alias, m.note, m.path AS route, m.link, m.type, m.level, m.language,`m`.`browserNav`, m.access, m.params, m.home, m.img, m.template_style_id, m.component_id, m.parent_id,e.element as component
FROM veneno_menu AS m
LEFT JOIN veneno_extensions AS e
ON m.component_id = e.extension_id
WHERE m.published = 1
AND m.parent_id > 0
AND m.client_id = 0
ORDER BY m.lft
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | m | ALL | idx_client_id_parent_id_alias_language | NO INDEX KEY COULD BE USED | NULL | NULL | 191 | Using where; Using filesort |
1 | SIMPLE | e | eq_ref | PRIMARY | PRIMARY | 4 | dienmayhai_3.m.component_id | 1 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
22 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/menu/site.php:86 |
21 | JMenuSite->load() | JROOT/libraries/cms/menu/menu.php:74 |
20 | JMenu->__construct() | JROOT/libraries/cms/menu/site.php:57 |
19 | JMenuSite->__construct() | JROOT/libraries/cms/menu/menu.php:133 |
18 | JMenu::getInstance() | JROOT/libraries/cms/application/cms.php:435 |
17 | JApplicationCms->getMenu() | JROOT/libraries/cms/application/site.php:272 |
16 | JApplicationSite->getMenu() | JROOT/libraries/cms/application/site.php:438 |
15 | JApplicationSite->getTemplate() | JROOT/plugins/system/helix/core/helix.php:65 |
14 | Helix::themeName() | JROOT/plugins/system/helix/core/helix.php:114 |
13 | Helix::themePath() | JROOT/plugins/system/helix/core/helix.php:302 |
12 | Helix::_Import() | JROOT/plugins/system/helix/core/helix.php:290 |
11 | Helix::Import() | JROOT/plugins/system/helix/core/helix.php:1592 |
10 | Helix::loadHelixOverwrite() | JROOT/plugins/system/helix/helix.php:22 |
9 | plgSystemHelix->onAfterInitialise() | Same as call in the line below. |
8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
5 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/cms.php:663 |
4 | JApplicationCms->initialiseApp() | JROOT/libraries/cms/application/site.php:663 |
3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.44 ms After last query: 65.57 ms Query memory: 0.026 MB Memory before query: 3.150 MB Rows returned: 1
SELECT a.rules
FROM veneno_assets AS a
WHERE (a.id = 1)
GROUP BY a.id, a.rules, a.lft
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1541 |
18 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/access/access.php:246 |
17 | JAccess::getAssetRules() | JROOT/libraries/joomla/user/user.php:384 |
16 | JUser->authorise() | JROOT/components/com_content/models/category.php:137 |
15 | ContentModelCategory->populateState() | JROOT/libraries/legacy/model/legacy.php:439 |
14 | JModelLegacy->getState() | JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:394 |
13 | JViewLegacy->get() | JROOT/libraries/legacy/view/category.php:114 |
12 | JViewCategory->commonCategoryDisplay() | JROOT/components/com_content/views/category/view.html.php:72 |
11 | ContentViewCategory->display() | JROOT/libraries/joomla/cache/controller/view.php:96 |
10 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:686 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 2.79 ms After last query: 1.59 ms Query memory: 0.027 MB Memory before query: 3.185 MB Rows returned: 3
SELECT b.rules
FROM veneno_assets AS a
LEFT JOIN veneno_assets AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE (a.name = 'com_content.category.16')
GROUP BY b.id, b.rules, b.lft
ORDER BY b.lft
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | idx_asset_name | idx_asset_name | 202 | const | 1 | Using temporary; Using filesort |
1 | SIMPLE | b | ALL | idx_lft_rgt | NO INDEX KEY COULD BE USED | NULL | NULL | 639 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1541 |
19 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/access/access.php:246 |
18 | JAccess::getAssetRules() | JROOT/libraries/joomla/access/access.php:107 |
17 | JAccess::check() | JROOT/libraries/joomla/user/user.php:393 |
16 | JUser->authorise() | JROOT/components/com_content/models/category.php:137 |
15 | ContentModelCategory->populateState() | JROOT/libraries/legacy/model/legacy.php:439 |
14 | JModelLegacy->getState() | JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:394 |
13 | JViewLegacy->get() | JROOT/libraries/legacy/view/category.php:114 |
12 | JViewCategory->commonCategoryDisplay() | JROOT/components/com_content/views/category/view.html.php:72 |
11 | ContentViewCategory->display() | JROOT/libraries/joomla/cache/controller/view.php:96 |
10 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:686 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 2.43 ms After last query: 3.24 ms Query memory: 0.032 MB Memory before query: 3.251 MB Rows returned: 2
SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug,COUNT(i.`id`) AS numitems
FROM veneno_categories as c
LEFT JOIN (SELECT cat.id as id
FROM veneno_categories AS cat JOIN veneno_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
WHERE parent.extension = 'com_content'
AND parent.published != 1
GROUP BY cat.id) AS badcats
ON badcats.id = c.id
LEFT JOIN veneno_categories AS s
ON (s.lft <= c.lft
AND s.rgt >= c.rgt) OR (s.lft > c.lft
AND s.rgt < c.rgt)
LEFT JOIN `veneno_content` AS i
ON i.`catid` = c.id
AND i.state = 1
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1)
AND c.published = 1
AND badcats.id is null
AND s.id=16
GROUP BY c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version
ORDER BY c.lft
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | PRIMARY | s | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | Using temporary; Using filesort |
1 | PRIMARY | c | ALL | cat_idx,idx_access,idx_left_right | NO INDEX KEY COULD BE USED | NULL | NULL | 18 | Using where |
1 | PRIMARY | i | ref|filter | idx_state,idx_catid | idx_catid|idx_state | 4|1 | dienmayhai_3.c.id | 5 (12%) | Using where; Using rowid filter |
1 | PRIMARY | <derived2> | ref | key0 | key0 | 5 | dienmayhai_3.c.id | 2 | Using where |
2 | LATERAL DERIVED | cat | eq_ref | PRIMARY,idx_left_right | PRIMARY | 4 | dienmayhai_3.c.id | 1 | |
2 | LATERAL DERIVED | parent | ALL | cat_idx,idx_left_right | NO INDEX KEY COULD BE USED | NULL | NULL | 18 | Using where; Using join buffer (flat, BNL join) |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
18 | JDatabaseDriver->loadObjectList() | JROOT/libraries/legacy/categories/categories.php:309 |
17 | JCategories->_load() | JROOT/libraries/legacy/categories/categories.php:184 |
16 | JCategories->get() | JROOT/components/com_content/models/category.php:346 |
15 | ContentModelCategory->getCategory() | JROOT/components/com_content/models/category.php:223 |
14 | ContentModelCategory->getItems() | JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:394 |
13 | JViewLegacy->get() | JROOT/libraries/legacy/view/category.php:115 |
12 | JViewCategory->commonCategoryDisplay() | JROOT/components/com_content/views/category/view.html.php:72 |
11 | ContentViewCategory->display() | JROOT/libraries/joomla/cache/controller/view.php:96 |
10 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:686 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.00 ms After last query: 2.61 ms Query memory: 0.030 MB Memory before query: 3.335 MB Rows returned: 2
SELECT b.rules
FROM veneno_assets AS a
LEFT JOIN veneno_assets AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE (a.name = 'com_content')
GROUP BY b.id, b.rules, b.lft
ORDER BY b.lft
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | idx_asset_name | idx_asset_name | 202 | const | 1 | Using temporary; Using filesort |
1 | SIMPLE | b | range | idx_lft_rgt | idx_lft_rgt | 4 | NULL | 10 | Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1541 |
22 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/access/access.php:246 |
21 | JAccess::getAssetRules() | JROOT/libraries/joomla/access/access.php:107 |
20 | JAccess::check() | JROOT/libraries/joomla/user/user.php:393 |
19 | JUser->authorise() | JROOT/components/com_content/models/articles.php:449 |
18 | ContentModelArticles->getListQuery() | JROOT/libraries/legacy/model/list.php:129 |
17 | JModelList->_getListQuery() | JROOT/libraries/legacy/model/list.php:181 |
16 | JModelList->getItems() | JROOT/components/com_content/models/articles.php:537 |
15 | ContentModelArticles->getItems() | JROOT/components/com_content/models/category.php:245 |
14 | ContentModelCategory->getItems() | JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:394 |
13 | JViewLegacy->get() | JROOT/libraries/legacy/view/category.php:115 |
12 | JViewCategory->commonCategoryDisplay() | JROOT/components/com_content/views/category/view.html.php:72 |
11 | ContentViewCategory->display() | JROOT/libraries/joomla/cache/controller/view.php:96 |
10 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:686 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.67 ms After last query: 0.26 ms Query memory: 0.054 MB Memory before query: 3.369 MB Rows returned: 5
SELECT a.id, a.title, a.alias, a.introtext, a.fulltext, a.checked_out, a.checked_out_time, a.catid, a.created, a.created_by, a.created_by_alias,
CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, uam.name as modified_by_name,
CASE WHEN a.publish_up = '0000-00-00 00:00:00' THEN a.created ELSE a.publish_up END as publish_up,a.publish_down, a.images, a.urls, a.attribs, a.metadata, a.metakey, a.metadesc, a.access, a.hits, a.xreference, a.featured, a.language, LENGTH(a.fulltext) AS readmore,
CASE WHEN badcats.id is not null THEN 0 ELSE a.state END AS state,c.title AS category_title, c.path AS category_route, c.access AS category_access, c.alias AS category_alias,
CASE WHEN a.created_by_alias > ' ' THEN a.created_by_alias ELSE ua.name END AS author,ua.email AS author_email,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count,c.published,
CASE WHEN badcats.id is null THEN c.published ELSE 0 END AS parents_published
FROM veneno_content AS a
LEFT JOIN veneno_content_frontpage AS fp
ON fp.content_id = a.id
LEFT JOIN veneno_categories AS c
ON c.id = a.catid
LEFT JOIN veneno_users AS ua
ON ua.id = a.created_by
LEFT JOIN veneno_users AS uam
ON uam.id = a.modified_by
LEFT JOIN veneno_categories as parent
ON parent.id = c.parent_id
LEFT JOIN veneno_content_rating AS v
ON a.id = v.content_id
LEFT
OUTER JOIN (SELECT cat.id as id
FROM veneno_categories AS cat JOIN veneno_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
WHERE parent.extension = 'com_content'
AND parent.published != 1
GROUP BY cat.id ) AS badcats
ON badcats.id = c.id
WHERE a.access IN (1,1)
AND c.access IN (1,1)
AND
CASE WHEN badcats.id is null THEN a.state ELSE 0 END = 1
AND a.catid = 16
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2025-01-16 16:09:44')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2025-01-16 16:09:44')
ORDER BY c.lft,
CASE WHEN a.publish_up = '0000-00-00 00:00:00' THEN a.created ELSE a.publish_up END DESC , a.created
LIMIT 0, 20
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | PRIMARY | c | const | PRIMARY,idx_access | PRIMARY | 4 | const | 1 | |
1 | PRIMARY | a | ref | idx_access,idx_catid | idx_catid | 4 | const | 5 | Using where; Using filesort |
1 | PRIMARY | ua | eq_ref | PRIMARY | PRIMARY | 4 | dienmayhai_3.a.created_by | 1 | Using where |
1 | PRIMARY | uam | eq_ref | PRIMARY | PRIMARY | 4 | dienmayhai_3.a.modified_by | 1 | Using where |
1 | PRIMARY | parent | eq_ref | PRIMARY | PRIMARY | 4 | const | 1 | Using where |
1 | PRIMARY | v | eq_ref | PRIMARY | PRIMARY | 4 | dienmayhai_3.a.id | 1 | Using where |
1 | PRIMARY | <derived2> | ref | key0 | key0 | 5 | const | 0 | Using where |
2 | LATERAL DERIVED | cat | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | |
2 | LATERAL DERIVED | parent | ALL | cat_idx,idx_left_right | NO INDEX KEY COULD BE USED | NULL | NULL | 18 | Using where; Using join buffer (flat, BNL join) |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
18 | JDatabaseDriver->loadObjectList() | JROOT/libraries/legacy/model/legacy.php:312 |
17 | JModelLegacy->_getList() | JROOT/libraries/legacy/model/list.php:185 |
16 | JModelList->getItems() | JROOT/components/com_content/models/articles.php:537 |
15 | ContentModelArticles->getItems() | JROOT/components/com_content/models/category.php:245 |
14 | ContentModelCategory->getItems() | JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:394 |
13 | JViewLegacy->get() | JROOT/libraries/legacy/view/category.php:115 |
12 | JViewCategory->commonCategoryDisplay() | JROOT/components/com_content/views/category/view.html.php:72 |
11 | ContentViewCategory->display() | JROOT/libraries/joomla/cache/controller/view.php:96 |
10 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:686 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.63 ms After last query: 3.83 ms Query memory: 0.031 MB Memory before query: 3.547 MB Rows returned: 0
SELECT `m`.`tag_id`,`t`.*
FROM `veneno_contentitem_tag_map` AS m
INNER JOIN `veneno_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 306
AND `t`.`published` = 1
AND t.access IN (1,1)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | t | ref | PRIMARY,tag_idx,idx_access | tag_idx | 1 | const | 11 | Using index condition |
1 | SIMPLE | m | ref | idx_tag_type | idx_tag_type | 4 | dienmayhai_3.t.id | 29 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
17 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/helper/tags.php:426 |
16 | JHelperTags->getItemTags() | JROOT/components/com_content/models/articles.php:665 |
15 | ContentModelArticles->getItems() | JROOT/components/com_content/models/category.php:245 |
14 | ContentModelCategory->getItems() | JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:394 |
13 | JViewLegacy->get() | JROOT/libraries/legacy/view/category.php:115 |
12 | JViewCategory->commonCategoryDisplay() | JROOT/components/com_content/views/category/view.html.php:72 |
11 | ContentViewCategory->display() | JROOT/libraries/joomla/cache/controller/view.php:96 |
10 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:686 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.57 ms After last query: 0.77 ms Query memory: 0.031 MB Memory before query: 3.589 MB Rows returned: 0
SELECT `m`.`tag_id`,`t`.*
FROM `veneno_contentitem_tag_map` AS m
INNER JOIN `veneno_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 305
AND `t`.`published` = 1
AND t.access IN (1,1)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | t | ref | PRIMARY,tag_idx,idx_access | tag_idx | 1 | const | 11 | Using index condition |
1 | SIMPLE | m | ref | idx_tag_type | idx_tag_type | 4 | dienmayhai_3.t.id | 29 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
17 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/helper/tags.php:426 |
16 | JHelperTags->getItemTags() | JROOT/components/com_content/models/articles.php:665 |
15 | ContentModelArticles->getItems() | JROOT/components/com_content/models/category.php:245 |
14 | ContentModelCategory->getItems() | JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:394 |
13 | JViewLegacy->get() | JROOT/libraries/legacy/view/category.php:115 |
12 | JViewCategory->commonCategoryDisplay() | JROOT/components/com_content/views/category/view.html.php:72 |
11 | ContentViewCategory->display() | JROOT/libraries/joomla/cache/controller/view.php:96 |
10 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:686 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.57 ms After last query: 0.61 ms Query memory: 0.031 MB Memory before query: 3.631 MB Rows returned: 0
SELECT `m`.`tag_id`,`t`.*
FROM `veneno_contentitem_tag_map` AS m
INNER JOIN `veneno_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 304
AND `t`.`published` = 1
AND t.access IN (1,1)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | t | ref | PRIMARY,tag_idx,idx_access | tag_idx | 1 | const | 11 | Using index condition |
1 | SIMPLE | m | ref | idx_tag_type | idx_tag_type | 4 | dienmayhai_3.t.id | 29 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
17 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/helper/tags.php:426 |
16 | JHelperTags->getItemTags() | JROOT/components/com_content/models/articles.php:665 |
15 | ContentModelArticles->getItems() | JROOT/components/com_content/models/category.php:245 |
14 | ContentModelCategory->getItems() | JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:394 |
13 | JViewLegacy->get() | JROOT/libraries/legacy/view/category.php:115 |
12 | JViewCategory->commonCategoryDisplay() | JROOT/components/com_content/views/category/view.html.php:72 |
11 | ContentViewCategory->display() | JROOT/libraries/joomla/cache/controller/view.php:96 |
10 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:686 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.57 ms After last query: 0.58 ms Query memory: 0.031 MB Memory before query: 3.674 MB Rows returned: 0
SELECT `m`.`tag_id`,`t`.*
FROM `veneno_contentitem_tag_map` AS m
INNER JOIN `veneno_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 303
AND `t`.`published` = 1
AND t.access IN (1,1)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | t | ref | PRIMARY,tag_idx,idx_access | tag_idx | 1 | const | 11 | Using index condition |
1 | SIMPLE | m | ref | idx_tag_type | idx_tag_type | 4 | dienmayhai_3.t.id | 29 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
17 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/helper/tags.php:426 |
16 | JHelperTags->getItemTags() | JROOT/components/com_content/models/articles.php:665 |
15 | ContentModelArticles->getItems() | JROOT/components/com_content/models/category.php:245 |
14 | ContentModelCategory->getItems() | JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:394 |
13 | JViewLegacy->get() | JROOT/libraries/legacy/view/category.php:115 |
12 | JViewCategory->commonCategoryDisplay() | JROOT/components/com_content/views/category/view.html.php:72 |
11 | ContentViewCategory->display() | JROOT/libraries/joomla/cache/controller/view.php:96 |
10 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:686 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.59 ms After last query: 0.67 ms Query memory: 0.031 MB Memory before query: 3.716 MB Rows returned: 0
SELECT `m`.`tag_id`,`t`.*
FROM `veneno_contentitem_tag_map` AS m
INNER JOIN `veneno_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 302
AND `t`.`published` = 1
AND t.access IN (1,1)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | t | ref | PRIMARY,tag_idx,idx_access | tag_idx | 1 | const | 11 | Using index condition |
1 | SIMPLE | m | ref | idx_tag_type | idx_tag_type | 4 | dienmayhai_3.t.id | 29 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
17 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/helper/tags.php:426 |
16 | JHelperTags->getItemTags() | JROOT/components/com_content/models/articles.php:665 |
15 | ContentModelArticles->getItems() | JROOT/components/com_content/models/category.php:245 |
14 | ContentModelCategory->getItems() | JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:394 |
13 | JViewLegacy->get() | JROOT/libraries/legacy/view/category.php:115 |
12 | JViewCategory->commonCategoryDisplay() | JROOT/components/com_content/views/category/view.html.php:72 |
11 | ContentViewCategory->display() | JROOT/libraries/joomla/cache/controller/view.php:96 |
10 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:686 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.16 ms After last query: 2.71 ms Query memory: 0.026 MB Memory before query: 3.755 MB Rows returned: 1
SELECT COUNT(*)
FROM veneno_content AS a
LEFT JOIN veneno_content_frontpage AS fp
ON fp.content_id = a.id
LEFT JOIN veneno_categories AS c
ON c.id = a.catid
LEFT JOIN veneno_users AS ua
ON ua.id = a.created_by
LEFT JOIN veneno_users AS uam
ON uam.id = a.modified_by
LEFT JOIN veneno_categories as parent
ON parent.id = c.parent_id
LEFT JOIN veneno_content_rating AS v
ON a.id = v.content_id
LEFT
OUTER JOIN (SELECT cat.id as id
FROM veneno_categories AS cat JOIN veneno_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
WHERE parent.extension = 'com_content'
AND parent.published != 1
GROUP BY cat.id ) AS badcats
ON badcats.id = c.id
WHERE a.access IN (1,1)
AND c.access IN (1,1)
AND
CASE WHEN badcats.id is null THEN a.state ELSE 0 END = 1
AND a.catid = 16
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2025-01-16 16:09:44')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2025-01-16 16:09:44')
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | PRIMARY | c | const | PRIMARY,idx_access | PRIMARY | 4 | const | 1 | |
1 | PRIMARY | a | ref | idx_access,idx_catid | idx_catid | 4 | const | 5 | Using where |
1 | PRIMARY | <derived2> | ref | key0 | key0 | 5 | const | 0 | Using where |
2 | LATERAL DERIVED | cat | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | |
2 | LATERAL DERIVED | parent | ALL | cat_idx,idx_left_right | NO INDEX KEY COULD BE USED | NULL | NULL | 18 | Using where; Using join buffer (flat, BNL join) |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
18 | JDatabaseDriver->loadResult() | JROOT/libraries/legacy/model/legacy.php:341 |
17 | JModelLegacy->_getListCount() | JROOT/libraries/legacy/model/list.php:290 |
16 | JModelList->getTotal() | JROOT/libraries/legacy/model/list.php:235 |
15 | JModelList->getPagination() | JROOT/components/com_content/models/category.php:257 |
14 | ContentModelCategory->getItems() | JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:394 |
13 | JViewLegacy->get() | JROOT/libraries/legacy/view/category.php:115 |
12 | JViewCategory->commonCategoryDisplay() | JROOT/components/com_content/views/category/view.html.php:72 |
11 | ContentViewCategory->display() | JROOT/libraries/joomla/cache/controller/view.php:96 |
10 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:686 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.59 ms After last query: 0.55 ms Query memory: 0.027 MB Memory before query: 3.764 MB Rows returned: 0
SELECT `m`.`tag_id`,`t`.*
FROM `veneno_contentitem_tag_map` AS m
INNER JOIN `veneno_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.category'
AND `m`.`content_item_id` = 16
AND `t`.`published` = 1
AND t.access IN (1,1)
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | t | ref | PRIMARY,tag_idx,idx_access | tag_idx | 1 | const | 11 | Using index condition |
1 | SIMPLE | m | ref | idx_tag_type | idx_tag_type | 4 | dienmayhai_3.t.id | 29 | Using index condition; Using where |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
14 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/helper/tags.php:426 |
13 | JHelperTags->getItemTags() | JROOT/libraries/legacy/view/category.php:217 |
12 | JViewCategory->commonCategoryDisplay() | JROOT/components/com_content/views/category/view.html.php:72 |
11 | ContentViewCategory->display() | JROOT/libraries/joomla/cache/controller/view.php:96 |
10 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:686 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 3.12 ms After last query: 39.99 ms Query memory: 0.031 MB Memory before query: 4.118 MB Rows returned: 1
SELECT *
FROM veneno_readlesstext
WHERE rtable = 'com_content'
AND rid = '306'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | veneno_readlesstext | const | rtable | rtable | 771 | const,const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1456 |
20 | JDatabaseDriver->loadAssoc() | JROOT/plugins/content/readlesstext/readlesstextcache.php:153 |
19 | ReadLessTextCache->_GetDataFromDb() | JROOT/plugins/content/readlesstext/readlesstextcache.php:45 |
18 | ReadLessTextCache->__construct() | JROOT/plugins/content/readlesstext/readlesstextmain.php:342 |
17 | ReadLessTextMain->_PrepareArticleText() | JROOT/plugins/content/readlesstext/readlesstextmain.php:135 |
16 | ReadLessTextMain->ReadLessText() | JROOT/plugins/content/readlesstext/readlesstext.php:81 |
15 | plgContentReadLessText->onContentBeforeDisplay() | Same as call in the line below. |
14 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:114 |
11 | ContentViewCategory->display() | JROOT/libraries/joomla/cache/controller/view.php:96 |
10 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:686 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.85 ms After last query: 3.86 ms Query memory: 0.035 MB Memory before query: 4.163 MB Rows returned: 2
SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM veneno_categories as c
LEFT JOIN (SELECT cat.id as id
FROM veneno_categories AS cat JOIN veneno_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
WHERE parent.extension = 'com_content'
AND parent.published != 1
GROUP BY cat.id) AS badcats
ON badcats.id = c.id
LEFT JOIN veneno_categories AS s
ON (s.lft <= c.lft
AND s.rgt >= c.rgt) OR (s.lft > c.lft
AND s.rgt < c.rgt)
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1)
AND c.published = 1
AND badcats.id is null
AND s.id=16
GROUP BY c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version
ORDER BY c.lft
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | PRIMARY | s | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | Using temporary; Using filesort |
1 | PRIMARY | c | ALL | cat_idx,idx_access,idx_left_right | NO INDEX KEY COULD BE USED | NULL | NULL | 18 | Using where |
1 | PRIMARY | <derived2> | ref | key0 | key0 | 5 | dienmayhai_3.c.id | 2 | Using where |
2 | LATERAL DERIVED | cat | eq_ref | PRIMARY,idx_left_right | PRIMARY | 4 | dienmayhai_3.c.id | 1 | |
2 | LATERAL DERIVED | parent | ALL | cat_idx,idx_left_right | NO INDEX KEY COULD BE USED | NULL | NULL | 18 | Using where; Using join buffer (flat, BNL join) |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
21 | JDatabaseDriver->loadObjectList() | JROOT/libraries/legacy/categories/categories.php:309 |
20 | JCategories->_load() | JROOT/libraries/legacy/categories/categories.php:184 |
19 | JCategories->get() | JROOT/components/com_content/helpers/route.php:44 |
18 | ContentHelperRoute::getArticleRoute() | JROOT/plugins/content/readlesstext/readlesstextmain.php:500 |
17 | ReadLessTextMain->_GetParams() | JROOT/plugins/content/readlesstext/readlesstextmain.php:147 |
16 | ReadLessTextMain->ReadLessText() | JROOT/plugins/content/readlesstext/readlesstext.php:81 |
15 | plgContentReadLessText->onContentBeforeDisplay() | Same as call in the line below. |
14 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:114 |
11 | ContentViewCategory->display() | JROOT/libraries/joomla/cache/controller/view.php:96 |
10 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:686 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 1.06 ms After last query: 125.95 ms Query memory: 0.024 MB Memory before query: 4.238 MB
INSERT INTO veneno_readlesstext (`id`,`rtable`,`rid`,`hash`,`char`,`word`,`sentence`,`paragraph`,`image_tag_start_pos`,`image_tag_length`,`image_url`,`thumbnail_url`)
VALUES ('18','com_content','306','v5.2 (r274)85f7a5ee12121b3bec04176a05a84263','0','437','0','0','203','316','https://cdn.tgdd.vn/Files/2017/08/15/1013289/may-loc-nuoc-hydrogen-la-gi--3.jpg','http://dienmayhaiduong.com/cache/plg_readlesstext/47d72b9cb569ff2e574f3790b4006a88.jpg')
ON DUPLICATE KEY UPDATE `id`='18',`rtable`='com_content',`rid`='306',`hash`='v5.2 (r274)85f7a5ee12121b3bec04176a05a84263',`char`='0',`word`='437',`sentence`='0',`paragraph`='0',`image_tag_start_pos`='203',`image_tag_length`='316',`image_url`='https://cdn.tgdd.vn/Files/2017/08/15/1013289/may-loc-nuoc-hydrogen-la-gi--3.jpg',`thumbnail_url`='http://dienmayhaiduong.com/cache/plg_readlesstext/47d72b9cb569ff2e574f3790b4006a88.jpg'
EXPLAIN not possible on query: INSERT INTO veneno_readlesstext (`id`,`rtable`,`rid`,`hash`,`char`,`word`,`sentence`,`paragraph`,`image_tag_start_pos`,`image_tag_length`,`image_url`,`thumbnail_url`)
VALUES ('18','com_content','306','v5.2 (r274)85f7a5ee12121b3bec04176a05a84263','0','437','0','0','203','316','https://cdn.tgdd.vn/Files/2017/08/15/1013289/may-loc-nuoc-hydrogen-la-gi--3.jpg','http://dienmayhaiduong.com/cache/plg_readlesstext/47d72b9cb569ff2e574f3790b4006a88.jpg')
ON DUPLICATE KEY UPDATE `id`='18',`rtable`='com_content',`rid`='306',`hash`='v5.2 (r274)85f7a5ee12121b3bec04176a05a84263',`char`='0',`word`='437',`sentence`='0',`paragraph`='0',`image_tag_start_pos`='203',`image_tag_length`='316',`image_url`='https://cdn.tgdd.vn/Files/2017/08/15/1013289/may-loc-nuoc-hydrogen-la-gi--3.jpg',`thumbnail_url`='http://dienmayhaiduong.com/cache/plg_readlesstext/47d72b9cb569ff2e574f3790b4006a88.jpg'
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
19 | JDatabase->query() | JROOT/plugins/content/readlesstext/readlesstextcache.php:192 |
18 | ReadLessTextCache->_SetDataToDb() | JROOT/plugins/content/readlesstext/readlesstextcache.php:129 |
17 | ReadLessTextCache->Store() | JROOT/plugins/content/readlesstext/readlesstextmain.php:189 |
16 | ReadLessTextMain->ReadLessText() | JROOT/plugins/content/readlesstext/readlesstext.php:81 |
15 | plgContentReadLessText->onContentBeforeDisplay() | Same as call in the line below. |
14 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:114 |
11 | ContentViewCategory->display() | JROOT/libraries/joomla/cache/controller/view.php:96 |
10 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:686 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.44 ms After last query: 9.41 ms Query memory: 0.031 MB Memory before query: 4.251 MB Rows returned: 1
SELECT *
FROM veneno_readlesstext
WHERE rtable = 'com_content'
AND rid = '305'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | veneno_readlesstext | const | rtable | rtable | 771 | const,const | 1 | |
No SHOW PROFILE (maybe because there are more than 100 queries)
# | Caller | File and line number | 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1456 |
20 | JDatabaseDriver->loadAssoc() | JROOT/plugins/content/readlesstext/readlesstextcache.php:153 |
19 | ReadLessTextCache->_GetDataFromDb() | JROOT/plugins/content/readlesstext/readlesstextcache.php:45 |
18 | ReadLessTextCache->__construct() | JROOT/plugins/content/readlesstext/readlesstextmain.php:342 |
17 | ReadLessTextMain->_PrepareArticleText() | JROOT/plugins/content/readlesstext/readlesstextmain.php:135 |
16 | ReadLessTextMain->ReadLessText() | JROOT/plugins/content/readlesstext/readlesstext.php:81 |
15 | plgContentReadLessText->onContentBeforeDisplay() | Same as call in the line below. |
14 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
13 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
12 | JEventDispatcher->trigger() | JROOT/components/com_content/views/category/view.html.php:114 |
11 | ContentViewCategory->display() | JROOT/libraries/joomla/cache/controller/view.php:96 |
10 | JCacheControllerView->get() | JROOT/libraries/legacy/controller/legacy.php:686 |
9 | JControllerLegacy->display() | JROOT/components/com_content/controller.php:113 |
8 | ContentController->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
7 | JControllerLegacy->execute() | JROOT/components/com_content/content.php:38 |
6 | require_once JROOT/components/com_content/content.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Query Time: 0.71 ms After last query: 126.01 ms Query memory: 0.024 MB Memory before query: 4.288 MB