**Tiempo de la consulta: 0.31 ms**
SELECT `data`
FROM `cisj2017_session`
WHERE `session_id` = 'k45fv4oh3keko43u879ga7gvr4'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | cisj2017_session | NULL | const | PRIMARY | PRIMARY | 766 | const | 1 | 100.00 | NULL |
**No 'Mostrar perfil' (seguramente porque se realizan más de 100 consultas)**
# | **Comunicador** | **Archivo y número de línea** | 14 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
13 | JDatabaseDriver->loadResult() | JROOT/libraries/joomla/session/storage/database.php:44 |
12 | JSessionStorageDatabase->read() | **Lo mismo que llamada de la línea de abajo.** |
11 | session_start() | JROOT/libraries/joomla/session/handler/native.php:259 |
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:773 |
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:408 |
2 | JApplicationCms::getInstance() | JROOT/libraries/joomla/factory.php:125 |
1 | JFactory::getApplication() | JROOT/index.php:46 |
**Tiempo de la consulta: 0.21 ms** **Después de la última consulta: 1.06 ms**
DELETE
FROM `cisj2017_session`
WHERE `time` < '1550694335'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | DELETE | cisj2017_session | NULL | range | time | time | 59 | const | 1 | 100.00 | Using where |
**No 'Mostrar perfil' (seguramente porque se realizan más de 100 consultas)**
# | **Comunicador** | **Archivo y número de línea** | 6 | JDatabaseDriverMysql->execute() | JROOT/libraries/cms/application/cms.php:790 |
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:408 |
2 | JApplicationCms::getInstance() | JROOT/libraries/joomla/factory.php:125 |
1 | JFactory::getApplication() | JROOT/index.php:46 |
**Tiempo de la consulta: 0.15 ms** **Después de la última consulta: 0.15 ms**
SELECT `session_id`
FROM `cisj2017_session`
WHERE `session_id` = 'k45fv4oh3keko43u879ga7gvr4'
LIMIT 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | cisj2017_session | NULL | const | PRIMARY | PRIMARY | 766 | const | 1 | 100.00 | Using index |
**No 'Mostrar perfil' (seguramente porque se realizan más de 100 consultas)**
# | **Comunicador** | **Archivo y número de línea** | 8 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
7 | JDatabaseDriver->loadResult() | JROOT/libraries/cms/application/cms.php:176 |
6 | JApplicationCms->checkSession() | JROOT/libraries/cms/application/cms.php:799 |
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:408 |
2 | JApplicationCms::getInstance() | JROOT/libraries/joomla/factory.php:125 |
1 | JFactory::getApplication() | JROOT/index.php:46 |
**Tiempo de la consulta: 189.63 ms** **Después de la última consulta: 0.17 ms**
INSERT INTO `cisj2017_session`
(`session_id`,`client_id`,`guest`,`time`,`userid`,`username`)
VALUES
('k45fv4oh3keko43u879ga7gvr4', 0, 1, '1550695235', 0, '')
**'Explicar' no es posible en la consulta: INSERT INTO `cisj2017_session`
(`session_id`,`client_id`,`guest`,`time`,`userid`,`username`) VALUES
('k45fv4oh3keko43u879ga7gvr4', 0, 1, '1550695235', 0, '')**
**No 'Mostrar perfil' (seguramente porque se realizan más de 100 consultas)**
# | **Comunicador** | **Archivo y número de línea** | 7 | JDatabaseDriverMysql->execute() | JROOT/libraries/cms/application/cms.php:212 |
6 | JApplicationCms->checkSession() | JROOT/libraries/cms/application/cms.php:799 |
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:408 |
2 | JApplicationCms::getInstance() | JROOT/libraries/joomla/factory.php:125 |
1 | JFactory::getApplication() | JROOT/index.php:46 |
**Tiempo de la consulta: 0.69 ms** **Después de la última consulta: 1.06 ms**
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `cisj2017_extensions`
WHERE `type` = 'component'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | cisj2017_extensions | NULL | ref | extension | extension | 82 | const | 36 | 100.00 | NULL |
**No 'Mostrar perfil' (seguramente porque se realizan más de 100 consultas)**
# | **Comunicador** | **Archivo y número de línea** | 10 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
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:152 |
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:589 |
3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Tiempo de la consulta: 0.28 ms** **Después de la última consulta: 0.74 ms**
SELECT b.id
FROM cisj2017_usergroups AS a
LEFT JOIN cisj2017_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 9
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
1 | SIMPLE | b | NULL | range | idx_usergroup_nested_set_lookup | idx_usergroup_nested_set_lookup | 4 | NULL | 2 | 100.00 | Using where; Using index |
**No 'Mostrar perfil' (seguramente porque se realizan más de 100 consultas)**
# | **Comunicador** | **Archivo y número de línea** | 11 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1538 |
10 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/access/access.php:835 |
9 | JAccess::getGroupsByUser() | JROOT/libraries/joomla/access/access.php:904 |
8 | JAccess::getAuthorisedViewLevels() | JROOT/libraries/joomla/user/user.php:454 |
7 | JUser->getAuthorisedViewLevels() | JROOT/libraries/cms/plugin/helper.php:296 |
6 | JPluginHelper::load() | JROOT/libraries/cms/plugin/helper.php:86 |
5 | JPluginHelper::getPlugin() | JROOT/libraries/cms/plugin/helper.php:128 |
4 | JPluginHelper::isEnabled() | JROOT/libraries/cms/application/site.php:599 |
3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Tiempo de la consulta: 0.17 ms** **Después de la última consulta: 0.23 ms**
SELECT id, rules
FROM `cisj2017_viewlevels`
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | cisj2017_viewlevels | NULL | ALL | NULL | **No pudo usarse una clave de índice** | NULL | NULL | 5 | 100.00 | NULL |
**No 'Mostrar perfil' (seguramente porque se realizan más de 100 consultas)**
# | **Comunicador** | **Archivo y número de línea** | 10 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1494 |
9 | JDatabaseDriver->loadAssocList() | JROOT/libraries/joomla/access/access.php:921 |
8 | JAccess::getAuthorisedViewLevels() | JROOT/libraries/joomla/user/user.php:454 |
7 | JUser->getAuthorisedViewLevels() | JROOT/libraries/cms/plugin/helper.php:296 |
6 | JPluginHelper::load() | JROOT/libraries/cms/plugin/helper.php:86 |
5 | JPluginHelper::getPlugin() | JROOT/libraries/cms/plugin/helper.php:128 |
4 | JPluginHelper::isEnabled() | JROOT/libraries/cms/application/site.php:599 |
3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Tiempo de la consulta: 0.77 ms** **Después de la última consulta: 0.17 ms**
SELECT folder AS type, element AS name, params
FROM cisj2017_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 | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | cisj2017_extensions | NULL | ref | extension | extension | 82 | const | 78 | 0.60 | Using index condition; Using where; **Usando 'filesort'** |
**No 'Mostrar perfil' (seguramente porque se realizan más de 100 consultas)**
# | **Comunicador** | **Archivo y número de línea** | 8 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
7 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/plugin/helper.php:310 |
6 | JPluginHelper::load() | JROOT/libraries/cms/plugin/helper.php:86 |
5 | JPluginHelper::getPlugin() | JROOT/libraries/cms/plugin/helper.php:128 |
4 | JPluginHelper::isEnabled() | JROOT/libraries/cms/application/site.php:599 |
3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Tiempo de la consulta: 1.53 ms** **Después de la última consulta: 18.36 ms**
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 cisj2017_menu AS m
LEFT JOIN cisj2017_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 | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | m | NULL | range | idx_client_id_parent_id_alias_language | idx_client_id_parent_id_alias_language | 5 | NULL | 56 | 10.00 | Using index condition; Using where; **Usando 'filesort'** |
1 | SIMPLE | e | NULL | eq_ref | PRIMARY | PRIMARY | 4 | cisjose2_web17.m.component_id | 1 | 100.00 | Using where |
**No 'Mostrar perfil' (seguramente porque se realizan más de 100 consultas)**
# | **Comunicador** | **Archivo y número de línea** | 16 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
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:145 |
11 | JMenu::getInstance() | JROOT/libraries/cms/application/cms.php:439 |
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:197 |
7 | JRouter::getInstance() | JROOT/libraries/cms/application/cms.php:535 |
6 | JApplicationCms::getRouter() | JROOT/libraries/cms/application/site.php:407 |
5 | JApplicationSite::getRouter() | JROOT/libraries/cms/application/cms.php:1115 |
4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:791 |
3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Tiempo de la consulta: 0.37 ms** **Después de la última consulta: 11.43 ms**
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `cisj2017_extensions`
WHERE `type` = 'library'
AND `element` = 'joomla'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | cisj2017_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | 100.00 | NULL |
**No 'Mostrar perfil' (seguramente porque se realizan más de 100 consultas)**
# | **Comunicador** | **Archivo y número de línea** | 14 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1650 |
13 | JDatabaseDriver->loadObject() | **Lo mismo que llamada de la línea de abajo.** |
12 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:152 |
11 | JCacheControllerCallback->get() | JROOT/libraries/cms/library/helper.php:156 |
10 | JLibraryHelper::_load() | JROOT/libraries/cms/library/helper.php:47 |
9 | JLibraryHelper::getLibrary() | JROOT/libraries/cms/library/helper.php:90 |
8 | JLibraryHelper::getParams() | JROOT/libraries/cms/version/version.php:274 |
7 | JVersion->getMediaVersion() | JROOT/libraries/joomla/factory.php:755 |
6 | JFactory::createDocument() | JROOT/libraries/joomla/factory.php:216 |
5 | JFactory::getDocument() | JROOT/libraries/joomla/application/web.php:977 |
4 | JApplicationWeb->loadDocument() | JROOT/libraries/cms/application/site.php:130 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Tiempo de la consulta: 34.49 ms** **Después de la última consulta: 0.29 ms**
UPDATE `cisj2017_extensions`
SET `params` = '{\"mediaversion\":\"46616795f4d5edd9b9b147496c6c1eba\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | UPDATE | cisj2017_extensions | NULL | range | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | 100.00 | Using where |
**No 'Mostrar perfil' (seguramente porque se realizan más de 100 consultas)**
# | **Comunicador** | **Archivo y número de línea** | 10 | JDatabaseDriverMysql->execute() | JROOT/libraries/cms/library/helper.php:119 |
9 | JLibraryHelper::saveParams() | JROOT/libraries/cms/version/version.php:325 |
8 | JVersion->setMediaVersion() | JROOT/libraries/cms/version/version.php:284 |
7 | JVersion->getMediaVersion() | JROOT/libraries/joomla/factory.php:755 |
6 | JFactory::createDocument() | JROOT/libraries/joomla/factory.php:216 |
5 | JFactory::getDocument() | JROOT/libraries/joomla/application/web.php:977 |
4 | JApplicationWeb->loadDocument() | JROOT/libraries/cms/application/site.php:130 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Tiempo de la consulta: 0.29 ms** **Después de la última consulta: 1.14 ms**
SELECT *
FROM cisj2017_languages
WHERE published=1
ORDER BY ordering ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | cisj2017_languages | NULL | ALL | NULL | **No pudo usarse una clave de índice** | NULL | NULL | 1 | 100.00 | Using where; **Usando 'filesort'** |
**No 'Mostrar perfil' (seguramente porque se realizan más de 100 consultas)**
# | **Comunicador** | **Archivo y número de línea** | 7 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
6 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/language/helper.php:164 |
5 | JLanguageHelper::getLanguages() | JROOT/libraries/cms/application/site.php:329 |
4 | JApplicationSite->getParams() | JROOT/libraries/cms/application/site.php:135 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Tiempo de la consulta: 0.32 ms** **Después de la última consulta: 0.44 ms**
SELECT id, home, template, s.params
FROM cisj2017_template_styles as s
LEFT JOIN cisj2017_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 | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | s | NULL | ALL | idx_template | **No pudo usarse una clave de índice** | NULL | NULL | 3 | 33.33 | Using where |
1 | SIMPLE | e | NULL | ref | element_clientid,element_folder_clientid,extension | element_clientid | 403 | cisjose2_web17.s.template,const | 1 | 4.55 | Using index condition; Using where |
**No 'Mostrar perfil' (seguramente porque se realizan más de 100 consultas)**
# | **Comunicador** | **Archivo y número de línea** | 6 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
5 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/application/site.php:484 |
4 | JApplicationSite->getTemplate() | JROOT/libraries/cms/application/site.php:165 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Tiempo de la consulta: 0.75 ms** **Después de la última consulta: 23.10 ms**
SHOW FULL COLUMNS
FROM `cisj2017_assets`
**'Explicar' no es posible en la consulta: SHOW FULL COLUMNS FROM `cisj2017_assets`**
**No 'Mostrar perfil' (seguramente porque se realizan más de 100 consultas)**
# | **Comunicador** | **Archivo y número de línea** | 25 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
24 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:440 |
23 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/joomla/table/table.php:241 |
22 | JTable->getFields() | JROOT/libraries/joomla/table/table.php:162 |
21 | JTable->__construct() | JROOT/libraries/joomla/table/asset.php:60 |
20 | JTableAsset->__construct() | JROOT/libraries/joomla/table/table.php:308 |
19 | JTable::getInstance() | JROOT/libraries/joomla/access/access.php:696 |
18 | JAccess::getExtensionNameFromAsset() | JROOT/libraries/joomla/access/access.php:555 |
17 | JAccess::getAssetRules() | JROOT/libraries/joomla/user/user.php:385 |
16 | JUser->authorise() | JROOT/components/com_jevents/libraries/helper.php:2237 |
15 | JEVHelper::isAdminUser() | JROOT/components/com_jevents/libraries/helper.php:2319 |
14 | JEVHelper::getAid() | JROOT/components/com_jevents/libraries/datamodel.php:40 |
13 | JEventsDataModel->__construct() | JROOT/components/com_jevents/views/default/abstract/abstract.php:59 |
12 | JEventsDefaultView->__construct() | JROOT/components/com_jevents/views/alternative/abstract/abstract.php:28 |
11 | JEventsAlternativeView->__construct() | JROOT/libraries/legacy/controller/legacy.php:596 |
10 | JControllerLegacy->createView() | JROOT/libraries/legacy/controller/legacy.php:836 |
9 | JControllerLegacy->getView() | JROOT/components/com_jevents/controllers/month.php:51 |
8 | MonthController->calendar() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_jevents/jevents.php:291 |
6 | require_once JROOT/components/com_jevents/jevents.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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Tiempo de la consulta: 0.26 ms** **Después de la última consulta: 0.70 ms**
SELECT *
FROM cisj2017_assets
WHERE `id` = '1'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | cisj2017_assets | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
**No 'Mostrar perfil' (seguramente porque se realizan más de 100 consultas)**
# | **Comunicador** | **Archivo y número de línea** | 21 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1453 |
20 | JDatabaseDriver->loadAssoc() | JROOT/libraries/joomla/table/table.php:719 |
19 | JTable->load() | JROOT/libraries/joomla/access/access.php:697 |
18 | JAccess::getExtensionNameFromAsset() | JROOT/libraries/joomla/access/access.php:555 |
17 | JAccess::getAssetRules() | JROOT/libraries/joomla/user/user.php:385 |
16 | JUser->authorise() | JROOT/components/com_jevents/libraries/helper.php:2237 |
15 | JEVHelper::isAdminUser() | JROOT/components/com_jevents/libraries/helper.php:2319 |
14 | JEVHelper::getAid() | JROOT/components/com_jevents/libraries/datamodel.php:40 |
13 | JEventsDataModel->__construct() | JROOT/components/com_jevents/views/default/abstract/abstract.php:59 |
12 | JEventsDefaultView->__construct() | JROOT/components/com_jevents/views/alternative/abstract/abstract.php:28 |
11 | JEventsAlternativeView->__construct() | JROOT/libraries/legacy/controller/legacy.php:596 |
10 | JControllerLegacy->createView() | JROOT/libraries/legacy/controller/legacy.php:836 |
9 | JControllerLegacy->getView() | JROOT/components/com_jevents/controllers/month.php:51 |
8 | MonthController->calendar() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_jevents/jevents.php:291 |
6 | require_once JROOT/components/com_jevents/jevents.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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Tiempo de la consulta: 0.29 ms** **Después de la última consulta: 0.24 ms**
SELECT a.rules
FROM cisj2017_assets AS a
WHERE (a.id = 1 OR a.name = 'root.1')
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | index_merge | PRIMARY,idx_asset_name | PRIMARY,idx_asset_name | 4,202 | NULL | 2 | 100.00 | Using union(PRIMARY,idx_asset_name); Using where |
**No 'Mostrar perfil' (seguramente porque se realizan más de 100 consultas)**
# | **Comunicador** | **Archivo y número de línea** | 19 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1538 |
18 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/access/access.php:652 |
17 | JAccess::getAssetRules() | JROOT/libraries/joomla/user/user.php:385 |
16 | JUser->authorise() | JROOT/components/com_jevents/libraries/helper.php:2237 |
15 | JEVHelper::isAdminUser() | JROOT/components/com_jevents/libraries/helper.php:2319 |
14 | JEVHelper::getAid() | JROOT/components/com_jevents/libraries/datamodel.php:40 |
13 | JEventsDataModel->__construct() | JROOT/components/com_jevents/views/default/abstract/abstract.php:59 |
12 | JEventsDefaultView->__construct() | JROOT/components/com_jevents/views/alternative/abstract/abstract.php:28 |
11 | JEventsAlternativeView->__construct() | JROOT/libraries/legacy/controller/legacy.php:596 |
10 | JControllerLegacy->createView() | JROOT/libraries/legacy/controller/legacy.php:836 |
9 | JControllerLegacy->getView() | JROOT/components/com_jevents/controllers/month.php:51 |
8 | MonthController->calendar() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_jevents/jevents.php:291 |
6 | require_once JROOT/components/com_jevents/jevents.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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Tiempo de la consulta: 0.36 ms** **Después de la última consulta: 0.55 ms**
SELECT element
FROM cisj2017_extensions
WHERE type = 'component'
AND enabled = '1'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | cisj2017_extensions | NULL | ref | extension | extension | 82 | const | 36 | 10.00 | Using where |
**No 'Mostrar perfil' (seguramente porque se realizan más de 100 consultas)**
# | **Comunicador** | **Archivo y número de línea** | 21 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1538 |
20 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/access/access.php:413 |
19 | JAccess::preloadComponents() | JROOT/libraries/joomla/access/access.php:213 |
18 | JAccess::preload() | JROOT/libraries/joomla/access/access.php:168 |
17 | JAccess::check() | JROOT/libraries/joomla/user/user.php:394 |
16 | JUser->authorise() | JROOT/components/com_jevents/libraries/helper.php:2237 |
15 | JEVHelper::isAdminUser() | JROOT/components/com_jevents/libraries/helper.php:2319 |
14 | JEVHelper::getAid() | JROOT/components/com_jevents/libraries/datamodel.php:40 |
13 | JEventsDataModel->__construct() | JROOT/components/com_jevents/views/default/abstract/abstract.php:59 |
12 | JEventsDefaultView->__construct() | JROOT/components/com_jevents/views/alternative/abstract/abstract.php:28 |
11 | JEventsAlternativeView->__construct() | JROOT/libraries/legacy/controller/legacy.php:596 |
10 | JControllerLegacy->createView() | JROOT/libraries/legacy/controller/legacy.php:836 |
9 | JControllerLegacy->getView() | JROOT/components/com_jevents/controllers/month.php:51 |
8 | MonthController->calendar() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_jevents/jevents.php:291 |
6 | require_once JROOT/components/com_jevents/jevents.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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Tiempo de la consulta: 1.12 ms** **Después de la última consulta: 0.30 ms**
SELECT a.name, a.rules
FROM cisj2017_assets AS a
WHERE (a.name IN ('com_admin','com_ajax','com_banners','com_cache','com_categories','com_checkin','com_config','com_contact','com_content','com_contenthistory','com_cpanel','com_creativecontactform','com_djimageslider','com_finder','com_installer','com_jce','com_jevents','com_joomlaupdate','com_languages','com_login','com_mailto','com_media','com_menus','com_messages','com_modules','com_newsfeeds','com_phocacommander','com_plugins','com_postinstall','com_redirect','com_search','com_tags','com_templates','com_users','com_widgetkit','com_wrapper') OR a.name = 'root.1')
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | ALL | idx_asset_name | **No pudo usarse una clave de índice** | NULL | NULL | 276 | 13.41 | Using where |
**No 'Mostrar perfil' (seguramente porque se realizan más de 100 consultas)**
# | **Comunicador** | **Archivo y número de línea** | 21 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1494 |
20 | JDatabaseDriver->loadAssocList() | JROOT/libraries/joomla/access/access.php:441 |
19 | JAccess::preloadComponents() | JROOT/libraries/joomla/access/access.php:213 |
18 | JAccess::preload() | JROOT/libraries/joomla/access/access.php:168 |
17 | JAccess::check() | JROOT/libraries/joomla/user/user.php:394 |
16 | JUser->authorise() | JROOT/components/com_jevents/libraries/helper.php:2237 |
15 | JEVHelper::isAdminUser() | JROOT/components/com_jevents/libraries/helper.php:2319 |
14 | JEVHelper::getAid() | JROOT/components/com_jevents/libraries/datamodel.php:40 |
13 | JEventsDataModel->__construct() | JROOT/components/com_jevents/views/default/abstract/abstract.php:59 |
12 | JEventsDefaultView->__construct() | JROOT/components/com_jevents/views/alternative/abstract/abstract.php:28 |
11 | JEventsAlternativeView->__construct() | JROOT/libraries/legacy/controller/legacy.php:596 |
10 | JControllerLegacy->createView() | JROOT/libraries/legacy/controller/legacy.php:836 |
9 | JControllerLegacy->getView() | JROOT/components/com_jevents/controllers/month.php:51 |
8 | MonthController->calendar() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_jevents/jevents.php:291 |
6 | require_once JROOT/components/com_jevents/jevents.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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Tiempo de la consulta: 0.90 ms** **Después de la última consulta: 4.74 ms**
**Consultas duplicadas**:
#20SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM cisj2017_modules AS m
LEFT JOIN cisj2017_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN cisj2017_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 <= '2019-02-20 20:40:36')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2019-02-20 20:40:36')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND (mm.menuid = 139 OR mm.menuid <= 0)
ORDER BY m.position, m.ordering
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | m | NULL | range | PRIMARY,published,newsfeeds | published | 5 | NULL | 14 | 2.38 | Using index condition; Using where; **Usando 'filesort'** |
1 | SIMPLE | e | NULL | ref | element_clientid,element_folder_clientid | element_clientid | 403 | cisjose2_web17.m.module,const | 1 | 10.00 | Using index condition; Using where |
1 | SIMPLE | mm | NULL | ref | PRIMARY | PRIMARY | 4 | cisjose2_web17.m.id | 2 | 40.00 | Using where; Using index |
**No 'Mostrar perfil' (seguramente porque se realizan más de 100 consultas)**
# | **Comunicador** | **Archivo y número de línea** | 23 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
22 | JDatabaseDriver->loadObjectList() | **Lo mismo que llamada de la línea de abajo.** |
21 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:152 |
20 | JCacheControllerCallback->get() | JROOT/libraries/cms/module/helper.php:425 |
19 | JModuleHelper::getModuleList() | JROOT/libraries/cms/module/helper.php:361 |
18 | JModuleHelper::load() | JROOT/libraries/cms/module/helper.php:333 |
17 | JModuleHelper::_load() | JROOT/components/com_jevents/libraries/jevmodulehelper.php:22 |
16 | JevModuleHelper::getVisibleModules() | JROOT/components/com_jevents/libraries/filters.php:54 |
15 | jevFilterProcessing->__construct() | JROOT/components/com_jevents/libraries/filters.php:198 |
14 | jevFilterProcessing::getInstance() | JROOT/components/com_jevents/libraries/dbmodel.php:2257 |
13 | JEventsDBModel->listIcalEvents() | JROOT/components/com_jevents/libraries/dbmodel.php:2628 |
12 | JEventsDBModel->listIcalEventsByMonth() | JROOT/components/com_jevents/libraries/datamodel.php:243 |
11 | JEventsDataModel->getCalendarData() | JROOT/components/com_jevents/views/alternative/month/view.html.php:34 |
10 | AlternativeViewMonth->calendar() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:74 |
9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/month.php:69 |
8 | MonthController->calendar() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_jevents/jevents.php:291 |
6 | require_once JROOT/components/com_jevents/jevents.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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Tiempo de la consulta: 0.89 ms** **Después de la última consulta: 1.85 ms**
**Consultas duplicadas**:
#19SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM cisj2017_modules AS m
LEFT JOIN cisj2017_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN cisj2017_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 <= '2019-02-20 20:40:36')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2019-02-20 20:40:36')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND (mm.menuid = 139 OR mm.menuid <= 0)
ORDER BY m.position, m.ordering
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | m | NULL | range | PRIMARY,published,newsfeeds | published | 5 | NULL | 14 | 2.38 | Using index condition; Using where; **Usando 'filesort'** |
1 | SIMPLE | e | NULL | ref | element_clientid,element_folder_clientid | element_clientid | 403 | cisjose2_web17.m.module,const | 1 | 10.00 | Using index condition; Using where |
1 | SIMPLE | mm | NULL | ref | PRIMARY | PRIMARY | 4 | cisjose2_web17.m.id | 2 | 40.00 | Using where; Using index |
**No 'Mostrar perfil' (seguramente porque se realizan más de 100 consultas)**
# | **Comunicador** | **Archivo y número de línea** | 24 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
23 | JDatabaseDriver->loadObjectList() | **Lo mismo que llamada de la línea de abajo.** |
22 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:152 |
21 | JCacheControllerCallback->get() | JROOT/libraries/cms/module/helper.php:425 |
20 | JModuleHelper::getModuleList() | JROOT/libraries/cms/module/helper.php:361 |
19 | JModuleHelper::load() | JROOT/libraries/cms/module/helper.php:34 |
18 | JModuleHelper::getModule() | JROOT/components/com_jevents/libraries/filters.php:305 |
17 | jevFilter->__construct() | JROOT/components/com_jevents/libraries/filters/Published.php:47 |
16 | jevPublishedFilter->__construct() | JROOT/components/com_jevents/libraries/filters.php:140 |
15 | jevFilterProcessing->__construct() | JROOT/components/com_jevents/libraries/filters.php:198 |
14 | jevFilterProcessing::getInstance() | JROOT/components/com_jevents/libraries/dbmodel.php:2257 |
13 | JEventsDBModel->listIcalEvents() | JROOT/components/com_jevents/libraries/dbmodel.php:2628 |
12 | JEventsDBModel->listIcalEventsByMonth() | JROOT/components/com_jevents/libraries/datamodel.php:243 |
11 | JEventsDataModel->getCalendarData() | JROOT/components/com_jevents/views/alternative/month/view.html.php:34 |
10 | AlternativeViewMonth->calendar() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:74 |
9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/month.php:69 |
8 | MonthController->calendar() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_jevents/jevents.php:291 |
6 | require_once JROOT/components/com_jevents/jevents.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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Tiempo de la consulta: 0.71 ms** **Después de la última consulta: 0.82 ms**
SHOW FULL COLUMNS
FROM `cisj2017_jev_users`
**'Explicar' no es posible en la consulta: SHOW FULL COLUMNS FROM `cisj2017_jev_users`**
**No 'Mostrar perfil' (seguramente porque se realizan más de 100 consultas)**
# | **Comunicador** | **Archivo y número de línea** | 24 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
23 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:440 |
22 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/joomla/table/table.php:241 |
21 | JTable->getFields() | JROOT/libraries/joomla/table/table.php:162 |
20 | JTable->__construct() | JROOT/administrator/components/com_jevents/tables/jevuser.php:69 |
19 | TableUser->__construct() | JROOT/components/com_jevents/libraries/helper.php:2177 |
18 | JEVHelper::getAuthorisedUser() | JROOT/components/com_jevents/libraries/helper.php:1094 |
17 | JEVHelper::isEventCreator() | JROOT/components/com_jevents/libraries/filters/Published.php:50 |
16 | jevPublishedFilter->__construct() | JROOT/components/com_jevents/libraries/filters.php:140 |
15 | jevFilterProcessing->__construct() | JROOT/components/com_jevents/libraries/filters.php:198 |
14 | jevFilterProcessing::getInstance() | JROOT/components/com_jevents/libraries/dbmodel.php:2257 |
13 | JEventsDBModel->listIcalEvents() | JROOT/components/com_jevents/libraries/dbmodel.php:2628 |
12 | JEventsDBModel->listIcalEventsByMonth() | JROOT/components/com_jevents/libraries/datamodel.php:243 |
11 | JEventsDataModel->getCalendarData() | JROOT/components/com_jevents/views/alternative/month/view.html.php:34 |
10 | AlternativeViewMonth->calendar() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:74 |
9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/month.php:69 |
8 | MonthController->calendar() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_jevents/jevents.php:291 |
6 | require_once JROOT/components/com_jevents/jevents.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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Tiempo de la consulta: 1.31 ms** **Después de la última consulta: 2.13 ms**
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 cisj2017_categories as c
LEFT JOIN (SELECT cat.id as id
FROM cisj2017_categories AS cat JOIN cisj2017_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
WHERE parent.extension = 'com_jevents'
AND parent.published != 1
GROUP BY cat.id) AS badcats
ON badcats.id = c.id
WHERE (c.extension='com_jevents' OR c.extension='system')
AND c.access IN (1,1,5)
AND c.published = 1
AND badcats.id is null
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 | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | PRIMARY | c | NULL | ALL | cat_idx,idx_access | **No pudo usarse una clave de índice** | NULL | NULL | 20 | 20.00 | Using where; Using temporary; **Usando 'filesort'** |
1 | PRIMARY | <derived2> | NULL | ref | <auto_key0> | <auto_key0> | 4 | cisjose2_web17.c.id | 2 | 100.00 | Using where; Not exists; Using index |
2 | DERIVED | parent | NULL | range | cat_idx,idx_left_right | cat_idx | 203 | NULL | 2 | 100.00 | Using index condition; Using temporary; **Usando 'filesort'** |
2 | DERIVED | cat | NULL | index | PRIMARY,cat_idx,idx_access,idx_checkout,idx_path,idx_left_right,idx_alias,idx_language | idx_left_right | 8 | NULL | 20 | 11.11 | Using where; Using index; Using join buffer (Block Nested Loop) |
**No 'Mostrar perfil' (seguramente porque se realizan más de 100 consultas)**
# | **Comunicador** | **Archivo y número de línea** | 23 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
22 | JDatabaseDriver->loadObjectList() | JROOT/libraries/legacy/categories/categories.php:309 |
21 | JCategories->_load() | JROOT/components/com_jevents/helpers/category.php:47 |
20 | JEventsCategories->_load() | JROOT/libraries/legacy/categories/categories.php:184 |
19 | JCategories->get() | JROOT/components/com_jevents/libraries/dbmodel.php:90 |
18 | JEventsDBModel->accessibleCategoryList() | JROOT/components/com_jevents/libraries/datamodel.php:886 |
17 | JEventsDataModel->accessibleCategoryList() | JROOT/components/com_jevents/libraries/filters/Category.php:39 |
16 | jevCategoryFilter->__construct() | JROOT/components/com_jevents/libraries/filters.php:140 |
15 | jevFilterProcessing->__construct() | JROOT/components/com_jevents/libraries/filters.php:198 |
14 | jevFilterProcessing::getInstance() | JROOT/components/com_jevents/libraries/dbmodel.php:2257 |
13 | JEventsDBModel->listIcalEvents() | JROOT/components/com_jevents/libraries/dbmodel.php:2628 |
12 | JEventsDBModel->listIcalEventsByMonth() | JROOT/components/com_jevents/libraries/datamodel.php:243 |
11 | JEventsDataModel->getCalendarData() | JROOT/components/com_jevents/views/alternative/month/view.html.php:34 |
10 | AlternativeViewMonth->calendar() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:74 |
9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/month.php:69 |
8 | MonthController->calendar() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_jevents/jevents.php:291 |
6 | require_once JROOT/components/com_jevents/jevents.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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Tiempo de la consulta: 0.25 ms** **Después de la última consulta: 0.50 ms**
SELECT c.id
FROM cisj2017_categories AS c
WHERE c.access IN (1,1,5)
AND c.published = 1
AND c.language in ('es-ES','*')
AND c.extension = 'com_jevents'
AND ((c.lft>=35
AND c.rgt<=36 ))
AND c.id in (19)
ORDER BY c.lft asc
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | c | NULL | const | PRIMARY,cat_idx,idx_access,idx_left_right,idx_language | PRIMARY | 4 | const | 1 | 100.00 | NULL |
**No 'Mostrar perfil' (seguramente porque se realizan más de 100 consultas)**
# | **Comunicador** | **Archivo y número de línea** | 20 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1538 |
19 | JDatabaseDriver->loadColumn() | JROOT/components/com_jevents/libraries/dbmodel.php:165 |
18 | JEventsDBModel->accessibleCategoryList() | JROOT/components/com_jevents/libraries/datamodel.php:886 |
17 | JEventsDataModel->accessibleCategoryList() | JROOT/components/com_jevents/libraries/filters/Category.php:39 |
16 | jevCategoryFilter->__construct() | JROOT/components/com_jevents/libraries/filters.php:140 |
15 | jevFilterProcessing->__construct() | JROOT/components/com_jevents/libraries/filters.php:198 |
14 | jevFilterProcessing::getInstance() | JROOT/components/com_jevents/libraries/dbmodel.php:2257 |
13 | JEventsDBModel->listIcalEvents() | JROOT/components/com_jevents/libraries/dbmodel.php:2628 |
12 | JEventsDBModel->listIcalEventsByMonth() | JROOT/components/com_jevents/libraries/datamodel.php:243 |
11 | JEventsDataModel->getCalendarData() | JROOT/components/com_jevents/views/alternative/month/view.html.php:34 |
10 | AlternativeViewMonth->calendar() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:74 |
9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/month.php:69 |
8 | MonthController->calendar() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_jevents/jevents.php:291 |
6 | require_once JROOT/components/com_jevents/jevents.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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Tiempo de la consulta: 0.87 ms** **Después de la última consulta: 0.84 ms**
SELECT det.evdet_id as detailid, rpt.*, ev.*, rr.*, det.* , ev.state as published, ev.created as created
, YEAR(rpt.startrepeat) as yup, MONTH(rpt.startrepeat ) as mup, DAYOFMONTH(rpt.startrepeat ) as dup
, YEAR(rpt.endrepeat ) as ydn, MONTH(rpt.endrepeat ) as mdn, DAYOFMONTH(rpt.endrepeat ) as ddn
, HOUR(rpt.startrepeat) as hup, MINUTE(rpt.startrepeat ) as minup, SECOND(rpt.startrepeat ) as sup
, HOUR(rpt.endrepeat ) as hdn, MINUTE(rpt.endrepeat ) as mindn, SECOND(rpt.endrepeat ) as sdn
FROM cisj2017_jevents_repetition as rpt
LEFT JOIN cisj2017_jevents_vevent as ev
ON rpt.eventid = ev.ev_id
LEFT JOIN cisj2017_jevents_icsfile as icsf
ON icsf.ics_id=ev.icsid
LEFT JOIN cisj2017_jevents_vevdetail as det
ON det.evdet_id = rpt.eventdetail_id
LEFT JOIN cisj2017_jevents_rrule as rr
ON rr.eventid = rpt.eventid
WHERE ev.catid IN(-1,19)
AND rpt.endrepeat >= '2019-02-01 00:00:00'
AND rpt.startrepeat <= '2019-02-28 23:59:59'
AND NOT (rpt.startrepeat < '2019-02-01 00:00:00'
AND det.multiday=0)
AND ev.state=1
AND ev.access IN (1,1,5)
AND icsf.state=1
AND icsf.access IN (1,1,5)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | icsf | NULL | system | PRIMARY,stateidx | **No pudo usarse una clave de índice** | NULL | NULL | 1 | 100.00 | NULL |
1 | SIMPLE | rpt | NULL | ALL | eventid,eventstart,eventend,startrepeat,startend,endrepeat | **No pudo usarse una clave de índice** | NULL | NULL | 348 | 17.52 | Using where |
1 | SIMPLE | ev | NULL | eq_ref | PRIMARY,icsid,stateidx,evaccess | PRIMARY | 4 | cisjose2_web17.rpt.eventid | 1 | 19.60 | Using where |
1 | SIMPLE | det | NULL | eq_ref | PRIMARY | PRIMARY | 4 | cisjose2_web17.rpt.eventdetail_id | 1 | 100.00 | Using where |
1 | SIMPLE | rr | NULL | ref | eventid | eventid | 4 | cisjose2_web17.rpt.eventid | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.11 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
init | 0.07 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.15 ms |
preparing | 0.04 ms |
executing | 0.01 ms |
Sending data | 0.27 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 ms |
# | **Comunicador** | **Archivo y número de línea** | 16 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jevents/libraries/dbmodel.php:2504 |
14 | JEventsDBModel->_cachedlistIcalEvents() | JROOT/components/com_jevents/libraries/dbmodel.php:2453 |
13 | JEventsDBModel->listIcalEvents() | JROOT/components/com_jevents/libraries/dbmodel.php:2628 |
12 | JEventsDBModel->listIcalEventsByMonth() | JROOT/components/com_jevents/libraries/datamodel.php:243 |
11 | JEventsDataModel->getCalendarData() | JROOT/components/com_jevents/views/alternative/month/view.html.php:34 |
10 | AlternativeViewMonth->calendar() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:74 |
9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/month.php:69 |
8 | MonthController->calendar() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_jevents/jevents.php:291 |
6 | require_once JROOT/components/com_jevents/jevents.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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Tiempo de la consulta: 1.02 ms** **Después de la última consulta: 20.99 ms**
SHOW FULL COLUMNS
FROM `cisj2017_content`
**'Explicar' no es posible en la consulta: SHOW FULL COLUMNS FROM `cisj2017_content`**
Status | Duration |
---|
starting | 0.06 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.20 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
Opening tables | 0.03 ms |
checking permissions | 0.04 ms |
checking permissions | 0.02 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.02 ms |
Sending data | 0.11 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
removing tmp table | 0.04 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | **Comunicador** | **Archivo y número de línea** | 31 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
30 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:440 |
29 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/joomla/table/table.php:241 |
28 | JTable->getFields() | JROOT/libraries/joomla/table/table.php:162 |
27 | JTable->__construct() | JROOT/libraries/legacy/table/content.php:31 |
26 | JTableContent->__construct() | JROOT/libraries/joomla/table/table.php:308 |
25 | JTable::getInstance() | JROOT/components/com_jevents/views/default/helpers/defaultloadmodules.php:11 |
24 | DefaultLoadModules() | **Lo mismo que llamada de la línea de abajo.** |
23 | call_user_func_array() | JROOT/components/com_jevents/views/default/abstract/abstract.php:155 |
22 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/default/helpers/defaultviewhelperheader16.php:13 |
21 | AlternativeViewMonth->loadModules() | JROOT/components/com_jevents/views/default/helpers/defaultviewhelperheader16.php:13 |
20 | DefaultViewHelperHeader16() | **Lo mismo que llamada de la línea de abajo.** |
19 | call_user_func_array() | JROOT/components/com_jevents/views/default/abstract/abstract.php:155 |
18 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/default/helpers/defaultviewhelperheader.php:5 |
17 | AlternativeViewMonth->_header16() | JROOT/components/com_jevents/views/default/helpers/defaultviewhelperheader.php:5 |
16 | DefaultViewHelperHeader() | **Lo mismo que llamada de la línea de abajo.** |
15 | call_user_func_array() | JROOT/components/com_jevents/views/default/abstract/abstract.php:155 |
14 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/alternative/month/tmpl/calendar.php:4 |
13 | AlternativeViewMonth->_header() | JROOT/components/com_jevents/views/alternative/month/tmpl/calendar.php:4 |
12 | include JROOT/components/com_jevents/views/alternative/month/tmpl/calendar.php | JROOT/libraries/legacy/view/legacy.php:677 |
11 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:216 |
10 | JViewLegacy->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:92 |
9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/month.php:69 |
8 | MonthController->calendar() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_jevents/jevents.php:291 |
6 | require_once JROOT/components/com_jevents/jevents.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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Tiempo de la consulta: 0.63 ms** **Después de la última consulta: 23.29 ms**
SELECT a.id, a.parent_id
FROM cisj2017_categories AS a
WHERE a.parent_id > 0
AND a.extension = "com_jevents"
AND a.published = 1
AND a.language in ('es-ES','*')
ORDER BY a.lft
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | ref | cat_idx,idx_language | cat_idx | 203 | const,const | 1 | 33.33 | Using index condition; Using where; **Usando 'filesort'** |
Status | Duration |
---|
starting | 0.11 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.05 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.14 ms |
preparing | 0.04 ms |
Sorting result | 0.01 ms |
executing | 0.01 ms |
Sending data | 0.01 ms |
Creating sort index | 0.09 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | **Comunicador** | **Archivo y número de línea** | 21 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
20 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jevents/views/default/helpers/defaultloadedfromtemplate.php:24 |
19 | DefaultLoadedFromTemplate() | **Lo mismo que llamada de la línea de abajo.** |
18 | call_user_func_array() | JROOT/components/com_jevents/views/default/abstract/abstract.php:155 |
17 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/alternative/month/tmpl/calendar_cell.php:83 |
16 | EventCalendarCell_alternative->loadedFromTemplate() | JROOT/components/com_jevents/views/alternative/month/tmpl/calendar_cell.php:83 |
15 | EventCalendarCell_alternative->calendarCell() | JROOT/components/com_jevents/views/alternative/month/tmpl/calendar_bodydiv.php:106 |
14 | include JROOT/components/com_jevents/views/alternative/month/tmpl/calendar_bodydiv.php | JROOT/libraries/legacy/view/legacy.php:677 |
13 | JViewLegacy->loadTemplate() | JROOT/components/com_jevents/views/alternative/month/tmpl/calendar.php:8 |
12 | include JROOT/components/com_jevents/views/alternative/month/tmpl/calendar.php | JROOT/libraries/legacy/view/legacy.php:677 |
11 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:216 |
10 | JViewLegacy->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:92 |
9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/month.php:69 |
8 | MonthController->calendar() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_jevents/jevents.php:291 |
6 | require_once JROOT/components/com_jevents/jevents.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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Tiempo de la consulta: 0.30 ms** **Después de la última consulta: 0.14 ms**
SELECT *
FROM cisj2017_jev_defaults
WHERE state=1
AND name= 'month.calendar_cell'
AND value<>''
AND language in ('es-ES','*')
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | cisj2017_jev_defaults | NULL | ref | name,langcodename | name | 152 | const | 2 | 10.00 | Using where |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.06 ms |
preparing | 0.01 ms |
executing | 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 |
cleaning up | 0.01 ms |
# | **Comunicador** | **Archivo y número de línea** | 21 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
20 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jevents/views/default/helpers/defaultloadedfromtemplate.php:46 |
19 | DefaultLoadedFromTemplate() | **Lo mismo que llamada de la línea de abajo.** |
18 | call_user_func_array() | JROOT/components/com_jevents/views/default/abstract/abstract.php:155 |
17 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/alternative/month/tmpl/calendar_cell.php:83 |
16 | EventCalendarCell_alternative->loadedFromTemplate() | JROOT/components/com_jevents/views/alternative/month/tmpl/calendar_cell.php:83 |
15 | EventCalendarCell_alternative->calendarCell() | JROOT/components/com_jevents/views/alternative/month/tmpl/calendar_bodydiv.php:106 |
14 | include JROOT/components/com_jevents/views/alternative/month/tmpl/calendar_bodydiv.php | JROOT/libraries/legacy/view/legacy.php:677 |
13 | JViewLegacy->loadTemplate() | JROOT/components/com_jevents/views/alternative/month/tmpl/calendar.php:8 |
12 | include JROOT/components/com_jevents/views/alternative/month/tmpl/calendar.php | JROOT/libraries/legacy/view/legacy.php:677 |
11 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:216 |
10 | JViewLegacy->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:92 |
9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/month.php:69 |
8 | MonthController->calendar() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_jevents/jevents.php:291 |
6 | require_once JROOT/components/com_jevents/jevents.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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Tiempo de la consulta: 0.31 ms** **Después de la última consulta: 0.44 ms**
SELECT c.*
FROM cisj2017_categories as c
WHERE extension='com_jevents'
order by c.lft asc
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | c | NULL | ref | cat_idx | cat_idx | 202 | const | 2 | 100.00 | Using index condition; **Usando 'filesort'** |
Status | Duration |
---|
starting | 0.02 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
preparing | 0.02 ms |
Sorting result | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.02 ms |
Creating sort index | 0.08 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.01 ms |
cleaning up | 0.01 ms |
# | **Comunicador** | **Archivo y número de línea** | 24 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
23 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jevents/libraries/commonfunctions.php:92 |
22 | JEV_CommonFunctions::getCategoryData() | JROOT/components/com_jevents/libraries/commonfunctions.php:117 |
21 | JEV_CommonFunctions::setColor() | JROOT/components/com_jevents/libraries/jeventcal.php:314 |
20 | jEventCal->bgcolor() | JROOT/components/com_jevents/views/default/helpers/defaultloadedfromtemplate.php:468 |
19 | DefaultLoadedFromTemplate() | **Lo mismo que llamada de la línea de abajo.** |
18 | call_user_func_array() | JROOT/components/com_jevents/views/default/abstract/abstract.php:155 |
17 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/alternative/month/tmpl/calendar_cell.php:83 |
16 | EventCalendarCell_alternative->loadedFromTemplate() | JROOT/components/com_jevents/views/alternative/month/tmpl/calendar_cell.php:83 |
15 | EventCalendarCell_alternative->calendarCell() | JROOT/components/com_jevents/views/alternative/month/tmpl/calendar_bodydiv.php:106 |
14 | include JROOT/components/com_jevents/views/alternative/month/tmpl/calendar_bodydiv.php | JROOT/libraries/legacy/view/legacy.php:677 |
13 | JViewLegacy->loadTemplate() | JROOT/components/com_jevents/views/alternative/month/tmpl/calendar.php:8 |
12 | include JROOT/components/com_jevents/views/alternative/month/tmpl/calendar.php | JROOT/libraries/legacy/view/legacy.php:677 |
11 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:216 |
10 | JViewLegacy->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:92 |
9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/month.php:69 |
8 | MonthController->calendar() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_jevents/jevents.php:291 |
6 | require_once JROOT/components/com_jevents/jevents.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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Tiempo de la consulta: 0.26 ms** **Después de la última consulta: 1.81 ms**
SELECT *
FROM cisj2017_jev_defaults
WHERE state=1
AND name= 'month.calendar_tip'
AND value<>''
AND language in ('es-ES','*')
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | cisj2017_jev_defaults | NULL | ref | name,langcodename | name | 152 | const | 2 | 10.00 | Using where |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.05 ms |
preparing | 0.01 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 |
cleaning up | 0.01 ms |
# | **Comunicador** | **Archivo y número de línea** | 22 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
21 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jevents/views/default/helpers/defaultloadedfromtemplate.php:46 |
20 | DefaultLoadedFromTemplate() | **Lo mismo que llamada de la línea de abajo.** |
19 | call_user_func_array() | JROOT/components/com_jevents/views/default/abstract/abstract.php:155 |
18 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/default/month/tmpl/calendar_cell.php:312 |
17 | EventCalendarCell_alternative->loadedFromTemplate() | JROOT/components/com_jevents/views/default/month/tmpl/calendar_cell.php:312 |
16 | EventCalendarCell_default->calendarCell_tooltip() | JROOT/components/com_jevents/views/alternative/month/tmpl/calendar_cell.php:160 |
15 | EventCalendarCell_alternative->calendarCell() | JROOT/components/com_jevents/views/alternative/month/tmpl/calendar_bodydiv.php:106 |
14 | include JROOT/components/com_jevents/views/alternative/month/tmpl/calendar_bodydiv.php | JROOT/libraries/legacy/view/legacy.php:677 |
13 | JViewLegacy->loadTemplate() | JROOT/components/com_jevents/views/alternative/month/tmpl/calendar.php:8 |
12 | include JROOT/components/com_jevents/views/alternative/month/tmpl/calendar.php | JROOT/libraries/legacy/view/legacy.php:677 |
11 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:216 |
10 | JViewLegacy->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:92 |
9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/month.php:69 |
8 | MonthController->calendar() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_jevents/jevents.php:291 |
6 | require_once JROOT/components/com_jevents/jevents.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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Tiempo de la consulta: 0.44 ms** **Después de la última consulta: 2.90 ms**
SELECT c.*
FROM cisj2017_categories as c
WHERE extension='com_jevents'
AND c.access IN (1,1,5)
AND c.language in ('es-ES','*')
AND c.published = 1
ORDER BY c.lft
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | c | NULL | range | cat_idx,idx_access,idx_language | cat_idx | 207 | NULL | 2 | 100.00 | Using index condition; Using where; **Usando 'filesort'** |
Status | Duration |
---|
starting | 0.06 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.09 ms |
preparing | 0.02 ms |
Sorting result | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.02 ms |
Creating sort index | 0.09 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | **Comunicador** | **Archivo y número de línea** | 22 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
21 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_jevents_legend/tmpl/default/legend.php:264 |
20 | DefaultModLegendView->getCategoryHierarchy() | JROOT/modules/mod_jevents_legend/tmpl/alternative/legend.php:105 |
19 | AlternativeModLegendView->displayCalendarLegend() | JROOT/components/com_jevents/views/default/helpers/defaulteventslegend.php:25 |
18 | DefaultEventsLegend() | **Lo mismo que llamada de la línea de abajo.** |
17 | call_user_func_array() | JROOT/components/com_jevents/views/default/abstract/abstract.php:155 |
16 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/alternative/month/tmpl/calendar_bodydiv.php:129 |
15 | AlternativeViewMonth->eventsLegend() | JROOT/components/com_jevents/views/alternative/month/tmpl/calendar_bodydiv.php:129 |
14 | include JROOT/components/com_jevents/views/alternative/month/tmpl/calendar_bodydiv.php | JROOT/libraries/legacy/view/legacy.php:677 |
13 | JViewLegacy->loadTemplate() | JROOT/components/com_jevents/views/alternative/month/tmpl/calendar.php:8 |
12 | include JROOT/components/com_jevents/views/alternative/month/tmpl/calendar.php | JROOT/libraries/legacy/view/legacy.php:677 |
11 | JViewLegacy->loadTemplate() | JROOT/libraries/legacy/view/legacy.php:216 |
10 | JViewLegacy->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:92 |
9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/month.php:69 |
8 | MonthController->calendar() | JROOT/libraries/legacy/controller/legacy.php:702 |
7 | JControllerLegacy->execute() | JROOT/components/com_jevents/jevents.php:291 |
6 | require_once JROOT/components/com_jevents/jevents.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:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Tiempo de la consulta: 0.37 ms** **Después de la última consulta: 8.28 ms**
SELECT params
FROM cisj2017_extensions AS e
WHERE e.element='com_widgetkit'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | e | NULL | ref | element_clientid,element_folder_clientid | element_clientid | 402 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.06 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.09 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.04 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 ms |
# | **Comunicador** | **Archivo y número de línea** | 16 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1728 |
15 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_widgetkit/helpers/system.php:278 |
14 | SystemWidgetkitHelper->_getParams() | JROOT/administrator/components/com_widgetkit/helpers/system.php:54 |
13 | SystemWidgetkitHelper->__construct() | JROOT/administrator/components/com_widgetkit/classes/widgetkit.php:129 |
12 | Widgetkit->loadHelper() | JROOT/administrator/components/com_widgetkit/classes/widgetkit.php:76 |
11 | Widgetkit->getHelper() | JROOT/administrator/components/com_widgetkit/classes/widgetkit.php:137 |
10 | Widgetkit->offsetGet() | JROOT/administrator/components/com_widgetkit/widgetkit.php:17 |
9 | require_once JROOT/administrator/components/com_widgetkit/widgetkit.php | JROOT/plugins/system/widgetkit_system/widgetkit_system.php:20 |
8 | plgSystemWidgetkit_System->onAfterDispatch() | **Lo mismo que llamada de la línea de abajo.** |
7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/site.php:196 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Tiempo de la consulta: 0.22 ms** **Después de la última consulta: 0.84 ms**
SELECT id,template
FROM cisj2017_template_styles
WHERE client_id=0
AND home=1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | cisj2017_template_styles | NULL | ALL | idx_home | **No pudo usarse una clave de índice** | NULL | NULL | 3 | 33.33 | Using where |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.02 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 |
cleaning up | 0.01 ms |
# | **Comunicador** | **Archivo y número de línea** | 12 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1650 |
11 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_widgetkit/helpers/system.php:78 |
10 | SystemWidgetkitHelper->init() | JROOT/administrator/components/com_widgetkit/widgetkit.php:17 |
9 | require_once JROOT/administrator/components/com_widgetkit/widgetkit.php | JROOT/plugins/system/widgetkit_system/widgetkit_system.php:20 |
8 | plgSystemWidgetkit_System->onAfterDispatch() | **Lo mismo que llamada de la línea de abajo.** |
7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:69 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:159 |
5 | JEventDispatcher->trigger() | JROOT/libraries/joomla/application/base.php:106 |
4 | JApplicationBase->triggerEvent() | JROOT/libraries/cms/application/site.php:196 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:261 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Tiempo de la consulta: 0.65 ms** **Después de la última consulta: 19.29 ms**
SELECT c.id
FROM cisj2017_categories AS c
WHERE c.access IN (1,1,5)
AND c.published = 1
AND c.language in ('es-ES','*')
AND c.extension = 'com_jevents'
ORDER BY c.lft asc
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | c | NULL | range | cat_idx,idx_access,idx_language | cat_idx | 207 | NULL | 2 | 100.00 | Using index condition; Using where; **Usando 'filesort'** |
Status | Duration |
---|
starting | 0.11 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.05 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.14 ms |
preparing | 0.03 ms |
Sorting result | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.11 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 ms |
# | **Comunicador** | **Archivo y número de línea** | 16 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1538 |
15 | JDatabaseDriver->loadColumn() | JROOT/components/com_jevents/libraries/dbmodel.php:165 |
14 | JEventsDBModel->accessibleCategoryList() | JROOT/components/com_jevents/libraries/dbmodel.php:889 |
13 | JEventsDBModel->listLatestIcalEvents() | JROOT/modules/mod_jevents_latest/tmpl/default/latest.php:400 |
12 | DefaultModLatestView->getLatestEventsData() | JROOT/modules/mod_jevents_latest/tmpl/flat/latest.php:27 |
11 | FlatModLatestView->displayLatestEvents() | JROOT/modules/mod_jevents_latest/mod_jevents_latest.php:48 |
10 | include JROOT/modules/mod_jevents_latest/mod_jevents_latest.php | JROOT/libraries/cms/module/helper.php:199 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:702 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1086 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Tiempo de la consulta: 2.16 ms** **Después de la última consulta: 0.41 ms**
SELECT rpt.*, ev.*, rr.*, det.*, ev.state as published, ev.created as created
, YEAR(rpt.startrepeat) as yup, MONTH(rpt.startrepeat ) as mup, DAYOFMONTH(rpt.startrepeat ) as dup
, YEAR(rpt.endrepeat ) as ydn, MONTH(rpt.endrepeat ) as mdn, DAYOFMONTH(rpt.endrepeat ) as ddn
, HOUR(rpt.startrepeat) as hup, MINUTE(rpt.startrepeat ) as minup, SECOND(rpt.startrepeat ) as sup
, HOUR(rpt.endrepeat ) as hdn, MINUTE(rpt.endrepeat ) as mindn, SECOND(rpt.endrepeat ) as sdn
FROM cisj2017_jevents_repetition as rpt
LEFT JOIN cisj2017_jevents_vevent as ev
ON rpt.eventid = ev.ev_id
LEFT JOIN cisj2017_jevents_icsfile as icsf
ON icsf.ics_id=ev.icsid
LEFT JOIN cisj2017_jevents_vevdetail as det
ON det.evdet_id = rpt.eventdetail_id
LEFT JOIN cisj2017_jevents_rrule as rr
ON rr.eventid = rpt.eventid
WHERE ev.catid IN(-1,19)
AND rpt.endrepeat >= '2019-02-20 20:40:36'
AND rpt.startrepeat <= '2019-03-22 23:59:59'
AND (rpt.startrepeat >= '2019-02-20 00:00:00' OR det.multiday=1)
AND ev.state=1
AND ev.access IN (1,1,5)
AND icsf.state=1
AND icsf.access IN (1,1,5)
GROUP BY rpt.startrepeat , rpt.rp_id
ORDER BY rpt.startrepeat ASC
LIMIT 5
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | icsf | NULL | system | PRIMARY,stateidx | **No pudo usarse una clave de índice** | NULL | NULL | 1 | 100.00 | Using temporary; **Usando 'filesort'** |
1 | SIMPLE | rpt | NULL | range | eventid,eventstart,eventend,startrepeat,startend,endrepeat | endrepeat | 5 | NULL | 78 | 80.17 | Using index condition; Using where |
1 | SIMPLE | ev | NULL | eq_ref | PRIMARY,icsid,stateidx,evaccess | PRIMARY | 4 | cisjose2_web17.rpt.eventid | 1 | 19.60 | Using where |
1 | SIMPLE | det | NULL | eq_ref | PRIMARY | PRIMARY | 4 | cisjose2_web17.rpt.eventdetail_id | 1 | 100.00 | Using where |
1 | SIMPLE | rr | NULL | ref | eventid | eventid | 4 | cisjose2_web17.rpt.eventid | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.14 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
init | 0.09 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.16 ms |
preparing | 0.05 ms |
Creating tmp table | 0.10 ms |
Sorting result | 0.01 ms |
executing | 0.00 ms |
Sending data | 1.07 ms |
Creating sort index | 0.25 ms |
end | 0.01 ms |
query end | 0.01 ms |
removing tmp table | 0.05 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 ms |
# | **Comunicador** | **Archivo y número de línea** | 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jevents/libraries/dbmodel.php:2504 |
16 | JEventsDBModel->_cachedlistIcalEvents() | **Lo mismo que llamada de la línea de abajo.** |
15 | call_user_func_array() | JROOT/components/com_jevents/libraries/jevCache.php:73 |
14 | jevCache->call() | JROOT/components/com_jevents/libraries/dbmodel.php:1353 |
13 | JEventsDBModel->listLatestIcalEvents() | JROOT/modules/mod_jevents_latest/tmpl/default/latest.php:400 |
12 | DefaultModLatestView->getLatestEventsData() | JROOT/modules/mod_jevents_latest/tmpl/flat/latest.php:27 |
11 | FlatModLatestView->displayLatestEvents() | JROOT/modules/mod_jevents_latest/mod_jevents_latest.php:48 |
10 | include JROOT/modules/mod_jevents_latest/mod_jevents_latest.php | JROOT/libraries/cms/module/helper.php:199 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:702 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1086 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Tiempo de la consulta: 1.29 ms** **Después de la última consulta: 1.49 ms**
SELECT rpt.*, ev.*, rr.*, det.*, ev.state as published, ev.created as created
, YEAR(rpt.startrepeat) as yup, MONTH(rpt.startrepeat ) as mup, DAYOFMONTH(rpt.startrepeat ) as dup
, YEAR(rpt.endrepeat ) as ydn, MONTH(rpt.endrepeat ) as mdn, DAYOFMONTH(rpt.endrepeat ) as ddn
, HOUR(rpt.startrepeat) as hup, MINUTE(rpt.startrepeat ) as minup, SECOND(rpt.startrepeat ) as sup
, HOUR(rpt.endrepeat ) as hdn, MINUTE(rpt.endrepeat ) as mindn, SECOND(rpt.endrepeat ) as sdn
FROM cisj2017_jevents_repetition as rpt
LEFT JOIN cisj2017_jevents_vevent as ev
ON rpt.eventid = ev.ev_id
LEFT JOIN cisj2017_jevents_icsfile as icsf
ON icsf.ics_id=ev.icsid
LEFT JOIN cisj2017_jevents_vevdetail as det
ON det.evdet_id = rpt.eventdetail_id
LEFT JOIN cisj2017_jevents_rrule as rr
ON rr.eventid = rpt.eventid
WHERE ev.catid IN(-1,19)
AND rpt.endrepeat >= '2019-02-20 00:00:00'
AND rpt.startrepeat <= '2019-02-20 20:40:36'
AND (rpt.startrepeat <= '2019-02-20 00:00:00'OR det.multiday=1)
AND ev.state=1
AND ev.access IN (1,1,5)
AND icsf.state=1
AND icsf.access IN (1,1,5)
GROUP BY rpt.startrepeat , rpt.rp_id
ORDER BY rpt.startrepeat asc
LIMIT 5
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | icsf | NULL | system | PRIMARY,stateidx | **No pudo usarse una clave de índice** | NULL | NULL | 1 | 100.00 | Using temporary; **Usando 'filesort'** |
1 | SIMPLE | rpt | NULL | range | eventid,eventstart,eventend,startrepeat,startend,endrepeat | endrepeat | 5 | NULL | 78 | 77.87 | Using index condition; Using where |
1 | SIMPLE | ev | NULL | eq_ref | PRIMARY,icsid,stateidx,evaccess | PRIMARY | 4 | cisjose2_web17.rpt.eventid | 1 | 19.60 | Using where |
1 | SIMPLE | det | NULL | eq_ref | PRIMARY | PRIMARY | 4 | cisjose2_web17.rpt.eventdetail_id | 1 | 100.00 | Using where |
1 | SIMPLE | rr | NULL | ref | eventid | eventid | 4 | cisjose2_web17.rpt.eventid | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.11 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.07 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.11 ms |
preparing | 0.04 ms |
Creating tmp table | 0.06 ms |
Sorting result | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.61 ms |
Creating sort index | 0.05 ms |
end | 0.01 ms |
query end | 0.01 ms |
removing tmp table | 0.03 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | **Comunicador** | **Archivo y número de línea** | 18 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jevents/libraries/dbmodel.php:2504 |
16 | JEventsDBModel->_cachedlistIcalEvents() | **Lo mismo que llamada de la línea de abajo.** |
15 | call_user_func_array() | JROOT/components/com_jevents/libraries/jevCache.php:73 |
14 | jevCache->call() | JROOT/components/com_jevents/libraries/dbmodel.php:1438 |
13 | JEventsDBModel->listLatestIcalEvents() | JROOT/modules/mod_jevents_latest/tmpl/default/latest.php:400 |
12 | DefaultModLatestView->getLatestEventsData() | JROOT/modules/mod_jevents_latest/tmpl/flat/latest.php:27 |
11 | FlatModLatestView->displayLatestEvents() | JROOT/modules/mod_jevents_latest/mod_jevents_latest.php:48 |
10 | include JROOT/modules/mod_jevents_latest/mod_jevents_latest.php | JROOT/libraries/cms/module/helper.php:199 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:702 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1086 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Tiempo de la consulta: 0.41 ms** **Después de la última consulta: 12.60 ms**
SELECT guest, client_id
FROM cisj2017_session
WHERE client_id = 0
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | cisj2017_session | NULL | ALL | NULL | **No pudo usarse una clave de índice** | NULL | NULL | 93 | 10.00 | Using where |
Status | Duration |
---|
starting | 0.05 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.02 ms |
System lock | 0.02 ms |
optimizing | 0.01 ms |
statistics | 0.02 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
Sending data | 0.13 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | **Comunicador** | **Archivo y número de línea** | 13 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1689 |
12 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_whosonline/helper.php:43 |
11 | ModWhosonlineHelper::getOnlineCount() | JROOT/modules/mod_whosonline/mod_whosonline.php:19 |
10 | include JROOT/modules/mod_whosonline/mod_whosonline.php | JROOT/libraries/cms/module/helper.php:199 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:702 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1086 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**Tiempo de la consulta: 0.36 ms** **Después de la última consulta: 15.23 ms**
SELECT *
FROM cisj2017_widgetkit_widget
WHERE id=17
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | cisj2017_widgetkit_widget | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.06 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.04 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.06 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
Sending data | 0.02 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | **Comunicador** | **Archivo y número de línea** | 14 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1650 |
13 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_widgetkit/helpers/widget.php:42 |
12 | WidgetWidgetkitHelper->get() | JROOT/administrator/components/com_widgetkit/helpers/widget.php:160 |
11 | WidgetWidgetkitHelper->render() | JROOT/modules/mod_widgetkit/mod_widgetkit.php:22 |
10 | include JROOT/modules/mod_widgetkit/mod_widgetkit.php | JROOT/libraries/cms/module/helper.php:199 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:702 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1086 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:773 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:267 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
**2 × SELECT c.*
FROM cisj2017_categories as c**
**2 × SELECT *
FROM cisj2017_jev_defaults**
**2 × SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM cisj2017_modules AS m
LEFT JOIN cisj2017_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN cisj2017_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id**
**2 × SELECT rpt.*, ev.*, rr.*, det.*, ev.state as published, ev.created as created , YEAR(rpt.startrepeat) as yup, MONTH(rpt.startrepeat ) as mup, DAYOFMONTH(rpt.startrepeat ) as dup , YEAR(rpt.endrepeat ) as ydn, MONTH(rpt.endrepeat ) as mdn, DAYOFMONTH(rpt.endrepeat ) as ddn , HOUR(rpt.startrepeat) as hup, MINUTE(rpt.startrepeat ) as minup, SECOND(rpt.startrepeat ) as sup , HOUR(rpt.endrepeat ) as hdn, MINUTE(rpt.endrepeat ) as mindn, SECOND(rpt.endrepeat ) as sdn
FROM cisj2017_jevents_repetition as rpt
LEFT JOIN cisj2017_jevents_vevent as ev
ON rpt.eventid = ev.ev_id
LEFT JOIN cisj2017_jevents_icsfile as icsf
ON icsf.ics_id=ev.icsid
LEFT JOIN cisj2017_jevents_vevdetail as det
ON det.evdet_id = rpt.eventdetail_id
LEFT JOIN cisj2017_jevents_rrule as rr
ON rr.eventid = rpt.eventid**
**2 × SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `cisj2017_extensions`**
**2 × SELECT c.id
FROM cisj2017_categories AS c**
**1 × 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 cisj2017_categories as c
LEFT JOIN (SELECT cat.id as id
FROM cisj2017_categories AS cat JOIN cisj2017_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt**
**1 × SELECT det.evdet_id as detailid, rpt.*, ev.*, rr.*, det.* , ev.state as published, ev.created as created , YEAR(rpt.startrepeat) as yup, MONTH(rpt.startrepeat ) as mup, DAYOFMONTH(rpt.startrepeat ) as dup , YEAR(rpt.endrepeat ) as ydn, MONTH(rpt.endrepeat ) as mdn, DAYOFMONTH(rpt.endrepeat ) as ddn , HOUR(rpt.startrepeat) as hup, MINUTE(rpt.startrepeat ) as minup, SECOND(rpt.startrepeat ) as sup , HOUR(rpt.endrepeat ) as hdn, MINUTE(rpt.endrepeat ) as mindn, SECOND(rpt.endrepeat ) as sdn
FROM cisj2017_jevents_repetition as rpt
LEFT JOIN cisj2017_jevents_vevent as ev
ON rpt.eventid = ev.ev_id
LEFT JOIN cisj2017_jevents_icsfile as icsf
ON icsf.ics_id=ev.icsid
LEFT JOIN cisj2017_jevents_vevdetail as det
ON det.evdet_id = rpt.eventdetail_id
LEFT JOIN cisj2017_jevents_rrule as rr
ON rr.eventid = rpt.eventid**
**1 × SELECT a.id, a.parent_id
FROM cisj2017_categories AS a**
**1 × SELECT params
FROM cisj2017_extensions AS e**
**1 × SELECT *
FROM cisj2017_widgetkit_widget**
**1 × SELECT guest, client_id
FROM cisj2017_session**
**1 × SELECT id,template
FROM cisj2017_template_styles**
**1 × SELECT a.name, a.rules
FROM cisj2017_assets AS a**
**1 × SELECT folder AS type, element AS name, params
FROM cisj2017_extensions**
**1 × SELECT id, rules
FROM `cisj2017_viewlevels**
**1 × SELECT b.id
FROM cisj2017_usergroups AS a
LEFT JOIN cisj2017_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt**
**1 × SELECT `session_id`
FROM `cisj2017_session`**
**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 cisj2017_menu AS m
LEFT JOIN cisj2017_extensions AS e
ON m.component_id = e.extension_id**
**1 × SELECT *
FROM cisj2017_languages**
**1 × SELECT element
FROM cisj2017_extensions**
**1 × SELECT a.rules
FROM cisj2017_assets AS a**
**1 × SELECT *
FROM cisj2017_assets**
**1 × SELECT id, home, template, s.params
FROM cisj2017_template_styles as s
LEFT JOIN cisj2017_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id**
**1 × SELECT `data`
FROM `cisj2017_session`**