Tempo della query: 1.59 ms Memoria query: 0.013 MB memoria prima della query: 5.119 MB Righe restituite: 0
SELECT `session_id`
FROM `zphum_session`
WHERE `session_id` = X'6262346335653532663165343833333836383935353663346638313531356436'
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | zphum_session | const | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | Using index |
| Status | Duration |
|---|
| starting | 0.24 ms |
| checking permissions | 0.20 ms |
| Opening tables | 0.07 ms |
| init | 0.06 ms |
| System lock | 0.06 ms |
| optimizing | 0.06 ms |
| statistics | 0.07 ms |
| executing | 0.06 ms |
| end | 0.06 ms |
| query end | 0.06 ms |
| closing tables | 0.06 ms |
| freeing items | 0.07 ms |
| cleaning up | 0.06 ms |
| # | Caller | File e numero di linea |
|---|
| 9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 8 | JDatabaseDriver->loadResult() | JROOT/libraries/src/Session/MetadataManager.php:74 |
| 7 | Joomla\CMS\Session\MetadataManager->createRecordIfNonExisting() | JROOT/libraries/src/Application/CMSApplication.php:154 |
| 6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:828 |
| 5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 |
| 4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |
| 3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:386 |
| 2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
| 1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Tempo della query: 247.71 ms Dopo l'ultima query: 0.14 ms Memoria query: 0.010 MB memoria prima della query: 5.137 MB
INSERT INTO `zphum_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`)
VALUES
(X'6262346335653532663165343833333836383935353663346638313531356436', 1, 1782762970, 0, '', 0)
EXPLAIN non possibile sulla query: INSERT INTO `zphum_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
(X'6262346335653532663165343833333836383935353663346638313531356436', 1, 1782762970, 0, '', 0)
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.06 ms |
| Opening tables | 0.06 ms |
| init | 0.06 ms |
| System lock | 0.06 ms |
| update | 0.10 ms |
| Waiting for query cache lock | 242.73 ms |
| update | 0.09 ms |
| end | 0.06 ms |
| query end | 3.24 ms |
| Waiting for semi-sync ACK from | 0.12 ms |
| query end | 0.20 ms |
| closing tables | 0.14 ms |
| freeing items | 0.17 ms |
| cleaning up | 0.16 ms |
| # | Caller | File e numero di linea |
|---|
| 8 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Session/MetadataManager.php:116 |
| 7 | Joomla\CMS\Session\MetadataManager->createRecordIfNonExisting() | JROOT/libraries/src/Application/CMSApplication.php:154 |
| 6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:828 |
| 5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 |
| 4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |
| 3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:386 |
| 2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
| 1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Tempo della query: 2.29 ms Dopo l'ultima query: 10.15 ms Memoria query: 0.026 MB memoria prima della query: 5.590 MB Righe restituite: 50
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `zphum_extensions`
WHERE `type` = 'component'
AND `state` = 0
AND `enabled` = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | zphum_extensions | ref | extension | extension | 82 | const | 50 | 100.00 | Using index condition; Using where |
| Status | Duration |
|---|
| starting | 0.11 ms |
| checking permissions | 0.11 ms |
| Opening tables | 0.11 ms |
| init | 0.12 ms |
| System lock | 0.10 ms |
| optimizing | 0.12 ms |
| statistics | 0.12 ms |
| preparing | 0.09 ms |
| executing | 0.10 ms |
| Sending data | 0.26 ms |
| end | 0.08 ms |
| query end | 0.11 ms |
| closing tables | 0.11 ms |
| freeing items | 0.12 ms |
| cleaning up | 0.10 ms |
| # | Caller | File e numero di linea |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Component/ComponentHelper.php:445 |
| 10 | Joomla\CMS\Component\ComponentHelper::Joomla\CMS\Component\{closure}() | Chiamata uguale alla linea sottostante. |
| 9 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 8 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Component/ComponentHelper.php:453 |
| 7 | Joomla\CMS\Component\ComponentHelper::load() | JROOT/libraries/src/Component/ComponentHelper.php:519 |
| 6 | Joomla\CMS\Component\ComponentHelper::getComponents() | JROOT/libraries/src/Component/ComponentHelper.php:44 |
| 5 | Joomla\CMS\Component\ComponentHelper::getComponent() | JROOT/libraries/src/Component/ComponentHelper.php:103 |
| 4 | Joomla\CMS\Component\ComponentHelper::getParams() | JROOT/libraries/src/Application/SiteApplication.php:594 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Tempo della query: 2.08 ms Dopo l'ultima query: 5.71 ms Memoria query: 0.014 MB memoria prima della query: 5.948 MB Righe restituite: 5
SELECT id, rules
FROM `zphum_viewlevels`
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | zphum_viewlevels | ALL | NULL | NON È POSSIBILE UTILIZZARE ALCUN INDICE | NULL | NULL | 5 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.11 ms |
| Opening tables | 0.11 ms |
| init | 0.12 ms |
| System lock | 0.10 ms |
| optimizing | 0.12 ms |
| statistics | 0.10 ms |
| preparing | 0.11 ms |
| executing | 0.11 ms |
| Sending data | 0.12 ms |
| end | 0.10 ms |
| query end | 0.12 ms |
| closing tables | 0.10 ms |
| freeing items | 0.11 ms |
| cleaning up | 0.10 ms |
| # | Caller | File e numero di linea |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 9 | JDatabaseDriver->loadAssocList() | JROOT/libraries/src/Access/Access.php:1063 |
| 8 | Joomla\CMS\Access\Access::getAuthorisedViewLevels() | JROOT/libraries/src/User/User.php:458 |
| 7 | Joomla\CMS\User\User->getAuthorisedViewLevels() | JROOT/libraries/src/Plugin/PluginHelper.php:318 |
| 6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
| 5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
| 4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Tempo della query: 2.90 ms Dopo l'ultima query: 0.16 ms Memoria query: 0.015 MB memoria prima della query: 5.972 MB Righe restituite: 2
SELECT b.id
FROM zphum_usergroups AS a
LEFT JOIN zphum_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 9
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | SIMPLE | b | range | idx_usergroup_nested_set_lookup | idx_usergroup_nested_set_lookup | 4 | NULL | 3 | 100.00 | Using where; Using index |
| Status | Duration |
|---|
| starting | 0.10 ms |
| checking permissions | 0.16 ms |
| checking permissions | 0.18 ms |
| Opening tables | 0.15 ms |
| init | 0.17 ms |
| System lock | 0.12 ms |
| optimizing | 0.16 ms |
| statistics | 0.19 ms |
| preparing | 0.15 ms |
| executing | 0.17 ms |
| Sending data | 0.16 ms |
| end | 0.16 ms |
| query end | 0.17 ms |
| closing tables | 0.17 ms |
| freeing items | 0.17 ms |
| cleaning up | 0.16 ms |
| # | Caller | File e numero di linea |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 10 | JDatabaseDriver->loadColumn() | JROOT/libraries/src/Access/Access.php:980 |
| 9 | Joomla\CMS\Access\Access::getGroupsByUser() | JROOT/libraries/src/Access/Access.php:1095 |
| 8 | Joomla\CMS\Access\Access::getAuthorisedViewLevels() | JROOT/libraries/src/User/User.php:458 |
| 7 | Joomla\CMS\User\User->getAuthorisedViewLevels() | JROOT/libraries/src/Plugin/PluginHelper.php:318 |
| 6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
| 5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
| 4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Tempo della query: 3.12 ms Dopo l'ultima query: 4.81 ms Memoria query: 0.019 MB memoria prima della query: 6.082 MB Righe restituite: 98
SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM zphum_extensions
WHERE enabled = 1
AND type = 'plugin'
AND state IN (0,1)
AND access IN (1,1,5)
ORDER BY ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | zphum_extensions | ref | extension | extension | 82 | const | 136 | 100.00 | Using index condition; Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.13 ms |
| checking permissions | 0.11 ms |
| Opening tables | 0.10 ms |
| init | 0.17 ms |
| System lock | 0.10 ms |
| optimizing | 0.13 ms |
| statistics | 0.12 ms |
| preparing | 0.13 ms |
| Sorting result | 0.09 ms |
| executing | 0.17 ms |
| Sending data | 0.17 ms |
| Creating sort index | 0.49 ms |
| end | 0.12 ms |
| query end | 0.18 ms |
| closing tables | 0.16 ms |
| freeing items | 0.17 ms |
| cleaning up | 0.17 ms |
| # | Caller | File e numero di linea |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 10 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Plugin/PluginHelper.php:351 |
| 9 | Joomla\CMS\Plugin\PluginHelper::Joomla\CMS\Plugin\{closure}() | Chiamata uguale alla linea sottostante. |
| 8 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 7 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Plugin/PluginHelper.php:356 |
| 6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
| 5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
| 4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Tempo della query: 3.15 ms Dopo l'ultima query: 12.97 ms Memoria query: 0.018 MB memoria prima della query: 6.901 MB Righe restituite: 2
SELECT *
FROM zphum_languages
WHERE published=1
ORDER BY ordering ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | zphum_languages | ALL | NULL | NON È POSSIBILE UTILIZZARE ALCUN INDICE | NULL | NULL | 2 | 100.00 | Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.13 ms |
| checking permissions | 0.15 ms |
| Opening tables | 0.17 ms |
| init | 0.19 ms |
| System lock | 0.09 ms |
| optimizing | 0.17 ms |
| statistics | 0.17 ms |
| preparing | 0.17 ms |
| Sorting result | 0.16 ms |
| executing | 0.17 ms |
| Sending data | 0.17 ms |
| Creating sort index | 0.17 ms |
| end | 0.15 ms |
| query end | 0.17 ms |
| closing tables | 0.17 ms |
| freeing items | 0.18 ms |
| cleaning up | 0.16 ms |
| # | Caller | File e numero di linea |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 9 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Language/LanguageHelper.php:150 |
| 8 | Joomla\CMS\Language\LanguageHelper::getLanguages() | JROOT/plugins/system/languagefilter/languagefilter.php:96 |
| 7 | PlgSystemLanguageFilter->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |
| 6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
| 5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:667 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Tempo della query: 2.27 ms Dopo l'ultima query: 3.25 ms Memoria query: 0.015 MB memoria prima della query: 6.924 MB Righe restituite: 6
SELECT `element`,`name`,`client_id`,`extension_id`
FROM `zphum_extensions`
WHERE `type` = 'language'
AND `state` = 0
AND `enabled` = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | zphum_extensions | ref | extension | extension | 82 | const | 6 | 100.00 | Using index condition; Using where |
| Status | Duration |
|---|
| starting | 0.14 ms |
| checking permissions | 0.17 ms |
| Opening tables | 0.16 ms |
| init | 0.17 ms |
| System lock | 0.11 ms |
| optimizing | 0.11 ms |
| statistics | 0.12 ms |
| preparing | 0.10 ms |
| executing | 0.12 ms |
| Sending data | 0.18 ms |
| end | 0.09 ms |
| query end | 0.12 ms |
| closing tables | 0.11 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.10 ms |
| # | Caller | File e numero di linea |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 9 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Language/LanguageHelper.php:209 |
| 8 | Joomla\CMS\Language\LanguageHelper::getInstalledLanguages() | JROOT/plugins/system/languagefilter/languagefilter.php:110 |
| 7 | PlgSystemLanguageFilter->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |
| 6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
| 5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:667 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Tempo della query: 4.29 ms Dopo l'ultima query: 42.88 ms Memoria query: 0.103 MB memoria prima della query: 9.357 MB Righe restituite: 456
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 zphum_menu AS m
LEFT JOIN zphum_extensions AS e
ON m.component_id = e.extension_id
WHERE m.published = 1
AND m.parent_id > 0
AND m.client_id = 0
ORDER BY m.lft
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | ref | idx_client_id_parent_id_alias_language | idx_client_id_parent_id_alias_language | 1 | const | 658 | 100.00 | Using index condition; Using where; Using filesort |
| 1 | SIMPLE | e | eq_ref | PRIMARY | PRIMARY | 4 | web_fiba.m.component_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.11 ms |
| checking permissions | 0.09 ms |
| checking permissions | 0.11 ms |
| Opening tables | 0.12 ms |
| init | 0.07 ms |
| System lock | 0.06 ms |
| optimizing | 0.06 ms |
| statistics | 0.08 ms |
| preparing | 0.06 ms |
| Sorting result | 0.06 ms |
| executing | 0.06 ms |
| Sending data | 0.06 ms |
| Creating sort index | 2.35 ms |
| end | 0.06 ms |
| query end | 0.06 ms |
| closing tables | 0.12 ms |
| freeing items | 0.11 ms |
| cleaning up | 0.11 ms |
| # | Caller | File e numero di linea |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 23 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Menu/SiteMenu.php:93 |
| 22 | Joomla\CMS\Menu\SiteMenu->Joomla\CMS\Menu\{closure}() | Chiamata uguale alla linea sottostante. |
| 21 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 20 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Menu/SiteMenu.php:101 |
| 19 | Joomla\CMS\Menu\SiteMenu->load() | JROOT/libraries/src/Menu/AbstractMenu.php:78 |
| 18 | Joomla\CMS\Menu\AbstractMenu->__construct() | JROOT/libraries/src/Menu/SiteMenu.php:62 |
| 17 | Joomla\CMS\Menu\SiteMenu->__construct() | JROOT/libraries/src/Menu/AbstractMenu.php:142 |
| 16 | Joomla\CMS\Menu\AbstractMenu::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:417 |
| 15 | Joomla\CMS\Application\CMSApplication->getMenu() | JROOT/libraries/src/Application/SiteApplication.php:275 |
| 14 | Joomla\CMS\Application\SiteApplication->getMenu() | JROOT/libraries/src/Router/SiteRouter.php:65 |
| 13 | Joomla\CMS\Router\SiteRouter->__construct() | JROOT/libraries/src/Router/Router.php:189 |
| 12 | Joomla\CMS\Router\Router::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:533 |
| 11 | Joomla\CMS\Application\CMSApplication::getRouter() | JROOT/libraries/src/Application/SiteApplication.php:403 |
| 10 | Joomla\CMS\Application\SiteApplication::getRouter() | JROOT/plugins/system/languagefilter/languagefilter.php:145 |
| 9 | PlgSystemLanguageFilter->onAfterInitialise() | Chiamata uguale alla linea sottostante. |
| 8 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Tempo della query: 1.75 ms Dopo l'ultima query: 67.27 ms Memoria query: 0.012 MB memoria prima della query: 14.507 MB
UPDATE `zphum_extensions`
SET `params` = '{\"mediaversion\":\"6a016a013eb31ab0643246a5bd4a1493\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | zphum_extensions | range | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.08 ms |
| checking permissions | 0.10 ms |
| Opening tables | 0.12 ms |
| init | 0.18 ms |
| System lock | 0.13 ms |
| updating | 0.10 ms |
| end | 0.10 ms |
| query end | 0.12 ms |
| closing tables | 0.11 ms |
| freeing items | 0.18 ms |
| cleaning up | 0.11 ms |
| # | Caller | File e numero di linea |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Helper/LibraryHelper.php:117 |
| 9 | Joomla\CMS\Helper\LibraryHelper::saveParams() | JROOT/libraries/src/Version.php:372 |
| 8 | Joomla\CMS\Version->setMediaVersion() | JROOT/libraries/src/Version.php:331 |
| 7 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
| 6 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
| 5 | Joomla\CMS\Factory::getDocument() | JROOT/libraries/src/Application/WebApplication.php:1137 |
| 4 | Joomla\CMS\Application\WebApplication->loadDocument() | JROOT/libraries/src/Application/SiteApplication.php:133 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Tempo della query: 3.44 ms Dopo l'ultima query: 17.03 ms Memoria query: 0.023 MB memoria prima della query: 16.383 MB Righe restituite: 1
SELECT a.id, a.date, a.end_date, a.end_accreditation,a.end_time_enabled, a.picture, a.website,a.twitter, a.facebook, a.hits,a.accreditation, a.accreditation_number,l.title, l.venue, l.description, l.venue_id,GROUP_CONCAT(c.title SEPARATOR ", ") as category,GROUP_CONCAT(c.id SEPARATOR ", ") as category_id,v.address, v.latitude, v.longitude
FROM zphum_eventi_events as a
INNER JOIN zphum_eventi_events_languages AS l
ON a.id = l.event_id
LEFT JOIN zphum_eventi_catsevent as ce
ON ce.event_id = a.id
LEFT JOIN zphum_eventi_categories AS c
ON c.id=ce.catid
LEFT JOIN zphum_eventi_venues AS v
ON v.id = l.venue_id
WHERE a.id = 1402
AND a.state = 1
AND l.language in ('it-IT','*')
GROUP BY a.id
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | const | PRIMARY | PRIMARY | 8 | const | 1 | 100.00 | NULL |
| 1 | SIMPLE | ce | ref | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using where; Using index |
| 1 | SIMPLE | c | eq_ref | PRIMARY | PRIMARY | 4 | web_fiba.ce.catid | 1 | 100.00 | Using where |
| 1 | SIMPLE | l | ALL | NULL | NON È POSSIBILE UTILIZZARE ALCUN INDICE | NULL | NULL | 1948 | 100.00 | Using where; Using join buffer (Block Nested Loop) |
| 1 | SIMPLE | v | eq_ref | PRIMARY | PRIMARY | 4 | web_fiba.l.venue_id | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.10 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.07 ms |
| Opening tables | 0.13 ms |
| init | 0.12 ms |
| System lock | 0.10 ms |
| optimizing | 0.11 ms |
| statistics | 0.22 ms |
| preparing | 0.11 ms |
| executing | 0.08 ms |
| Sending data | 0.79 ms |
| end | 0.07 ms |
| removing tmp table | 0.06 ms |
| end | 0.12 ms |
| removing tmp table | 0.11 ms |
| end | 0.17 ms |
| query end | 0.12 ms |
| closing tables | 0.06 ms |
| freeing items | 0.13 ms |
| cleaning up | 0.10 ms |
| # | Caller | File e numero di linea |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 13 | JDatabaseDriver->loadObject() | JROOT/components/com_eventi/models/event.php:61 |
| 12 | EventiModelEvent->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_eventi/views/event/view.html.php:23 |
| 10 | EventiViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventi/controller.php:15 |
| 8 | EventiController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventi/eventi.php:7 |
| 6 | require_once JROOT/components/com_eventi/eventi.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Tempo della query: 4.56 ms Dopo l'ultima query: 0.16 ms Memoria query: 0.018 MB memoria prima della query: 16.408 MB
UPDATE zphum_eventi_events
SET hits = hits+1
WHERE id = 1402
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | zphum_eventi_events | range | PRIMARY | PRIMARY | 8 | const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.08 ms |
| checking permissions | 0.12 ms |
| Opening tables | 0.11 ms |
| init | 0.12 ms |
| System lock | 0.13 ms |
| updating | 0.18 ms |
| end | 0.08 ms |
| Waiting for query cache lock | 0.11 ms |
| end | 0.12 ms |
| query end | 2.60 ms |
| Waiting for semi-sync ACK from | 0.06 ms |
| query end | 0.12 ms |
| closing tables | 0.10 ms |
| freeing items | 0.12 ms |
| cleaning up | 0.12 ms |
| # | Caller | File e numero di linea |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/database.php:33 |
| 14 | JDatabase->query() | JROOT/components/com_eventi/models/event.php:82 |
| 13 | EventiModelEvent->updateHits() | JROOT/components/com_eventi/models/event.php:63 |
| 12 | EventiModelEvent->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_eventi/views/event/view.html.php:23 |
| 10 | EventiViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventi/controller.php:15 |
| 8 | EventiController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventi/eventi.php:7 |
| 6 | require_once JROOT/components/com_eventi/eventi.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Tempo della query: 2.31 ms Dopo l'ultima query: 0.21 ms Memoria query: 0.018 MB memoria prima della query: 16.420 MB Righe restituite: 0
SELECT id
FROM zphum_menu
WHERE link = 'index.php?option=com_eventi&view=events'
AND params like '%"category_id":"76"%'
AND published=1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | zphum_menu | ALL | NULL | NON È POSSIBILE UTILIZZARE ALCUN INDICE | NULL | NULL | 705 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.06 ms |
| Opening tables | 0.12 ms |
| init | 0.19 ms |
| System lock | 0.10 ms |
| optimizing | 0.12 ms |
| statistics | 0.12 ms |
| preparing | 0.11 ms |
| executing | 0.11 ms |
| Sending data | 0.54 ms |
| end | 0.06 ms |
| query end | 0.06 ms |
| closing tables | 0.06 ms |
| freeing items | 0.07 ms |
| cleaning up | 0.06 ms |
| # | Caller | File e numero di linea |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 12 | JDatabaseDriver->loadResult() | JROOT/components/com_eventi/views/event/view.html.php:67 |
| 11 | EventiViewEvent::itemidCat() | JROOT/components/com_eventi/views/event/view.html.php:33 |
| 10 | EventiViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventi/controller.php:15 |
| 8 | EventiController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventi/eventi.php:7 |
| 6 | require_once JROOT/components/com_eventi/eventi.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Tempo della query: 3.44 ms Dopo l'ultima query: 20.85 ms Memoria query: 0.031 MB memoria prima della query: 17.935 MB Righe restituite: 0
SELECT DISTINCT a.id, a.title, a.name, a.checked_out, a.checked_out_time, a.note, a.state, a.access, a.created_time, a.created_user_id, a.ordering, a.language, a.fieldparams, a.params, a.type, a.default_value, a.context, a.group_id, a.label, a.description, a.required,l.title AS language_title, l.image AS language_image,uc.name AS editor,ag.title AS access_level,ua.name AS author_name,g.title AS group_title, g.access as group_access, g.state AS group_state, g.note as group_note
FROM zphum_fields AS a
LEFT JOIN `zphum_languages` AS l
ON l.lang_code = a.language
LEFT JOIN zphum_users AS uc
ON uc.id=a.checked_out
LEFT JOIN zphum_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN zphum_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN zphum_fields_groups AS g
ON g.id = a.group_id
WHERE a.context = 'com_eventi.event'
AND a.access IN (1,1,5)
AND (a.group_id = 0 OR g.access IN (1,1,5))
AND a.state = 1
AND (a.group_id = 0 OR g.state = 1)
ORDER BY a.ordering ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | ref | idx_state,idx_access,idx_context | idx_state | 1 | const | 1 | 100.00 | Using where; Using temporary; Using filesort |
| 1 | SIMPLE | l | eq_ref | idx_langcode | idx_langcode | 28 | web_fiba.a.language | 1 | 100.00 | Using where |
| 1 | SIMPLE | uc | eq_ref | PRIMARY | PRIMARY | 4 | web_fiba.a.checked_out | 1 | 100.00 | NULL |
| 1 | SIMPLE | ag | eq_ref | PRIMARY | PRIMARY | 4 | web_fiba.a.access | 1 | 100.00 | Using where |
| 1 | SIMPLE | ua | eq_ref | PRIMARY | PRIMARY | 4 | web_fiba.a.created_user_id | 1 | 100.00 | Using where |
| 1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | web_fiba.a.group_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.10 ms |
| checking permissions | 0.07 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.17 ms |
| checking permissions | 0.11 ms |
| checking permissions | 0.11 ms |
| Opening tables | 0.13 ms |
| init | 0.14 ms |
| System lock | 0.09 ms |
| optimizing | 0.13 ms |
| statistics | 0.21 ms |
| preparing | 0.07 ms |
| Creating tmp table | 0.12 ms |
| Sorting result | 0.09 ms |
| executing | 0.11 ms |
| Sending data | 0.23 ms |
| Creating sort index | 0.13 ms |
| end | 0.16 ms |
| removing tmp table | 0.14 ms |
| end | 0.08 ms |
| query end | 0.12 ms |
| closing tables | 0.12 ms |
| freeing items | 0.12 ms |
| cleaning up | 0.12 ms |
| # | Caller | File e numero di linea |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 19 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 |
| 18 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/administrator/components/com_fields/models/fields.php:333 |
| 17 | FieldsModelFields->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
| 16 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:136 |
| 15 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |
| 14 | PlgSystemFields->onContentPrepare() | Chiamata uguale alla linea sottostante. |
| 13 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 11 | JEventDispatcher->trigger() | JROOT/components/com_eventi/views/event/view.html.php:38 |
| 10 | EventiViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventi/controller.php:15 |
| 8 | EventiController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventi/eventi.php:7 |
| 6 | require_once JROOT/components/com_eventi/eventi.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Tempo della query: 2.75 ms Dopo l'ultima query: 33.62 ms Memoria query: 0.026 MB memoria prima della query: 19.358 MB Righe restituite: 1
SELECT tipologia, asa, regolamento, informazioni, iscrizione, software, regione
FROM zphum_eventi_events
WHERE id = 1402
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | zphum_eventi_events | const | PRIMARY | PRIMARY | 8 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.14 ms |
| checking permissions | 0.15 ms |
| Opening tables | 0.17 ms |
| init | 0.18 ms |
| System lock | 0.16 ms |
| optimizing | 0.17 ms |
| statistics | 0.19 ms |
| preparing | 0.15 ms |
| executing | 0.17 ms |
| Sending data | 0.17 ms |
| end | 0.11 ms |
| query end | 0.11 ms |
| closing tables | 0.17 ms |
| freeing items | 0.19 ms |
| cleaning up | 0.15 ms |
| # | Caller | File e numero di linea |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 18 | JDatabaseDriver->loadObject() | JROOT/plugins/system/fiba_fields/fiba_fields.php:452 |
| 17 | plgSystemFiba_fields->renderFieldsEvents() | Chiamata uguale alla linea sottostante. |
| 16 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 15 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 14 | JEventDispatcher->trigger() | JROOT/templates/hydra/html/com_eventi/event/default.php:83 |
| 13 | include JROOT/templates/hydra/html/com_eventi/event/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_eventi/views/event/view.html.php:51 |
| 10 | EventiViewEvent->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_eventi/controller.php:15 |
| 8 | EventiController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_eventi/eventi.php:7 |
| 6 | require_once JROOT/components/com_eventi/eventi.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Tempo della query: 2.98 ms Dopo l'ultima query: 3.98 ms Memoria query: 0.015 MB memoria prima della query: 19.624 MB Righe restituite: 1
SELECT language,id
FROM `zphum_menu`
WHERE home = 1
AND published = 1
AND client_id = 0
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | zphum_menu | ref | idx_client_id_parent_id_alias_language | idx_client_id_parent_id_alias_language | 1 | const | 659 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.06 ms |
| Opening tables | 0.12 ms |
| init | 0.12 ms |
| System lock | 0.10 ms |
| optimizing | 0.17 ms |
| statistics | 0.19 ms |
| preparing | 0.15 ms |
| executing | 0.10 ms |
| Sending data | 0.76 ms |
| end | 0.10 ms |
| query end | 0.17 ms |
| closing tables | 0.18 ms |
| freeing items | 0.17 ms |
| cleaning up | 0.10 ms |
| # | Caller | File e numero di linea |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 10 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Language/Multilanguage.php:107 |
| 9 | Joomla\CMS\Language\Multilanguage::getSiteHomePages() | JROOT/plugins/system/languagefilter/languagefilter.php:751 |
| 8 | PlgSystemLanguageFilter->onAfterDispatch() | Chiamata uguale alla linea sottostante. |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Tempo della query: 2.98 ms Dopo l'ultima query: 7.70 ms Memoria query: 0.025 MB memoria prima della query: 19.876 MB Righe restituite: 13
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM zphum_modules AS m
LEFT JOIN zphum_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN zphum_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 <= '2026-06-29 19:56:10')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2026-06-29 19:56:10')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND (mm.menuid = 295 OR mm.menuid <= 0)
AND m.language IN ('it-IT','*')
ORDER BY m.position, m.ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | ref | PRIMARY,published,newsfeeds,idx_language | published | 1 | const | 73 | 100.00 | Using index condition; Using where; Using filesort |
| 1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 403 | web_fiba.m.module,const | 1 | 100.00 | Using index condition; Using where |
| 1 | SIMPLE | mm | ref | PRIMARY | PRIMARY | 4 | web_fiba.m.id | 1 | 100.00 | Using where; Using index |
| Status | Duration |
|---|
| starting | 0.09 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.11 ms |
| checking permissions | 0.11 ms |
| Opening tables | 0.12 ms |
| init | 0.13 ms |
| System lock | 0.10 ms |
| optimizing | 0.12 ms |
| statistics | 0.15 ms |
| preparing | 0.08 ms |
| Sorting result | 0.10 ms |
| executing | 0.11 ms |
| Sending data | 0.12 ms |
| Creating sort index | 0.66 ms |
| end | 0.07 ms |
| query end | 0.10 ms |
| closing tables | 0.12 ms |
| freeing items | 0.07 ms |
| cleaning up | 0.10 ms |
| # | Caller | File e numero di linea |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | Chiamata uguale alla linea sottostante. |
| 15 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 14 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:441 |
| 13 | Joomla\CMS\Helper\ModuleHelper::getModuleList() | JROOT/libraries/src/Helper/ModuleHelper.php:371 |
| 12 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
| 11 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/libraries/src/Document/HtmlDocument.php:601 |
| 10 | Joomla\CMS\Document\HtmlDocument->countModules() | JROOT/templates/hydra/template/partials/standard/privacy.php:2 |
| 9 | require_once JROOT/templates/hydra/template/partials/standard/privacy.php | JROOT/templates/hydra/template/tpl_standard.php:2 |
| 8 | require_once JROOT/templates/hydra/template/tpl_standard.php | JROOT/templates/hydra/index.php:206 |
| 7 | require JROOT/templates/hydra/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Tempo della query: 5.87 ms Dopo l'ultima query: 43.45 ms Memoria query: 0.018 MB memoria prima della query: 20.740 MB Righe restituite: 1
SELECT MAX(annoago)
FROM zphum_eventi_events as e
INNER JOIN zphum_eventi_catsevent as ce
ON ce.event_id = e.id
INNER JOIN zphum_eventi_categories as c
ON c.id = ce.catid
LEFT JOIN zphum_eventi_categories as c2
ON c2.lft <= c.lft
AND c2.rgt >= c.rgt
WHERE c2.id = 42
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | c2 | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | SIMPLE | e | ALL | PRIMARY | NON È POSSIBILE UTILIZZARE ALCUN INDICE | NULL | NULL | 1880 | 100.00 | NULL |
| 1 | SIMPLE | ce | ref | PRIMARY | PRIMARY | 4 | web_fiba.e.id | 1 | 100.00 | Using where; Using index |
| 1 | SIMPLE | c | eq_ref | PRIMARY,idx_left_right | PRIMARY | 4 | web_fiba.ce.catid | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.15 ms |
| checking permissions | 0.15 ms |
| checking permissions | 0.11 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.06 ms |
| Opening tables | 0.12 ms |
| init | 0.12 ms |
| System lock | 0.15 ms |
| optimizing | 0.17 ms |
| statistics | 0.20 ms |
| preparing | 0.13 ms |
| executing | 0.10 ms |
| Sending data | 3.13 ms |
| end | 0.17 ms |
| query end | 0.17 ms |
| closing tables | 0.17 ms |
| freeing items | 0.18 ms |
| cleaning up | 0.10 ms |
| # | Caller | File e numero di linea |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 12 | JDatabaseDriver->loadResult() | JROOT/modules/mod_cercaeventifiba/helper.php:284 |
| 11 | modCercaeventifibaHelper::getLastAnnoAgonistico() | JROOT/modules/mod_cercaeventifiba/tmpl/default.php:19 |
| 10 | require JROOT/modules/mod_cercaeventifiba/tmpl/default.php | JROOT/modules/mod_cercaeventifiba/mod_cercaeventifiba.php:18 |
| 9 | include JROOT/modules/mod_cercaeventifiba/mod_cercaeventifiba.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 8 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Tempo della query: 5.60 ms Dopo l'ultima query: 0.27 ms Memoria query: 0.018 MB memoria prima della query: 20.760 MB Righe restituite: 9
SELECT DISTINCT annoago
FROM zphum_eventi_events as e
INNER JOIN zphum_eventi_catsevent as ce
ON ce.event_id = e.id
INNER JOIN zphum_eventi_categories as c
ON c.id = ce.catid
LEFT JOIN zphum_eventi_categories as c2
ON c2.lft <= c.lft
AND c2.rgt >= c.rgt
WHERE e.state = 1
AND annoago <> ""
AND c2.id = 42
ORDER BY annoago
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | c2 | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | 100.00 | Using temporary; Using filesort |
| 1 | SIMPLE | e | ALL | PRIMARY | NON È POSSIBILE UTILIZZARE ALCUN INDICE | NULL | NULL | 1880 | 100.00 | Using where |
| 1 | SIMPLE | ce | ref | PRIMARY | PRIMARY | 4 | web_fiba.e.id | 1 | 100.00 | Using where; Using index; Distinct |
| 1 | SIMPLE | c | eq_ref | PRIMARY,idx_left_right | PRIMARY | 4 | web_fiba.ce.catid | 1 | 100.00 | Using where; Distinct |
| Status | Duration |
|---|
| starting | 0.19 ms |
| checking permissions | 0.14 ms |
| checking permissions | 0.17 ms |
| checking permissions | 0.18 ms |
| checking permissions | 0.17 ms |
| Opening tables | 0.18 ms |
| init | 0.12 ms |
| System lock | 0.09 ms |
| optimizing | 0.12 ms |
| statistics | 0.19 ms |
| preparing | 0.10 ms |
| Creating tmp table | 0.11 ms |
| Sorting result | 0.16 ms |
| executing | 0.06 ms |
| Sending data | 2.26 ms |
| Creating sort index | 0.07 ms |
| end | 0.10 ms |
| removing tmp table | 0.11 ms |
| end | 0.12 ms |
| query end | 0.11 ms |
| closing tables | 0.17 ms |
| freeing items | 0.18 ms |
| cleaning up | 0.17 ms |
| # | Caller | File e numero di linea |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_cercaeventifiba/helper.php:253 |
| 11 | modCercaeventifibaHelper::getAnnoAgonistico() | JROOT/modules/mod_cercaeventifiba/tmpl/default.php:30 |
| 10 | require JROOT/modules/mod_cercaeventifiba/tmpl/default.php | JROOT/modules/mod_cercaeventifiba/mod_cercaeventifiba.php:18 |
| 9 | include JROOT/modules/mod_cercaeventifiba/mod_cercaeventifiba.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 8 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Tempo della query: 1.99 ms Dopo l'ultima query: 0.90 ms Memoria query: 0.018 MB memoria prima della query: 20.880 MB Righe restituite: 9
SELECT DISTINCT c.id, c.title
FROM zphum_eventi_categories as c
WHERE c.published=1
AND c.parent_id = 42
ORDER BY c.lft
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | c | ref | cat_idx | cat_idx | 1 | const | 44 | 100.00 | Using where; Using filesort |
| Status | Duration |
|---|
| starting | 0.10 ms |
| checking permissions | 0.10 ms |
| Opening tables | 0.12 ms |
| init | 0.12 ms |
| System lock | 0.11 ms |
| optimizing | 0.07 ms |
| statistics | 0.07 ms |
| preparing | 0.06 ms |
| Sorting result | 0.06 ms |
| executing | 0.06 ms |
| Sending data | 0.06 ms |
| Creating sort index | 0.13 ms |
| end | 0.10 ms |
| query end | 0.11 ms |
| closing tables | 0.11 ms |
| freeing items | 0.07 ms |
| cleaning up | 0.11 ms |
| # | Caller | File e numero di linea |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_cercaeventifiba/helper.php:111 |
| 11 | modCercaeventifibaHelper::getCategories() | JROOT/modules/mod_cercaeventifiba/tmpl/default.php:48 |
| 10 | require JROOT/modules/mod_cercaeventifiba/tmpl/default.php | JROOT/modules/mod_cercaeventifiba/mod_cercaeventifiba.php:18 |
| 9 | include JROOT/modules/mod_cercaeventifiba/mod_cercaeventifiba.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 8 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Tempo della query: 4.98 ms Dopo l'ultima query: 0.38 ms Memoria query: 0.019 MB memoria prima della query: 20.905 MB Righe restituite: 1
SELECT MAX(annoago)
FROM zphum_eventi_events as e
INNER JOIN zphum_eventi_catsevent as ce
ON ce.event_id = e.id
INNER JOIN zphum_eventi_categories as c
ON c.id = ce.catid
LEFT JOIN zphum_eventi_categories as c2
ON c2.lft <= c.lft
AND c2.rgt >= c.rgt
WHERE c2.id = 42
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | c2 | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | SIMPLE | e | ALL | PRIMARY | NON È POSSIBILE UTILIZZARE ALCUN INDICE | NULL | NULL | 1880 | 100.00 | NULL |
| 1 | SIMPLE | ce | ref | PRIMARY | PRIMARY | 4 | web_fiba.e.id | 1 | 100.00 | Using where; Using index |
| 1 | SIMPLE | c | eq_ref | PRIMARY,idx_left_right | PRIMARY | 4 | web_fiba.ce.catid | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.11 ms |
| checking permissions | 0.10 ms |
| checking permissions | 0.12 ms |
| checking permissions | 0.12 ms |
| checking permissions | 0.11 ms |
| Opening tables | 0.12 ms |
| init | 0.07 ms |
| System lock | 0.06 ms |
| optimizing | 0.06 ms |
| statistics | 0.09 ms |
| preparing | 0.06 ms |
| executing | 0.11 ms |
| Sending data | 2.91 ms |
| end | 0.06 ms |
| query end | 0.11 ms |
| closing tables | 0.12 ms |
| freeing items | 0.12 ms |
| cleaning up | 0.10 ms |
| # | Caller | File e numero di linea |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 13 | JDatabaseDriver->loadResult() | JROOT/modules/mod_cercaeventifiba/helper.php:284 |
| 12 | modCercaeventifibaHelper::getLastAnnoAgonistico() | JROOT/modules/mod_cercaeventifiba/helper.php:199 |
| 11 | modCercaeventifibaHelper::getData() | JROOT/modules/mod_cercaeventifiba/tmpl/default.php:68 |
| 10 | require JROOT/modules/mod_cercaeventifiba/tmpl/default.php | JROOT/modules/mod_cercaeventifiba/mod_cercaeventifiba.php:18 |
| 9 | include JROOT/modules/mod_cercaeventifiba/mod_cercaeventifiba.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 8 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Tempo della query: 3.07 ms Dopo l'ultima query: 0.14 ms Memoria query: 0.018 MB memoria prima della query: 20.919 MB Righe restituite: 0
SELECT DISTINCT CONCAT(YEAR(date),'-',MONTH(date),'-','01') as mese
FROM zphum_eventi_events as e
INNER JOIN zphum_eventi_catsevent as ce
ON ce.event_id = e.id
INNER JOIN zphum_eventi_categories as c
ON c.id = ce.catid
LEFT JOIN zphum_eventi_categories as c2
ON c2.lft <= c.lft
AND c2.rgt >= c.rgt
WHERE e.state = 1
AND c2.id = 42
AND annoago = 'ANNO AGONISTICO 2018'
ORDER BY date DESC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | c2 | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | 100.00 | Using temporary; Using filesort |
| 1 | SIMPLE | e | ALL | PRIMARY | NON È POSSIBILE UTILIZZARE ALCUN INDICE | NULL | NULL | 1880 | 100.00 | Using where |
| 1 | SIMPLE | ce | ref | PRIMARY | PRIMARY | 4 | web_fiba.e.id | 1 | 100.00 | Using where; Using index; Distinct |
| 1 | SIMPLE | c | eq_ref | PRIMARY,idx_left_right | PRIMARY | 4 | web_fiba.ce.catid | 1 | 100.00 | Using where; Distinct |
| Status | Duration |
|---|
| starting | 0.09 ms |
| checking permissions | 0.07 ms |
| checking permissions | 0.06 ms |
| checking permissions | 0.07 ms |
| checking permissions | 0.06 ms |
| Opening tables | 0.06 ms |
| init | 0.07 ms |
| System lock | 0.06 ms |
| optimizing | 0.12 ms |
| statistics | 0.14 ms |
| preparing | 0.09 ms |
| Creating tmp table | 0.11 ms |
| Sorting result | 0.06 ms |
| executing | 0.14 ms |
| Sending data | 0.55 ms |
| Creating sort index | 0.11 ms |
| end | 0.10 ms |
| removing tmp table | 0.11 ms |
| end | 0.12 ms |
| query end | 0.11 ms |
| closing tables | 0.12 ms |
| freeing items | 0.12 ms |
| cleaning up | 0.12 ms |
| # | Caller | File e numero di linea |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_cercaeventifiba/helper.php:207 |
| 11 | modCercaeventifibaHelper::getData() | JROOT/modules/mod_cercaeventifiba/tmpl/default.php:68 |
| 10 | require JROOT/modules/mod_cercaeventifiba/tmpl/default.php | JROOT/modules/mod_cercaeventifiba/mod_cercaeventifiba.php:18 |
| 9 | include JROOT/modules/mod_cercaeventifiba/mod_cercaeventifiba.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 8 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Tempo della query: 1.45 ms Dopo l'ultima query: 129.68 ms Memoria query: 0.021 MB memoria prima della query: 22.140 MB Righe restituite: 0
SELECT *
FROM zphum_jmap_metainfo
WHERE `linkurl` = 'https://www.badmintonitalia.it/it/gare-ed-eventi/manifestazioni-eventi-fiba/event/1402.html'
AND `published` = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | zphum_jmap_metainfo | ref | linkurl,published | linkurl | 767 | const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.08 ms |
| checking permissions | 0.06 ms |
| Opening tables | 0.06 ms |
| init | 0.07 ms |
| System lock | 0.06 ms |
| optimizing | 0.07 ms |
| statistics | 0.08 ms |
| preparing | 0.06 ms |
| executing | 0.06 ms |
| Sending data | 0.06 ms |
| end | 0.06 ms |
| query end | 0.06 ms |
| closing tables | 0.06 ms |
| freeing items | 0.08 ms |
| cleaning up | 0.06 ms |
| # | Caller | File e numero di linea |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 14 | JDatabaseDriver->loadObject() | JROOT/plugins/system/jmap/jmap.php:429 |
| 13 | plgSystemJMap->onBeforeCompileHead() | Chiamata uguale alla linea sottostante. |
| 12 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 11 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 10 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 9 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:67 |
| 8 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->fetchHead() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:38 |
| 7 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Tempo della query: 1.68 ms Dopo l'ultima query: 0.11 ms Memoria query: 0.020 MB memoria prima della query: 22.159 MB Righe restituite: 0
SELECT *
FROM zphum_jmap_canonicals
WHERE `linkurl` = 'https://www.badmintonitalia.it/it/gare-ed-eventi/manifestazioni-eventi-fiba/event/1402.html'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | zphum_jmap_canonicals | ALL | NULL | NON È POSSIBILE UTILIZZARE ALCUN INDICE | NULL | NULL | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.06 ms |
| Opening tables | 0.06 ms |
| init | 0.12 ms |
| System lock | 0.11 ms |
| optimizing | 0.11 ms |
| statistics | 0.11 ms |
| preparing | 0.11 ms |
| executing | 0.12 ms |
| Sending data | 0.07 ms |
| end | 0.06 ms |
| query end | 0.06 ms |
| closing tables | 0.06 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.06 ms |
| # | Caller | File e numero di linea |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 14 | JDatabaseDriver->loadObject() | JROOT/plugins/system/jmap/jmap.php:508 |
| 13 | plgSystemJMap->onBeforeCompileHead() | Chiamata uguale alla linea sottostante. |
| 12 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 11 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 10 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 9 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:67 |
| 8 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->fetchHead() | JROOT/libraries/src/Document/Renderer/Html/HeadRenderer.php:38 |
| 7 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Tempo della query: 2.00 ms Dopo l'ultima query: 3.29 ms Memoria query: 0.014 MB memoria prima della query: 22.422 MB Righe restituite: 0
SELECT *
FROM zphum_jmap_headings
WHERE `linkurl` = 'https://www.badmintonitalia.it/it/gare-ed-eventi/manifestazioni-eventi-fiba/event/1402.html'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | zphum_jmap_headings | ALL | NULL | NON È POSSIBILE UTILIZZARE ALCUN INDICE | NULL | NULL | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.08 ms |
| checking permissions | 0.11 ms |
| Opening tables | 0.12 ms |
| init | 0.11 ms |
| System lock | 0.11 ms |
| optimizing | 0.11 ms |
| statistics | 0.11 ms |
| preparing | 0.12 ms |
| executing | 0.10 ms |
| Sending data | 0.12 ms |
| end | 0.11 ms |
| query end | 0.11 ms |
| closing tables | 0.11 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.06 ms |
| # | Caller | File e numero di linea |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 9 | JDatabaseDriver->loadObject() | JROOT/plugins/system/jmap/jmap.php:819 |
| 8 | plgSystemJMap->onAfterRender() | Chiamata uguale alla linea sottostante. |
| 7 | call_user_func_array() | JROOT/libraries/joomla/event/event.php:70 |
| 6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1118 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
2 × SELECT MAX(annoago)
FROM zphum_eventi_events as e
INNER JOIN zphum_eventi_catsevent as ce
ON ce.event_id = e.id
INNER JOIN zphum_eventi_categories as c
ON c.id = ce.catid
LEFT JOIN zphum_eventi_categories as c2
ON c2.lft <= c.lft
AND c2.rgt >= c.rgt
1 × SELECT DISTINCT annoago
FROM zphum_eventi_events as e
INNER JOIN zphum_eventi_catsevent as ce
ON ce.event_id = e.id
INNER JOIN zphum_eventi_categories as c
ON c.id = ce.catid
LEFT JOIN zphum_eventi_categories as c2
ON c2.lft <= c.lft
AND c2.rgt >= c.rgt
1 × SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM zphum_modules AS m
LEFT JOIN zphum_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN zphum_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
1 × SELECT language,id
FROM `zphum_menu`
1 × SELECT DISTINCT c.id, c.title
FROM zphum_eventi_categories as c
1 × SELECT DISTINCT CONCAT(YEAR(date),'-',MONTH(date),'-','01') as mese
FROM zphum_eventi_events as e
INNER JOIN zphum_eventi_catsevent as ce
ON ce.event_id = e.id
INNER JOIN zphum_eventi_categories as c
ON c.id = ce.catid
LEFT JOIN zphum_eventi_categories as c2
ON c2.lft <= c.lft
AND c2.rgt >= c.rgt
1 × SELECT *
FROM zphum_jmap_headings
1 × SELECT *
FROM zphum_jmap_canonicals
1 × SELECT *
FROM zphum_jmap_metainfo
1 × SELECT tipologia, asa, regolamento, informazioni, iscrizione, software, regione
FROM zphum_eventi_events
1 × SELECT DISTINCT a.id, a.title, a.name, a.checked_out, a.checked_out_time, a.note, a.state, a.access, a.created_time, a.created_user_id, a.ordering, a.language, a.fieldparams, a.params, a.type, a.default_value, a.context, a.group_id, a.label, a.description, a.required,l.title AS language_title, l.image AS language_image,uc.name AS editor,ag.title AS access_level,ua.name AS author_name,g.title AS group_title, g.access as group_access, g.state AS group_state, g.note as group_note
FROM zphum_fields AS a
LEFT JOIN `zphum_languages` AS l
ON l.lang_code = a.language
LEFT JOIN zphum_users AS uc
ON uc.id=a.checked_out
LEFT JOIN zphum_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN zphum_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN zphum_fields_groups AS g
ON g.id = a.group_id
1 × SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM zphum_extensions
1 × SELECT b.id
FROM zphum_usergroups AS a
LEFT JOIN zphum_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
1 × SELECT id, rules
FROM `zphum_viewlevels
1 × SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `zphum_extensions`
1 × SELECT *
FROM zphum_languages
1 × SELECT `element`,`name`,`client_id`,`extension_id`
FROM `zphum_extensions`
1 × SELECT id
FROM zphum_menu
1 × SELECT a.id, a.date, a.end_date, a.end_accreditation,a.end_time_enabled, a.picture, a.website,a.twitter, a.facebook, a.hits,a.accreditation, a.accreditation_number,l.title, l.venue, l.description, l.venue_id,GROUP_CONCAT(c.title SEPARATOR ", ") as category,GROUP_CONCAT(c.id SEPARATOR ", ") as category_id,v.address, v.latitude, v.longitude
FROM zphum_eventi_events as a
INNER JOIN zphum_eventi_events_languages AS l
ON a.id = l.event_id
LEFT JOIN zphum_eventi_catsevent as ce
ON ce.event_id = a.id
LEFT JOIN zphum_eventi_categories AS c
ON c.id=ce.catid
LEFT JOIN zphum_eventi_venues AS v
ON v.id = l.venue_id
1 × SELECT m.id, m.menutype, m.title, m.alias, m.note, m.path AS route, m.link, m.type, m.level, m.language,`m`.`browserNav`, m.access, m.params, m.home, m.img, m.template_style_id, m.component_id, m.parent_id,e.element as component
FROM zphum_menu AS m
LEFT JOIN zphum_extensions AS e
ON m.component_id = e.extension_id
1 × SELECT `session_id`
FROM `zphum_session`