{
"__default": {
"session": {
"counter": 5,
"timer": {
"start": 1761681619,
"last": 1761681664,
"now": 1761681679
},
"token": "5CGiuI6dS8rmXx2oqzAv1Fw4HbI4SuQZ"
},
"registry": {},
"user": {
"id": 0,
"name": null,
"username": null,
"email": null,
"password": null,
"password_clear": "",
"block": null,
"sendEmail": 0,
"registerDate": null,
"lastvisitDate": null,
"activation": null,
"params": null,
"groups": [
"9"
],
"guest": 1,
"lastResetTime": null,
"resetCount": null,
"requireReset": null,
"aid": 0,
"gid": 1
},
"com_mailto": {
"links": {
"d0b429566423eabe58ccc5aa6ecc2acf451380e9": {
"link": "https:\/\/www.diariodepuebla.com.mx\/component\/k2\/item\/21921-semaforizacion-del-15-al-28-de-noviembre-salud?print=1&tmpl=component",
"expiry": 1761681619
},
"25f9525180712d31368ace69fd5c2478f2cf14e5": {
"link": "https:\/\/www.diariodepuebla.com.mx\/component\/k2\/item\/31970-el-amor-de-cristo-nos-activa-con-el-pan-vivo-que-da-la-vida?print=1&tmpl=component",
"expiry": 1761681634
},
"105faba94b12e5ac6e6ec9a4c2a0a6c291c153c3": {
"link": "https:\/\/www.diariodepuebla.com.mx\/component\/k2\/item\/22144-mas-de-800-arboles-plantados?print=1&tmpl=component",
"expiry": 1761681649
},
"3393ac1712bc7c80da98307b060b1269c57f8627": {
"link": "https:\/\/www.diariodepuebla.com.mx\/component\/k2\/item\/33376-electrohack-la-innovacion-energetica-en-puebla?print=1&tmpl=component",
"expiry": 1761681664
},
"8cae42f75731b37bfa8dab4ecd0ab07de585032a": {
"link": "https:\/\/www.diariodepuebla.com.mx\/component\/k2\/item\/35678-periodistas-y-columnistas-se-reunieron-con-el-gobernador-alejandro-armenta?print=1&tmpl=component",
"expiry": 1761681679
}
}
}
}
}
DELETE
FROM `qgn06_session`
WHERE `time` < '1761674479'
| # | Comunicador | Archivo y número de línea |
|---|---|---|
| 6 | JDatabaseDriverMysql->execute() | JROOT/libraries/cms/application/cms.php:765 |
| 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 |
SELECT `session_id`
FROM `qgn06_session`
WHERE `session_id` = '5sipqqdls8qlkoi2665on07o65'
LIMIT 0, 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | qgn06_session | const | PRIMARY | PRIMARY | 766 | const | 1 | Using index |
| # | Comunicador | Archivo y número de línea |
|---|---|---|
| 8 | JDatabaseDriverMysql->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 |
SELECT extension_id AS id, element AS "option", params, enabled
FROM qgn06_extensions
WHERE `type` = 'component'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | qgn06_extensions | ref | extension | extension | 82 | const | 33 | Using index condition |
| # | Comunicador | Archivo y número de línea |
|---|---|---|
| 10 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
| 9 | JDatabaseDriver->loadObjectList() | Lo mismo que llamada de la línea de abajo. |
| 8 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:157 |
| 7 | JCacheControllerCallback->get() | JROOT/libraries/cms/component/helper.php:448 |
| 6 | JComponentHelper::load() | JROOT/libraries/cms/component/helper.php:43 |
| 5 | JComponentHelper::getComponent() | JROOT/libraries/cms/component/helper.php:120 |
| 4 | JComponentHelper::getParams() | JROOT/libraries/cms/application/site.php:584 |
| 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 |
SELECT folder AS type, element AS name, params
FROM qgn06_extensions
WHERE enabled = 1
AND type ='plugin'
AND state IN (0,1)
AND access IN (1,1,5)
ORDER BY ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | qgn06_extensions | ref | extension | extension | 82 | const | 66 | Using index condition; Using where; Usando 'filesort' |
| # | Comunicador | Archivo y número de línea |
|---|---|---|
| 7 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
| 6 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/plugin/helper.php:310 |
| 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 |
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 qgn06_menu AS m
LEFT JOIN qgn06_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 pudo usarse una clave de índice | NULL | NULL | 71 | Using where; Usando 'filesort' |
| 1 | SIMPLE | e | eq_ref | PRIMARY | PRIMARY | 4 | admin_ddpue3.m.component_id | 1 | Using where |
| # | Comunicador | Archivo y número de línea |
|---|---|---|
| 16 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/menu/site.php:86 |
| 14 | JMenuSite->load() | JROOT/libraries/cms/menu/menu.php:74 |
| 13 | JMenu->__construct() | JROOT/libraries/cms/menu/site.php:57 |
| 12 | JMenuSite->__construct() | JROOT/libraries/cms/menu/menu.php:133 |
| 11 | JMenu::getInstance() | JROOT/libraries/cms/application/cms.php:435 |
| 10 | JApplicationCms->getMenu() | JROOT/libraries/cms/application/site.php:272 |
| 9 | JApplicationSite->getMenu() | JROOT/libraries/cms/router/site.php:57 |
| 8 | JRouterSite->__construct() | JROOT/libraries/cms/router/router.php:196 |
| 7 | JRouter::getInstance() | JROOT/libraries/cms/application/cms.php:531 |
| 6 | JApplicationCms::getRouter() | JROOT/libraries/cms/application/site.php:407 |
| 5 | JApplicationSite::getRouter() | JROOT/libraries/cms/application/cms.php:1097 |
| 4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:763 |
| 3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
SELECT id, home, template, s.params
FROM qgn06_template_styles as s
LEFT JOIN qgn06_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
WHERE s.client_id = 0
AND e.enabled = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | e | ref | element_clientid,element_folder_clientid,extension | extension | 82 | const | 5 | Using index condition; Using where |
| 1 | SIMPLE | s | ALL | idx_template | No pudo usarse una clave de índice | NULL | NULL | 11 | Using where; Using join buffer (flat, BNL join) |
| # | Comunicador | Archivo y número de línea |
|---|---|---|
| 13 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/application/site.php:484 |
| 11 | JApplicationSite->getTemplate() | JROOT/plugins/system/gantry5/gantry5.php:123 |
| 10 | plgSystemGantry5->onAfterRouteSite() | JROOT/plugins/system/gantry5/gantry5.php:56 |
| 9 | plgSystemGantry5->onAfterRoute() | Lo mismo que llamada de la línea de abajo. |
| 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:1107 |
| 4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:763 |
| 3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
SELECT extension_id AS id, element AS "option", params, enabled
FROM qgn06_extensions
WHERE `type` = 'library'
AND `element` = 'joomla'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | qgn06_extensions | ref | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | Using index condition |
| # | Comunicador | Archivo y número de línea |
|---|---|---|
| 24 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1653 |
| 23 | JDatabaseDriver->loadObject() | Lo mismo que llamada de la línea de abajo. |
| 22 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:157 |
| 21 | JCacheControllerCallback->get() | JROOT/libraries/cms/library/helper.php:156 |
| 20 | JLibraryHelper::_load() | JROOT/libraries/cms/library/helper.php:47 |
| 19 | JLibraryHelper::getLibrary() | JROOT/libraries/cms/library/helper.php:90 |
| 18 | JLibraryHelper::getParams() | JROOT/libraries/cms/version/version.php:274 |
| 17 | JVersion->getMediaVersion() | JROOT/libraries/joomla/factory.php:737 |
| 16 | JFactory::createDocument() | JROOT/libraries/joomla/factory.php:216 |
| 15 | JFactory::getDocument() | JROOT/libraries/gantry5/classes/Gantry/Framework/Theme.php:116 |
| 14 | Gantry\Framework\Theme->init() | JROOT/libraries/gantry5/classes/Gantry/Component/Theme/AbstractTheme.php:64 |
| 13 | Gantry\Component\Theme\AbstractTheme->__construct() | JROOT/templates/g5_hydrogen/includes/theme.php:28 |
| 12 | plgSystemGantry5->{closure}() | JROOT/libraries/gantry5/vendor/pimple/pimple/src/Pimple/Container.php:113 |
| 11 | Pimple\Container->offsetGet() | JROOT/plugins/system/gantry5/gantry5.php:153 |
| 10 | plgSystemGantry5->onAfterRouteSite() | JROOT/plugins/system/gantry5/gantry5.php:56 |
| 9 | plgSystemGantry5->onAfterRoute() | Lo mismo que llamada de la línea de abajo. |
| 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:1107 |
| 4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:763 |
| 3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
UPDATE `qgn06_extensions`
SET `params` = '{\"mediaversion\":\"0de7b128e945773e63a59fa18423250e\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
| # | Comunicador | Archivo y número de línea |
|---|---|---|
| 20 | JDatabaseDriverMysql->execute() | JROOT/libraries/cms/library/helper.php:119 |
| 19 | JLibraryHelper::saveParams() | JROOT/libraries/cms/version/version.php:325 |
| 18 | JVersion->setMediaVersion() | JROOT/libraries/cms/version/version.php:284 |
| 17 | JVersion->getMediaVersion() | JROOT/libraries/joomla/factory.php:737 |
| 16 | JFactory::createDocument() | JROOT/libraries/joomla/factory.php:216 |
| 15 | JFactory::getDocument() | JROOT/libraries/gantry5/classes/Gantry/Framework/Theme.php:116 |
| 14 | Gantry\Framework\Theme->init() | JROOT/libraries/gantry5/classes/Gantry/Component/Theme/AbstractTheme.php:64 |
| 13 | Gantry\Component\Theme\AbstractTheme->__construct() | JROOT/templates/g5_hydrogen/includes/theme.php:28 |
| 12 | plgSystemGantry5->{closure}() | JROOT/libraries/gantry5/vendor/pimple/pimple/src/Pimple/Container.php:113 |
| 11 | Pimple\Container->offsetGet() | JROOT/plugins/system/gantry5/gantry5.php:153 |
| 10 | plgSystemGantry5->onAfterRouteSite() | JROOT/plugins/system/gantry5/gantry5.php:56 |
| 9 | plgSystemGantry5->onAfterRoute() | Lo mismo que llamada de la línea de abajo. |
| 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:1107 |
| 4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:763 |
| 3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
SELECT s.id, e.extension_id, s.template AS name, s.title, s.params
FROM qgn06_template_styles AS s
LEFT JOIN qgn06_extensions AS e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
WHERE s.client_id = 0
AND e.enabled = 1
AND e.state = 0
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | e | ref | element_clientid,element_folder_clientid,extension | extension | 82 | const | 5 | Using index condition; Using where |
| 1 | SIMPLE | s | ALL | idx_template | No pudo usarse una clave de índice | NULL | NULL | 11 | Using where; Using join buffer (flat, BNL join) |
| # | Comunicador | Archivo y número de línea |
|---|---|---|
| 17 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/libraries/gantry5/classes/Gantry/Admin/ThemeList.php:88 |
| 15 | Gantry\Admin\ThemeList::loadStyles() | JROOT/libraries/gantry5/classes/Gantry/Admin/ThemeList.php:56 |
| 14 | Gantry\Admin\ThemeList::getStyles() | JROOT/libraries/gantry5/classes/Gantry/Framework/Outlines.php:35 |
| 13 | Gantry\Framework\Outlines->load() | JROOT/libraries/gantry5/classes/Gantry/Framework/Base/Gantry.php:186 |
| 12 | Gantry\Framework\Gantry::Gantry\Framework\Base\{closure}() | JROOT/libraries/gantry5/vendor/pimple/pimple/src/Pimple/Container.php:109 |
| 11 | Pimple\Container->offsetGet() | JROOT/plugins/system/gantry5/gantry5.php:156 |
| 10 | plgSystemGantry5->onAfterRouteSite() | JROOT/plugins/system/gantry5/gantry5.php:56 |
| 9 | plgSystemGantry5->onAfterRoute() | Lo mismo que llamada de la línea de abajo. |
| 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:1107 |
| 4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:763 |
| 3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
SELECT *
FROM qgn06_languages
WHERE published=1
ORDER BY ordering ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | qgn06_languages | ALL | NULL | No pudo usarse una clave de índice | NULL | NULL | 1 | Using where; Usando 'filesort' |
| # | Comunicador | Archivo y número de línea |
|---|---|---|
| 15 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/language/helper.php:164 |
| 13 | JLanguageHelper::getLanguages() | JROOT/libraries/cms/application/site.php:329 |
| 12 | JApplicationSite->getParams() | JROOT/components/com_k2/helpers/utilities.php:305 |
| 11 | K2HelperUtilities::getParams() | JROOT/administrator/components/com_k2/helpers/html.php:56 |
| 10 | K2HelperHTML::loadjQuery() | JROOT/plugins/system/k2/k2.php:45 |
| 9 | plgSystemK2->onAfterRoute() | Lo mismo que llamada de la línea de abajo. |
| 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:1107 |
| 4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:763 |
| 3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
| 2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
SELECT b.rules
FROM qgn06_assets AS a
LEFT JOIN qgn06_assets AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE (a.name = 'com_k2')
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; Usando 'filesort' |
| 1 | SIMPLE | b | ALL | idx_lft_rgt | No pudo usarse una clave de índice | NULL | NULL | 154 | Using where |
| # | Comunicador | Archivo y número de línea |
|---|---|---|
| 11 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1541 |
| 10 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/access/access.php:246 |
| 9 | JAccess::getAssetRules() | JROOT/libraries/joomla/access/access.php:107 |
| 8 | JAccess::check() | JROOT/libraries/joomla/user/user.php:393 |
| 7 | JUser->authorise() | JROOT/components/com_k2/k2.php:16 |
| 6 | require_once JROOT/components/com_k2/k2.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 |
SELECT b.id
FROM qgn06_usergroups AS a
LEFT JOIN qgn06_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 9
| 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 | 3 | Using where; Using index |
| # | Comunicador | Archivo y número de línea |
|---|---|---|
| 11 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1541 |
| 10 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/access/access.php:354 |
| 9 | JAccess::getGroupsByUser() | JROOT/libraries/joomla/access/access.php:111 |
| 8 | JAccess::check() | JROOT/libraries/joomla/user/user.php:393 |
| 7 | JUser->authorise() | JROOT/components/com_k2/k2.php:16 |
| 6 | require_once JROOT/components/com_k2/k2.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 |
SELECT id
FROM qgn06_k2_categories
WHERE published=1
AND trash=0
AND access IN(1,1,5)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | qgn06_k2_categories | ref | category,published,access,trash | category | 2 | const | 56 | Using where; Using index |
| # | Comunicador | Archivo y número de línea |
|---|---|---|
| 14 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1541 |
| 13 | JDatabaseDriver->loadColumn() | JROOT/components/com_k2/helpers/permissions.php:274 |
| 12 | K2HelperPermissions::canAddItem() | JROOT/components/com_k2/views/item/view.html.php:36 |
| 11 | K2ViewItem->display() | JROOT/libraries/legacy/controller/legacy.php:690 |
| 10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
| 9 | K2Controller->display() | JROOT/components/com_k2/controllers/item.php:80 |
| 8 | K2ControllerItem->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
| 6 | require_once JROOT/components/com_k2/k2.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 |
SELECT *
FROM qgn06_k2_items
WHERE id=35678
LIMIT 0, 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | qgn06_k2_items | const | PRIMARY | PRIMARY | 4 | const | 1 |
| # | Comunicador | Archivo y número de línea |
|---|---|---|
| 14 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1653 |
| 13 | JDatabaseDriver->loadObject() | JROOT/components/com_k2/models/item.php:36 |
| 12 | K2ModelItem->getData() | JROOT/components/com_k2/views/item/view.html.php:42 |
| 11 | K2ViewItem->display() | JROOT/libraries/legacy/controller/legacy.php:690 |
| 10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
| 9 | K2Controller->display() | JROOT/components/com_k2/controllers/item.php:80 |
| 8 | K2ControllerItem->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
| 6 | require_once JROOT/components/com_k2/k2.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 |
SHOW FULL COLUMNS
FROM `qgn06_k2_categories`
| # | Comunicador | Archivo y número de línea |
|---|---|---|
| 19 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:440 |
| 17 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/joomla/table/table.php:241 |
| 16 | JTable->getFields() | JROOT/libraries/joomla/table/table.php:162 |
| 15 | JTable->__construct() | JROOT/administrator/components/com_k2/tables/k2category.php:36 |
| 14 | TableK2Category->__construct() | JROOT/libraries/joomla/table/table.php:305 |
| 13 | JTable::getInstance() | JROOT/components/com_k2/models/item.php:74 |
| 12 | K2ModelItem->prepareItem() | JROOT/components/com_k2/views/item/view.html.php:51 |
| 11 | K2ViewItem->display() | JROOT/libraries/legacy/controller/legacy.php:690 |
| 10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
| 9 | K2Controller->display() | JROOT/components/com_k2/controllers/item.php:80 |
| 8 | K2ControllerItem->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
| 6 | require_once JROOT/components/com_k2/k2.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 |
SELECT *
FROM qgn06_k2_categories
WHERE id = '27'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | qgn06_k2_categories | const | PRIMARY | PRIMARY | 4 | const | 1 |
| # | Comunicador | Archivo y número de línea |
|---|---|---|
| 15 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1456 |
| 14 | JDatabaseDriver->loadAssoc() | JROOT/administrator/components/com_k2/tables/k2category.php:67 |
| 13 | TableK2Category->load() | JROOT/components/com_k2/models/item.php:75 |
| 12 | K2ModelItem->prepareItem() | JROOT/components/com_k2/views/item/view.html.php:51 |
| 11 | K2ViewItem->display() | JROOT/libraries/legacy/controller/legacy.php:690 |
| 10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
| 9 | K2Controller->display() | JROOT/components/com_k2/controllers/item.php:80 |
| 8 | K2ControllerItem->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
| 6 | require_once JROOT/components/com_k2/k2.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 |
SELECT id, name, parent
FROM qgn06_k2_categories
WHERE published=1
AND trash=0
AND access IN(1,1,5)
ORDER BY parent
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | qgn06_k2_categories | ref | category,published,access,trash | category | 2 | const | 56 | Using index condition; Using where; Usando 'filesort' |
| # | Comunicador | Archivo y número de línea |
|---|---|---|
| 17 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_k2/models/itemlist.php:1245 |
| 15 | K2ModelItemlist->getCategoriesTree() | JROOT/components/com_k2/helpers/route.php:314 |
| 14 | K2HelperRoute::_findItem() | JROOT/components/com_k2/helpers/route.php:58 |
| 13 | K2HelperRoute::getCategoryRoute() | JROOT/components/com_k2/models/item.php:78 |
| 12 | K2ModelItem->prepareItem() | JROOT/components/com_k2/views/item/view.html.php:51 |
| 11 | K2ViewItem->display() | JROOT/libraries/legacy/controller/legacy.php:690 |
| 10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
| 9 | K2Controller->display() | JROOT/components/com_k2/controllers/item.php:80 |
| 8 | K2ControllerItem->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
| 6 | require_once JROOT/components/com_k2/k2.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 |
SELECT *
FROM qgn06_k2_categories
WHERE id = '4'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | qgn06_k2_categories | const | PRIMARY | PRIMARY | 4 | const | 1 |
| # | Comunicador | Archivo y número de línea |
|---|---|---|
| 15 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1456 |
| 14 | JDatabaseDriver->loadAssoc() | JROOT/administrator/components/com_k2/tables/k2category.php:67 |
| 13 | TableK2Category->load() | JROOT/components/com_k2/models/item.php:96 |
| 12 | K2ModelItem->prepareItem() | JROOT/components/com_k2/views/item/view.html.php:51 |
| 11 | K2ViewItem->display() | JROOT/libraries/legacy/controller/legacy.php:690 |
| 10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
| 9 | K2Controller->display() | JROOT/components/com_k2/controllers/item.php:80 |
| 8 | K2ControllerItem->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
| 6 | require_once JROOT/components/com_k2/k2.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 |
SELECT tag.*
FROM qgn06_k2_tags AS tag JOIN qgn06_k2_tags_xref AS xref
ON tag.id = xref.tagID
WHERE tag.published=1
AND xref.itemID = 35678
ORDER BY xref.id ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | xref | ref | tagID,itemID | itemID | 4 | const | 3 | Using where |
| 1 | SIMPLE | tag | eq_ref | PRIMARY,published | PRIMARY | 4 | admin_ddpue3.xref.tagID | 1 | Using where |
| # | Comunicador | Archivo y número de línea |
|---|---|---|
| 15 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_k2/models/item.php:1406 |
| 13 | K2ModelItem->getItemTags() | JROOT/components/com_k2/models/item.php:109 |
| 12 | K2ModelItem->prepareItem() | JROOT/components/com_k2/views/item/view.html.php:51 |
| 11 | K2ViewItem->display() | JROOT/libraries/legacy/controller/legacy.php:690 |
| 10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
| 9 | K2Controller->display() | JROOT/components/com_k2/controllers/item.php:80 |
| 8 | K2ControllerItem->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
| 6 | require_once JROOT/components/com_k2/k2.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 |
SELECT COUNT(*)
FROM qgn06_k2_comments
WHERE itemID=35678
AND published=1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | qgn06_k2_comments | ref | itemID,published,latestComments,countComments | countComments | 8 | const,const | 1 | Using index |
| Status | Duration |
|---|---|
| starting | 0.02 ms |
| Waiting for query cache lock | 0.01 ms |
| checking query cache for query | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| After table lock | 0.01 ms |
| Waiting for query cache lock | 0.01 ms |
| After table lock | 0.03 ms |
| init | 0.07 ms |
| optimizing | 0.03 ms |
| statistics | 0.58 ms |
| preparing | 0.03 ms |
| executing | 0.01 ms |
| Sending data | 0.03 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| updating status | 0.01 ms |
| Waiting for query cache lock | 0.01 ms |
| updating status | 0.02 ms |
| Waiting for query cache lock | 0.01 ms |
| updating status | 0.01 ms |
| storing result in query cache | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Comunicador | Archivo y número de línea |
|---|---|---|
| 15 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 14 | JDatabaseDriver->loadResult() | JROOT/components/com_k2/models/item.php:1741 |
| 13 | K2ModelItem->countItemComments() | JROOT/components/com_k2/models/item.php:275 |
| 12 | K2ModelItem->prepareItem() | JROOT/components/com_k2/views/item/view.html.php:51 |
| 11 | K2ViewItem->display() | JROOT/libraries/legacy/controller/legacy.php:690 |
| 10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
| 9 | K2Controller->display() | JROOT/components/com_k2/controllers/item.php:80 |
| 8 | K2ControllerItem->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
| 6 | require_once JROOT/components/com_k2/k2.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 |
SHOW FULL COLUMNS
FROM `qgn06_k2_items`
| Status | Duration |
|---|---|
| starting | 0.04 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.47 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| After table lock | 0.01 ms |
| init | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.02 ms |
| executing | 0.01 ms |
| Filling schema table | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| checking permissions | 0.04 ms |
| checking permissions | 0.07 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.09 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.03 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.02 ms |
| closing tables | 0.02 ms |
| executing | 0.01 ms |
| Sending data | 0.12 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| removing tmp table | 0.18 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| updating status | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Comunicador | Archivo y número de línea |
|---|---|---|
| 19 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:440 |
| 17 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/joomla/table/table.php:241 |
| 16 | JTable->getFields() | JROOT/libraries/joomla/table/table.php:162 |
| 15 | JTable->__construct() | JROOT/administrator/components/com_k2/tables/k2item.php:58 |
| 14 | TableK2Item->__construct() | JROOT/libraries/joomla/table/table.php:305 |
| 13 | JTable::getInstance() | JROOT/components/com_k2/models/item.php:923 |
| 12 | K2ModelItem->hit() | JROOT/components/com_k2/views/item/view.html.php:135 |
| 11 | K2ViewItem->display() | JROOT/libraries/legacy/controller/legacy.php:690 |
| 10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
| 9 | K2Controller->display() | JROOT/components/com_k2/controllers/item.php:80 |
| 8 | K2ControllerItem->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
| 6 | require_once JROOT/components/com_k2/k2.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 |
UPDATE qgn06_k2_items
SET `hits` = (`hits` + 1)
WHERE `id` = '35678'
| Status | Duration |
|---|---|
| starting | 0.09 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| After table lock | 0.01 ms |
| init | 0.06 ms |
| Updating | 0.47 ms |
| end | 0.01 ms |
| Waiting for query cache lock | 0.01 ms |
| end | 0.26 ms |
| query end | 0.87 ms |
| closing tables | 0.02 ms |
| freeing items | 0.01 ms |
| updating status | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Comunicador | Archivo y número de línea |
|---|---|---|
| 14 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/table/table.php:1249 |
| 13 | JTable->hit() | JROOT/components/com_k2/models/item.php:924 |
| 12 | K2ModelItem->hit() | JROOT/components/com_k2/views/item/view.html.php:135 |
| 11 | K2ViewItem->display() | JROOT/libraries/legacy/controller/legacy.php:690 |
| 10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
| 9 | K2Controller->display() | JROOT/components/com_k2/controllers/item.php:80 |
| 8 | K2ControllerItem->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
| 6 | require_once JROOT/components/com_k2/k2.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 |
SELECT *
FROM qgn06_k2_comments
WHERE itemID=35678
AND published=1
ORDER BY commentDate DESC
LIMIT 0, 10
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | qgn06_k2_comments | ref | itemID,published,latestComments,countComments | latestComments | 4 | const | 1 | Using where |
| Status | Duration |
|---|---|
| starting | 0.02 ms |
| Waiting for query cache lock | 0.01 ms |
| checking query cache for query | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| After table lock | 0.01 ms |
| Waiting for query cache lock | 0.01 ms |
| After table lock | 0.03 ms |
| init | 0.04 ms |
| optimizing | 0.03 ms |
| statistics | 0.11 ms |
| preparing | 0.03 ms |
| executing | 0.01 ms |
| Sorting result | 0.01 ms |
| Sending data | 0.05 ms |
| end | 0.07 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.01 ms |
| updating status | 0.01 ms |
| Waiting for query cache lock | 0.01 ms |
| updating status | 0.02 ms |
| Waiting for query cache lock | 0.01 ms |
| updating status | 0.01 ms |
| storing result in query cache | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Comunicador | Archivo y número de línea |
|---|---|---|
| 14 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/components/com_k2/models/item.php:1719 |
| 12 | K2ModelItem->getItemComments() | JROOT/components/com_k2/views/item/view.html.php:241 |
| 11 | K2ViewItem->display() | JROOT/libraries/legacy/controller/legacy.php:690 |
| 10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
| 9 | K2Controller->display() | JROOT/components/com_k2/controllers/item.php:80 |
| 8 | K2ControllerItem->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
| 6 | require_once JROOT/components/com_k2/k2.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 |
SELECT DISTINCT itemID
FROM qgn06_k2_tags_xref
WHERE tagID IN (569,478,50728)
AND itemID!=35678
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | qgn06_k2_tags_xref | range | tagID,itemID | tagID | 4 | NULL | 546 | Using index condition; Using where; Using temporary |
| Status | Duration |
|---|---|
| starting | 0.03 ms |
| Waiting for query cache lock | 0.01 ms |
| checking query cache for query | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| After table lock | 0.01 ms |
| Waiting for query cache lock | 0.01 ms |
| After table lock | 0.03 ms |
| init | 0.03 ms |
| optimizing | 0.02 ms |
| statistics | 2.12 ms |
| preparing | 0.03 ms |
| executing | 0.01 ms |
| Creating tmp table | 0.04 ms |
| Copying to tmp table | 15.65 ms |
| Sending data | 0.21 ms |
| end | 0.01 ms |
| removing tmp table | 0.02 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.01 ms |
| updating status | 0.01 ms |
| Waiting for query cache lock | 0.01 ms |
| updating status | 0.03 ms |
| Waiting for query cache lock | 0.01 ms |
| updating status | 0.01 ms |
| storing result in query cache | 0.01 ms |
| cleaning up | 1.22 ms |
| # | Comunicador | Archivo y número de línea |
|---|---|---|
| 14 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1541 |
| 13 | JDatabaseDriver->loadColumn() | JROOT/components/com_k2/models/itemlist.php:927 |
| 12 | K2ModelItemlist->getRelatedItems() | JROOT/components/com_k2/views/item/view.html.php:305 |
| 11 | K2ViewItem->display() | JROOT/libraries/legacy/controller/legacy.php:690 |
| 10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
| 9 | K2Controller->display() | JROOT/components/com_k2/controllers/item.php:80 |
| 8 | K2ControllerItem->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
| 6 | require_once JROOT/components/com_k2/k2.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 |
SELECT i.*, c.alias as categoryalias
FROM qgn06_k2_items as i
LEFT JOIN qgn06_k2_categories c
ON c.id = i.catid
WHERE i.published = 1
AND ( i.publish_up = '0000-00-00 00:00:00' OR i.publish_up <= '2025-10-28 20:01:19' )
AND ( i.publish_down = '0000-00-00 00:00:00' OR i.publish_down >= '2025-10-28 20:01:19' )
AND i.access IN(1,1,5)
AND i.trash = 0
AND c.published = 1
AND c.access IN(1,1,5)
AND c.trash = 0
AND (i.id) IN (992,1219,1246,1359,1691,1940,2022,2065,2225,2234,2448,3401,3430,3487,3552,3665,4153,4297,4637,4661,4851,4970,4993,5034,5046,5129,5309,5333,5407,5451,5502,5551,5610,5763,5773,5928,6008,6033,6249,6270,6300,6336,6337,6364,6443,6566,6588,6640,6659,6670,6844,6970,7073,7212,7454,7803,7852,7876,7996,8066,8216,8230,8290,8369,8394,8551,8588,8615,8832,8986,9040,9661,9736,9751,9772,9808,9843,9844,9939,10052,10220,10312,10313,10756,10782,10847,10982,11012,11048,11214,11271,11286,11431,11746,12107,12318,12522,12922,13137,13293,13357,13455,13578,13643,13670,13724,13932,13992,14257,14307,14446,14530,14850,15155,15245,15384,15484,15520,15588,23149,25171,25470,26207,27594,27923,28371,28569,28613,28956,29137,29456,29660,29757,29967,30040,34794,36078,36232,36838,37024,1021,1232,1921,1941,2939,3340,3463,3897,3903,3936,4008,4151,4259,4260,4538,4558,4801,4846,6097,6317,6592,6724,8312,9916,10509,11503,14228,25776,26639,30095,36015,37576,38418,38872,31745,31750,31766,31770,31817,31862,31893,31915,31947,31966,31992,32167,32245,32266,32295,32303,32321,32376,32385,32393,32427,32451,32486,32500,32504,32509,32628,32703,32709,32714,32733,32780,32809,32840,32865,32884,32922,32950,32961,32969,32973,33006,33028,33039,33057,33081,33094,33108,33133,33151,33166,33180,33191,33205,33236,33250,33270,33285,33302,33343,33378,33402,33460,33478,33485,33517,33525,33537,33571,33633,33639,33648,33665,33682,33702,33710,33727,33741,33780,33798,33841,33880,33898,33913,33923,33951,33960,33978,33989,34000,34001,34012,34027,34028,34044,34053,34056,34066,34073,34081,34097,34098,34119,34117,34131,34142,34148,34172,34173,34183,34187,34200,34210,34219,34230,34239,34256,34267,34269,34274,34281,34284,34295,34310,34313,34324,34325,34333,34334,34339,34345,34358,34362,34367,34370,34385,34396,34397,34403,34409,34411,34426,34427,34435,34438,34441,34462,34469,34472,34473,34486,34503,34514,34515,34528,34534,34538,34550,34554,34555,34570,34575,34580,34594,34611,34616,34619,34630,34637,34639,34640,34654,34667,34677,34688,34693,34696,34698,34701,34709,34721,34776,34789,34790,34801,34802,34827,34832,34836,34843,34845,34850,34858,34869,34870,34873,34894,34892,34909,34910,34931,34950,34951,34967,34974,34921,34920,34983,34999,35003,35038,35044,35045,35063,35064,35080,35068,35090,35098,35099,35114,35131,35138,35139,35153,35156,35163,35164,35173,35182,35185,35197,35222,35247,35248,35251,35260,35269,35279,35282,35283,35300,35305,35306,35317,35326,35335,35376,35380,35391,35400,35398,35418,35425,35438,35441,35447,35450,35454,35460,35469,35478,35484,35491,35499,35514,35536,35546,35549,35554,35575,35576,35584,35591,35593,35601,35605,35606,35617,35624,35632,35641,35642,35643,35657,35662,35665,35676,35687,35723,35733,35737,35739,35751,35770,35772,35780,35808,35799,35895,35913,35919,35943,35952,36004,36029,36022,36114,36132,36133,36152,36154,36155,36157,36167,36340,36341,36344,36504,36505,36516,36628,36642,36685,36712,36741,36782,36868,36876,36895,36993,37025,37138,37545,37572,37737,37755,37783,37810,37853,37906,37945,38039,38102,38104,38125,38147,38262,38284,38312,38441,38445,38451,38471,38616,38626,38627,38844,38843,38831,39045,39049,39054,39060,39252,39299,39312)
ORDER BY i.created DESC
LIMIT 0, 5
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | i | index | PRIMARY,item,catid | created | 8 | NULL | 542 | Using where |
| 1 | SIMPLE | c | eq_ref | PRIMARY,category,published,access,trash | PRIMARY | 4 | admin_ddpue3.i.catid | 1 | Using where |
| Status | Duration |
|---|---|
| starting | 0.03 ms |
| Waiting for query cache lock | 0.01 ms |
| checking query cache for query | 0.41 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| After table lock | 0.01 ms |
| Waiting for query cache lock | 0.01 ms |
| After table lock | 0.17 ms |
| init | 0.24 ms |
| optimizing | 0.16 ms |
| statistics | 1.22 ms |
| preparing | 1.01 ms |
| executing | 0.01 ms |
| Sorting result | 0.01 ms |
| Sending data | 6.80 ms |
| Waiting for query cache lock | 0.02 ms |
| Sending data | 9.40 ms |
| Waiting for query cache lock | 0.02 ms |
| Sending data | 0.12 ms |
| end | 0.04 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.09 ms |
| updating status | 0.02 ms |
| Waiting for query cache lock | 0.01 ms |
| updating status | 0.03 ms |
| Waiting for query cache lock | 0.03 ms |
| updating status | 0.01 ms |
| storing result in query cache | 0.10 ms |
| cleaning up | 0.03 ms |
| # | Comunicador | Archivo y número de línea |
|---|---|---|
| 14 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT/components/com_k2/models/itemlist.php:975 |
| 12 | K2ModelItemlist->getRelatedItems() | JROOT/components/com_k2/views/item/view.html.php:305 |
| 11 | K2ViewItem->display() | JROOT/libraries/legacy/controller/legacy.php:690 |
| 10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
| 9 | K2Controller->display() | JROOT/components/com_k2/controllers/item.php:80 |
| 8 | K2ControllerItem->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
| 6 | require_once JROOT/components/com_k2/k2.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 |
SELECT COUNT(*)
FROM qgn06_k2_comments
WHERE itemID=39312
AND published=1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | qgn06_k2_comments | ref | itemID,published,latestComments,countComments | countComments | 8 | const,const | 1 | Using index |
| Status | Duration |
|---|---|
| starting | 0.03 ms |
| Waiting for query cache lock | 0.01 ms |
| checking query cache for query | 0.03 ms |
| checking privileges on cached | 0.01 ms |
| checking permissions | 0.01 ms |
| sending cached result to clien | 0.02 ms |
| updating status | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Comunicador | Archivo y número de línea |
|---|---|---|
| 16 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 15 | JDatabaseDriver->loadResult() | JROOT/components/com_k2/models/item.php:1741 |
| 14 | K2ModelItem->countItemComments() | JROOT/components/com_k2/models/item.php:275 |
| 13 | K2ModelItem->prepareItem() | JROOT/components/com_k2/models/itemlist.php:988 |
| 12 | K2ModelItemlist->getRelatedItems() | JROOT/components/com_k2/views/item/view.html.php:305 |
| 11 | K2ViewItem->display() | JROOT/libraries/legacy/controller/legacy.php:690 |
| 10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
| 9 | K2Controller->display() | JROOT/components/com_k2/controllers/item.php:80 |
| 8 | K2ControllerItem->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
| 6 | require_once JROOT/components/com_k2/k2.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 |
SELECT COUNT(*)
FROM qgn06_k2_comments
WHERE itemID=39299
AND published=1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | qgn06_k2_comments | ref | itemID,published,latestComments,countComments | countComments | 8 | const,const | 1 | Using index |
| Status | Duration |
|---|---|
| starting | 0.02 ms |
| Waiting for query cache lock | 0.01 ms |
| checking query cache for query | 0.03 ms |
| checking privileges on cached | 0.01 ms |
| checking permissions | 0.01 ms |
| sending cached result to clien | 0.01 ms |
| updating status | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Comunicador | Archivo y número de línea |
|---|---|---|
| 16 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 15 | JDatabaseDriver->loadResult() | JROOT/components/com_k2/models/item.php:1741 |
| 14 | K2ModelItem->countItemComments() | JROOT/components/com_k2/models/item.php:275 |
| 13 | K2ModelItem->prepareItem() | JROOT/components/com_k2/models/itemlist.php:988 |
| 12 | K2ModelItemlist->getRelatedItems() | JROOT/components/com_k2/views/item/view.html.php:305 |
| 11 | K2ViewItem->display() | JROOT/libraries/legacy/controller/legacy.php:690 |
| 10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
| 9 | K2Controller->display() | JROOT/components/com_k2/controllers/item.php:80 |
| 8 | K2ControllerItem->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
| 6 | require_once JROOT/components/com_k2/k2.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 |
SELECT COUNT(*)
FROM qgn06_k2_comments
WHERE itemID=39252
AND published=1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | qgn06_k2_comments | ref | itemID,published,latestComments,countComments | countComments | 8 | const,const | 1 | Using index |
| Status | Duration |
|---|---|
| starting | 0.02 ms |
| Waiting for query cache lock | 0.01 ms |
| checking query cache for query | 0.02 ms |
| checking privileges on cached | 0.01 ms |
| checking permissions | 0.04 ms |
| sending cached result to clien | 0.02 ms |
| updating status | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Comunicador | Archivo y número de línea |
|---|---|---|
| 16 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 15 | JDatabaseDriver->loadResult() | JROOT/components/com_k2/models/item.php:1741 |
| 14 | K2ModelItem->countItemComments() | JROOT/components/com_k2/models/item.php:275 |
| 13 | K2ModelItem->prepareItem() | JROOT/components/com_k2/models/itemlist.php:988 |
| 12 | K2ModelItemlist->getRelatedItems() | JROOT/components/com_k2/views/item/view.html.php:305 |
| 11 | K2ViewItem->display() | JROOT/libraries/legacy/controller/legacy.php:690 |
| 10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
| 9 | K2Controller->display() | JROOT/components/com_k2/controllers/item.php:80 |
| 8 | K2ControllerItem->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
| 6 | require_once JROOT/components/com_k2/k2.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 |
SELECT COUNT(*)
FROM qgn06_k2_comments
WHERE itemID=39060
AND published=1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | qgn06_k2_comments | ref | itemID,published,latestComments,countComments | countComments | 8 | const,const | 1 | Using index |
| Status | Duration |
|---|---|
| starting | 0.02 ms |
| Waiting for query cache lock | 0.01 ms |
| checking query cache for query | 0.02 ms |
| checking privileges on cached | 0.01 ms |
| checking permissions | 0.01 ms |
| sending cached result to clien | 0.01 ms |
| updating status | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Comunicador | Archivo y número de línea |
|---|---|---|
| 16 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 15 | JDatabaseDriver->loadResult() | JROOT/components/com_k2/models/item.php:1741 |
| 14 | K2ModelItem->countItemComments() | JROOT/components/com_k2/models/item.php:275 |
| 13 | K2ModelItem->prepareItem() | JROOT/components/com_k2/models/itemlist.php:988 |
| 12 | K2ModelItemlist->getRelatedItems() | JROOT/components/com_k2/views/item/view.html.php:305 |
| 11 | K2ViewItem->display() | JROOT/libraries/legacy/controller/legacy.php:690 |
| 10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
| 9 | K2Controller->display() | JROOT/components/com_k2/controllers/item.php:80 |
| 8 | K2ControllerItem->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
| 6 | require_once JROOT/components/com_k2/k2.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 |
SELECT COUNT(*)
FROM qgn06_k2_comments
WHERE itemID=39054
AND published=1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | qgn06_k2_comments | ref | itemID,published,latestComments,countComments | countComments | 8 | const,const | 1 | Using index |
| Status | Duration |
|---|---|
| starting | 0.02 ms |
| Waiting for query cache lock | 0.01 ms |
| checking query cache for query | 0.02 ms |
| checking privileges on cached | 0.01 ms |
| checking permissions | 0.01 ms |
| sending cached result to clien | 0.01 ms |
| updating status | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Comunicador | Archivo y número de línea |
|---|---|---|
| 16 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
| 15 | JDatabaseDriver->loadResult() | JROOT/components/com_k2/models/item.php:1741 |
| 14 | K2ModelItem->countItemComments() | JROOT/components/com_k2/models/item.php:275 |
| 13 | K2ModelItem->prepareItem() | JROOT/components/com_k2/models/itemlist.php:988 |
| 12 | K2ModelItemlist->getRelatedItems() | JROOT/components/com_k2/views/item/view.html.php:305 |
| 11 | K2ViewItem->display() | JROOT/libraries/legacy/controller/legacy.php:690 |
| 10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
| 9 | K2Controller->display() | JROOT/components/com_k2/controllers/item.php:80 |
| 8 | K2ControllerItem->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
| 6 | require_once JROOT/components/com_k2/k2.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 |
SELECT *
FROM qgn06_k2_items
WHERE id != 35678
AND catid=27
AND ordering > 2782
AND published=1
AND ( publish_up = '0000-00-00 00:00:00' OR publish_up <= '2025-10-28 20:01:19' )
AND ( publish_down = '0000-00-00 00:00:00' OR publish_down >= '2025-10-28 20:01:19' )
AND access IN(1,1,5)
AND trash=0
ORDER BY ordering ASC
LIMIT 0, 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | qgn06_k2_items | range | PRIMARY,item,catid,ordering | ordering | 4 | NULL | 21524 | Using where |
| Status | Duration |
|---|---|
| starting | 0.02 ms |
| Waiting for query cache lock | 0.01 ms |
| checking query cache for query | 0.11 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| After table lock | 0.01 ms |
| Waiting for query cache lock | 0.01 ms |
| After table lock | 0.03 ms |
| init | 0.07 ms |
| optimizing | 0.04 ms |
| statistics | 2.68 ms |
| preparing | 0.12 ms |
| executing | 0.01 ms |
| Sorting result | 0.03 ms |
| Sending data | 0.31 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| updating status | 0.01 ms |
| Waiting for query cache lock | 0.01 ms |
| updating status | 0.03 ms |
| Waiting for query cache lock | 0.01 ms |
| updating status | 0.01 ms |
| storing result in query cache | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Comunicador | Archivo y número de línea |
|---|---|---|
| 14 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1653 |
| 13 | JDatabaseDriver->loadObject() | JROOT/components/com_k2/models/item.php:1857 |
| 12 | K2ModelItem->getNextItem() | JROOT/components/com_k2/views/item/view.html.php:322 |
| 11 | K2ViewItem->display() | JROOT/libraries/legacy/controller/legacy.php:690 |
| 10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
| 9 | K2Controller->display() | JROOT/components/com_k2/controllers/item.php:80 |
| 8 | K2ControllerItem->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
| 6 | require_once JROOT/components/com_k2/k2.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 |
SELECT *
FROM qgn06_k2_items
WHERE id != 35678
AND catid=27
AND ordering < 2782
AND published=1
AND ( publish_up = '0000-00-00 00:00:00' OR publish_up <= '2025-10-28 20:01:19' )
AND ( publish_down = '0000-00-00 00:00:00' OR publish_down >= '2025-10-28 20:01:19' )
AND access IN(1,1,5)
AND trash=0
ORDER BY ordering DESC
LIMIT 0, 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | qgn06_k2_items | range | PRIMARY,item,catid,ordering | ordering | 4 | NULL | 29336 | Using where |
| Status | Duration |
|---|---|
| starting | 0.02 ms |
| Waiting for query cache lock | 0.01 ms |
| checking query cache for query | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| Table lock | 0.01 ms |
| After table lock | 0.01 ms |
| Waiting for query cache lock | 0.01 ms |
| After table lock | 0.03 ms |
| init | 0.05 ms |
| optimizing | 0.03 ms |
| statistics | 1.28 ms |
| preparing | 0.12 ms |
| executing | 0.01 ms |
| Sorting result | 0.03 ms |
| Sending data | 0.50 ms |
| Waiting for query cache lock | 0.01 ms |
| Sending data | 0.02 ms |
| Waiting for query cache lock | 0.01 ms |
| Sending data | 0.04 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| updating status | 0.05 ms |
| Waiting for query cache lock | 0.01 ms |
| updating status | 0.01 ms |
| Waiting for query cache lock | 0.01 ms |
| updating status | 0.01 ms |
| storing result in query cache | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Comunicador | Archivo y número de línea |
|---|---|---|
| 14 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1653 |
| 13 | JDatabaseDriver->loadObject() | JROOT/components/com_k2/models/item.php:1812 |
| 12 | K2ModelItem->getPreviousItem() | JROOT/components/com_k2/views/item/view.html.php:363 |
| 11 | K2ViewItem->display() | JROOT/libraries/legacy/controller/legacy.php:690 |
| 10 | JControllerLegacy->display() | JROOT/components/com_k2/controllers/controller.php:20 |
| 9 | K2Controller->display() | JROOT/components/com_k2/controllers/item.php:80 |
| 8 | K2ControllerItem->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
| 7 | JControllerLegacy->execute() | JROOT/components/com_k2/k2.php:63 |
| 6 | require_once JROOT/components/com_k2/k2.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 |
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM qgn06_modules AS m
LEFT JOIN qgn06_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN qgn06_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
WHERE m.published = 1
AND e.enabled = 1
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2025-10-28 20:01:19')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2025-10-28 20:01:19')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND (mm.menuid = 0 OR mm.menuid <= 0)
ORDER BY m.position, m.ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | m | ref | PRIMARY,published,newsfeeds | published | 1 | const | 144 | Using index condition; Using where; Usando 'filesort' |
| 1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 403 | admin_ddpue3.m.module,const | 1 | Using index condition; Using where |
| 1 | SIMPLE | mm | ref | PRIMARY | PRIMARY | 4 | admin_ddpue3.m.id | 1 | Using where; Using index |
| Status | Duration |
|---|---|
| starting | 0.05 ms |
| Waiting for query cache lock | 0.01 ms |
| checking query cache for query | 0.16 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.07 ms |
| After opening tables | 0.01 ms |
| System lock | 0.02 ms |
| Table lock | 0.01 ms |
| After table lock | 0.01 ms |
| Waiting for query cache lock | 0.01 ms |
| After table lock | 0.04 ms |
| init | 0.10 ms |
| optimizing | 0.09 ms |
| statistics | 0.10 ms |
| preparing | 0.06 ms |
| executing | 0.01 ms |
| Sorting result | 0.83 ms |
| Sending data | 1.76 ms |
| Waiting for query cache lock | 0.01 ms |
| Sending data | 0.25 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.02 ms |
| freeing items | 0.02 ms |
| updating status | 0.01 ms |
| Waiting for query cache lock | 0.01 ms |
| updating status | 0.02 ms |
| Waiting for query cache lock | 0.01 ms |
| updating status | 0.01 ms |
| storing result in query cache | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Comunicador | Archivo y número de línea |
|---|---|---|
| 12 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/module/helper.php:409 |
| 10 | JModuleHelper::getModuleList() | JROOT/libraries/cms/module/helper.php:352 |
| 9 | JModuleHelper::load() | JROOT/libraries/cms/module/helper.php:84 |
| 8 | JModuleHelper::getModules() | JROOT/libraries/joomla/document/renderer/html/modules.php:40 |
| 7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
| 6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:697 |
| 5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
| 4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1068 |
| 3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
| 2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
| 1 | JApplicationCms->execute() | JROOT/index.php:49 |
6 × SELECT COUNT(*)
FROM qgn06_k2_comments
3 × SELECT *
FROM qgn06_k2_items
2 × SELECT *
FROM qgn06_k2_categories
2 × SELECT extension_id AS id, element AS "option", params, enabled
FROM qgn06_extensions
1 × SELECT tag.*
FROM qgn06_k2_tags AS tag JOIN qgn06_k2_tags_xref AS xref
ON tag.id = xref.tagID
1 × SELECT id, name, parent
FROM qgn06_k2_categories
1 × SELECT DISTINCT itemID
FROM qgn06_k2_tags_xref
1 × SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM qgn06_modules AS m
LEFT JOIN qgn06_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN qgn06_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
1 × SELECT i.*, c.alias as categoryalias
FROM qgn06_k2_items as i
LEFT JOIN qgn06_k2_categories c
ON c.id = i.catid
1 × SELECT *
FROM qgn06_k2_comments
1 × SELECT id
FROM qgn06_k2_categories
1 × SELECT id, home, template, s.params
FROM qgn06_template_styles as s
LEFT JOIN qgn06_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
1 × 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 qgn06_menu AS m
LEFT JOIN qgn06_extensions AS e
ON m.component_id = e.extension_id
1 × SELECT folder AS type, element AS name, params
FROM qgn06_extensions
1 × SELECT s.id, e.extension_id, s.template AS name, s.title, s.params
FROM qgn06_template_styles AS s
LEFT JOIN qgn06_extensions AS e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
1 × SELECT *
FROM qgn06_languages
1 × SELECT b.id
FROM qgn06_usergroups AS a
LEFT JOIN qgn06_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
1 × SELECT b.rules
FROM qgn06_assets AS a
LEFT JOIN qgn06_assets AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
1 × SELECT `session_id`
FROM `qgn06_session`
1 × UPDATE qgn06_k2_items
SET `hits` = (`hits` + 1)
1 × SHOW FULL COLUMNS
FROM `qgn06_k2_items
1 × SHOW FULL COLUMNS
FROM `qgn06_k2_categories
1 × UPDATE `qgn06_extensions`
SET `params` = '{\"mediaversion\":\"0de7b128e945773e63a59fa18423250e\"}'
1 × DELETE
FROM `qgn06_session`