Temps de requête : 0.48 ms Mémoire de requête : 0.023 MB mémoire avant requête : 4.171 MB Rangées retournées : 1
SELECT `data`
FROM `clm_session`
WHERE `session_id` = X'6439366137366b3632717374656962366f663365396537347335'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | clm_session | const | PRIMARY | PRIMARY | 194 | const | 1 | |
No SHOW PROFILE (peut-être parce qu'il y a plus de 100 requêtes)
| # | Appel | Fichier et numéro de ligne |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 15 | JDatabaseDriver->loadResult() | JROOT/libraries/joomla/session/storage/database.php:45 |
| 14 | JSessionStorageDatabase->read() | Même appel que celui de la ligne ci-dessous. |
| 13 | session_start() | JROOT/libraries/joomla/session/handler/native.php:260 |
| 12 | JSessionHandlerNative->doSessionStart() | JROOT/libraries/joomla/session/handler/native.php:50 |
| 11 | JSessionHandlerNative->start() | JROOT/libraries/joomla/session/handler/joomla.php:88 |
| 10 | JSessionHandlerJoomla->start() | JROOT/libraries/src/Session/Session.php:661 |
| 9 | Joomla\CMS\Session\Session->_start() | JROOT/libraries/src/Session/Session.php:621 |
| 8 | Joomla\CMS\Session\Session->start() | JROOT/libraries/src/Session/Session.php:499 |
| 7 | Joomla\CMS\Session\Session->get() | JROOT/libraries/src/Session/Session.php:456 |
| 6 | Joomla\CMS\Session\Session->isNew() | JROOT/libraries/src/Application/CMSApplication.php:826 |
| 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 |
Temps de requête : 1.02 ms Après la dernière requête : 7.39 ms Mémoire de requête : 0.027 MB mémoire avant requête : 4.491 MB Rangées retournées : 17
SHOW FULL COLUMNS
FROM `clm_users`
EXPLAIN impossible sur la requête : SHOW FULL COLUMNS FROM `clm_users`
No SHOW PROFILE (peut-être parce qu'il y a plus de 100 requêtes)
| # | Appel | Fichier et numéro de ligne |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 19 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
| 18 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:261 |
| 17 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:180 |
| 16 | Joomla\CMS\Table\Table->__construct() | JROOT/libraries/src/Table/User.php:41 |
| 15 | Joomla\CMS\Table\User->__construct() | JROOT/libraries/src/Table/Table.php:328 |
| 14 | Joomla\CMS\Table\Table::getInstance() | JROOT/libraries/src/User/User.php:603 |
| 13 | Joomla\CMS\User\User::getTable() | JROOT/libraries/src/User/User.php:877 |
| 12 | Joomla\CMS\User\User->load() | JROOT/libraries/src/User/User.php:943 |
| 11 | Joomla\CMS\User\User->__wakeup() | Même appel que celui de la ligne ci-dessous. |
| 10 | unserialize() | JROOT/libraries/src/Session/Session.php:671 |
| 9 | Joomla\CMS\Session\Session->_start() | JROOT/libraries/src/Session/Session.php:621 |
| 8 | Joomla\CMS\Session\Session->start() | JROOT/libraries/src/Session/Session.php:499 |
| 7 | Joomla\CMS\Session\Session->get() | JROOT/libraries/src/Session/Session.php:456 |
| 6 | Joomla\CMS\Session\Session->isNew() | JROOT/libraries/src/Application/CMSApplication.php:826 |
| 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 |
Temps de requête : 0.50 ms Après la dernière requête : 2.73 ms Mémoire de requête : 0.023 MB mémoire avant requête : 4.536 MB Rangées retournées : 1
SELECT *
FROM `clm_users`
WHERE `id` = 251
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | clm_users | const | PRIMARY | PRIMARY | 4 | const | 1 | |
No SHOW PROFILE (peut-être parce qu'il y a plus de 100 requêtes)
| # | Appel | Fichier et numéro de ligne |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 14 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/User.php:87 |
| 13 | Joomla\CMS\Table\User->load() | JROOT/libraries/src/User/User.php:880 |
| 12 | Joomla\CMS\User\User->load() | JROOT/libraries/src/User/User.php:943 |
| 11 | Joomla\CMS\User\User->__wakeup() | Même appel que celui de la ligne ci-dessous. |
| 10 | unserialize() | JROOT/libraries/src/Session/Session.php:671 |
| 9 | Joomla\CMS\Session\Session->_start() | JROOT/libraries/src/Session/Session.php:621 |
| 8 | Joomla\CMS\Session\Session->start() | JROOT/libraries/src/Session/Session.php:499 |
| 7 | Joomla\CMS\Session\Session->get() | JROOT/libraries/src/Session/Session.php:456 |
| 6 | Joomla\CMS\Session\Session->isNew() | JROOT/libraries/src/Application/CMSApplication.php:826 |
| 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 |
Temps de requête : 0.41 ms Après la dernière requête : 4.10 ms Mémoire de requête : 0.022 MB mémoire avant requête : 5.287 MB Rangées retournées : 1
SELECT `g`.`id`,`g`.`title`
FROM `clm_usergroups` AS g
INNER JOIN `clm_user_usergroup_map` AS m
ON m.group_id = g.id
WHERE `m`.`user_id` = 251
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m | ref | PRIMARY | PRIMARY | 4 | const | 1 | Using index |
| 1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | calice.m.group_id | 1 | |
No SHOW PROFILE (peut-être parce qu'il y a plus de 100 requêtes)
| # | Appel | Fichier et numéro de ligne |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 14 | JDatabaseDriver->loadAssocList() | JROOT/libraries/src/Table/User.php:112 |
| 13 | Joomla\CMS\Table\User->load() | JROOT/libraries/src/User/User.php:880 |
| 12 | Joomla\CMS\User\User->load() | JROOT/libraries/src/User/User.php:943 |
| 11 | Joomla\CMS\User\User->__wakeup() | Même appel que celui de la ligne ci-dessous. |
| 10 | unserialize() | JROOT/libraries/src/Session/Session.php:671 |
| 9 | Joomla\CMS\Session\Session->_start() | JROOT/libraries/src/Session/Session.php:621 |
| 8 | Joomla\CMS\Session\Session->start() | JROOT/libraries/src/Session/Session.php:499 |
| 7 | Joomla\CMS\Session\Session->get() | JROOT/libraries/src/Session/Session.php:456 |
| 6 | Joomla\CMS\Session\Session->isNew() | JROOT/libraries/src/Application/CMSApplication.php:826 |
| 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 |
Temps de requête : 0.36 ms Après la dernière requête : 6.78 ms Mémoire de requête : 0.022 MB mémoire avant requête : 5.518 MB Rangées retournées : 34
SELECT id, rules
FROM `clm_viewlevels`
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | clm_viewlevels | ALL | NULL | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 34 | |
No SHOW PROFILE (peut-être parce qu'il y a plus de 100 requêtes)
| # | Appel | Fichier et numéro de ligne |
|---|
| 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 |
Temps de requête : 0.52 ms Après la dernière requête : 4.72 ms Mémoire de requête : 0.043 MB mémoire avant requête : 5.707 MB Rangées retournées : 38
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `clm_extensions`
WHERE `type` = 'component'
AND `state` = 0
AND `enabled` = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | clm_extensions | ref | extension | extension | 82 | const | 39 | Using index condition; Using where |
| Status | Duration |
|---|
| Starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.05 ms |
| Preparing | 0.02 ms |
| Executing | 0.00 ms |
| Sending data | 0.17 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.00 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Component/ComponentHelper.php:445 |
| 16 | Joomla\CMS\Component\ComponentHelper::Joomla\CMS\Component\{closure}() | Même appel que celui de la ligne ci-dessous. |
| 15 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 14 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Component/ComponentHelper.php:453 |
| 13 | Joomla\CMS\Component\ComponentHelper::load() | JROOT/libraries/src/Component/ComponentHelper.php:519 |
| 12 | Joomla\CMS\Component\ComponentHelper::getComponents() | JROOT/libraries/src/Component/ComponentHelper.php:44 |
| 11 | Joomla\CMS\Component\ComponentHelper::getComponent() | JROOT/libraries/src/Component/ComponentHelper.php:103 |
| 10 | Joomla\CMS\Component\ComponentHelper::getParams() | JROOT/libraries/src/Access/Access.php:939 |
| 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 |
Temps de requête : 0.44 ms Après la dernière requête : 1.33 ms Mémoire de requête : 0.021 MB mémoire avant requête : 5.747 MB Rangées retournées : 3
SELECT b.id
FROM clm_user_usergroup_map AS map
LEFT JOIN clm_usergroups AS a
ON a.id = map.group_id
LEFT JOIN clm_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE map.user_id = 251
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | map | ref | PRIMARY | PRIMARY | 4 | const | 1 | Using index |
| 1 | SIMPLE | a | eq_ref | PRIMARY | PRIMARY | 4 | calice.map.group_id | 1 | |
| 1 | SIMPLE | b | ALL | idx_usergroup_nested_set_lookup | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 38 | Range checked for each record (index map: 0x10) |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.04 ms |
| Preparing | 0.04 ms |
| Executing | 0.00 ms |
| Sending data | 0.05 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.00 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 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 |
Temps de requête : 1.15 ms Après la dernière requête : 1.00 ms Mémoire de requête : 0.056 MB mémoire avant requête : 5.817 MB Rangées retournées : 235
SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM clm_extensions
WHERE enabled = 1
AND type = 'plugin'
AND state IN (0,1)
AND access IN (1,1,5,18,19)
ORDER BY ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | clm_extensions | ALL | extension | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 448 | Using where; Utilisation du tri complet de type filesort |
| Status | Duration |
|---|
| Starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.04 ms |
| Preparing | 0.02 ms |
| Sorting result | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.85 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 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}() | Même appel que celui de la ligne ci-dessous. |
| 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 |
Temps de requête : 0.48 ms Après la dernière requête : 15.92 ms Mémoire de requête : 0.021 MB mémoire avant requête : 6.754 MB Rangées retournées : 1
SELECT id, title, name, context, aliases, guest, guest_only_viewlevel, usergroups, public_viewlevel, viewlevels, configuration, options
FROM clm_cck_core_sites
WHERE published = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | clm_cck_core_sites | ALL | NULL | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 1 | Using where |
| Status | Duration |
|---|
| Starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.02 ms |
| Executing | 0.00 ms |
| Sending data | 0.07 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 10 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/cck/database.php:96 |
| 9 | JCckDatabase::loadObjectList() | JROOT/libraries/cms/cck/cck.php:171 |
| 8 | JCck::_setMultisite() | JROOT/plugins/system/cck/cck.php:46 |
| 7 | plgSystemCCK->__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 |
Temps de requête : 0.50 ms Après la dernière requête : 1.94 ms Mémoire de requête : 0.022 MB mémoire avant requête : 7.109 MB Rangées retournées : 0
SELECT extension_id
FROM clm_extensions
WHERE type = "component"
AND element = "com_cck_webservices"
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | clm_extensions | ref | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | Using where; Using index |
| Status | Duration |
|---|
| Starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.09 ms |
| Preparing | 0.02 ms |
| Executing | 0.00 ms |
| Sending data | 0.03 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 13 | JDatabaseDriver->loadResult() | JROOT/libraries/cms/cck/database.php:131 |
| 12 | JCckDatabase::loadResult() | JROOT/libraries/cms/cck/database/cache.php:64 |
| 11 | JCckDatabaseCache::loadResult() | JROOT/libraries/cms/cck/webservice.php:28 |
| 10 | JCckWebservice::_setConfig() | JROOT/libraries/cms/cck/webservice.php:45 |
| 9 | JCckWebservice::getConfig() | JROOT/plugins/system/cck/cck.php:995 |
| 8 | plgSystemCCK->_isRestApi() | JROOT/plugins/system/cck/cck.php:47 |
| 7 | plgSystemCCK->__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 |
Temps de requête : 1.09 ms Après la dernière requête : 76.20 ms Mémoire de requête : 0.025 MB mémoire avant requête : 10.039 MB Rangées retournées : 13
SHOW FULL COLUMNS
FROM `clm_cck_core`
EXPLAIN impossible sur la requête : SHOW FULL COLUMNS FROM `clm_cck_core`
| Status | Duration |
|---|
| Starting | 0.04 ms |
| checking permissions | 0.01 ms |
| closing tables | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.38 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.02 ms |
| Executing | 0.00 ms |
| Filling schema table | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| checking permissions | 0.12 ms |
| closing tables | 0.01 ms |
| checking permissions | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.07 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.00 ms |
| Removing tmp table | 0.13 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
| 14 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/cms/cck/table.php:23 |
| 13 | JCckTablePlaceholder->getFields() | JROOT/libraries/src/Table/Table.php:180 |
| 12 | Joomla\CMS\Table\Table->__construct() | JROOT/libraries/cms/cck/table.php:65 |
| 11 | JCckTable->__construct() | JROOT/libraries/cms/cck/table.php:77 |
| 10 | JCckTable::getInstance() | JROOT/libraries/cms/cck/content.php:74 |
| 9 | JCckContent->__construct() | JROOT/libraries/dbc/content.php:81 |
| 8 | DumbContentCck_Site::getInstance() | JROOT/plugins/system/dbc/dbc.php:40 |
| 7 | plgSystemDbc->__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 |
Temps de requête : 0.82 ms Après la dernière requête : 8.00 ms Mémoire de requête : 0.022 MB mémoire avant requête : 10.434 MB Rangées retournées : 1
SELECT a.id AS id, a.cck AS cck, a.pk AS pk, a.storage_location as storage_location, a.storage_table as storage_table, b.id AS type_id, b.parent AS parent, b.permissions AS permissions
FROM clm_cck_core AS a JOIN clm_cck_core_types AS b
ON b.name = a.cck
WHERE a.storage_location = "cck_site"
AND a.pk = 501
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | ref | idx_cck,idx_pk | idx_pk | 4 | const | 2 | Using where |
| 1 | SIMPLE | b | eq_ref | name | name | 202 | calice.a.cck | 1 | |
| Status | Duration |
|---|
| Starting | 0.08 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.17 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.03 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.08 ms |
| Preparing | 0.03 ms |
| Executing | 0.01 ms |
| Sending data | 0.08 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 13 | JDatabaseDriver->loadObject() | JROOT/libraries/cms/cck/database.php:85 |
| 12 | JCckDatabase::loadObject() | JROOT/libraries/cms/cck/content.php:2208 |
| 11 | JCckContent->_setContentById() | JROOT/libraries/cms/cck/content.php:797 |
| 10 | JCckContent->load() | JROOT/libraries/dbc/content.php:133 |
| 9 | DumbContentCck_Site->load() | JROOT/libraries/dbc/content.php:84 |
| 8 | DumbContentCck_Site::getInstance() | JROOT/plugins/system/dbc/dbc.php:40 |
| 7 | plgSystemDbc->__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 |
Temps de requête : 0.46 ms Après la dernière requête : 0.40 ms Mémoire de requête : 0.022 MB mémoire avant requête : 10.445 MB Rangées retournées : 1
SELECT *
FROM clm_cck_core
WHERE `id` = '46'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | clm_cck_core | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.03 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.04 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.02 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 13 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:747 |
| 12 | Joomla\CMS\Table\Table->load() | JROOT/libraries/cms/cck/table.php:88 |
| 11 | JCckTable->load() | JROOT/libraries/cms/cck/content.php:802 |
| 10 | JCckContent->load() | JROOT/libraries/dbc/content.php:133 |
| 9 | DumbContentCck_Site->load() | JROOT/libraries/dbc/content.php:84 |
| 8 | DumbContentCck_Site::getInstance() | JROOT/plugins/system/dbc/dbc.php:40 |
| 7 | plgSystemDbc->__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 |
Temps de requête : 1.20 ms Après la dernière requête : 0.77 ms Mémoire de requête : 0.028 MB mémoire avant requête : 10.480 MB Rangées retournées : 21
SHOW FULL COLUMNS
FROM `clm_cck_core_sites`
EXPLAIN impossible sur la requête : SHOW FULL COLUMNS FROM `clm_cck_core_sites`
| Status | Duration |
|---|
| Starting | 0.04 ms |
| checking permissions | 0.01 ms |
| closing tables | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.35 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.02 ms |
| Executing | 0.00 ms |
| Filling schema table | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| checking permissions | 0.16 ms |
| closing tables | 0.01 ms |
| checking permissions | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.11 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.00 ms |
| Removing tmp table | 0.12 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
| 17 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:261 |
| 16 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:180 |
| 15 | Joomla\CMS\Table\Table->__construct() | JROOT/administrator/components/com_cck/tables/site.php:19 |
| 14 | CCK_TableSite->__construct() | JROOT/libraries/src/Table/Table.php:328 |
| 13 | Joomla\CMS\Table\Table::getInstance() | JROOT/libraries/cms/cck/content.php:201 |
| 12 | JCckContent->setInstanceBase() | JROOT/libraries/cms/cck/content.php:189 |
| 11 | JCckContent->setInstance() | JROOT/libraries/cms/cck/content.php:809 |
| 10 | JCckContent->load() | JROOT/libraries/dbc/content.php:133 |
| 9 | DumbContentCck_Site->load() | JROOT/libraries/dbc/content.php:84 |
| 8 | DumbContentCck_Site::getInstance() | JROOT/plugins/system/dbc/dbc.php:40 |
| 7 | plgSystemDbc->__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 |
Temps de requête : 0.42 ms Après la dernière requête : 0.18 ms Mémoire de requête : 0.022 MB mémoire avant requête : 10.516 MB Rangées retournées : 1
SELECT *
FROM clm_cck_core_sites
WHERE `id` = '501'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | clm_cck_core_sites | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.03 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.08 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.02 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 13 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:747 |
| 12 | Joomla\CMS\Table\Table->load() | JROOT/libraries/cms/cck/content.php:191 |
| 11 | JCckContent->setInstance() | JROOT/libraries/cms/cck/content.php:809 |
| 10 | JCckContent->load() | JROOT/libraries/dbc/content.php:133 |
| 9 | DumbContentCck_Site->load() | JROOT/libraries/dbc/content.php:84 |
| 8 | DumbContentCck_Site::getInstance() | JROOT/plugins/system/dbc/dbc.php:40 |
| 7 | plgSystemDbc->__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 |
Temps de requête : 1.48 ms Après la dernière requête : 0.10 ms Mémoire de requête : 0.029 MB mémoire avant requête : 10.520 MB Rangées retournées : 137
SHOW TABLES
EXPLAIN impossible sur la requête : SHOW TABLES
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Filling schema table | 0.01 ms |
| checking permissions | 0.89 ms |
| Executing | 0.01 ms |
| Sending data | 0.19 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.00 ms |
| Removing tmp table | 0.01 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 17 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/database/driver/mysqli.php:505 |
| 16 | JDatabaseDriverMysqli->getTableList() | JROOT/libraries/cms/cck/database.php:164 |
| 15 | JCckDatabase::getTableList() | JROOT/libraries/cms/cck/database/cache.php:90 |
| 14 | JCckDatabaseCache::getTableList() | JROOT/libraries/cms/cck/content.php:1352 |
| 13 | JCckContent->hasTable() | JROOT/libraries/cms/cck/content.php:212 |
| 12 | JCckContent->setInstanceMore() | JROOT/libraries/cms/cck/content.php:189 |
| 11 | JCckContent->setInstance() | JROOT/libraries/cms/cck/content.php:817 |
| 10 | JCckContent->load() | JROOT/libraries/dbc/content.php:133 |
| 9 | DumbContentCck_Site->load() | JROOT/libraries/dbc/content.php:84 |
| 8 | DumbContentCck_Site::getInstance() | JROOT/plugins/system/dbc/dbc.php:40 |
| 7 | plgSystemDbc->__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 |
Temps de requête : 1.03 ms Après la dernière requête : 0.26 ms Mémoire de requête : 0.027 MB mémoire avant requête : 10.549 MB Rangées retournées : 14
SHOW FULL COLUMNS
FROM `clm_cck_store_form_dbc_site`
EXPLAIN impossible sur la requête : SHOW FULL COLUMNS FROM `clm_cck_store_form_dbc_site`
| Status | Duration |
|---|
| Starting | 0.04 ms |
| checking permissions | 0.01 ms |
| closing tables | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.33 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.02 ms |
| Executing | 0.00 ms |
| Filling schema table | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| checking permissions | 0.12 ms |
| closing tables | 0.01 ms |
| checking permissions | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.06 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.00 ms |
| Removing tmp table | 0.12 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
| 17 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/cms/cck/table.php:23 |
| 16 | JCckTablePlaceholder->getFields() | JROOT/libraries/src/Table/Table.php:180 |
| 15 | Joomla\CMS\Table\Table->__construct() | JROOT/libraries/cms/cck/table.php:65 |
| 14 | JCckTable->__construct() | JROOT/libraries/cms/cck/table.php:77 |
| 13 | JCckTable::getInstance() | JROOT/libraries/cms/cck/content.php:216 |
| 12 | JCckContent->setInstanceMore() | JROOT/libraries/cms/cck/content.php:189 |
| 11 | JCckContent->setInstance() | JROOT/libraries/cms/cck/content.php:817 |
| 10 | JCckContent->load() | JROOT/libraries/dbc/content.php:133 |
| 9 | DumbContentCck_Site->load() | JROOT/libraries/dbc/content.php:84 |
| 8 | DumbContentCck_Site::getInstance() | JROOT/plugins/system/dbc/dbc.php:40 |
| 7 | plgSystemDbc->__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 |
Temps de requête : 0.35 ms Après la dernière requête : 0.23 ms Mémoire de requête : 0.023 MB mémoire avant requête : 10.576 MB Rangées retournées : 1
SELECT *
FROM clm_cck_store_form_dbc_site
WHERE `id` = '501'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | clm_cck_store_form_dbc_site | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.03 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.04 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.02 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 14 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:747 |
| 13 | Joomla\CMS\Table\Table->load() | JROOT/libraries/cms/cck/table.php:88 |
| 12 | JCckTable->load() | JROOT/libraries/cms/cck/content.php:191 |
| 11 | JCckContent->setInstance() | JROOT/libraries/cms/cck/content.php:817 |
| 10 | JCckContent->load() | JROOT/libraries/dbc/content.php:133 |
| 9 | DumbContentCck_Site->load() | JROOT/libraries/dbc/content.php:84 |
| 8 | DumbContentCck_Site::getInstance() | JROOT/plugins/system/dbc/dbc.php:40 |
| 7 | plgSystemDbc->__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 |
Temps de requête : 0.98 ms Après la dernière requête : 0.11 ms Mémoire de requête : 0.026 MB mémoire avant requête : 10.582 MB Rangées retournées : 11
SHOW FULL COLUMNS
FROM `clm_cck_store_item_cck_core_sites`
EXPLAIN impossible sur la requête : SHOW FULL COLUMNS FROM `clm_cck_store_item_cck_core_sites`
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.01 ms |
| closing tables | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.36 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Filling schema table | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| checking permissions | 0.09 ms |
| closing tables | 0.01 ms |
| checking permissions | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.07 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Removing tmp table | 0.11 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
| 17 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/cms/cck/table.php:23 |
| 16 | JCckTablePlaceholder->getFields() | JROOT/libraries/src/Table/Table.php:180 |
| 15 | Joomla\CMS\Table\Table->__construct() | JROOT/libraries/cms/cck/table.php:65 |
| 14 | JCckTable->__construct() | JROOT/libraries/cms/cck/table.php:77 |
| 13 | JCckTable::getInstance() | JROOT/libraries/cms/cck/content.php:249 |
| 12 | JCckContent->setInstanceMore2() | JROOT/libraries/cms/cck/content.php:189 |
| 11 | JCckContent->setInstance() | JROOT/libraries/cms/cck/content.php:819 |
| 10 | JCckContent->load() | JROOT/libraries/dbc/content.php:133 |
| 9 | DumbContentCck_Site->load() | JROOT/libraries/dbc/content.php:84 |
| 8 | DumbContentCck_Site::getInstance() | JROOT/plugins/system/dbc/dbc.php:40 |
| 7 | plgSystemDbc->__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 |
Temps de requête : 0.38 ms Après la dernière requête : 0.16 ms Mémoire de requête : 0.023 MB mémoire avant requête : 10.605 MB Rangées retournées : 1
SELECT *
FROM clm_cck_store_item_cck_core_sites
WHERE `id` = '501'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | clm_cck_store_item_cck_core_sites | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.04 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.02 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 14 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:747 |
| 13 | Joomla\CMS\Table\Table->load() | JROOT/libraries/cms/cck/table.php:88 |
| 12 | JCckTable->load() | JROOT/libraries/cms/cck/content.php:191 |
| 11 | JCckContent->setInstance() | JROOT/libraries/cms/cck/content.php:819 |
| 10 | JCckContent->load() | JROOT/libraries/dbc/content.php:133 |
| 9 | DumbContentCck_Site->load() | JROOT/libraries/dbc/content.php:84 |
| 8 | DumbContentCck_Site::getInstance() | JROOT/plugins/system/dbc/dbc.php:40 |
| 7 | plgSystemDbc->__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 |
Temps de requête : 0.45 ms Après la dernière requête : 2.64 ms Mémoire de requête : 0.022 MB mémoire avant requête : 10.706 MB Rangées retournées : 1
SELECT internal_name
FROM clm_cck_store_item_cck_core_sites
WHERE id = 501
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | clm_cck_store_item_cck_core_sites | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.08 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.04 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 14 | JDatabaseDriver->loadResult() | JROOT/libraries/cms/cck/database.php:131 |
| 13 | JCckDatabase::loadResult() | JROOT/libraries/dbc/content.php:212 |
| 12 | DumbContentCck_Site->setSiteInternalMixinFolders() | JROOT/libraries/dbc/content.php:106 |
| 11 | DumbContentCck_Site->getMixinFolders() | JROOT/libraries/dbc/content.php:144 |
| 10 | DumbContentCck_Site->loadMixins() | JROOT/libraries/dbc/content.php:136 |
| 9 | DumbContentCck_Site->load() | JROOT/libraries/dbc/content.php:84 |
| 8 | DumbContentCck_Site::getInstance() | JROOT/plugins/system/dbc/dbc.php:40 |
| 7 | plgSystemDbc->__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 |
Temps de requête : 1.85 ms Après la dernière requête : 39.19 ms Mémoire de requête : 0.093 MB mémoire avant requête : 11.931 MB Rangées retournées : 60
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 clm_menu AS m
LEFT JOIN clm_extensions AS e
ON m.component_id = e.extension_id
WHERE m.published = 1
AND m.parent_id > 0
AND m.client_id = 0
ORDER BY m.lft
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m | ref | idx_client_id_parent_id_alias_language | idx_client_id_parent_id_alias_language | 1 | const | 71 | Using index condition; Using where; Utilisation du tri complet de type filesort |
| 1 | SIMPLE | e | eq_ref | PRIMARY | PRIMARY | 4 | calice.m.component_id | 1 | Using where |
| Status | Duration |
|---|
| Starting | 0.11 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.04 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.07 ms |
| Preparing | 0.08 ms |
| Sorting result | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.02 ms |
| Creating sort index | 1.11 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 22 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Menu/SiteMenu.php:93 |
| 21 | Joomla\CMS\Menu\SiteMenu->Joomla\CMS\Menu\{closure}() | Même appel que celui de la ligne ci-dessous. |
| 20 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 19 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Menu/SiteMenu.php:101 |
| 18 | Joomla\CMS\Menu\SiteMenu->load() | JROOT/libraries/src/Menu/AbstractMenu.php:78 |
| 17 | Joomla\CMS\Menu\AbstractMenu->__construct() | JROOT/libraries/src/Menu/SiteMenu.php:62 |
| 16 | Joomla\CMS\Menu\SiteMenu->__construct() | JROOT/libraries/src/Menu/AbstractMenu.php:142 |
| 15 | Joomla\CMS\Menu\AbstractMenu::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:417 |
| 14 | Joomla\CMS\Application\CMSApplication->getMenu() | JROOT/libraries/src/Application/SiteApplication.php:275 |
| 13 | Joomla\CMS\Application\SiteApplication->getMenu() | JROOT/libraries/src/Router/SiteRouter.php:65 |
| 12 | Joomla\CMS\Router\SiteRouter->__construct() | JROOT/libraries/src/Router/Router.php:189 |
| 11 | Joomla\CMS\Router\Router::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:533 |
| 10 | Joomla\CMS\Application\CMSApplication::getRouter() | JROOT/libraries/src/Application/SiteApplication.php:403 |
| 9 | Joomla\CMS\Application\SiteApplication::getRouter() | JROOT/plugins/system/cck/cck.php:227 |
| 8 | plgSystemCCK->onAfterInitialise() | 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 |
Temps de requête : 0.55 ms Après la dernière requête : 1.42 ms Mémoire de requête : 0.022 MB mémoire avant requête : 12.161 MB Rangées retournées : 1
SELECT *
FROM `clm_users`
WHERE `id` = 251
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | clm_users | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.03 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.05 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.03 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.03 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 12 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/User.php:87 |
| 11 | Joomla\CMS\Table\User->load() | JROOT/libraries/src/User/User.php:880 |
| 10 | Joomla\CMS\User\User->load() | JROOT/libraries/src/User/User.php:248 |
| 9 | Joomla\CMS\User\User->__construct() | JROOT/plugins/system/cck/cck.php:395 |
| 8 | plgSystemCCK->onAfterInitialise() | 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 |
Temps de requête : 0.50 ms Après la dernière requête : 0.14 ms Mémoire de requête : 0.022 MB mémoire avant requête : 12.170 MB Rangées retournées : 1
SELECT `g`.`id`,`g`.`title`
FROM `clm_usergroups` AS g
INNER JOIN `clm_user_usergroup_map` AS m
ON m.group_id = g.id
WHERE `m`.`user_id` = 251
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m | ref | PRIMARY | PRIMARY | 4 | const | 1 | Using index |
| 1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | calice.m.group_id | 1 | |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.08 ms |
| Preparing | 0.04 ms |
| Executing | 0.01 ms |
| Sending data | 0.04 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 12 | JDatabaseDriver->loadAssocList() | JROOT/libraries/src/Table/User.php:112 |
| 11 | Joomla\CMS\Table\User->load() | JROOT/libraries/src/User/User.php:880 |
| 10 | Joomla\CMS\User\User->load() | JROOT/libraries/src/User/User.php:248 |
| 9 | Joomla\CMS\User\User->__construct() | JROOT/plugins/system/cck/cck.php:395 |
| 8 | plgSystemCCK->onAfterInitialise() | 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 |
Temps de requête : 0.64 ms Après la dernière requête : 1.77 ms Mémoire de requête : 0.022 MB mémoire avant requête : 12.201 MB Rangées retournées : 1
SELECT extension_id
FROM clm_extensions
WHERE type = "component"
AND element = "com_cck_toolbox"
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | clm_extensions | ref | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | Using where; Using index |
| Status | Duration |
|---|
| Starting | 0.07 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.03 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.11 ms |
| Preparing | 0.03 ms |
| Executing | 0.01 ms |
| Sending data | 0.05 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 12 | JDatabaseDriver->loadResult() | JROOT/libraries/cms/cck/database.php:131 |
| 11 | JCckDatabase::loadResult() | JROOT/libraries/cms/cck/database/cache.php:64 |
| 10 | JCckDatabaseCache::loadResult() | JROOT/libraries/cms/cck/toolbox.php:26 |
| 9 | JCckToolbox::getConfig() | JROOT/plugins/system/cck/cck.php:415 |
| 8 | plgSystemCCK->onAfterInitialise() | 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 |
Temps de requête : 0.70 ms Après la dernière requête : 0.10 ms Mémoire de requête : 0.025 MB mémoire avant requête : 12.207 MB Rangées retournées : 60
SELECT type, scriptfile, options
FROM clm_cck_more_processings
WHERE published = 1
ORDER BY ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | clm_cck_more_processings | ALL | NULL | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 60 | Using where; Utilisation du tri complet de type filesort |
| Status | Duration |
|---|
| Starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.02 ms |
| Preparing | 0.02 ms |
| Sorting result | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.30 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/cck/database.php:108 |
| 11 | JCckDatabase::loadObjectListArray() | JROOT/libraries/cms/cck/database/cache.php:51 |
| 10 | JCckDatabaseCache::loadObjectListArray() | JROOT/libraries/cms/cck/toolbox.php:256 |
| 9 | JCckToolbox::process() | JROOT/plugins/system/cck/cck.php:416 |
| 8 | plgSystemCCK->onAfterInitialise() | 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 |
Temps de requête : 0.63 ms Après la dernière requête : 23.25 ms Mémoire de requête : 0.021 MB mémoire avant requête : 13.882 MB Rangées retournées : 1
SELECT custom_data
FROM clm_extensions
WHERE element = 'yooessentials'
AND folder = 'system'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | clm_extensions | ref | element_clientid,element_folder_clientid | element_clientid | 402 | const | 1 | Using index condition; Using where |
| Status | Duration |
|---|
| Starting | 0.07 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.03 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.10 ms |
| Preparing | 0.03 ms |
| Executing | 0.01 ms |
| Sending data | 0.07 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 10 | JDatabaseDriver->loadObject() | JROOT/plugins/system/yooessentials/helper.php:153 |
| 9 | plgSystemYooessentialsHelper::fetchConfig() | JROOT/plugins/system/yooessentials/yooessentials.php:58 |
| 8 | plgSystemYooessentials->onAfterInitialise() | 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 |
Temps de requête : 3.03 ms Après la dernière requête : 128.03 ms Mémoire de requête : 0.206 MB mémoire avant requête : 15.810 MB Rangées retournées : 326
SELECT id, home, template, s.params
FROM clm_template_styles as s
LEFT JOIN clm_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
WHERE s.client_id = 0
AND e.enabled = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | e | ref | element_clientid,element_folder_clientid,extension | extension | 82 | const | 21 | Using index condition; Using where |
| 1 | SIMPLE | s | ref | idx_template,idx_client_id,idx_client_id_home | idx_template | 202 | calice.e.element | 7 | Using index condition; Using where |
| Status | Duration |
|---|
| Starting | 0.12 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.04 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.06 ms |
| Optimizing | 0.05 ms |
| Statistics | 0.18 ms |
| Preparing | 0.07 ms |
| Executing | 0.01 ms |
| Sending data | 2.17 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Application/SiteApplication.php:486 |
| 14 | Joomla\CMS\Application\SiteApplication->getTemplate() | JROOT/templates/yootheme/packages/theme-joomla/src/ThemeLoader.php:97 |
| 13 | YOOtheme\Theme\Joomla\ThemeLoader::getTemplate() | JROOT/templates/yootheme/packages/theme-joomla/src/ThemeLoader.php:33 |
| 12 | YOOtheme\Theme\Joomla\ThemeLoader::initTheme() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 11 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/application/src/Application/EventLoader.php:59 |
| 10 | YOOtheme\Application\EventLoader->YOOtheme\Application\{closure}() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:115 |
| 9 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:45 |
| 8 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/packages/platform-joomla/src/Dispatcher.php:66 |
| 7 | YOOtheme\Joomla\Dispatcher->YOOtheme\Joomla\{closure}() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Temps de requête : 0.65 ms Après la dernière requête : 26.28 ms Mémoire de requête : 0.028 MB mémoire avant requête : 16.524 MB Rangées retournées : 1
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `clm_extensions`
WHERE `type` = 'library'
AND `element` = 'joomla'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | clm_extensions | ref | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | Using index condition |
| Status | Duration |
|---|
| Starting | 0.07 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.03 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.11 ms |
| Preparing | 0.03 ms |
| Executing | 0.01 ms |
| Sending data | 0.06 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.02 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 29 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 28 | JDatabaseDriver->loadObject() | JROOT/libraries/src/Helper/LibraryHelper.php:167 |
| 27 | Joomla\CMS\Helper\LibraryHelper::Joomla\CMS\Helper\{closure}() | Même appel que celui de la ligne ci-dessous. |
| 26 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 25 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/LibraryHelper.php:175 |
| 24 | Joomla\CMS\Helper\LibraryHelper::loadLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:43 |
| 23 | Joomla\CMS\Helper\LibraryHelper::getLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:90 |
| 22 | Joomla\CMS\Helper\LibraryHelper::getParams() | JROOT/libraries/src/Version.php:321 |
| 21 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
| 20 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
| 19 | Joomla\CMS\Factory::getDocument() | JROOT/templates/yootheme_site/modules/clm-cart/src/ClmCartListener.php:22 |
| 18 | ClmCartListener::initTheme() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 17 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/application/src/Application/EventLoader.php:59 |
| 16 | YOOtheme\Application\EventLoader->YOOtheme\Application\{closure}() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:115 |
| 15 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:45 |
| 14 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/packages/utils/src/Event.php:47 |
| 13 | YOOtheme\Event::emit() | JROOT/templates/yootheme/packages/theme-joomla/src/ThemeLoader.php:38 |
| 12 | YOOtheme\Theme\Joomla\ThemeLoader::initTheme() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 11 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/application/src/Application/EventLoader.php:59 |
| 10 | YOOtheme\Application\EventLoader->YOOtheme\Application\{closure}() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:115 |
| 9 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:45 |
| 8 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/packages/platform-joomla/src/Dispatcher.php:66 |
| 7 | YOOtheme\Joomla\Dispatcher->YOOtheme\Joomla\{closure}() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Temps de requête : 0.59 ms Après la dernière requête : 0.19 ms Mémoire de requête : 0.010 MB mémoire avant requête : 16.520 MB
UPDATE `clm_extensions`
SET `params` = '{\"mediaversion\":\"c03b72715e56ff2460384f11d46de7f5\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
EXPLAIN impossible sur la requête : UPDATE `clm_extensions`
SET `params` = '{\"mediaversion\":\"c03b72715e56ff2460384f11d46de7f5\"}'
WHERE `type` = 'library' AND `element` = 'joomla'
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init for update | 0.11 ms |
| Updating | 0.13 ms |
| End of update loop | 0.01 ms |
| Waiting for query cache lock | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.06 ms |
| Query end | 0.01 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Helper/LibraryHelper.php:117 |
| 23 | Joomla\CMS\Helper\LibraryHelper::saveParams() | JROOT/libraries/src/Version.php:372 |
| 22 | Joomla\CMS\Version->setMediaVersion() | JROOT/libraries/src/Version.php:331 |
| 21 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
| 20 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
| 19 | Joomla\CMS\Factory::getDocument() | JROOT/templates/yootheme_site/modules/clm-cart/src/ClmCartListener.php:22 |
| 18 | ClmCartListener::initTheme() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 17 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/application/src/Application/EventLoader.php:59 |
| 16 | YOOtheme\Application\EventLoader->YOOtheme\Application\{closure}() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:115 |
| 15 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:45 |
| 14 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/packages/utils/src/Event.php:47 |
| 13 | YOOtheme\Event::emit() | JROOT/templates/yootheme/packages/theme-joomla/src/ThemeLoader.php:38 |
| 12 | YOOtheme\Theme\Joomla\ThemeLoader::initTheme() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 11 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/application/src/Application/EventLoader.php:59 |
| 10 | YOOtheme\Application\EventLoader->YOOtheme\Application\{closure}() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:115 |
| 9 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:45 |
| 8 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/packages/platform-joomla/src/Dispatcher.php:66 |
| 7 | YOOtheme\Joomla\Dispatcher->YOOtheme\Joomla\{closure}() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Temps de requête : 0.60 ms Après la dernière requête : 13.46 ms Mémoire de requête : 0.035 MB mémoire avant requête : 16.882 MB Rangées retournées : 1
SELECT custom_data
FROM clm_extensions
WHERE element = 'yooessentials'
AND folder = 'system'
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | clm_extensions | ref | element_clientid,element_folder_clientid | element_clientid | 402 | const | 1 | Using index condition; Using where |
| Status | Duration |
|---|
| Starting | 0.07 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.03 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.09 ms |
| Preparing | 0.03 ms |
| Executing | 0.01 ms |
| Sending data | 0.05 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 46 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 45 | JDatabaseDriver->loadAssoc() | JROOT/plugins/system/yooessentials/modules/core-joomla/src/Database.php:52 |
| 44 | ZOOlanders\YOOessentials\Joomla\Database->fetchAssoc() | JROOT/plugins/system/yooessentials/modules/core-joomla/src/ConfigRepository.php:52 |
| 43 | ZOOlanders\YOOessentials\Joomla\ConfigRepository->load() | JROOT/plugins/system/yooessentials/modules/core/src/Config.php:23 |
| 42 | ZOOlanders\YOOessentials\Config->__construct() | Même appel que celui de la ligne ci-dessous. |
| 41 | ReflectionClass->newInstanceArgs() | JROOT/templates/yootheme/packages/container/src/Container/Service.php:184 |
| 40 | YOOtheme\Container\Service->resolveClass() | JROOT/templates/yootheme/packages/container/src/Container/Service.php:156 |
| 39 | YOOtheme\Container\Service->resolveInstance() | JROOT/templates/yootheme/packages/container/src/Container.php:343 |
| 38 | YOOtheme\Container->resolveService() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 37 | YOOtheme\Application->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:124 |
| 36 | YOOtheme\HookCollection->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:30 |
| 35 | YOOtheme\HookCollection->call() | JROOT/templates/yootheme/packages/utils/src/Hook.php:17 |
| 34 | YOOtheme\Hook::call() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 33 | YOOtheme\Application->resolveService() | JROOT/templates/yootheme/packages/container/src/Container.php:315 |
| 32 | YOOtheme\Container->resolve() | JROOT/templates/yootheme/packages/container/src/Container.php:91 |
| 31 | YOOtheme\Container->get() | JROOT/templates/yootheme/packages/container/src/Container/ParameterResolver.php:84 |
| 30 | YOOtheme\Container\ParameterResolver->resolveDependencies() | JROOT/templates/yootheme/packages/container/src/Container/ParameterResolver.php:33 |
| 29 | YOOtheme\Container\ParameterResolver->resolve() | JROOT/templates/yootheme/packages/container/src/Container/Service.php:182 |
| 28 | YOOtheme\Container\Service->resolveClass() | JROOT/templates/yootheme/packages/container/src/Container/Service.php:156 |
| 27 | YOOtheme\Container\Service->resolveInstance() | JROOT/templates/yootheme/packages/container/src/Container.php:343 |
| 26 | YOOtheme\Container->resolveService() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 25 | YOOtheme\Application->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:124 |
| 24 | YOOtheme\HookCollection->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:30 |
| 23 | YOOtheme\HookCollection->call() | JROOT/templates/yootheme/packages/utils/src/Hook.php:17 |
| 22 | YOOtheme\Hook::call() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 21 | YOOtheme\Application->resolveService() | JROOT/templates/yootheme/packages/container/src/Container.php:315 |
| 20 | YOOtheme\Container->resolve() | JROOT/templates/yootheme/packages/container/src/Container.php:91 |
| 19 | YOOtheme\Container->get() | JROOT/templates/yootheme/packages/container/src/Container.php:230 |
| 18 | YOOtheme\Container->callback() | JROOT/templates/yootheme/packages/container/src/Container.php:252 |
| 17 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/application/src/Application/EventLoader.php:59 |
| 16 | YOOtheme\Application\EventLoader->YOOtheme\Application\{closure}() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:115 |
| 15 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:45 |
| 14 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/packages/utils/src/Event.php:47 |
| 13 | YOOtheme\Event::emit() | JROOT/templates/yootheme/packages/theme-joomla/src/ThemeLoader.php:38 |
| 12 | YOOtheme\Theme\Joomla\ThemeLoader::initTheme() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 11 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/application/src/Application/EventLoader.php:59 |
| 10 | YOOtheme\Application\EventLoader->YOOtheme\Application\{closure}() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:115 |
| 9 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:45 |
| 8 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/packages/platform-joomla/src/Dispatcher.php:66 |
| 7 | YOOtheme\Joomla\Dispatcher->YOOtheme\Joomla\{closure}() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Temps de requête : 0.62 ms Après la dernière requête : 44.91 ms Mémoire de requête : 0.020 MB mémoire avant requête : 17.743 MB Rangées retournées : 2
SELECT *
FROM clm_languages
WHERE published=1
ORDER BY ordering ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | clm_languages | ALL | NULL | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 2 | Using where; Utilisation du tri complet de type filesort |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.04 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.03 ms |
| Preparing | 0.02 ms |
| Sorting result | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.02 ms |
| Creating sort index | 0.11 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 7 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 6 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Language/LanguageHelper.php:150 |
| 5 | Joomla\CMS\Language\LanguageHelper::getLanguages() | JROOT/libraries/src/Application/SiteApplication.php:330 |
| 4 | Joomla\CMS\Application\SiteApplication->getParams() | JROOT/libraries/src/Application/SiteApplication.php:138 |
| 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 |
Temps de requête : 1.29 ms Après la dernière requête : 7.67 ms Mémoire de requête : 0.028 MB mémoire avant requête : 17.882 MB Rangées retournées : 38
SELECT `id`,`name`,`rules`,`parent_id`
FROM `clm_assets`
WHERE `name` IN ('root.1','com_actionlogs','com_admin','com_ajax','com_associations','com_banners','com_cache','com_categories','com_cck','com_cck_exporter','com_cck_toolbox','com_checkin','com_config','com_contact','com_content','com_contenthistory','com_cpanel','com_fields','com_finder','com_installer','com_jce','com_joomlaupdate','com_languages','com_login','com_mailto','com_media','com_menus','com_messages','com_modules','com_newsfeeds','com_plugins','com_postinstall','com_privacy','com_redirect','com_search','com_tags','com_templates','com_users','com_wrapper')
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | clm_assets | range | idx_asset_name | idx_asset_name | 202 | NULL | 39 | Using index condition |
| Status | Duration |
|---|
| Starting | 0.11 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.06 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.21 ms |
| Preparing | 0.03 ms |
| Executing | 0.01 ms |
| Sending data | 0.53 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Access/Access.php:429 |
| 15 | Joomla\CMS\Access\Access::preloadComponents() | JROOT/libraries/src/Access/Access.php:213 |
| 14 | Joomla\CMS\Access\Access::preload() | JROOT/libraries/src/Access/Access.php:531 |
| 13 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/User/User.php:389 |
| 12 | Joomla\CMS\User\User->authorise() | JROOT/components/com_content/models/article.php:58 |
| 11 | ContentModelArticle->populateState() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:457 |
| 10 | Joomla\CMS\MVC\Model\BaseDatabaseModel->getState() | JROOT/components/com_content/models/article.php:251 |
| 9 | ContentModelArticle->hit() | JROOT/components/com_content/controller.php:113 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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 |
Temps de requête : 7.27 ms Après la dernière requête : 1.83 ms Mémoire de requête : 0.458 MB mémoire avant requête : 17.958 MB Rangées retournées : 3787
SELECT `id`,`name`,`rules`,`parent_id`
FROM `clm_assets`
WHERE `name` LIKE 'com_content.%' OR `name` = 'com_content' OR `parent_id` = 0
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | clm_assets | ALL | idx_asset_name,idx_parent_id | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 4131 | Using where |
| Status | Duration |
|---|
| Starting | 0.07 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.03 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.12 ms |
| Preparing | 0.04 ms |
| Executing | 0.01 ms |
| Sending data | 6.61 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Access/Access.php:359 |
| 16 | Joomla\CMS\Access\Access::preloadPermissions() | JROOT/libraries/src/Access/Access.php:226 |
| 15 | Joomla\CMS\Access\Access::preload() | JROOT/libraries/src/Access/Access.php:540 |
| 14 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
| 13 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
| 12 | Joomla\CMS\User\User->authorise() | JROOT/components/com_content/models/article.php:58 |
| 11 | ContentModelArticle->populateState() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:457 |
| 10 | Joomla\CMS\MVC\Model\BaseDatabaseModel->getState() | JROOT/components/com_content/models/article.php:251 |
| 9 | ContentModelArticle->hit() | JROOT/components/com_content/controller.php:113 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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 |
Temps de requête : 2.04 ms Après la dernière requête : 6.03 ms Mémoire de requête : 0.031 MB mémoire avant requête : 20.714 MB Rangées retournées : 31
SHOW FULL COLUMNS
FROM `clm_content`
EXPLAIN impossible sur la requête : SHOW FULL COLUMNS FROM `clm_content`
| Status | Duration |
|---|
| Starting | 0.05 ms |
| checking permissions | 0.01 ms |
| closing tables | 0.00 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.48 ms |
| After opening tables | 0.02 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Filling schema table | 0.02 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| checking permissions | 0.40 ms |
| closing tables | 0.01 ms |
| checking permissions | 0.24 ms |
| Executing | 0.01 ms |
| Sending data | 0.12 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.00 ms |
| Removing tmp table | 0.26 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.02 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
| 14 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:261 |
| 13 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:180 |
| 12 | Joomla\CMS\Table\Table->__construct() | JROOT/libraries/src/Table/Content.php:39 |
| 11 | Joomla\CMS\Table\Content->__construct() | JROOT/libraries/src/Table/Table.php:328 |
| 10 | Joomla\CMS\Table\Table::getInstance() | JROOT/components/com_content/models/article.php:253 |
| 9 | ContentModelArticle->hit() | JROOT/components/com_content/controller.php:113 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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 |
Temps de requête : 2.35 ms Après la dernière requête : 6.98 ms Mémoire de requête : 0.005 MB mémoire avant requête : 20.994 MB
UPDATE clm_content
SET `hits` = (`hits` + 1)
WHERE `id` = '144'
EXPLAIN impossible sur la requête : UPDATE clm_content
SET `hits` = (`hits` + 1)
WHERE `id` = '144'
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init for update | 0.08 ms |
| Updating | 1.81 ms |
| End of update loop | 0.01 ms |
| Waiting for query cache lock | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.05 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.01 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Table/Table.php:1264 |
| 10 | Joomla\CMS\Table\Table->hit() | JROOT/components/com_content/models/article.php:254 |
| 9 | ContentModelArticle->hit() | JROOT/components/com_content/controller.php:113 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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 |
Temps de requête : 1.21 ms Après la dernière requête : 4.72 ms Mémoire de requête : 0.117 MB mémoire avant requête : 21.148 MB Rangées retournées : 1
SELECT a.id, a.asset_id, a.title, a.alias, a.introtext, a.fulltext, a.state, a.catid, a.created, a.created_by, a.created_by_alias,
CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference,c.title AS category_title, c.alias AS category_alias, c.access AS category_access,u.name AS author,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count
FROM clm_content AS a
INNER JOIN clm_categories AS c
on c.id = a.catid
LEFT JOIN clm_users AS u
on u.id = a.created_by
LEFT JOIN clm_categories as parent
ON parent.id = c.parent_id
LEFT JOIN clm_content_rating AS v
ON a.id = v.content_id
WHERE a.id = 144
AND c.published > 0
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2025-12-08 07:29:22')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2025-12-08 07:29:22')
AND (a.state = 1 OR a.state =2)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | const | PRIMARY,idx_state,idx_catid | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | c | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | u | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | parent | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | v | const | PRIMARY | PRIMARY | 4 | const | 0 | Unique row not found |
| Status | Duration |
|---|
| Starting | 0.24 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.07 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.09 ms |
| Optimizing | 0.08 ms |
| Statistics | 0.23 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.17 ms |
| End of update loop | 0.02 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 13 | JDatabaseDriver->loadObject() | JROOT/components/com_content/models/article.php:151 |
| 12 | ContentModelArticle->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_content/views/article/view.html.php:42 |
| 10 | ContentViewArticle->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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 |
Temps de requête : 0.76 ms Après la dernière requête : 3.51 ms Mémoire de requête : 0.022 MB mémoire avant requête : 21.290 MB Rangées retournées : 0
SELECT `m`.`tag_id`,`t`.*
FROM `clm_contentitem_tag_map` AS m
INNER JOIN `clm_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 144
AND `t`.`published` = 1
AND t.access IN (1,1,5,18,19)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m | ALL | idx_tag_type | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 1 | Using where |
| 1 | SIMPLE | t | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | calice.m.tag_id | 1 | Using where |
| Status | Duration |
|---|
| Starting | 0.10 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.04 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.07 ms |
| Optimizing | 0.05 ms |
| Statistics | 0.12 ms |
| Preparing | 0.04 ms |
| Executing | 0.01 ms |
| Sending data | 0.05 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:454 |
| 11 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT/components/com_content/views/article/view.html.php:184 |
| 10 | ContentViewArticle->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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 |
Temps de requête : 0.92 ms Après la dernière requête : 292.31 ms Mémoire de requête : 0.135 MB mémoire avant requête : 27.442 MB Rangées retournées : 1
SELECT custom_data
FROM clm_extensions
WHERE element = 'yootheme'
AND folder = 'system'
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | clm_extensions | ref | element_clientid,element_folder_clientid | element_folder_clientid | 804 | const,const | 1 | Using index condition |
| Status | Duration |
|---|
| Starting | 0.12 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.04 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.14 ms |
| Preparing | 0.04 ms |
| Executing | 0.01 ms |
| Sending data | 0.23 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 62 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 61 | JDatabaseDriver->loadResult() | JROOT/templates/yootheme/packages/platform-joomla/src/Storage.php:30 |
| 60 | YOOtheme\Joomla\Storage->__construct() | Même appel que celui de la ligne ci-dessous. |
| 59 | ReflectionClass->newInstanceArgs() | JROOT/templates/yootheme/packages/container/src/Container/Service.php:184 |
| 58 | YOOtheme\Container\Service->resolveClass() | JROOT/templates/yootheme/packages/container/src/Container/Service.php:156 |
| 57 | YOOtheme\Container\Service->resolveInstance() | JROOT/templates/yootheme/packages/container/src/Container.php:343 |
| 56 | YOOtheme\Container->resolveService() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 55 | YOOtheme\Application->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:124 |
| 54 | YOOtheme\HookCollection->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:30 |
| 53 | YOOtheme\HookCollection->call() | JROOT/templates/yootheme/packages/utils/src/Hook.php:17 |
| 52 | YOOtheme\Hook::call() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 51 | YOOtheme\Application->resolveService() | JROOT/templates/yootheme/packages/container/src/Container.php:315 |
| 50 | YOOtheme\Container->resolve() | JROOT/templates/yootheme/packages/container/src/Container.php:91 |
| 49 | YOOtheme\Container->get() | JROOT/templates/yootheme/packages/container/src/Container/ParameterResolver.php:84 |
| 48 | YOOtheme\Container\ParameterResolver->resolveDependencies() | JROOT/templates/yootheme/packages/container/src/Container/ParameterResolver.php:33 |
| 47 | YOOtheme\Container\ParameterResolver->resolve() | JROOT/templates/yootheme/packages/container/src/Container/Service.php:182 |
| 46 | YOOtheme\Container\Service->resolveClass() | JROOT/templates/yootheme/packages/container/src/Container/Service.php:156 |
| 45 | YOOtheme\Container\Service->resolveInstance() | JROOT/templates/yootheme/packages/container/src/Container.php:343 |
| 44 | YOOtheme\Container->resolveService() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 43 | YOOtheme\Application->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:124 |
| 42 | YOOtheme\HookCollection->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:30 |
| 41 | YOOtheme\HookCollection->call() | JROOT/templates/yootheme/packages/utils/src/Hook.php:17 |
| 40 | YOOtheme\Hook::call() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 39 | YOOtheme\Application->resolveService() | JROOT/templates/yootheme/packages/container/src/Container.php:315 |
| 38 | YOOtheme\Container->resolve() | JROOT/templates/yootheme/packages/container/src/Container.php:91 |
| 37 | YOOtheme\Container->get() | JROOT/templates/yootheme/packages/container/src/Container/ParameterResolver.php:84 |
| 36 | YOOtheme\Container\ParameterResolver->resolveDependencies() | JROOT/templates/yootheme/packages/container/src/Container/ParameterResolver.php:33 |
| 35 | YOOtheme\Container\ParameterResolver->resolve() | JROOT/templates/yootheme/packages/container/src/Container/Service.php:182 |
| 34 | YOOtheme\Container\Service->resolveClass() | JROOT/templates/yootheme/packages/container/src/Container/Service.php:156 |
| 33 | YOOtheme\Container\Service->resolveInstance() | JROOT/templates/yootheme/packages/container/src/Container.php:343 |
| 32 | YOOtheme\Container->resolveService() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 31 | YOOtheme\Application->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:124 |
| 30 | YOOtheme\HookCollection->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:30 |
| 29 | YOOtheme\HookCollection->call() | JROOT/templates/yootheme/packages/utils/src/Hook.php:17 |
| 28 | YOOtheme\Hook::call() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 27 | YOOtheme\Application->resolveService() | JROOT/templates/yootheme/packages/container/src/Container.php:315 |
| 26 | YOOtheme\Container->resolve() | JROOT/templates/yootheme/packages/container/src/Container.php:91 |
| 25 | YOOtheme\Container->get() | JROOT/templates/yootheme/packages/container/src/Container.php:230 |
| 24 | YOOtheme\Container->callback() | JROOT/templates/yootheme/packages/container/src/Container.php:252 |
| 23 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/application/src/Application/EventLoader.php:59 |
| 22 | YOOtheme\Application\EventLoader->YOOtheme\Application\{closure}() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:115 |
| 21 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:45 |
| 20 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/packages/platform-joomla/src/Dispatcher.php:66 |
| 19 | YOOtheme\Joomla\Dispatcher->YOOtheme\Joomla\{closure}() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 18 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 17 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/templates/yootheme/packages/theme-joomla/src/Listener/LoadTemplate.php:34 |
| 16 | YOOtheme\Theme\Joomla\Listener\LoadTemplate->YOOtheme\Theme\Joomla\Listener\{closure}() | JROOT/templates/yootheme/packages/theme-joomla/src/StreamWrapper.php:49 |
| 15 | YOOtheme\Theme\Joomla\StreamWrapper->url_stat() | Même appel que celui de la ligne ci-dessous. |
| 14 | file_exists() | JROOT/libraries/src/Filesystem/Path.php:335 |
| 13 | Joomla\CMS\Filesystem\Path::find() | JROOT/libraries/src/MVC/View/HtmlView.php:676 |
| 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_content/views/article/view.html.php:210 |
| 10 | ContentViewArticle->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_content/controller.php:118 |
| 8 | ContentController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_content/content.php:43 |
| 6 | require_once JROOT/components/com_content/content.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 |
Temps de requête : 1.76 ms Après la dernière requête : 36.87 ms Mémoire de requête : 0.120 MB mémoire avant requête : 28.533 MB Rangées retournées : 71
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM clm_modules AS m
LEFT JOIN clm_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN clm_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
WHERE m.published = 1
AND e.enabled = 1
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2025-12-08 07:29:22')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2025-12-08 07:29:22')
AND m.access IN (1,1,5,18,19)
AND m.client_id = 0
AND (mm.menuid = 386 OR mm.menuid <= 0)
ORDER BY m.position, m.ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m | ref | PRIMARY,published,newsfeeds | published | 1 | const | 26 | Using index condition; Using where; Utilisation du tri complet de type filesort |
| 1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 403 | calice.m.module,const | 1 | Using index condition; Using where |
| 1 | SIMPLE | mm | ref | PRIMARY | PRIMARY | 4 | calice.m.id | 3 | Using where; Using index |
| Status | Duration |
|---|
| Starting | 0.17 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.04 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.07 ms |
| Optimizing | 0.07 ms |
| Statistics | 0.14 ms |
| Preparing | 0.08 ms |
| Sorting result | 0.04 ms |
| Executing | 0.01 ms |
| Sending data | 0.02 ms |
| Creating sort index | 0.83 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.02 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 31 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 30 | JDatabaseDriver->loadObjectList() | Même appel que celui de la ligne ci-dessous. |
| 29 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 28 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:441 |
| 27 | Joomla\CMS\Helper\ModuleHelper::getModuleList() | JROOT/libraries/src/Helper/ModuleHelper.php:371 |
| 26 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
| 25 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/libraries/src/Document/HtmlDocument.php:601 |
| 24 | Joomla\CMS\Document\HtmlDocument->countModules() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 23 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/container/src/Container.php:278 |
| 22 | YOOtheme\Container->YOOtheme\{closure}() | Même appel que celui de la ligne ci-dessous. |
| 21 | call_user_func_array() | JROOT/templates/yootheme/packages/view/src/View.php:102 |
| 20 | YOOtheme\View->__call() | JROOT/templates/yootheme/templates/header.php:143 |
| 19 | YOOtheme\View->{closure}() | Même appel que celui de la ligne ci-dessous. |
| 18 | array_filter() | JROOT/templates/yootheme/templates/header.php:143 |
| 17 | require JROOT/templates/yootheme/templates/header.php | JROOT/templates/yootheme/packages/view/src/View.php:295 |
| 16 | YOOtheme\View->evaluate() | JROOT/templates/yootheme/packages/view/src/View/FileLoader.php:15 |
| 15 | YOOtheme\View\FileLoader->__invoke() | JROOT/templates/yootheme/packages/view/src/View.php:177 |
| 14 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/theme/src/ViewHelper.php:63 |
| 13 | YOOtheme\Theme\ViewHelper->YOOtheme\Theme\{closure}() | JROOT/templates/yootheme/packages/view/src/View.php:177 |
| 12 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/theme-joomla/src/UrlLoader.php:20 |
| 11 | YOOtheme\Theme\Joomla\UrlLoader::resolveRelativeUrl() | JROOT/templates/yootheme/packages/view/src/View.php:177 |
| 10 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/view/src/View.php:256 |
| 9 | YOOtheme\View->render() | JROOT/templates/yootheme/packages/view/src/View.php:82 |
| 8 | YOOtheme\View->__invoke() | JROOT/templates/yootheme/index.php:137 |
| 7 | require JROOT/templates/yootheme/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 |
Temps de requête : 0.64 ms Après la dernière requête : 90.88 ms Mémoire de requête : 0.052 MB mémoire avant requête : 30.733 MB Rangées retournées : 13
SELECT *
FROM `clm_content_types`
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | clm_content_types | ALL | NULL | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 13 | |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.03 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.02 ms |
| Executing | 0.00 ms |
| Sending data | 0.17 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 43 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 42 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Helper/TagsHelper.php:803 |
| 41 | Joomla\CMS\Helper\TagsHelper::getTypes() | JROOT/templates/yootheme/packages/builder-joomla-source/src/Type/TagType.php:114 |
| 40 | YOOtheme\Builder\Joomla\Source\Type\TagType::config() | JROOT/templates/yootheme/packages/builder-joomla-source/src/Listener/LoadSourceTypes.php:52 |
| 39 | YOOtheme\Builder\Joomla\Source\Listener\LoadSourceTypes->handle() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 38 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/application/src/Application/EventLoader.php:59 |
| 37 | YOOtheme\Application\EventLoader->YOOtheme\Application\{closure}() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:115 |
| 36 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:45 |
| 35 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/packages/utils/src/Event.php:47 |
| 34 | YOOtheme\Event::emit() | JROOT/templates/yootheme/packages/builder-source/bootstrap.php:46 |
| 33 | YOOtheme\Application::YOOtheme\Builder\Source\{closure}() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 32 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/container/src/Container/Service.php:155 |
| 31 | YOOtheme\Container\Service->resolveInstance() | JROOT/templates/yootheme/packages/container/src/Container.php:343 |
| 30 | YOOtheme\Container->resolveService() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 29 | YOOtheme\Application->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:124 |
| 28 | YOOtheme\HookCollection->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:30 |
| 27 | YOOtheme\HookCollection->call() | JROOT/templates/yootheme/packages/utils/src/Hook.php:17 |
| 26 | YOOtheme\Hook::call() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 25 | YOOtheme\Application->resolveService() | JROOT/templates/yootheme/packages/container/src/Container.php:315 |
| 24 | YOOtheme\Container->resolve() | JROOT/templates/yootheme/packages/container/src/Container.php:91 |
| 23 | YOOtheme\Container->get() | JROOT/templates/yootheme/packages/container/src/Container.php:51 |
| 22 | YOOtheme\Container->__invoke() | JROOT/templates/yootheme/packages/application/functions.php:24 |
| 21 | YOOtheme\app() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:133 |
| 20 | YOOtheme\Builder\Source\SourceTransform->querySource() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:72 |
| 19 | YOOtheme\Builder\Source\SourceTransform->prerender() | JROOT/templates/yootheme/packages/builder/src/Builder.php:253 |
| 18 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 17 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 16 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 15 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 14 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 13 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:101 |
| 12 | YOOtheme\Builder->load() | JROOT/templates/yootheme/packages/builder/src/Builder.php:121 |
| 11 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder/bootstrap.php:35 |
| 10 | YOOtheme\Application::YOOtheme\Builder\{closure}() | Même appel que celui de la ligne ci-dessous. |
| 9 | call_user_func_array() | JROOT/templates/yootheme/packages/view/src/View.php:102 |
| 8 | YOOtheme\View->__call() | JROOT/templates/yootheme/index.php:187 |
| 7 | require JROOT/templates/yootheme/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 |
Temps de requête : 0.59 ms Après la dernière requête : 3.97 ms Mémoire de requête : 0.035 MB mémoire avant requête : 30.858 MB Rangées retournées : 23
SELECT DISTINCT `name`
FROM `clm_cck_core_types`
WHERE `storage_location` = 'joomla_article'
AND `storage_location` != ''
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | clm_cck_core_types | ALL | NULL | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 46 | Using where |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.03 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.03 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.10 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 43 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 42 | JDatabaseDriver->loadObjectList() | JROOT/libraries/dbc/src/Helper/Cck.php:66 |
| 41 | Dbc\Helper\Cck::getTables() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/Type/DbcArticleQueryType.php:37 |
| 40 | DbcContentSources\Type\DbcArticleQueryType::config() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/DbcSourceListener.php:16 |
| 39 | DbcContentSources\DbcSourceListener::initSource() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 38 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/application/src/Application/EventLoader.php:59 |
| 37 | YOOtheme\Application\EventLoader->YOOtheme\Application\{closure}() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:115 |
| 36 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:45 |
| 35 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/packages/utils/src/Event.php:47 |
| 34 | YOOtheme\Event::emit() | JROOT/templates/yootheme/packages/builder-source/bootstrap.php:46 |
| 33 | YOOtheme\Application::YOOtheme\Builder\Source\{closure}() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 32 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/container/src/Container/Service.php:155 |
| 31 | YOOtheme\Container\Service->resolveInstance() | JROOT/templates/yootheme/packages/container/src/Container.php:343 |
| 30 | YOOtheme\Container->resolveService() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 29 | YOOtheme\Application->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:124 |
| 28 | YOOtheme\HookCollection->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:30 |
| 27 | YOOtheme\HookCollection->call() | JROOT/templates/yootheme/packages/utils/src/Hook.php:17 |
| 26 | YOOtheme\Hook::call() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 25 | YOOtheme\Application->resolveService() | JROOT/templates/yootheme/packages/container/src/Container.php:315 |
| 24 | YOOtheme\Container->resolve() | JROOT/templates/yootheme/packages/container/src/Container.php:91 |
| 23 | YOOtheme\Container->get() | JROOT/templates/yootheme/packages/container/src/Container.php:51 |
| 22 | YOOtheme\Container->__invoke() | JROOT/templates/yootheme/packages/application/functions.php:24 |
| 21 | YOOtheme\app() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:133 |
| 20 | YOOtheme\Builder\Source\SourceTransform->querySource() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:72 |
| 19 | YOOtheme\Builder\Source\SourceTransform->prerender() | JROOT/templates/yootheme/packages/builder/src/Builder.php:253 |
| 18 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 17 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 16 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 15 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 14 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 13 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:101 |
| 12 | YOOtheme\Builder->load() | JROOT/templates/yootheme/packages/builder/src/Builder.php:121 |
| 11 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder/bootstrap.php:35 |
| 10 | YOOtheme\Application::YOOtheme\Builder\{closure}() | Même appel que celui de la ligne ci-dessous. |
| 9 | call_user_func_array() | JROOT/templates/yootheme/packages/view/src/View.php:102 |
| 8 | YOOtheme\View->__call() | JROOT/templates/yootheme/index.php:187 |
| 7 | require JROOT/templates/yootheme/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 |
Temps de requête : 1.51 ms Après la dernière requête : 0.07 ms Mémoire de requête : 0.040 MB mémoire avant requête : 30.888 MB Rangées retournées : 137
SHOW TABLES
EXPLAIN impossible sur la requête : SHOW TABLES
| Status | Duration |
|---|
| Starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.06 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Filling schema table | 0.01 ms |
| checking permissions | 0.90 ms |
| Executing | 0.01 ms |
| Sending data | 0.18 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.00 ms |
| Removing tmp table | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 44 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 43 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/database/driver/mysqli.php:505 |
| 42 | JDatabaseDriverMysqli->getTableList() | JROOT/libraries/dbc/src/Helper/Cck.php:70 |
| 41 | Dbc\Helper\Cck::getTables() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/Type/DbcArticleQueryType.php:37 |
| 40 | DbcContentSources\Type\DbcArticleQueryType::config() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/DbcSourceListener.php:16 |
| 39 | DbcContentSources\DbcSourceListener::initSource() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 38 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/application/src/Application/EventLoader.php:59 |
| 37 | YOOtheme\Application\EventLoader->YOOtheme\Application\{closure}() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:115 |
| 36 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:45 |
| 35 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/packages/utils/src/Event.php:47 |
| 34 | YOOtheme\Event::emit() | JROOT/templates/yootheme/packages/builder-source/bootstrap.php:46 |
| 33 | YOOtheme\Application::YOOtheme\Builder\Source\{closure}() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 32 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/container/src/Container/Service.php:155 |
| 31 | YOOtheme\Container\Service->resolveInstance() | JROOT/templates/yootheme/packages/container/src/Container.php:343 |
| 30 | YOOtheme\Container->resolveService() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 29 | YOOtheme\Application->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:124 |
| 28 | YOOtheme\HookCollection->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:30 |
| 27 | YOOtheme\HookCollection->call() | JROOT/templates/yootheme/packages/utils/src/Hook.php:17 |
| 26 | YOOtheme\Hook::call() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 25 | YOOtheme\Application->resolveService() | JROOT/templates/yootheme/packages/container/src/Container.php:315 |
| 24 | YOOtheme\Container->resolve() | JROOT/templates/yootheme/packages/container/src/Container.php:91 |
| 23 | YOOtheme\Container->get() | JROOT/templates/yootheme/packages/container/src/Container.php:51 |
| 22 | YOOtheme\Container->__invoke() | JROOT/templates/yootheme/packages/application/functions.php:24 |
| 21 | YOOtheme\app() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:133 |
| 20 | YOOtheme\Builder\Source\SourceTransform->querySource() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:72 |
| 19 | YOOtheme\Builder\Source\SourceTransform->prerender() | JROOT/templates/yootheme/packages/builder/src/Builder.php:253 |
| 18 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 17 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 16 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 15 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 14 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 13 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:101 |
| 12 | YOOtheme\Builder->load() | JROOT/templates/yootheme/packages/builder/src/Builder.php:121 |
| 11 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder/bootstrap.php:35 |
| 10 | YOOtheme\Application::YOOtheme\Builder\{closure}() | Même appel que celui de la ligne ci-dessous. |
| 9 | call_user_func_array() | JROOT/templates/yootheme/packages/view/src/View.php:102 |
| 8 | YOOtheme\View->__call() | JROOT/templates/yootheme/index.php:187 |
| 7 | require JROOT/templates/yootheme/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 |
Temps de requête : 0.57 ms Après la dernière requête : 0.32 ms Mémoire de requête : 0.035 MB mémoire avant requête : 30.900 MB Rangées retournées : 23
SELECT DISTINCT `name`
FROM `clm_cck_core_types`
WHERE `storage_location` = 'joomla_article'
AND `storage_location` != ''
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | clm_cck_core_types | ALL | NULL | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 46 | Using where |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.03 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.03 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.10 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 43 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 42 | JDatabaseDriver->loadObjectList() | JROOT/libraries/dbc/src/Helper/Cck.php:66 |
| 41 | Dbc\Helper\Cck::getTables() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/Type/DbcArticlesQueryType.php:59 |
| 40 | DbcContentSources\Type\DbcArticlesQueryType::config() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/DbcSourceListener.php:17 |
| 39 | DbcContentSources\DbcSourceListener::initSource() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 38 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/application/src/Application/EventLoader.php:59 |
| 37 | YOOtheme\Application\EventLoader->YOOtheme\Application\{closure}() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:115 |
| 36 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:45 |
| 35 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/packages/utils/src/Event.php:47 |
| 34 | YOOtheme\Event::emit() | JROOT/templates/yootheme/packages/builder-source/bootstrap.php:46 |
| 33 | YOOtheme\Application::YOOtheme\Builder\Source\{closure}() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 32 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/container/src/Container/Service.php:155 |
| 31 | YOOtheme\Container\Service->resolveInstance() | JROOT/templates/yootheme/packages/container/src/Container.php:343 |
| 30 | YOOtheme\Container->resolveService() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 29 | YOOtheme\Application->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:124 |
| 28 | YOOtheme\HookCollection->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:30 |
| 27 | YOOtheme\HookCollection->call() | JROOT/templates/yootheme/packages/utils/src/Hook.php:17 |
| 26 | YOOtheme\Hook::call() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 25 | YOOtheme\Application->resolveService() | JROOT/templates/yootheme/packages/container/src/Container.php:315 |
| 24 | YOOtheme\Container->resolve() | JROOT/templates/yootheme/packages/container/src/Container.php:91 |
| 23 | YOOtheme\Container->get() | JROOT/templates/yootheme/packages/container/src/Container.php:51 |
| 22 | YOOtheme\Container->__invoke() | JROOT/templates/yootheme/packages/application/functions.php:24 |
| 21 | YOOtheme\app() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:133 |
| 20 | YOOtheme\Builder\Source\SourceTransform->querySource() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:72 |
| 19 | YOOtheme\Builder\Source\SourceTransform->prerender() | JROOT/templates/yootheme/packages/builder/src/Builder.php:253 |
| 18 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 17 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 16 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 15 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 14 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 13 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:101 |
| 12 | YOOtheme\Builder->load() | JROOT/templates/yootheme/packages/builder/src/Builder.php:121 |
| 11 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder/bootstrap.php:35 |
| 10 | YOOtheme\Application::YOOtheme\Builder\{closure}() | Même appel que celui de la ligne ci-dessous. |
| 9 | call_user_func_array() | JROOT/templates/yootheme/packages/view/src/View.php:102 |
| 8 | YOOtheme\View->__call() | JROOT/templates/yootheme/index.php:187 |
| 7 | require JROOT/templates/yootheme/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 |
Temps de requête : 1.36 ms Après la dernière requête : 0.11 ms Mémoire de requête : 0.040 MB mémoire avant requête : 30.930 MB Rangées retournées : 137
SHOW TABLES
EXPLAIN impossible sur la requête : SHOW TABLES
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.05 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.02 ms |
| Executing | 0.00 ms |
| Filling schema table | 0.01 ms |
| checking permissions | 0.78 ms |
| Executing | 0.01 ms |
| Sending data | 0.17 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.00 ms |
| Removing tmp table | 0.01 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 44 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 43 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/database/driver/mysqli.php:505 |
| 42 | JDatabaseDriverMysqli->getTableList() | JROOT/libraries/dbc/src/Helper/Cck.php:70 |
| 41 | Dbc\Helper\Cck::getTables() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/Type/DbcArticlesQueryType.php:59 |
| 40 | DbcContentSources\Type\DbcArticlesQueryType::config() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/DbcSourceListener.php:17 |
| 39 | DbcContentSources\DbcSourceListener::initSource() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 38 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/application/src/Application/EventLoader.php:59 |
| 37 | YOOtheme\Application\EventLoader->YOOtheme\Application\{closure}() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:115 |
| 36 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:45 |
| 35 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/packages/utils/src/Event.php:47 |
| 34 | YOOtheme\Event::emit() | JROOT/templates/yootheme/packages/builder-source/bootstrap.php:46 |
| 33 | YOOtheme\Application::YOOtheme\Builder\Source\{closure}() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 32 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/container/src/Container/Service.php:155 |
| 31 | YOOtheme\Container\Service->resolveInstance() | JROOT/templates/yootheme/packages/container/src/Container.php:343 |
| 30 | YOOtheme\Container->resolveService() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 29 | YOOtheme\Application->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:124 |
| 28 | YOOtheme\HookCollection->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:30 |
| 27 | YOOtheme\HookCollection->call() | JROOT/templates/yootheme/packages/utils/src/Hook.php:17 |
| 26 | YOOtheme\Hook::call() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 25 | YOOtheme\Application->resolveService() | JROOT/templates/yootheme/packages/container/src/Container.php:315 |
| 24 | YOOtheme\Container->resolve() | JROOT/templates/yootheme/packages/container/src/Container.php:91 |
| 23 | YOOtheme\Container->get() | JROOT/templates/yootheme/packages/container/src/Container.php:51 |
| 22 | YOOtheme\Container->__invoke() | JROOT/templates/yootheme/packages/application/functions.php:24 |
| 21 | YOOtheme\app() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:133 |
| 20 | YOOtheme\Builder\Source\SourceTransform->querySource() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:72 |
| 19 | YOOtheme\Builder\Source\SourceTransform->prerender() | JROOT/templates/yootheme/packages/builder/src/Builder.php:253 |
| 18 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 17 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 16 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 15 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 14 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 13 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:101 |
| 12 | YOOtheme\Builder->load() | JROOT/templates/yootheme/packages/builder/src/Builder.php:121 |
| 11 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder/bootstrap.php:35 |
| 10 | YOOtheme\Application::YOOtheme\Builder\{closure}() | Même appel que celui de la ligne ci-dessous. |
| 9 | call_user_func_array() | JROOT/templates/yootheme/packages/view/src/View.php:102 |
| 8 | YOOtheme\View->__call() | JROOT/templates/yootheme/index.php:187 |
| 7 | require JROOT/templates/yootheme/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 |
Temps de requête : 0.52 ms Après la dernière requête : 0.27 ms Mémoire de requête : 0.035 MB mémoire avant requête : 30.941 MB Rangées retournées : 23
SELECT DISTINCT `name`
FROM `clm_cck_core_types`
WHERE `storage_location` = 'joomla_article'
AND `storage_location` != ''
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | clm_cck_core_types | ALL | NULL | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 46 | Using where |
| Status | Duration |
|---|
| Starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.03 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.08 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.02 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 43 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 42 | JDatabaseDriver->loadObjectList() | JROOT/libraries/dbc/src/Helper/Cck.php:66 |
| 41 | Dbc\Helper\Cck::getTables() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/Type/CustomDbcArticleQueryType.php:34 |
| 40 | DbcContentSources\Type\CustomDbcArticleQueryType::config() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/DbcSourceListener.php:18 |
| 39 | DbcContentSources\DbcSourceListener::initSource() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 38 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/application/src/Application/EventLoader.php:59 |
| 37 | YOOtheme\Application\EventLoader->YOOtheme\Application\{closure}() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:115 |
| 36 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:45 |
| 35 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/packages/utils/src/Event.php:47 |
| 34 | YOOtheme\Event::emit() | JROOT/templates/yootheme/packages/builder-source/bootstrap.php:46 |
| 33 | YOOtheme\Application::YOOtheme\Builder\Source\{closure}() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 32 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/container/src/Container/Service.php:155 |
| 31 | YOOtheme\Container\Service->resolveInstance() | JROOT/templates/yootheme/packages/container/src/Container.php:343 |
| 30 | YOOtheme\Container->resolveService() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 29 | YOOtheme\Application->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:124 |
| 28 | YOOtheme\HookCollection->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:30 |
| 27 | YOOtheme\HookCollection->call() | JROOT/templates/yootheme/packages/utils/src/Hook.php:17 |
| 26 | YOOtheme\Hook::call() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 25 | YOOtheme\Application->resolveService() | JROOT/templates/yootheme/packages/container/src/Container.php:315 |
| 24 | YOOtheme\Container->resolve() | JROOT/templates/yootheme/packages/container/src/Container.php:91 |
| 23 | YOOtheme\Container->get() | JROOT/templates/yootheme/packages/container/src/Container.php:51 |
| 22 | YOOtheme\Container->__invoke() | JROOT/templates/yootheme/packages/application/functions.php:24 |
| 21 | YOOtheme\app() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:133 |
| 20 | YOOtheme\Builder\Source\SourceTransform->querySource() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:72 |
| 19 | YOOtheme\Builder\Source\SourceTransform->prerender() | JROOT/templates/yootheme/packages/builder/src/Builder.php:253 |
| 18 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 17 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 16 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 15 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 14 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 13 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:101 |
| 12 | YOOtheme\Builder->load() | JROOT/templates/yootheme/packages/builder/src/Builder.php:121 |
| 11 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder/bootstrap.php:35 |
| 10 | YOOtheme\Application::YOOtheme\Builder\{closure}() | Même appel que celui de la ligne ci-dessous. |
| 9 | call_user_func_array() | JROOT/templates/yootheme/packages/view/src/View.php:102 |
| 8 | YOOtheme\View->__call() | JROOT/templates/yootheme/index.php:187 |
| 7 | require JROOT/templates/yootheme/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 |
Temps de requête : 1.44 ms Après la dernière requête : 0.13 ms Mémoire de requête : 0.040 MB mémoire avant requête : 30.971 MB Rangées retournées : 137
SHOW TABLES
EXPLAIN impossible sur la requête : SHOW TABLES
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.08 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.02 ms |
| Executing | 0.00 ms |
| Filling schema table | 0.01 ms |
| checking permissions | 0.84 ms |
| Executing | 0.01 ms |
| Sending data | 0.17 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.00 ms |
| Removing tmp table | 0.01 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 44 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 43 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/database/driver/mysqli.php:505 |
| 42 | JDatabaseDriverMysqli->getTableList() | JROOT/libraries/dbc/src/Helper/Cck.php:70 |
| 41 | Dbc\Helper\Cck::getTables() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/Type/CustomDbcArticleQueryType.php:34 |
| 40 | DbcContentSources\Type\CustomDbcArticleQueryType::config() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/DbcSourceListener.php:18 |
| 39 | DbcContentSources\DbcSourceListener::initSource() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 38 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/application/src/Application/EventLoader.php:59 |
| 37 | YOOtheme\Application\EventLoader->YOOtheme\Application\{closure}() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:115 |
| 36 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:45 |
| 35 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/packages/utils/src/Event.php:47 |
| 34 | YOOtheme\Event::emit() | JROOT/templates/yootheme/packages/builder-source/bootstrap.php:46 |
| 33 | YOOtheme\Application::YOOtheme\Builder\Source\{closure}() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 32 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/container/src/Container/Service.php:155 |
| 31 | YOOtheme\Container\Service->resolveInstance() | JROOT/templates/yootheme/packages/container/src/Container.php:343 |
| 30 | YOOtheme\Container->resolveService() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 29 | YOOtheme\Application->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:124 |
| 28 | YOOtheme\HookCollection->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:30 |
| 27 | YOOtheme\HookCollection->call() | JROOT/templates/yootheme/packages/utils/src/Hook.php:17 |
| 26 | YOOtheme\Hook::call() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 25 | YOOtheme\Application->resolveService() | JROOT/templates/yootheme/packages/container/src/Container.php:315 |
| 24 | YOOtheme\Container->resolve() | JROOT/templates/yootheme/packages/container/src/Container.php:91 |
| 23 | YOOtheme\Container->get() | JROOT/templates/yootheme/packages/container/src/Container.php:51 |
| 22 | YOOtheme\Container->__invoke() | JROOT/templates/yootheme/packages/application/functions.php:24 |
| 21 | YOOtheme\app() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:133 |
| 20 | YOOtheme\Builder\Source\SourceTransform->querySource() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:72 |
| 19 | YOOtheme\Builder\Source\SourceTransform->prerender() | JROOT/templates/yootheme/packages/builder/src/Builder.php:253 |
| 18 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 17 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 16 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 15 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 14 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 13 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:101 |
| 12 | YOOtheme\Builder->load() | JROOT/templates/yootheme/packages/builder/src/Builder.php:121 |
| 11 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder/bootstrap.php:35 |
| 10 | YOOtheme\Application::YOOtheme\Builder\{closure}() | Même appel que celui de la ligne ci-dessous. |
| 9 | call_user_func_array() | JROOT/templates/yootheme/packages/view/src/View.php:102 |
| 8 | YOOtheme\View->__call() | JROOT/templates/yootheme/index.php:187 |
| 7 | require JROOT/templates/yootheme/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 |
Temps de requête : 0.58 ms Après la dernière requête : 0.31 ms Mémoire de requête : 0.035 MB mémoire avant requête : 30.982 MB Rangées retournées : 23
SELECT DISTINCT `name`
FROM `clm_cck_core_types`
WHERE `storage_location` = 'joomla_article'
AND `storage_location` != ''
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | clm_cck_core_types | ALL | NULL | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 46 | Using where |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.03 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.03 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.10 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.02 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 43 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 42 | JDatabaseDriver->loadObjectList() | JROOT/libraries/dbc/src/Helper/Cck.php:66 |
| 41 | Dbc\Helper\Cck::getTables() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/Type/CustomDbcArticlesQueryType.php:64 |
| 40 | DbcContentSources\Type\CustomDbcArticlesQueryType::config() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/DbcSourceListener.php:19 |
| 39 | DbcContentSources\DbcSourceListener::initSource() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 38 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/application/src/Application/EventLoader.php:59 |
| 37 | YOOtheme\Application\EventLoader->YOOtheme\Application\{closure}() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:115 |
| 36 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:45 |
| 35 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/packages/utils/src/Event.php:47 |
| 34 | YOOtheme\Event::emit() | JROOT/templates/yootheme/packages/builder-source/bootstrap.php:46 |
| 33 | YOOtheme\Application::YOOtheme\Builder\Source\{closure}() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 32 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/container/src/Container/Service.php:155 |
| 31 | YOOtheme\Container\Service->resolveInstance() | JROOT/templates/yootheme/packages/container/src/Container.php:343 |
| 30 | YOOtheme\Container->resolveService() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 29 | YOOtheme\Application->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:124 |
| 28 | YOOtheme\HookCollection->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:30 |
| 27 | YOOtheme\HookCollection->call() | JROOT/templates/yootheme/packages/utils/src/Hook.php:17 |
| 26 | YOOtheme\Hook::call() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 25 | YOOtheme\Application->resolveService() | JROOT/templates/yootheme/packages/container/src/Container.php:315 |
| 24 | YOOtheme\Container->resolve() | JROOT/templates/yootheme/packages/container/src/Container.php:91 |
| 23 | YOOtheme\Container->get() | JROOT/templates/yootheme/packages/container/src/Container.php:51 |
| 22 | YOOtheme\Container->__invoke() | JROOT/templates/yootheme/packages/application/functions.php:24 |
| 21 | YOOtheme\app() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:133 |
| 20 | YOOtheme\Builder\Source\SourceTransform->querySource() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:72 |
| 19 | YOOtheme\Builder\Source\SourceTransform->prerender() | JROOT/templates/yootheme/packages/builder/src/Builder.php:253 |
| 18 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 17 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 16 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 15 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 14 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 13 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:101 |
| 12 | YOOtheme\Builder->load() | JROOT/templates/yootheme/packages/builder/src/Builder.php:121 |
| 11 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder/bootstrap.php:35 |
| 10 | YOOtheme\Application::YOOtheme\Builder\{closure}() | Même appel que celui de la ligne ci-dessous. |
| 9 | call_user_func_array() | JROOT/templates/yootheme/packages/view/src/View.php:102 |
| 8 | YOOtheme\View->__call() | JROOT/templates/yootheme/index.php:187 |
| 7 | require JROOT/templates/yootheme/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 |
Temps de requête : 1.41 ms Après la dernière requête : 0.11 ms Mémoire de requête : 0.040 MB mémoire avant requête : 31.012 MB Rangées retournées : 137
SHOW TABLES
EXPLAIN impossible sur la requête : SHOW TABLES
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.04 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.02 ms |
| Executing | 0.00 ms |
| Filling schema table | 0.01 ms |
| checking permissions | 0.82 ms |
| Executing | 0.01 ms |
| Sending data | 0.20 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.00 ms |
| Removing tmp table | 0.01 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 44 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 43 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/database/driver/mysqli.php:505 |
| 42 | JDatabaseDriverMysqli->getTableList() | JROOT/libraries/dbc/src/Helper/Cck.php:70 |
| 41 | Dbc\Helper\Cck::getTables() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/Type/CustomDbcArticlesQueryType.php:64 |
| 40 | DbcContentSources\Type\CustomDbcArticlesQueryType::config() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/DbcSourceListener.php:19 |
| 39 | DbcContentSources\DbcSourceListener::initSource() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 38 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/application/src/Application/EventLoader.php:59 |
| 37 | YOOtheme\Application\EventLoader->YOOtheme\Application\{closure}() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:115 |
| 36 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:45 |
| 35 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/packages/utils/src/Event.php:47 |
| 34 | YOOtheme\Event::emit() | JROOT/templates/yootheme/packages/builder-source/bootstrap.php:46 |
| 33 | YOOtheme\Application::YOOtheme\Builder\Source\{closure}() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 32 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/container/src/Container/Service.php:155 |
| 31 | YOOtheme\Container\Service->resolveInstance() | JROOT/templates/yootheme/packages/container/src/Container.php:343 |
| 30 | YOOtheme\Container->resolveService() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 29 | YOOtheme\Application->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:124 |
| 28 | YOOtheme\HookCollection->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:30 |
| 27 | YOOtheme\HookCollection->call() | JROOT/templates/yootheme/packages/utils/src/Hook.php:17 |
| 26 | YOOtheme\Hook::call() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 25 | YOOtheme\Application->resolveService() | JROOT/templates/yootheme/packages/container/src/Container.php:315 |
| 24 | YOOtheme\Container->resolve() | JROOT/templates/yootheme/packages/container/src/Container.php:91 |
| 23 | YOOtheme\Container->get() | JROOT/templates/yootheme/packages/container/src/Container.php:51 |
| 22 | YOOtheme\Container->__invoke() | JROOT/templates/yootheme/packages/application/functions.php:24 |
| 21 | YOOtheme\app() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:133 |
| 20 | YOOtheme\Builder\Source\SourceTransform->querySource() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:72 |
| 19 | YOOtheme\Builder\Source\SourceTransform->prerender() | JROOT/templates/yootheme/packages/builder/src/Builder.php:253 |
| 18 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 17 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 16 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 15 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 14 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 13 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:101 |
| 12 | YOOtheme\Builder->load() | JROOT/templates/yootheme/packages/builder/src/Builder.php:121 |
| 11 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder/bootstrap.php:35 |
| 10 | YOOtheme\Application::YOOtheme\Builder\{closure}() | Même appel que celui de la ligne ci-dessous. |
| 9 | call_user_func_array() | JROOT/templates/yootheme/packages/view/src/View.php:102 |
| 8 | YOOtheme\View->__call() | JROOT/templates/yootheme/index.php:187 |
| 7 | require JROOT/templates/yootheme/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 |
Temps de requête : 0.46 ms Après la dernière requête : 0.29 ms Mémoire de requête : 0.035 MB mémoire avant requête : 31.023 MB Rangées retournées : 6
SELECT DISTINCT `name`
FROM `clm_cck_core_types`
WHERE `storage_location` = 'joomla_category'
AND `storage_location` != ''
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | clm_cck_core_types | ALL | NULL | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 46 | Using where |
| Status | Duration |
|---|
| Starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.02 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.03 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.08 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 43 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 42 | JDatabaseDriver->loadObjectList() | JROOT/libraries/dbc/src/Helper/Cck.php:66 |
| 41 | Dbc\Helper\Cck::getTables() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/Type/DbcCategoryQueryType.php:37 |
| 40 | DbcContentSources\Type\DbcCategoryQueryType::config() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/DbcSourceListener.php:20 |
| 39 | DbcContentSources\DbcSourceListener::initSource() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 38 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/application/src/Application/EventLoader.php:59 |
| 37 | YOOtheme\Application\EventLoader->YOOtheme\Application\{closure}() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:115 |
| 36 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:45 |
| 35 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/packages/utils/src/Event.php:47 |
| 34 | YOOtheme\Event::emit() | JROOT/templates/yootheme/packages/builder-source/bootstrap.php:46 |
| 33 | YOOtheme\Application::YOOtheme\Builder\Source\{closure}() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 32 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/container/src/Container/Service.php:155 |
| 31 | YOOtheme\Container\Service->resolveInstance() | JROOT/templates/yootheme/packages/container/src/Container.php:343 |
| 30 | YOOtheme\Container->resolveService() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 29 | YOOtheme\Application->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:124 |
| 28 | YOOtheme\HookCollection->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:30 |
| 27 | YOOtheme\HookCollection->call() | JROOT/templates/yootheme/packages/utils/src/Hook.php:17 |
| 26 | YOOtheme\Hook::call() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 25 | YOOtheme\Application->resolveService() | JROOT/templates/yootheme/packages/container/src/Container.php:315 |
| 24 | YOOtheme\Container->resolve() | JROOT/templates/yootheme/packages/container/src/Container.php:91 |
| 23 | YOOtheme\Container->get() | JROOT/templates/yootheme/packages/container/src/Container.php:51 |
| 22 | YOOtheme\Container->__invoke() | JROOT/templates/yootheme/packages/application/functions.php:24 |
| 21 | YOOtheme\app() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:133 |
| 20 | YOOtheme\Builder\Source\SourceTransform->querySource() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:72 |
| 19 | YOOtheme\Builder\Source\SourceTransform->prerender() | JROOT/templates/yootheme/packages/builder/src/Builder.php:253 |
| 18 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 17 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 16 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 15 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 14 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 13 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:101 |
| 12 | YOOtheme\Builder->load() | JROOT/templates/yootheme/packages/builder/src/Builder.php:121 |
| 11 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder/bootstrap.php:35 |
| 10 | YOOtheme\Application::YOOtheme\Builder\{closure}() | Même appel que celui de la ligne ci-dessous. |
| 9 | call_user_func_array() | JROOT/templates/yootheme/packages/view/src/View.php:102 |
| 8 | YOOtheme\View->__call() | JROOT/templates/yootheme/index.php:187 |
| 7 | require JROOT/templates/yootheme/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 |
Temps de requête : 1.40 ms Après la dernière requête : 0.10 ms Mémoire de requête : 0.040 MB mémoire avant requête : 31.045 MB Rangées retournées : 137
SHOW TABLES
EXPLAIN impossible sur la requête : SHOW TABLES
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.04 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Filling schema table | 0.01 ms |
| checking permissions | 0.81 ms |
| Executing | 0.01 ms |
| Sending data | 0.19 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.00 ms |
| Removing tmp table | 0.01 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 44 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 43 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/database/driver/mysqli.php:505 |
| 42 | JDatabaseDriverMysqli->getTableList() | JROOT/libraries/dbc/src/Helper/Cck.php:70 |
| 41 | Dbc\Helper\Cck::getTables() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/Type/DbcCategoryQueryType.php:37 |
| 40 | DbcContentSources\Type\DbcCategoryQueryType::config() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/DbcSourceListener.php:20 |
| 39 | DbcContentSources\DbcSourceListener::initSource() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 38 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/application/src/Application/EventLoader.php:59 |
| 37 | YOOtheme\Application\EventLoader->YOOtheme\Application\{closure}() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:115 |
| 36 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:45 |
| 35 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/packages/utils/src/Event.php:47 |
| 34 | YOOtheme\Event::emit() | JROOT/templates/yootheme/packages/builder-source/bootstrap.php:46 |
| 33 | YOOtheme\Application::YOOtheme\Builder\Source\{closure}() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 32 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/container/src/Container/Service.php:155 |
| 31 | YOOtheme\Container\Service->resolveInstance() | JROOT/templates/yootheme/packages/container/src/Container.php:343 |
| 30 | YOOtheme\Container->resolveService() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 29 | YOOtheme\Application->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:124 |
| 28 | YOOtheme\HookCollection->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:30 |
| 27 | YOOtheme\HookCollection->call() | JROOT/templates/yootheme/packages/utils/src/Hook.php:17 |
| 26 | YOOtheme\Hook::call() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 25 | YOOtheme\Application->resolveService() | JROOT/templates/yootheme/packages/container/src/Container.php:315 |
| 24 | YOOtheme\Container->resolve() | JROOT/templates/yootheme/packages/container/src/Container.php:91 |
| 23 | YOOtheme\Container->get() | JROOT/templates/yootheme/packages/container/src/Container.php:51 |
| 22 | YOOtheme\Container->__invoke() | JROOT/templates/yootheme/packages/application/functions.php:24 |
| 21 | YOOtheme\app() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:133 |
| 20 | YOOtheme\Builder\Source\SourceTransform->querySource() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:72 |
| 19 | YOOtheme\Builder\Source\SourceTransform->prerender() | JROOT/templates/yootheme/packages/builder/src/Builder.php:253 |
| 18 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 17 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 16 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 15 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 14 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 13 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:101 |
| 12 | YOOtheme\Builder->load() | JROOT/templates/yootheme/packages/builder/src/Builder.php:121 |
| 11 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder/bootstrap.php:35 |
| 10 | YOOtheme\Application::YOOtheme\Builder\{closure}() | Même appel que celui de la ligne ci-dessous. |
| 9 | call_user_func_array() | JROOT/templates/yootheme/packages/view/src/View.php:102 |
| 8 | YOOtheme\View->__call() | JROOT/templates/yootheme/index.php:187 |
| 7 | require JROOT/templates/yootheme/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 |
Temps de requête : 0.60 ms Après la dernière requête : 0.20 ms Mémoire de requête : 0.035 MB mémoire avant requête : 31.064 MB Rangées retournées : 6
SELECT DISTINCT `name`
FROM `clm_cck_core_types`
WHERE `storage_location` = 'joomla_category'
AND `storage_location` != ''
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | clm_cck_core_types | ALL | NULL | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 46 | Using where |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.03 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.03 ms |
| Preparing | 0.02 ms |
| Executing | 0.00 ms |
| Sending data | 0.09 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 43 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 42 | JDatabaseDriver->loadObjectList() | JROOT/libraries/dbc/src/Helper/Cck.php:66 |
| 41 | Dbc\Helper\Cck::getTables() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/Type/CustomDbcCategoryQueryType.php:36 |
| 40 | DbcContentSources\Type\CustomDbcCategoryQueryType::config() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/DbcSourceListener.php:21 |
| 39 | DbcContentSources\DbcSourceListener::initSource() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 38 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/application/src/Application/EventLoader.php:59 |
| 37 | YOOtheme\Application\EventLoader->YOOtheme\Application\{closure}() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:115 |
| 36 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:45 |
| 35 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/packages/utils/src/Event.php:47 |
| 34 | YOOtheme\Event::emit() | JROOT/templates/yootheme/packages/builder-source/bootstrap.php:46 |
| 33 | YOOtheme\Application::YOOtheme\Builder\Source\{closure}() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 32 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/container/src/Container/Service.php:155 |
| 31 | YOOtheme\Container\Service->resolveInstance() | JROOT/templates/yootheme/packages/container/src/Container.php:343 |
| 30 | YOOtheme\Container->resolveService() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 29 | YOOtheme\Application->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:124 |
| 28 | YOOtheme\HookCollection->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:30 |
| 27 | YOOtheme\HookCollection->call() | JROOT/templates/yootheme/packages/utils/src/Hook.php:17 |
| 26 | YOOtheme\Hook::call() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 25 | YOOtheme\Application->resolveService() | JROOT/templates/yootheme/packages/container/src/Container.php:315 |
| 24 | YOOtheme\Container->resolve() | JROOT/templates/yootheme/packages/container/src/Container.php:91 |
| 23 | YOOtheme\Container->get() | JROOT/templates/yootheme/packages/container/src/Container.php:51 |
| 22 | YOOtheme\Container->__invoke() | JROOT/templates/yootheme/packages/application/functions.php:24 |
| 21 | YOOtheme\app() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:133 |
| 20 | YOOtheme\Builder\Source\SourceTransform->querySource() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:72 |
| 19 | YOOtheme\Builder\Source\SourceTransform->prerender() | JROOT/templates/yootheme/packages/builder/src/Builder.php:253 |
| 18 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 17 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 16 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 15 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 14 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 13 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:101 |
| 12 | YOOtheme\Builder->load() | JROOT/templates/yootheme/packages/builder/src/Builder.php:121 |
| 11 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder/bootstrap.php:35 |
| 10 | YOOtheme\Application::YOOtheme\Builder\{closure}() | Même appel que celui de la ligne ci-dessous. |
| 9 | call_user_func_array() | JROOT/templates/yootheme/packages/view/src/View.php:102 |
| 8 | YOOtheme\View->__call() | JROOT/templates/yootheme/index.php:187 |
| 7 | require JROOT/templates/yootheme/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 |
Temps de requête : 1.42 ms Après la dernière requête : 0.10 ms Mémoire de requête : 0.040 MB mémoire avant requête : 31.085 MB Rangées retournées : 137
SHOW TABLES
EXPLAIN impossible sur la requête : SHOW TABLES
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.04 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.02 ms |
| Executing | 0.00 ms |
| Filling schema table | 0.01 ms |
| checking permissions | 0.82 ms |
| Executing | 0.01 ms |
| Sending data | 0.24 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.00 ms |
| Removing tmp table | 0.01 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.04 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 44 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 43 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/database/driver/mysqli.php:505 |
| 42 | JDatabaseDriverMysqli->getTableList() | JROOT/libraries/dbc/src/Helper/Cck.php:70 |
| 41 | Dbc\Helper\Cck::getTables() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/Type/CustomDbcCategoryQueryType.php:36 |
| 40 | DbcContentSources\Type\CustomDbcCategoryQueryType::config() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/DbcSourceListener.php:21 |
| 39 | DbcContentSources\DbcSourceListener::initSource() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 38 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/application/src/Application/EventLoader.php:59 |
| 37 | YOOtheme\Application\EventLoader->YOOtheme\Application\{closure}() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:115 |
| 36 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:45 |
| 35 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/packages/utils/src/Event.php:47 |
| 34 | YOOtheme\Event::emit() | JROOT/templates/yootheme/packages/builder-source/bootstrap.php:46 |
| 33 | YOOtheme\Application::YOOtheme\Builder\Source\{closure}() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 32 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/container/src/Container/Service.php:155 |
| 31 | YOOtheme\Container\Service->resolveInstance() | JROOT/templates/yootheme/packages/container/src/Container.php:343 |
| 30 | YOOtheme\Container->resolveService() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 29 | YOOtheme\Application->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:124 |
| 28 | YOOtheme\HookCollection->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:30 |
| 27 | YOOtheme\HookCollection->call() | JROOT/templates/yootheme/packages/utils/src/Hook.php:17 |
| 26 | YOOtheme\Hook::call() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 25 | YOOtheme\Application->resolveService() | JROOT/templates/yootheme/packages/container/src/Container.php:315 |
| 24 | YOOtheme\Container->resolve() | JROOT/templates/yootheme/packages/container/src/Container.php:91 |
| 23 | YOOtheme\Container->get() | JROOT/templates/yootheme/packages/container/src/Container.php:51 |
| 22 | YOOtheme\Container->__invoke() | JROOT/templates/yootheme/packages/application/functions.php:24 |
| 21 | YOOtheme\app() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:133 |
| 20 | YOOtheme\Builder\Source\SourceTransform->querySource() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:72 |
| 19 | YOOtheme\Builder\Source\SourceTransform->prerender() | JROOT/templates/yootheme/packages/builder/src/Builder.php:253 |
| 18 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 17 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 16 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 15 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 14 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 13 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:101 |
| 12 | YOOtheme\Builder->load() | JROOT/templates/yootheme/packages/builder/src/Builder.php:121 |
| 11 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder/bootstrap.php:35 |
| 10 | YOOtheme\Application::YOOtheme\Builder\{closure}() | Même appel que celui de la ligne ci-dessous. |
| 9 | call_user_func_array() | JROOT/templates/yootheme/packages/view/src/View.php:102 |
| 8 | YOOtheme\View->__call() | JROOT/templates/yootheme/index.php:187 |
| 7 | require JROOT/templates/yootheme/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 |
Temps de requête : 0.53 ms Après la dernière requête : 0.20 ms Mémoire de requête : 0.035 MB mémoire avant requête : 31.104 MB Rangées retournées : 6
SELECT DISTINCT `name`
FROM `clm_cck_core_types`
WHERE `storage_location` = 'joomla_category'
AND `storage_location` != ''
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | clm_cck_core_types | ALL | NULL | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 46 | Using where |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.03 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.03 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.08 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 43 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 42 | JDatabaseDriver->loadObjectList() | JROOT/libraries/dbc/src/Helper/Cck.php:66 |
| 41 | Dbc\Helper\Cck::getTables() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/Type/CustomDbcCategoriesQueryType.php:58 |
| 40 | DbcContentSources\Type\CustomDbcCategoriesQueryType::config() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/DbcSourceListener.php:22 |
| 39 | DbcContentSources\DbcSourceListener::initSource() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 38 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/application/src/Application/EventLoader.php:59 |
| 37 | YOOtheme\Application\EventLoader->YOOtheme\Application\{closure}() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:115 |
| 36 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:45 |
| 35 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/packages/utils/src/Event.php:47 |
| 34 | YOOtheme\Event::emit() | JROOT/templates/yootheme/packages/builder-source/bootstrap.php:46 |
| 33 | YOOtheme\Application::YOOtheme\Builder\Source\{closure}() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 32 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/container/src/Container/Service.php:155 |
| 31 | YOOtheme\Container\Service->resolveInstance() | JROOT/templates/yootheme/packages/container/src/Container.php:343 |
| 30 | YOOtheme\Container->resolveService() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 29 | YOOtheme\Application->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:124 |
| 28 | YOOtheme\HookCollection->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:30 |
| 27 | YOOtheme\HookCollection->call() | JROOT/templates/yootheme/packages/utils/src/Hook.php:17 |
| 26 | YOOtheme\Hook::call() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 25 | YOOtheme\Application->resolveService() | JROOT/templates/yootheme/packages/container/src/Container.php:315 |
| 24 | YOOtheme\Container->resolve() | JROOT/templates/yootheme/packages/container/src/Container.php:91 |
| 23 | YOOtheme\Container->get() | JROOT/templates/yootheme/packages/container/src/Container.php:51 |
| 22 | YOOtheme\Container->__invoke() | JROOT/templates/yootheme/packages/application/functions.php:24 |
| 21 | YOOtheme\app() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:133 |
| 20 | YOOtheme\Builder\Source\SourceTransform->querySource() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:72 |
| 19 | YOOtheme\Builder\Source\SourceTransform->prerender() | JROOT/templates/yootheme/packages/builder/src/Builder.php:253 |
| 18 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 17 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 16 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 15 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 14 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 13 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:101 |
| 12 | YOOtheme\Builder->load() | JROOT/templates/yootheme/packages/builder/src/Builder.php:121 |
| 11 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder/bootstrap.php:35 |
| 10 | YOOtheme\Application::YOOtheme\Builder\{closure}() | Même appel que celui de la ligne ci-dessous. |
| 9 | call_user_func_array() | JROOT/templates/yootheme/packages/view/src/View.php:102 |
| 8 | YOOtheme\View->__call() | JROOT/templates/yootheme/index.php:187 |
| 7 | require JROOT/templates/yootheme/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 |
Temps de requête : 1.33 ms Après la dernière requête : 0.09 ms Mémoire de requête : 0.040 MB mémoire avant requête : 31.126 MB Rangées retournées : 137
SHOW TABLES
EXPLAIN impossible sur la requête : SHOW TABLES
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.04 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.02 ms |
| Executing | 0.00 ms |
| Filling schema table | 0.01 ms |
| checking permissions | 0.78 ms |
| Executing | 0.01 ms |
| Sending data | 0.18 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.00 ms |
| Removing tmp table | 0.01 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 44 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 43 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/database/driver/mysqli.php:505 |
| 42 | JDatabaseDriverMysqli->getTableList() | JROOT/libraries/dbc/src/Helper/Cck.php:70 |
| 41 | Dbc\Helper\Cck::getTables() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/Type/CustomDbcCategoriesQueryType.php:58 |
| 40 | DbcContentSources\Type\CustomDbcCategoriesQueryType::config() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/DbcSourceListener.php:22 |
| 39 | DbcContentSources\DbcSourceListener::initSource() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 38 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/application/src/Application/EventLoader.php:59 |
| 37 | YOOtheme\Application\EventLoader->YOOtheme\Application\{closure}() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:115 |
| 36 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:45 |
| 35 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/packages/utils/src/Event.php:47 |
| 34 | YOOtheme\Event::emit() | JROOT/templates/yootheme/packages/builder-source/bootstrap.php:46 |
| 33 | YOOtheme\Application::YOOtheme\Builder\Source\{closure}() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 32 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/container/src/Container/Service.php:155 |
| 31 | YOOtheme\Container\Service->resolveInstance() | JROOT/templates/yootheme/packages/container/src/Container.php:343 |
| 30 | YOOtheme\Container->resolveService() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 29 | YOOtheme\Application->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:124 |
| 28 | YOOtheme\HookCollection->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:30 |
| 27 | YOOtheme\HookCollection->call() | JROOT/templates/yootheme/packages/utils/src/Hook.php:17 |
| 26 | YOOtheme\Hook::call() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 25 | YOOtheme\Application->resolveService() | JROOT/templates/yootheme/packages/container/src/Container.php:315 |
| 24 | YOOtheme\Container->resolve() | JROOT/templates/yootheme/packages/container/src/Container.php:91 |
| 23 | YOOtheme\Container->get() | JROOT/templates/yootheme/packages/container/src/Container.php:51 |
| 22 | YOOtheme\Container->__invoke() | JROOT/templates/yootheme/packages/application/functions.php:24 |
| 21 | YOOtheme\app() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:133 |
| 20 | YOOtheme\Builder\Source\SourceTransform->querySource() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:72 |
| 19 | YOOtheme\Builder\Source\SourceTransform->prerender() | JROOT/templates/yootheme/packages/builder/src/Builder.php:253 |
| 18 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 17 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 16 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 15 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 14 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 13 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:101 |
| 12 | YOOtheme\Builder->load() | JROOT/templates/yootheme/packages/builder/src/Builder.php:121 |
| 11 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder/bootstrap.php:35 |
| 10 | YOOtheme\Application::YOOtheme\Builder\{closure}() | Même appel que celui de la ligne ci-dessous. |
| 9 | call_user_func_array() | JROOT/templates/yootheme/packages/view/src/View.php:102 |
| 8 | YOOtheme\View->__call() | JROOT/templates/yootheme/index.php:187 |
| 7 | require JROOT/templates/yootheme/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 |
Temps de requête : 0.43 ms Après la dernière requête : 0.22 ms Mémoire de requête : 0.034 MB mémoire avant requête : 31.145 MB Rangées retournées : 2
SELECT DISTINCT `name`
FROM `clm_cck_core_types`
WHERE `storage_location` = 'joomla_menu_item'
AND `storage_location` != ''
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | clm_cck_core_types | ALL | NULL | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 46 | Using where |
| Status | Duration |
|---|
| Starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.03 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.03 ms |
| Preparing | 0.02 ms |
| Executing | 0.00 ms |
| Sending data | 0.08 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 43 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 42 | JDatabaseDriver->loadObjectList() | JROOT/libraries/dbc/src/Helper/Cck.php:66 |
| 41 | Dbc\Helper\Cck::getTables() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/Type/CustomDbcMenuItemsQueryType.php:52 |
| 40 | DbcContentSources\Type\CustomDbcMenuItemsQueryType::config() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/DbcSourceListener.php:23 |
| 39 | DbcContentSources\DbcSourceListener::initSource() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 38 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/application/src/Application/EventLoader.php:59 |
| 37 | YOOtheme\Application\EventLoader->YOOtheme\Application\{closure}() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:115 |
| 36 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:45 |
| 35 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/packages/utils/src/Event.php:47 |
| 34 | YOOtheme\Event::emit() | JROOT/templates/yootheme/packages/builder-source/bootstrap.php:46 |
| 33 | YOOtheme\Application::YOOtheme\Builder\Source\{closure}() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 32 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/container/src/Container/Service.php:155 |
| 31 | YOOtheme\Container\Service->resolveInstance() | JROOT/templates/yootheme/packages/container/src/Container.php:343 |
| 30 | YOOtheme\Container->resolveService() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 29 | YOOtheme\Application->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:124 |
| 28 | YOOtheme\HookCollection->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:30 |
| 27 | YOOtheme\HookCollection->call() | JROOT/templates/yootheme/packages/utils/src/Hook.php:17 |
| 26 | YOOtheme\Hook::call() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 25 | YOOtheme\Application->resolveService() | JROOT/templates/yootheme/packages/container/src/Container.php:315 |
| 24 | YOOtheme\Container->resolve() | JROOT/templates/yootheme/packages/container/src/Container.php:91 |
| 23 | YOOtheme\Container->get() | JROOT/templates/yootheme/packages/container/src/Container.php:51 |
| 22 | YOOtheme\Container->__invoke() | JROOT/templates/yootheme/packages/application/functions.php:24 |
| 21 | YOOtheme\app() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:133 |
| 20 | YOOtheme\Builder\Source\SourceTransform->querySource() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:72 |
| 19 | YOOtheme\Builder\Source\SourceTransform->prerender() | JROOT/templates/yootheme/packages/builder/src/Builder.php:253 |
| 18 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 17 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 16 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 15 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 14 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 13 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:101 |
| 12 | YOOtheme\Builder->load() | JROOT/templates/yootheme/packages/builder/src/Builder.php:121 |
| 11 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder/bootstrap.php:35 |
| 10 | YOOtheme\Application::YOOtheme\Builder\{closure}() | Même appel que celui de la ligne ci-dessous. |
| 9 | call_user_func_array() | JROOT/templates/yootheme/packages/view/src/View.php:102 |
| 8 | YOOtheme\View->__call() | JROOT/templates/yootheme/index.php:187 |
| 7 | require JROOT/templates/yootheme/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 |
Temps de requête : 1.37 ms Après la dernière requête : 0.07 ms Mémoire de requête : 0.040 MB mémoire avant requête : 31.164 MB Rangées retournées : 137
SHOW TABLES
EXPLAIN impossible sur la requête : SHOW TABLES
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.01 ms |
| Filling schema table | 0.01 ms |
| checking permissions | 0.79 ms |
| Executing | 0.01 ms |
| Sending data | 0.17 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.00 ms |
| Removing tmp table | 0.01 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 44 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 43 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/database/driver/mysqli.php:505 |
| 42 | JDatabaseDriverMysqli->getTableList() | JROOT/libraries/dbc/src/Helper/Cck.php:70 |
| 41 | Dbc\Helper\Cck::getTables() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/Type/CustomDbcMenuItemsQueryType.php:52 |
| 40 | DbcContentSources\Type\CustomDbcMenuItemsQueryType::config() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/DbcSourceListener.php:23 |
| 39 | DbcContentSources\DbcSourceListener::initSource() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 38 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/application/src/Application/EventLoader.php:59 |
| 37 | YOOtheme\Application\EventLoader->YOOtheme\Application\{closure}() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:115 |
| 36 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:45 |
| 35 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/packages/utils/src/Event.php:47 |
| 34 | YOOtheme\Event::emit() | JROOT/templates/yootheme/packages/builder-source/bootstrap.php:46 |
| 33 | YOOtheme\Application::YOOtheme\Builder\Source\{closure}() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 32 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/container/src/Container/Service.php:155 |
| 31 | YOOtheme\Container\Service->resolveInstance() | JROOT/templates/yootheme/packages/container/src/Container.php:343 |
| 30 | YOOtheme\Container->resolveService() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 29 | YOOtheme\Application->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:124 |
| 28 | YOOtheme\HookCollection->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:30 |
| 27 | YOOtheme\HookCollection->call() | JROOT/templates/yootheme/packages/utils/src/Hook.php:17 |
| 26 | YOOtheme\Hook::call() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 25 | YOOtheme\Application->resolveService() | JROOT/templates/yootheme/packages/container/src/Container.php:315 |
| 24 | YOOtheme\Container->resolve() | JROOT/templates/yootheme/packages/container/src/Container.php:91 |
| 23 | YOOtheme\Container->get() | JROOT/templates/yootheme/packages/container/src/Container.php:51 |
| 22 | YOOtheme\Container->__invoke() | JROOT/templates/yootheme/packages/application/functions.php:24 |
| 21 | YOOtheme\app() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:133 |
| 20 | YOOtheme\Builder\Source\SourceTransform->querySource() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:72 |
| 19 | YOOtheme\Builder\Source\SourceTransform->prerender() | JROOT/templates/yootheme/packages/builder/src/Builder.php:253 |
| 18 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 17 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 16 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 15 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 14 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 13 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:101 |
| 12 | YOOtheme\Builder->load() | JROOT/templates/yootheme/packages/builder/src/Builder.php:121 |
| 11 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder/bootstrap.php:35 |
| 10 | YOOtheme\Application::YOOtheme\Builder\{closure}() | Même appel que celui de la ligne ci-dessous. |
| 9 | call_user_func_array() | JROOT/templates/yootheme/packages/view/src/View.php:102 |
| 8 | YOOtheme\View->__call() | JROOT/templates/yootheme/index.php:187 |
| 7 | require JROOT/templates/yootheme/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 |
Temps de requête : 0.58 ms Après la dernière requête : 0.17 ms Mémoire de requête : 0.035 MB mémoire avant requête : 31.189 MB Rangées retournées : 23
SELECT DISTINCT `name`
FROM `clm_cck_core_types`
WHERE `storage_location` = 'joomla_article'
AND `storage_location` != ''
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | clm_cck_core_types | ALL | NULL | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 46 | Using where |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.04 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.03 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.09 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 43 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 42 | JDatabaseDriver->loadObjectList() | JROOT/libraries/dbc/src/Helper/Cck.php:66 |
| 41 | Dbc\Helper\Cck::getTables() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/Type/DbcArticleType.php:19 |
| 40 | DbcContentSources\Type\DbcArticleType::config() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/DbcSourceListener.php:30 |
| 39 | DbcContentSources\DbcSourceListener::initSource() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 38 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/application/src/Application/EventLoader.php:59 |
| 37 | YOOtheme\Application\EventLoader->YOOtheme\Application\{closure}() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:115 |
| 36 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:45 |
| 35 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/packages/utils/src/Event.php:47 |
| 34 | YOOtheme\Event::emit() | JROOT/templates/yootheme/packages/builder-source/bootstrap.php:46 |
| 33 | YOOtheme\Application::YOOtheme\Builder\Source\{closure}() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 32 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/container/src/Container/Service.php:155 |
| 31 | YOOtheme\Container\Service->resolveInstance() | JROOT/templates/yootheme/packages/container/src/Container.php:343 |
| 30 | YOOtheme\Container->resolveService() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 29 | YOOtheme\Application->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:124 |
| 28 | YOOtheme\HookCollection->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:30 |
| 27 | YOOtheme\HookCollection->call() | JROOT/templates/yootheme/packages/utils/src/Hook.php:17 |
| 26 | YOOtheme\Hook::call() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 25 | YOOtheme\Application->resolveService() | JROOT/templates/yootheme/packages/container/src/Container.php:315 |
| 24 | YOOtheme\Container->resolve() | JROOT/templates/yootheme/packages/container/src/Container.php:91 |
| 23 | YOOtheme\Container->get() | JROOT/templates/yootheme/packages/container/src/Container.php:51 |
| 22 | YOOtheme\Container->__invoke() | JROOT/templates/yootheme/packages/application/functions.php:24 |
| 21 | YOOtheme\app() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:133 |
| 20 | YOOtheme\Builder\Source\SourceTransform->querySource() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:72 |
| 19 | YOOtheme\Builder\Source\SourceTransform->prerender() | JROOT/templates/yootheme/packages/builder/src/Builder.php:253 |
| 18 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 17 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 16 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 15 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 14 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 13 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:101 |
| 12 | YOOtheme\Builder->load() | JROOT/templates/yootheme/packages/builder/src/Builder.php:121 |
| 11 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder/bootstrap.php:35 |
| 10 | YOOtheme\Application::YOOtheme\Builder\{closure}() | Même appel que celui de la ligne ci-dessous. |
| 9 | call_user_func_array() | JROOT/templates/yootheme/packages/view/src/View.php:102 |
| 8 | YOOtheme\View->__call() | JROOT/templates/yootheme/index.php:187 |
| 7 | require JROOT/templates/yootheme/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 |
Temps de requête : 1.54 ms Après la dernière requête : 0.10 ms Mémoire de requête : 0.040 MB mémoire avant requête : 31.219 MB Rangées retournées : 137
SHOW TABLES
EXPLAIN impossible sur la requête : SHOW TABLES
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.05 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.02 ms |
| Executing | 0.00 ms |
| Filling schema table | 0.01 ms |
| checking permissions | 0.93 ms |
| Executing | 0.01 ms |
| Sending data | 0.18 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.00 ms |
| Removing tmp table | 0.01 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 44 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 43 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/database/driver/mysqli.php:505 |
| 42 | JDatabaseDriverMysqli->getTableList() | JROOT/libraries/dbc/src/Helper/Cck.php:70 |
| 41 | Dbc\Helper\Cck::getTables() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/Type/DbcArticleType.php:19 |
| 40 | DbcContentSources\Type\DbcArticleType::config() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/DbcSourceListener.php:30 |
| 39 | DbcContentSources\DbcSourceListener::initSource() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 38 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/application/src/Application/EventLoader.php:59 |
| 37 | YOOtheme\Application\EventLoader->YOOtheme\Application\{closure}() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:115 |
| 36 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:45 |
| 35 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/packages/utils/src/Event.php:47 |
| 34 | YOOtheme\Event::emit() | JROOT/templates/yootheme/packages/builder-source/bootstrap.php:46 |
| 33 | YOOtheme\Application::YOOtheme\Builder\Source\{closure}() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 32 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/container/src/Container/Service.php:155 |
| 31 | YOOtheme\Container\Service->resolveInstance() | JROOT/templates/yootheme/packages/container/src/Container.php:343 |
| 30 | YOOtheme\Container->resolveService() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 29 | YOOtheme\Application->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:124 |
| 28 | YOOtheme\HookCollection->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:30 |
| 27 | YOOtheme\HookCollection->call() | JROOT/templates/yootheme/packages/utils/src/Hook.php:17 |
| 26 | YOOtheme\Hook::call() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 25 | YOOtheme\Application->resolveService() | JROOT/templates/yootheme/packages/container/src/Container.php:315 |
| 24 | YOOtheme\Container->resolve() | JROOT/templates/yootheme/packages/container/src/Container.php:91 |
| 23 | YOOtheme\Container->get() | JROOT/templates/yootheme/packages/container/src/Container.php:51 |
| 22 | YOOtheme\Container->__invoke() | JROOT/templates/yootheme/packages/application/functions.php:24 |
| 21 | YOOtheme\app() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:133 |
| 20 | YOOtheme\Builder\Source\SourceTransform->querySource() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:72 |
| 19 | YOOtheme\Builder\Source\SourceTransform->prerender() | JROOT/templates/yootheme/packages/builder/src/Builder.php:253 |
| 18 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 17 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 16 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 15 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 14 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 13 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:101 |
| 12 | YOOtheme\Builder->load() | JROOT/templates/yootheme/packages/builder/src/Builder.php:121 |
| 11 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder/bootstrap.php:35 |
| 10 | YOOtheme\Application::YOOtheme\Builder\{closure}() | Même appel que celui de la ligne ci-dessous. |
| 9 | call_user_func_array() | JROOT/templates/yootheme/packages/view/src/View.php:102 |
| 8 | YOOtheme\View->__call() | JROOT/templates/yootheme/index.php:187 |
| 7 | require JROOT/templates/yootheme/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 |
Temps de requête : 1.27 ms Après la dernière requête : 0.35 ms Mémoire de requête : 0.037 MB mémoire avant requête : 31.226 MB Rangées retournées : 11
SHOW FULL COLUMNS
FROM `clm_cck_store_form_dbc_article`
EXPLAIN impossible sur la requête : SHOW FULL COLUMNS FROM `clm_cck_store_form_dbc_article`
| Status | Duration |
|---|
| Starting | 0.04 ms |
| checking permissions | 0.01 ms |
| closing tables | 0.00 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.46 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Filling schema table | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.04 ms |
| checking permissions | 0.14 ms |
| closing tables | 0.01 ms |
| checking permissions | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.07 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.00 ms |
| Removing tmp table | 0.16 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 45 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 44 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
| 43 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/dbc/src/Helper/Cck.php:49 |
| 42 | Dbc\Helper\Cck::getFields() | JROOT/libraries/dbc/src/Helper/Cck.php:30 |
| 41 | Dbc\Helper\Cck::getColumns() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/Type/DbcArticleType.php:20 |
| 40 | DbcContentSources\Type\DbcArticleType::config() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/DbcSourceListener.php:30 |
| 39 | DbcContentSources\DbcSourceListener::initSource() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 38 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/application/src/Application/EventLoader.php:59 |
| 37 | YOOtheme\Application\EventLoader->YOOtheme\Application\{closure}() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:115 |
| 36 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:45 |
| 35 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/packages/utils/src/Event.php:47 |
| 34 | YOOtheme\Event::emit() | JROOT/templates/yootheme/packages/builder-source/bootstrap.php:46 |
| 33 | YOOtheme\Application::YOOtheme\Builder\Source\{closure}() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 32 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/container/src/Container/Service.php:155 |
| 31 | YOOtheme\Container\Service->resolveInstance() | JROOT/templates/yootheme/packages/container/src/Container.php:343 |
| 30 | YOOtheme\Container->resolveService() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 29 | YOOtheme\Application->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:124 |
| 28 | YOOtheme\HookCollection->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:30 |
| 27 | YOOtheme\HookCollection->call() | JROOT/templates/yootheme/packages/utils/src/Hook.php:17 |
| 26 | YOOtheme\Hook::call() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 25 | YOOtheme\Application->resolveService() | JROOT/templates/yootheme/packages/container/src/Container.php:315 |
| 24 | YOOtheme\Container->resolve() | JROOT/templates/yootheme/packages/container/src/Container.php:91 |
| 23 | YOOtheme\Container->get() | JROOT/templates/yootheme/packages/container/src/Container.php:51 |
| 22 | YOOtheme\Container->__invoke() | JROOT/templates/yootheme/packages/application/functions.php:24 |
| 21 | YOOtheme\app() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:133 |
| 20 | YOOtheme\Builder\Source\SourceTransform->querySource() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:72 |
| 19 | YOOtheme\Builder\Source\SourceTransform->prerender() | JROOT/templates/yootheme/packages/builder/src/Builder.php:253 |
| 18 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 17 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 16 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 15 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 14 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 13 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:101 |
| 12 | YOOtheme\Builder->load() | JROOT/templates/yootheme/packages/builder/src/Builder.php:121 |
| 11 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder/bootstrap.php:35 |
| 10 | YOOtheme\Application::YOOtheme\Builder\{closure}() | Même appel que celui de la ligne ci-dessous. |
| 9 | call_user_func_array() | JROOT/templates/yootheme/packages/view/src/View.php:102 |
| 8 | YOOtheme\View->__call() | JROOT/templates/yootheme/index.php:187 |
| 7 | require JROOT/templates/yootheme/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 |
Temps de requête : 1.05 ms Après la dernière requête : 0.13 ms Mémoire de requête : 0.037 MB mémoire avant requête : 31.247 MB Rangées retournées : 10
SHOW FULL COLUMNS
FROM `clm_cck_store_form_dbc_banner`
EXPLAIN impossible sur la requête : SHOW FULL COLUMNS FROM `clm_cck_store_form_dbc_banner`
| Status | Duration |
|---|
| Starting | 0.04 ms |
| checking permissions | 0.01 ms |
| closing tables | 0.00 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.35 ms |
| After opening tables | 0.02 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.02 ms |
| Executing | 0.00 ms |
| Filling schema table | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| checking permissions | 0.11 ms |
| closing tables | 0.01 ms |
| checking permissions | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.06 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.00 ms |
| Removing tmp table | 0.13 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 45 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 44 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
| 43 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/dbc/src/Helper/Cck.php:49 |
| 42 | Dbc\Helper\Cck::getFields() | JROOT/libraries/dbc/src/Helper/Cck.php:30 |
| 41 | Dbc\Helper\Cck::getColumns() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/Type/DbcArticleType.php:20 |
| 40 | DbcContentSources\Type\DbcArticleType::config() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/DbcSourceListener.php:30 |
| 39 | DbcContentSources\DbcSourceListener::initSource() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 38 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/application/src/Application/EventLoader.php:59 |
| 37 | YOOtheme\Application\EventLoader->YOOtheme\Application\{closure}() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:115 |
| 36 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:45 |
| 35 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/packages/utils/src/Event.php:47 |
| 34 | YOOtheme\Event::emit() | JROOT/templates/yootheme/packages/builder-source/bootstrap.php:46 |
| 33 | YOOtheme\Application::YOOtheme\Builder\Source\{closure}() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 32 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/container/src/Container/Service.php:155 |
| 31 | YOOtheme\Container\Service->resolveInstance() | JROOT/templates/yootheme/packages/container/src/Container.php:343 |
| 30 | YOOtheme\Container->resolveService() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 29 | YOOtheme\Application->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:124 |
| 28 | YOOtheme\HookCollection->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:30 |
| 27 | YOOtheme\HookCollection->call() | JROOT/templates/yootheme/packages/utils/src/Hook.php:17 |
| 26 | YOOtheme\Hook::call() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 25 | YOOtheme\Application->resolveService() | JROOT/templates/yootheme/packages/container/src/Container.php:315 |
| 24 | YOOtheme\Container->resolve() | JROOT/templates/yootheme/packages/container/src/Container.php:91 |
| 23 | YOOtheme\Container->get() | JROOT/templates/yootheme/packages/container/src/Container.php:51 |
| 22 | YOOtheme\Container->__invoke() | JROOT/templates/yootheme/packages/application/functions.php:24 |
| 21 | YOOtheme\app() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:133 |
| 20 | YOOtheme\Builder\Source\SourceTransform->querySource() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:72 |
| 19 | YOOtheme\Builder\Source\SourceTransform->prerender() | JROOT/templates/yootheme/packages/builder/src/Builder.php:253 |
| 18 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 17 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 16 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 15 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 14 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 13 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:101 |
| 12 | YOOtheme\Builder->load() | JROOT/templates/yootheme/packages/builder/src/Builder.php:121 |
| 11 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder/bootstrap.php:35 |
| 10 | YOOtheme\Application::YOOtheme\Builder\{closure}() | Même appel que celui de la ligne ci-dessous. |
| 9 | call_user_func_array() | JROOT/templates/yootheme/packages/view/src/View.php:102 |
| 8 | YOOtheme\View->__call() | JROOT/templates/yootheme/index.php:187 |
| 7 | require JROOT/templates/yootheme/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 |
Temps de requête : 1.05 ms Après la dernière requête : 0.11 ms Mémoire de requête : 0.036 MB mémoire avant requête : 31.268 MB Rangées retournées : 6
SHOW FULL COLUMNS
FROM `clm_cck_store_form_dbc_news`
EXPLAIN impossible sur la requête : SHOW FULL COLUMNS FROM `clm_cck_store_form_dbc_news`
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.01 ms |
| closing tables | 0.00 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.35 ms |
| After opening tables | 0.02 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.02 ms |
| Executing | 0.00 ms |
| Filling schema table | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| checking permissions | 0.09 ms |
| closing tables | 0.01 ms |
| checking permissions | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.05 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.00 ms |
| Removing tmp table | 0.13 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 45 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 44 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
| 43 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/dbc/src/Helper/Cck.php:49 |
| 42 | Dbc\Helper\Cck::getFields() | JROOT/libraries/dbc/src/Helper/Cck.php:30 |
| 41 | Dbc\Helper\Cck::getColumns() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/Type/DbcArticleType.php:20 |
| 40 | DbcContentSources\Type\DbcArticleType::config() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/DbcSourceListener.php:30 |
| 39 | DbcContentSources\DbcSourceListener::initSource() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 38 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/application/src/Application/EventLoader.php:59 |
| 37 | YOOtheme\Application\EventLoader->YOOtheme\Application\{closure}() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:115 |
| 36 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:45 |
| 35 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/packages/utils/src/Event.php:47 |
| 34 | YOOtheme\Event::emit() | JROOT/templates/yootheme/packages/builder-source/bootstrap.php:46 |
| 33 | YOOtheme\Application::YOOtheme\Builder\Source\{closure}() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 32 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/container/src/Container/Service.php:155 |
| 31 | YOOtheme\Container\Service->resolveInstance() | JROOT/templates/yootheme/packages/container/src/Container.php:343 |
| 30 | YOOtheme\Container->resolveService() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 29 | YOOtheme\Application->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:124 |
| 28 | YOOtheme\HookCollection->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:30 |
| 27 | YOOtheme\HookCollection->call() | JROOT/templates/yootheme/packages/utils/src/Hook.php:17 |
| 26 | YOOtheme\Hook::call() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 25 | YOOtheme\Application->resolveService() | JROOT/templates/yootheme/packages/container/src/Container.php:315 |
| 24 | YOOtheme\Container->resolve() | JROOT/templates/yootheme/packages/container/src/Container.php:91 |
| 23 | YOOtheme\Container->get() | JROOT/templates/yootheme/packages/container/src/Container.php:51 |
| 22 | YOOtheme\Container->__invoke() | JROOT/templates/yootheme/packages/application/functions.php:24 |
| 21 | YOOtheme\app() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:133 |
| 20 | YOOtheme\Builder\Source\SourceTransform->querySource() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:72 |
| 19 | YOOtheme\Builder\Source\SourceTransform->prerender() | JROOT/templates/yootheme/packages/builder/src/Builder.php:253 |
| 18 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 17 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 16 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 15 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 14 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 13 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:101 |
| 12 | YOOtheme\Builder->load() | JROOT/templates/yootheme/packages/builder/src/Builder.php:121 |
| 11 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder/bootstrap.php:35 |
| 10 | YOOtheme\Application::YOOtheme\Builder\{closure}() | Même appel que celui de la ligne ci-dessous. |
| 9 | call_user_func_array() | JROOT/templates/yootheme/packages/view/src/View.php:102 |
| 8 | YOOtheme\View->__call() | JROOT/templates/yootheme/index.php:187 |
| 7 | require JROOT/templates/yootheme/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 |
Temps de requête : 1.06 ms Après la dernière requête : 0.20 ms Mémoire de requête : 0.037 MB mémoire avant requête : 31.288 MB Rangées retournées : 13
SHOW FULL COLUMNS
FROM `clm_cck_store_form_dbc_media`
EXPLAIN impossible sur la requête : SHOW FULL COLUMNS FROM `clm_cck_store_form_dbc_media`
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.01 ms |
| closing tables | 0.00 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.36 ms |
| After opening tables | 0.02 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.02 ms |
| Executing | 0.00 ms |
| Filling schema table | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| checking permissions | 0.12 ms |
| closing tables | 0.01 ms |
| checking permissions | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.06 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.00 ms |
| Removing tmp table | 0.17 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 45 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 44 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
| 43 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/dbc/src/Helper/Cck.php:49 |
| 42 | Dbc\Helper\Cck::getFields() | JROOT/libraries/dbc/src/Helper/Cck.php:30 |
| 41 | Dbc\Helper\Cck::getColumns() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/Type/DbcArticleType.php:20 |
| 40 | DbcContentSources\Type\DbcArticleType::config() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/DbcSourceListener.php:30 |
| 39 | DbcContentSources\DbcSourceListener::initSource() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 38 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/application/src/Application/EventLoader.php:59 |
| 37 | YOOtheme\Application\EventLoader->YOOtheme\Application\{closure}() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:115 |
| 36 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:45 |
| 35 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/packages/utils/src/Event.php:47 |
| 34 | YOOtheme\Event::emit() | JROOT/templates/yootheme/packages/builder-source/bootstrap.php:46 |
| 33 | YOOtheme\Application::YOOtheme\Builder\Source\{closure}() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 32 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/container/src/Container/Service.php:155 |
| 31 | YOOtheme\Container\Service->resolveInstance() | JROOT/templates/yootheme/packages/container/src/Container.php:343 |
| 30 | YOOtheme\Container->resolveService() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 29 | YOOtheme\Application->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:124 |
| 28 | YOOtheme\HookCollection->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:30 |
| 27 | YOOtheme\HookCollection->call() | JROOT/templates/yootheme/packages/utils/src/Hook.php:17 |
| 26 | YOOtheme\Hook::call() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 25 | YOOtheme\Application->resolveService() | JROOT/templates/yootheme/packages/container/src/Container.php:315 |
| 24 | YOOtheme\Container->resolve() | JROOT/templates/yootheme/packages/container/src/Container.php:91 |
| 23 | YOOtheme\Container->get() | JROOT/templates/yootheme/packages/container/src/Container.php:51 |
| 22 | YOOtheme\Container->__invoke() | JROOT/templates/yootheme/packages/application/functions.php:24 |
| 21 | YOOtheme\app() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:133 |
| 20 | YOOtheme\Builder\Source\SourceTransform->querySource() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:72 |
| 19 | YOOtheme\Builder\Source\SourceTransform->prerender() | JROOT/templates/yootheme/packages/builder/src/Builder.php:253 |
| 18 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 17 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 16 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 15 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 14 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 13 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:101 |
| 12 | YOOtheme\Builder->load() | JROOT/templates/yootheme/packages/builder/src/Builder.php:121 |
| 11 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder/bootstrap.php:35 |
| 10 | YOOtheme\Application::YOOtheme\Builder\{closure}() | Même appel que celui de la ligne ci-dessous. |
| 9 | call_user_func_array() | JROOT/templates/yootheme/packages/view/src/View.php:102 |
| 8 | YOOtheme\View->__call() | JROOT/templates/yootheme/index.php:187 |
| 7 | require JROOT/templates/yootheme/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 |
Temps de requête : 1.05 ms Après la dernière requête : 0.14 ms Mémoire de requête : 0.037 MB mémoire avant requête : 31.309 MB Rangées retournées : 11
SHOW FULL COLUMNS
FROM `clm_cck_store_form_dbc_link`
EXPLAIN impossible sur la requête : SHOW FULL COLUMNS FROM `clm_cck_store_form_dbc_link`
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.01 ms |
| closing tables | 0.00 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.35 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.02 ms |
| Executing | 0.00 ms |
| Filling schema table | 0.02 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| checking permissions | 0.11 ms |
| closing tables | 0.01 ms |
| checking permissions | 0.01 ms |
| Executing | 0.01 ms |
| Sending data | 0.05 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.00 ms |
| Removing tmp table | 0.13 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 45 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 44 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
| 43 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/dbc/src/Helper/Cck.php:49 |
| 42 | Dbc\Helper\Cck::getFields() | JROOT/libraries/dbc/src/Helper/Cck.php:30 |
| 41 | Dbc\Helper\Cck::getColumns() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/Type/DbcArticleType.php:20 |
| 40 | DbcContentSources\Type\DbcArticleType::config() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/DbcSourceListener.php:30 |
| 39 | DbcContentSources\DbcSourceListener::initSource() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 38 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/application/src/Application/EventLoader.php:59 |
| 37 | YOOtheme\Application\EventLoader->YOOtheme\Application\{closure}() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:115 |
| 36 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:45 |
| 35 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/packages/utils/src/Event.php:47 |
| 34 | YOOtheme\Event::emit() | JROOT/templates/yootheme/packages/builder-source/bootstrap.php:46 |
| 33 | YOOtheme\Application::YOOtheme\Builder\Source\{closure}() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 32 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/container/src/Container/Service.php:155 |
| 31 | YOOtheme\Container\Service->resolveInstance() | JROOT/templates/yootheme/packages/container/src/Container.php:343 |
| 30 | YOOtheme\Container->resolveService() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 29 | YOOtheme\Application->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:124 |
| 28 | YOOtheme\HookCollection->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:30 |
| 27 | YOOtheme\HookCollection->call() | JROOT/templates/yootheme/packages/utils/src/Hook.php:17 |
| 26 | YOOtheme\Hook::call() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 25 | YOOtheme\Application->resolveService() | JROOT/templates/yootheme/packages/container/src/Container.php:315 |
| 24 | YOOtheme\Container->resolve() | JROOT/templates/yootheme/packages/container/src/Container.php:91 |
| 23 | YOOtheme\Container->get() | JROOT/templates/yootheme/packages/container/src/Container.php:51 |
| 22 | YOOtheme\Container->__invoke() | JROOT/templates/yootheme/packages/application/functions.php:24 |
| 21 | YOOtheme\app() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:133 |
| 20 | YOOtheme\Builder\Source\SourceTransform->querySource() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:72 |
| 19 | YOOtheme\Builder\Source\SourceTransform->prerender() | JROOT/templates/yootheme/packages/builder/src/Builder.php:253 |
| 18 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 17 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 16 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 15 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 14 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 13 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:101 |
| 12 | YOOtheme\Builder->load() | JROOT/templates/yootheme/packages/builder/src/Builder.php:121 |
| 11 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder/bootstrap.php:35 |
| 10 | YOOtheme\Application::YOOtheme\Builder\{closure}() | Même appel que celui de la ligne ci-dessous. |
| 9 | call_user_func_array() | JROOT/templates/yootheme/packages/view/src/View.php:102 |
| 8 | YOOtheme\View->__call() | JROOT/templates/yootheme/index.php:187 |
| 7 | require JROOT/templates/yootheme/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 |
Temps de requête : 1.05 ms Après la dernière requête : 0.11 ms Mémoire de requête : 0.041 MB mémoire avant requête : 31.339 MB Rangées retournées : 5
SHOW FULL COLUMNS
FROM `clm_cck_store_form_dbc_notification`
EXPLAIN impossible sur la requête : SHOW FULL COLUMNS FROM `clm_cck_store_form_dbc_notification`
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.01 ms |
| closing tables | 0.00 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.36 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.02 ms |
| Executing | 0.00 ms |
| Filling schema table | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| checking permissions | 0.08 ms |
| closing tables | 0.01 ms |
| checking permissions | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.05 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.00 ms |
| Removing tmp table | 0.13 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 45 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 44 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
| 43 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/dbc/src/Helper/Cck.php:49 |
| 42 | Dbc\Helper\Cck::getFields() | JROOT/libraries/dbc/src/Helper/Cck.php:30 |
| 41 | Dbc\Helper\Cck::getColumns() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/Type/DbcArticleType.php:20 |
| 40 | DbcContentSources\Type\DbcArticleType::config() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/DbcSourceListener.php:30 |
| 39 | DbcContentSources\DbcSourceListener::initSource() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 38 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/application/src/Application/EventLoader.php:59 |
| 37 | YOOtheme\Application\EventLoader->YOOtheme\Application\{closure}() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:115 |
| 36 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:45 |
| 35 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/packages/utils/src/Event.php:47 |
| 34 | YOOtheme\Event::emit() | JROOT/templates/yootheme/packages/builder-source/bootstrap.php:46 |
| 33 | YOOtheme\Application::YOOtheme\Builder\Source\{closure}() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 32 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/container/src/Container/Service.php:155 |
| 31 | YOOtheme\Container\Service->resolveInstance() | JROOT/templates/yootheme/packages/container/src/Container.php:343 |
| 30 | YOOtheme\Container->resolveService() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 29 | YOOtheme\Application->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:124 |
| 28 | YOOtheme\HookCollection->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:30 |
| 27 | YOOtheme\HookCollection->call() | JROOT/templates/yootheme/packages/utils/src/Hook.php:17 |
| 26 | YOOtheme\Hook::call() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 25 | YOOtheme\Application->resolveService() | JROOT/templates/yootheme/packages/container/src/Container.php:315 |
| 24 | YOOtheme\Container->resolve() | JROOT/templates/yootheme/packages/container/src/Container.php:91 |
| 23 | YOOtheme\Container->get() | JROOT/templates/yootheme/packages/container/src/Container.php:51 |
| 22 | YOOtheme\Container->__invoke() | JROOT/templates/yootheme/packages/application/functions.php:24 |
| 21 | YOOtheme\app() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:133 |
| 20 | YOOtheme\Builder\Source\SourceTransform->querySource() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:72 |
| 19 | YOOtheme\Builder\Source\SourceTransform->prerender() | JROOT/templates/yootheme/packages/builder/src/Builder.php:253 |
| 18 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 17 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 16 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 15 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 14 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 13 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:101 |
| 12 | YOOtheme\Builder->load() | JROOT/templates/yootheme/packages/builder/src/Builder.php:121 |
| 11 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder/bootstrap.php:35 |
| 10 | YOOtheme\Application::YOOtheme\Builder\{closure}() | Même appel que celui de la ligne ci-dessous. |
| 9 | call_user_func_array() | JROOT/templates/yootheme/packages/view/src/View.php:102 |
| 8 | YOOtheme\View->__call() | JROOT/templates/yootheme/index.php:187 |
| 7 | require JROOT/templates/yootheme/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 |
Temps de requête : 1.06 ms Après la dernière requête : 0.23 ms Mémoire de requête : 0.037 MB mémoire avant requête : 31.365 MB Rangées retournées : 9
SHOW FULL COLUMNS
FROM `clm_cck_store_form_dbc_contact`
EXPLAIN impossible sur la requête : SHOW FULL COLUMNS FROM `clm_cck_store_form_dbc_contact`
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.01 ms |
| closing tables | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.34 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.04 ms |
| Preparing | 0.02 ms |
| Executing | 0.00 ms |
| Filling schema table | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| checking permissions | 0.12 ms |
| closing tables | 0.01 ms |
| checking permissions | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.05 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.00 ms |
| Removing tmp table | 0.13 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 45 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 44 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
| 43 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/dbc/src/Helper/Cck.php:49 |
| 42 | Dbc\Helper\Cck::getFields() | JROOT/libraries/dbc/src/Helper/Cck.php:30 |
| 41 | Dbc\Helper\Cck::getColumns() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/Type/DbcArticleType.php:20 |
| 40 | DbcContentSources\Type\DbcArticleType::config() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/DbcSourceListener.php:30 |
| 39 | DbcContentSources\DbcSourceListener::initSource() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 38 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/application/src/Application/EventLoader.php:59 |
| 37 | YOOtheme\Application\EventLoader->YOOtheme\Application\{closure}() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:115 |
| 36 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:45 |
| 35 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/packages/utils/src/Event.php:47 |
| 34 | YOOtheme\Event::emit() | JROOT/templates/yootheme/packages/builder-source/bootstrap.php:46 |
| 33 | YOOtheme\Application::YOOtheme\Builder\Source\{closure}() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 32 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/container/src/Container/Service.php:155 |
| 31 | YOOtheme\Container\Service->resolveInstance() | JROOT/templates/yootheme/packages/container/src/Container.php:343 |
| 30 | YOOtheme\Container->resolveService() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 29 | YOOtheme\Application->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:124 |
| 28 | YOOtheme\HookCollection->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:30 |
| 27 | YOOtheme\HookCollection->call() | JROOT/templates/yootheme/packages/utils/src/Hook.php:17 |
| 26 | YOOtheme\Hook::call() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 25 | YOOtheme\Application->resolveService() | JROOT/templates/yootheme/packages/container/src/Container.php:315 |
| 24 | YOOtheme\Container->resolve() | JROOT/templates/yootheme/packages/container/src/Container.php:91 |
| 23 | YOOtheme\Container->get() | JROOT/templates/yootheme/packages/container/src/Container.php:51 |
| 22 | YOOtheme\Container->__invoke() | JROOT/templates/yootheme/packages/application/functions.php:24 |
| 21 | YOOtheme\app() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:133 |
| 20 | YOOtheme\Builder\Source\SourceTransform->querySource() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:72 |
| 19 | YOOtheme\Builder\Source\SourceTransform->prerender() | JROOT/templates/yootheme/packages/builder/src/Builder.php:253 |
| 18 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 17 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 16 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 15 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 14 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 13 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:101 |
| 12 | YOOtheme\Builder->load() | JROOT/templates/yootheme/packages/builder/src/Builder.php:121 |
| 11 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder/bootstrap.php:35 |
| 10 | YOOtheme\Application::YOOtheme\Builder\{closure}() | Même appel que celui de la ligne ci-dessous. |
| 9 | call_user_func_array() | JROOT/templates/yootheme/packages/view/src/View.php:102 |
| 8 | YOOtheme\View->__call() | JROOT/templates/yootheme/index.php:187 |
| 7 | require JROOT/templates/yootheme/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 |
Temps de requête : 1.03 ms Après la dernière requête : 0.10 ms Mémoire de requête : 0.035 MB mémoire avant requête : 31.385 MB Rangées retournées : 2
SHOW FULL COLUMNS
FROM `clm_cck_store_form_dbc_alert`
EXPLAIN impossible sur la requête : SHOW FULL COLUMNS FROM `clm_cck_store_form_dbc_alert`
| Status | Duration |
|---|
| Starting | 0.07 ms |
| checking permissions | 0.01 ms |
| closing tables | 0.00 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.36 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Filling schema table | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| checking permissions | 0.05 ms |
| closing tables | 0.01 ms |
| checking permissions | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.04 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.00 ms |
| Removing tmp table | 0.13 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 45 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 44 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
| 43 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/dbc/src/Helper/Cck.php:49 |
| 42 | Dbc\Helper\Cck::getFields() | JROOT/libraries/dbc/src/Helper/Cck.php:30 |
| 41 | Dbc\Helper\Cck::getColumns() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/Type/DbcArticleType.php:20 |
| 40 | DbcContentSources\Type\DbcArticleType::config() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/DbcSourceListener.php:30 |
| 39 | DbcContentSources\DbcSourceListener::initSource() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 38 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/application/src/Application/EventLoader.php:59 |
| 37 | YOOtheme\Application\EventLoader->YOOtheme\Application\{closure}() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:115 |
| 36 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:45 |
| 35 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/packages/utils/src/Event.php:47 |
| 34 | YOOtheme\Event::emit() | JROOT/templates/yootheme/packages/builder-source/bootstrap.php:46 |
| 33 | YOOtheme\Application::YOOtheme\Builder\Source\{closure}() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 32 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/container/src/Container/Service.php:155 |
| 31 | YOOtheme\Container\Service->resolveInstance() | JROOT/templates/yootheme/packages/container/src/Container.php:343 |
| 30 | YOOtheme\Container->resolveService() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 29 | YOOtheme\Application->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:124 |
| 28 | YOOtheme\HookCollection->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:30 |
| 27 | YOOtheme\HookCollection->call() | JROOT/templates/yootheme/packages/utils/src/Hook.php:17 |
| 26 | YOOtheme\Hook::call() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 25 | YOOtheme\Application->resolveService() | JROOT/templates/yootheme/packages/container/src/Container.php:315 |
| 24 | YOOtheme\Container->resolve() | JROOT/templates/yootheme/packages/container/src/Container.php:91 |
| 23 | YOOtheme\Container->get() | JROOT/templates/yootheme/packages/container/src/Container.php:51 |
| 22 | YOOtheme\Container->__invoke() | JROOT/templates/yootheme/packages/application/functions.php:24 |
| 21 | YOOtheme\app() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:133 |
| 20 | YOOtheme\Builder\Source\SourceTransform->querySource() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:72 |
| 19 | YOOtheme\Builder\Source\SourceTransform->prerender() | JROOT/templates/yootheme/packages/builder/src/Builder.php:253 |
| 18 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 17 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 16 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 15 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 14 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 13 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:101 |
| 12 | YOOtheme\Builder->load() | JROOT/templates/yootheme/packages/builder/src/Builder.php:121 |
| 11 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder/bootstrap.php:35 |
| 10 | YOOtheme\Application::YOOtheme\Builder\{closure}() | Même appel que celui de la ligne ci-dessous. |
| 9 | call_user_func_array() | JROOT/templates/yootheme/packages/view/src/View.php:102 |
| 8 | YOOtheme\View->__call() | JROOT/templates/yootheme/index.php:187 |
| 7 | require JROOT/templates/yootheme/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 |
Temps de requête : 1.03 ms Après la dernière requête : 0.21 ms Mémoire de requête : 0.036 MB mémoire avant requête : 31.405 MB Rangées retournées : 6
SHOW FULL COLUMNS
FROM `clm_cck_store_form_dbc_help`
EXPLAIN impossible sur la requête : SHOW FULL COLUMNS FROM `clm_cck_store_form_dbc_help`
| Status | Duration |
|---|
| Starting | 0.04 ms |
| checking permissions | 0.01 ms |
| closing tables | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.38 ms |
| After opening tables | 0.02 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Filling schema table | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| checking permissions | 0.08 ms |
| closing tables | 0.01 ms |
| checking permissions | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.05 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.00 ms |
| Removing tmp table | 0.13 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 45 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 44 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
| 43 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/dbc/src/Helper/Cck.php:49 |
| 42 | Dbc\Helper\Cck::getFields() | JROOT/libraries/dbc/src/Helper/Cck.php:30 |
| 41 | Dbc\Helper\Cck::getColumns() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/Type/DbcArticleType.php:20 |
| 40 | DbcContentSources\Type\DbcArticleType::config() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/DbcSourceListener.php:30 |
| 39 | DbcContentSources\DbcSourceListener::initSource() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 38 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/application/src/Application/EventLoader.php:59 |
| 37 | YOOtheme\Application\EventLoader->YOOtheme\Application\{closure}() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:115 |
| 36 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:45 |
| 35 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/packages/utils/src/Event.php:47 |
| 34 | YOOtheme\Event::emit() | JROOT/templates/yootheme/packages/builder-source/bootstrap.php:46 |
| 33 | YOOtheme\Application::YOOtheme\Builder\Source\{closure}() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 32 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/container/src/Container/Service.php:155 |
| 31 | YOOtheme\Container\Service->resolveInstance() | JROOT/templates/yootheme/packages/container/src/Container.php:343 |
| 30 | YOOtheme\Container->resolveService() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 29 | YOOtheme\Application->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:124 |
| 28 | YOOtheme\HookCollection->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:30 |
| 27 | YOOtheme\HookCollection->call() | JROOT/templates/yootheme/packages/utils/src/Hook.php:17 |
| 26 | YOOtheme\Hook::call() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 25 | YOOtheme\Application->resolveService() | JROOT/templates/yootheme/packages/container/src/Container.php:315 |
| 24 | YOOtheme\Container->resolve() | JROOT/templates/yootheme/packages/container/src/Container.php:91 |
| 23 | YOOtheme\Container->get() | JROOT/templates/yootheme/packages/container/src/Container.php:51 |
| 22 | YOOtheme\Container->__invoke() | JROOT/templates/yootheme/packages/application/functions.php:24 |
| 21 | YOOtheme\app() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:133 |
| 20 | YOOtheme\Builder\Source\SourceTransform->querySource() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:72 |
| 19 | YOOtheme\Builder\Source\SourceTransform->prerender() | JROOT/templates/yootheme/packages/builder/src/Builder.php:253 |
| 18 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 17 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 16 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 15 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 14 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 13 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:101 |
| 12 | YOOtheme\Builder->load() | JROOT/templates/yootheme/packages/builder/src/Builder.php:121 |
| 11 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder/bootstrap.php:35 |
| 10 | YOOtheme\Application::YOOtheme\Builder\{closure}() | Même appel que celui de la ligne ci-dessous. |
| 9 | call_user_func_array() | JROOT/templates/yootheme/packages/view/src/View.php:102 |
| 8 | YOOtheme\View->__call() | JROOT/templates/yootheme/index.php:187 |
| 7 | require JROOT/templates/yootheme/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 |
Temps de requête : 1.03 ms Après la dernière requête : 0.11 ms Mémoire de requête : 0.036 MB mémoire avant requête : 31.426 MB Rangées retournées : 3
SHOW FULL COLUMNS
FROM `clm_cck_store_form_dbc_newsletter_registration`
EXPLAIN impossible sur la requête : SHOW FULL COLUMNS FROM `clm_cck_store_form_dbc_newsletter_registration`
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.01 ms |
| closing tables | 0.00 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.34 ms |
| After opening tables | 0.02 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Filling schema table | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| checking permissions | 0.06 ms |
| closing tables | 0.01 ms |
| checking permissions | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.04 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.00 ms |
| Removing tmp table | 0.13 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 45 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 44 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
| 43 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/dbc/src/Helper/Cck.php:49 |
| 42 | Dbc\Helper\Cck::getFields() | JROOT/libraries/dbc/src/Helper/Cck.php:30 |
| 41 | Dbc\Helper\Cck::getColumns() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/Type/DbcArticleType.php:20 |
| 40 | DbcContentSources\Type\DbcArticleType::config() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/DbcSourceListener.php:30 |
| 39 | DbcContentSources\DbcSourceListener::initSource() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 38 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/application/src/Application/EventLoader.php:59 |
| 37 | YOOtheme\Application\EventLoader->YOOtheme\Application\{closure}() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:115 |
| 36 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:45 |
| 35 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/packages/utils/src/Event.php:47 |
| 34 | YOOtheme\Event::emit() | JROOT/templates/yootheme/packages/builder-source/bootstrap.php:46 |
| 33 | YOOtheme\Application::YOOtheme\Builder\Source\{closure}() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 32 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/container/src/Container/Service.php:155 |
| 31 | YOOtheme\Container\Service->resolveInstance() | JROOT/templates/yootheme/packages/container/src/Container.php:343 |
| 30 | YOOtheme\Container->resolveService() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 29 | YOOtheme\Application->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:124 |
| 28 | YOOtheme\HookCollection->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:30 |
| 27 | YOOtheme\HookCollection->call() | JROOT/templates/yootheme/packages/utils/src/Hook.php:17 |
| 26 | YOOtheme\Hook::call() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 25 | YOOtheme\Application->resolveService() | JROOT/templates/yootheme/packages/container/src/Container.php:315 |
| 24 | YOOtheme\Container->resolve() | JROOT/templates/yootheme/packages/container/src/Container.php:91 |
| 23 | YOOtheme\Container->get() | JROOT/templates/yootheme/packages/container/src/Container.php:51 |
| 22 | YOOtheme\Container->__invoke() | JROOT/templates/yootheme/packages/application/functions.php:24 |
| 21 | YOOtheme\app() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:133 |
| 20 | YOOtheme\Builder\Source\SourceTransform->querySource() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:72 |
| 19 | YOOtheme\Builder\Source\SourceTransform->prerender() | JROOT/templates/yootheme/packages/builder/src/Builder.php:253 |
| 18 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 17 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 16 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 15 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 14 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 13 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:101 |
| 12 | YOOtheme\Builder->load() | JROOT/templates/yootheme/packages/builder/src/Builder.php:121 |
| 11 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder/bootstrap.php:35 |
| 10 | YOOtheme\Application::YOOtheme\Builder\{closure}() | Même appel que celui de la ligne ci-dessous. |
| 9 | call_user_func_array() | JROOT/templates/yootheme/packages/view/src/View.php:102 |
| 8 | YOOtheme\View->__call() | JROOT/templates/yootheme/index.php:187 |
| 7 | require JROOT/templates/yootheme/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 |
Temps de requête : 1.95 ms Après la dernière requête : 0.18 ms Mémoire de requête : 0.036 MB mémoire avant requête : 31.446 MB Rangées retournées : 7
SHOW FULL COLUMNS
FROM `clm_cck_store_form_dbc_thematic`
EXPLAIN impossible sur la requête : SHOW FULL COLUMNS FROM `clm_cck_store_form_dbc_thematic`
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.01 ms |
| closing tables | 0.00 ms |
| checking permissions | 0.01 ms |
| Opening tables | 1.26 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.02 ms |
| Executing | 0.00 ms |
| Filling schema table | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| checking permissions | 0.10 ms |
| closing tables | 0.01 ms |
| checking permissions | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.05 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.00 ms |
| Removing tmp table | 0.14 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 45 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 44 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
| 43 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/dbc/src/Helper/Cck.php:49 |
| 42 | Dbc\Helper\Cck::getFields() | JROOT/libraries/dbc/src/Helper/Cck.php:30 |
| 41 | Dbc\Helper\Cck::getColumns() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/Type/DbcArticleType.php:20 |
| 40 | DbcContentSources\Type\DbcArticleType::config() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/DbcSourceListener.php:30 |
| 39 | DbcContentSources\DbcSourceListener::initSource() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 38 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/application/src/Application/EventLoader.php:59 |
| 37 | YOOtheme\Application\EventLoader->YOOtheme\Application\{closure}() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:115 |
| 36 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:45 |
| 35 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/packages/utils/src/Event.php:47 |
| 34 | YOOtheme\Event::emit() | JROOT/templates/yootheme/packages/builder-source/bootstrap.php:46 |
| 33 | YOOtheme\Application::YOOtheme\Builder\Source\{closure}() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 32 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/container/src/Container/Service.php:155 |
| 31 | YOOtheme\Container\Service->resolveInstance() | JROOT/templates/yootheme/packages/container/src/Container.php:343 |
| 30 | YOOtheme\Container->resolveService() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 29 | YOOtheme\Application->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:124 |
| 28 | YOOtheme\HookCollection->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:30 |
| 27 | YOOtheme\HookCollection->call() | JROOT/templates/yootheme/packages/utils/src/Hook.php:17 |
| 26 | YOOtheme\Hook::call() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 25 | YOOtheme\Application->resolveService() | JROOT/templates/yootheme/packages/container/src/Container.php:315 |
| 24 | YOOtheme\Container->resolve() | JROOT/templates/yootheme/packages/container/src/Container.php:91 |
| 23 | YOOtheme\Container->get() | JROOT/templates/yootheme/packages/container/src/Container.php:51 |
| 22 | YOOtheme\Container->__invoke() | JROOT/templates/yootheme/packages/application/functions.php:24 |
| 21 | YOOtheme\app() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:133 |
| 20 | YOOtheme\Builder\Source\SourceTransform->querySource() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:72 |
| 19 | YOOtheme\Builder\Source\SourceTransform->prerender() | JROOT/templates/yootheme/packages/builder/src/Builder.php:253 |
| 18 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 17 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 16 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 15 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 14 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 13 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:101 |
| 12 | YOOtheme\Builder->load() | JROOT/templates/yootheme/packages/builder/src/Builder.php:121 |
| 11 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder/bootstrap.php:35 |
| 10 | YOOtheme\Application::YOOtheme\Builder\{closure}() | Même appel que celui de la ligne ci-dessous. |
| 9 | call_user_func_array() | JROOT/templates/yootheme/packages/view/src/View.php:102 |
| 8 | YOOtheme\View->__call() | JROOT/templates/yootheme/index.php:187 |
| 7 | require JROOT/templates/yootheme/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 |
Temps de requête : 1.10 ms Après la dernière requête : 0.10 ms Mémoire de requête : 0.039 MB mémoire avant requête : 31.466 MB Rangées retournées : 22
SHOW FULL COLUMNS
FROM `clm_cck_store_form_dbc_event`
EXPLAIN impossible sur la requête : SHOW FULL COLUMNS FROM `clm_cck_store_form_dbc_event`
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.01 ms |
| closing tables | 0.00 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.34 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.02 ms |
| Executing | 0.00 ms |
| Filling schema table | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| checking permissions | 0.18 ms |
| closing tables | 0.01 ms |
| checking permissions | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.07 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.00 ms |
| Removing tmp table | 0.13 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 45 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 44 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
| 43 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/dbc/src/Helper/Cck.php:49 |
| 42 | Dbc\Helper\Cck::getFields() | JROOT/libraries/dbc/src/Helper/Cck.php:30 |
| 41 | Dbc\Helper\Cck::getColumns() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/Type/DbcArticleType.php:20 |
| 40 | DbcContentSources\Type\DbcArticleType::config() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/DbcSourceListener.php:30 |
| 39 | DbcContentSources\DbcSourceListener::initSource() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 38 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/application/src/Application/EventLoader.php:59 |
| 37 | YOOtheme\Application\EventLoader->YOOtheme\Application\{closure}() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:115 |
| 36 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:45 |
| 35 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/packages/utils/src/Event.php:47 |
| 34 | YOOtheme\Event::emit() | JROOT/templates/yootheme/packages/builder-source/bootstrap.php:46 |
| 33 | YOOtheme\Application::YOOtheme\Builder\Source\{closure}() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 32 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/container/src/Container/Service.php:155 |
| 31 | YOOtheme\Container\Service->resolveInstance() | JROOT/templates/yootheme/packages/container/src/Container.php:343 |
| 30 | YOOtheme\Container->resolveService() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 29 | YOOtheme\Application->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:124 |
| 28 | YOOtheme\HookCollection->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:30 |
| 27 | YOOtheme\HookCollection->call() | JROOT/templates/yootheme/packages/utils/src/Hook.php:17 |
| 26 | YOOtheme\Hook::call() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 25 | YOOtheme\Application->resolveService() | JROOT/templates/yootheme/packages/container/src/Container.php:315 |
| 24 | YOOtheme\Container->resolve() | JROOT/templates/yootheme/packages/container/src/Container.php:91 |
| 23 | YOOtheme\Container->get() | JROOT/templates/yootheme/packages/container/src/Container.php:51 |
| 22 | YOOtheme\Container->__invoke() | JROOT/templates/yootheme/packages/application/functions.php:24 |
| 21 | YOOtheme\app() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:133 |
| 20 | YOOtheme\Builder\Source\SourceTransform->querySource() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:72 |
| 19 | YOOtheme\Builder\Source\SourceTransform->prerender() | JROOT/templates/yootheme/packages/builder/src/Builder.php:253 |
| 18 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 17 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 16 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 15 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 14 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 13 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:101 |
| 12 | YOOtheme\Builder->load() | JROOT/templates/yootheme/packages/builder/src/Builder.php:121 |
| 11 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder/bootstrap.php:35 |
| 10 | YOOtheme\Application::YOOtheme\Builder\{closure}() | Même appel que celui de la ligne ci-dessous. |
| 9 | call_user_func_array() | JROOT/templates/yootheme/packages/view/src/View.php:102 |
| 8 | YOOtheme\View->__call() | JROOT/templates/yootheme/index.php:187 |
| 7 | require JROOT/templates/yootheme/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 |
Temps de requête : 1.06 ms Après la dernière requête : 0.12 ms Mémoire de requête : 0.037 MB mémoire avant requête : 31.489 MB Rangées retournées : 9
SHOW FULL COLUMNS
FROM `clm_cck_store_form_dbc_order`
EXPLAIN impossible sur la requête : SHOW FULL COLUMNS FROM `clm_cck_store_form_dbc_order`
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.01 ms |
| closing tables | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.39 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.02 ms |
| Executing | 0.00 ms |
| Filling schema table | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| checking permissions | 0.10 ms |
| closing tables | 0.01 ms |
| checking permissions | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.05 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.00 ms |
| Removing tmp table | 0.14 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 45 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 44 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
| 43 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/dbc/src/Helper/Cck.php:49 |
| 42 | Dbc\Helper\Cck::getFields() | JROOT/libraries/dbc/src/Helper/Cck.php:30 |
| 41 | Dbc\Helper\Cck::getColumns() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/Type/DbcArticleType.php:20 |
| 40 | DbcContentSources\Type\DbcArticleType::config() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/DbcSourceListener.php:30 |
| 39 | DbcContentSources\DbcSourceListener::initSource() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 38 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/application/src/Application/EventLoader.php:59 |
| 37 | YOOtheme\Application\EventLoader->YOOtheme\Application\{closure}() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:115 |
| 36 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:45 |
| 35 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/packages/utils/src/Event.php:47 |
| 34 | YOOtheme\Event::emit() | JROOT/templates/yootheme/packages/builder-source/bootstrap.php:46 |
| 33 | YOOtheme\Application::YOOtheme\Builder\Source\{closure}() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 32 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/container/src/Container/Service.php:155 |
| 31 | YOOtheme\Container\Service->resolveInstance() | JROOT/templates/yootheme/packages/container/src/Container.php:343 |
| 30 | YOOtheme\Container->resolveService() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 29 | YOOtheme\Application->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:124 |
| 28 | YOOtheme\HookCollection->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:30 |
| 27 | YOOtheme\HookCollection->call() | JROOT/templates/yootheme/packages/utils/src/Hook.php:17 |
| 26 | YOOtheme\Hook::call() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 25 | YOOtheme\Application->resolveService() | JROOT/templates/yootheme/packages/container/src/Container.php:315 |
| 24 | YOOtheme\Container->resolve() | JROOT/templates/yootheme/packages/container/src/Container.php:91 |
| 23 | YOOtheme\Container->get() | JROOT/templates/yootheme/packages/container/src/Container.php:51 |
| 22 | YOOtheme\Container->__invoke() | JROOT/templates/yootheme/packages/application/functions.php:24 |
| 21 | YOOtheme\app() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:133 |
| 20 | YOOtheme\Builder\Source\SourceTransform->querySource() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:72 |
| 19 | YOOtheme\Builder\Source\SourceTransform->prerender() | JROOT/templates/yootheme/packages/builder/src/Builder.php:253 |
| 18 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 17 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 16 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 15 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 14 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 13 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:101 |
| 12 | YOOtheme\Builder->load() | JROOT/templates/yootheme/packages/builder/src/Builder.php:121 |
| 11 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder/bootstrap.php:35 |
| 10 | YOOtheme\Application::YOOtheme\Builder\{closure}() | Même appel que celui de la ligne ci-dessous. |
| 9 | call_user_func_array() | JROOT/templates/yootheme/packages/view/src/View.php:102 |
| 8 | YOOtheme\View->__call() | JROOT/templates/yootheme/index.php:187 |
| 7 | require JROOT/templates/yootheme/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 |
Temps de requête : 1.22 ms Après la dernière requête : 0.12 ms Mémoire de requête : 0.036 MB mémoire avant requête : 31.510 MB Rangées retournées : 7
SHOW FULL COLUMNS
FROM `clm_cck_store_form_dbc_cart`
EXPLAIN impossible sur la requête : SHOW FULL COLUMNS FROM `clm_cck_store_form_dbc_cart`
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.01 ms |
| closing tables | 0.00 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.38 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Filling schema table | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| checking permissions | 0.10 ms |
| closing tables | 0.01 ms |
| checking permissions | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.06 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Removing tmp table | 0.17 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 45 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 44 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
| 43 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/dbc/src/Helper/Cck.php:49 |
| 42 | Dbc\Helper\Cck::getFields() | JROOT/libraries/dbc/src/Helper/Cck.php:30 |
| 41 | Dbc\Helper\Cck::getColumns() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/Type/DbcArticleType.php:20 |
| 40 | DbcContentSources\Type\DbcArticleType::config() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/DbcSourceListener.php:30 |
| 39 | DbcContentSources\DbcSourceListener::initSource() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 38 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/application/src/Application/EventLoader.php:59 |
| 37 | YOOtheme\Application\EventLoader->YOOtheme\Application\{closure}() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:115 |
| 36 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:45 |
| 35 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/packages/utils/src/Event.php:47 |
| 34 | YOOtheme\Event::emit() | JROOT/templates/yootheme/packages/builder-source/bootstrap.php:46 |
| 33 | YOOtheme\Application::YOOtheme\Builder\Source\{closure}() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 32 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/container/src/Container/Service.php:155 |
| 31 | YOOtheme\Container\Service->resolveInstance() | JROOT/templates/yootheme/packages/container/src/Container.php:343 |
| 30 | YOOtheme\Container->resolveService() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 29 | YOOtheme\Application->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:124 |
| 28 | YOOtheme\HookCollection->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:30 |
| 27 | YOOtheme\HookCollection->call() | JROOT/templates/yootheme/packages/utils/src/Hook.php:17 |
| 26 | YOOtheme\Hook::call() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 25 | YOOtheme\Application->resolveService() | JROOT/templates/yootheme/packages/container/src/Container.php:315 |
| 24 | YOOtheme\Container->resolve() | JROOT/templates/yootheme/packages/container/src/Container.php:91 |
| 23 | YOOtheme\Container->get() | JROOT/templates/yootheme/packages/container/src/Container.php:51 |
| 22 | YOOtheme\Container->__invoke() | JROOT/templates/yootheme/packages/application/functions.php:24 |
| 21 | YOOtheme\app() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:133 |
| 20 | YOOtheme\Builder\Source\SourceTransform->querySource() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:72 |
| 19 | YOOtheme\Builder\Source\SourceTransform->prerender() | JROOT/templates/yootheme/packages/builder/src/Builder.php:253 |
| 18 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 17 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 16 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 15 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 14 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 13 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:101 |
| 12 | YOOtheme\Builder->load() | JROOT/templates/yootheme/packages/builder/src/Builder.php:121 |
| 11 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder/bootstrap.php:35 |
| 10 | YOOtheme\Application::YOOtheme\Builder\{closure}() | Même appel que celui de la ligne ci-dessous. |
| 9 | call_user_func_array() | JROOT/templates/yootheme/packages/view/src/View.php:102 |
| 8 | YOOtheme\View->__call() | JROOT/templates/yootheme/index.php:187 |
| 7 | require JROOT/templates/yootheme/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 |
Temps de requête : 1.15 ms Après la dernière requête : 0.11 ms Mémoire de requête : 0.038 MB mémoire avant requête : 31.530 MB Rangées retournées : 15
SHOW FULL COLUMNS
FROM `clm_cck_store_form_dbc_registration`
EXPLAIN impossible sur la requête : SHOW FULL COLUMNS FROM `clm_cck_store_form_dbc_registration`
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.01 ms |
| closing tables | 0.00 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.37 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.02 ms |
| Executing | 0.00 ms |
| Filling schema table | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| checking permissions | 0.14 ms |
| closing tables | 0.01 ms |
| checking permissions | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.07 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.00 ms |
| Removing tmp table | 0.13 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 45 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 44 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
| 43 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/dbc/src/Helper/Cck.php:49 |
| 42 | Dbc\Helper\Cck::getFields() | JROOT/libraries/dbc/src/Helper/Cck.php:30 |
| 41 | Dbc\Helper\Cck::getColumns() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/Type/DbcArticleType.php:20 |
| 40 | DbcContentSources\Type\DbcArticleType::config() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/DbcSourceListener.php:30 |
| 39 | DbcContentSources\DbcSourceListener::initSource() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 38 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/application/src/Application/EventLoader.php:59 |
| 37 | YOOtheme\Application\EventLoader->YOOtheme\Application\{closure}() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:115 |
| 36 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:45 |
| 35 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/packages/utils/src/Event.php:47 |
| 34 | YOOtheme\Event::emit() | JROOT/templates/yootheme/packages/builder-source/bootstrap.php:46 |
| 33 | YOOtheme\Application::YOOtheme\Builder\Source\{closure}() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 32 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/container/src/Container/Service.php:155 |
| 31 | YOOtheme\Container\Service->resolveInstance() | JROOT/templates/yootheme/packages/container/src/Container.php:343 |
| 30 | YOOtheme\Container->resolveService() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 29 | YOOtheme\Application->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:124 |
| 28 | YOOtheme\HookCollection->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:30 |
| 27 | YOOtheme\HookCollection->call() | JROOT/templates/yootheme/packages/utils/src/Hook.php:17 |
| 26 | YOOtheme\Hook::call() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 25 | YOOtheme\Application->resolveService() | JROOT/templates/yootheme/packages/container/src/Container.php:315 |
| 24 | YOOtheme\Container->resolve() | JROOT/templates/yootheme/packages/container/src/Container.php:91 |
| 23 | YOOtheme\Container->get() | JROOT/templates/yootheme/packages/container/src/Container.php:51 |
| 22 | YOOtheme\Container->__invoke() | JROOT/templates/yootheme/packages/application/functions.php:24 |
| 21 | YOOtheme\app() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:133 |
| 20 | YOOtheme\Builder\Source\SourceTransform->querySource() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:72 |
| 19 | YOOtheme\Builder\Source\SourceTransform->prerender() | JROOT/templates/yootheme/packages/builder/src/Builder.php:253 |
| 18 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 17 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 16 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 15 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 14 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 13 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:101 |
| 12 | YOOtheme\Builder->load() | JROOT/templates/yootheme/packages/builder/src/Builder.php:121 |
| 11 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder/bootstrap.php:35 |
| 10 | YOOtheme\Application::YOOtheme\Builder\{closure}() | Même appel que celui de la ligne ci-dessous. |
| 9 | call_user_func_array() | JROOT/templates/yootheme/packages/view/src/View.php:102 |
| 8 | YOOtheme\View->__call() | JROOT/templates/yootheme/index.php:187 |
| 7 | require JROOT/templates/yootheme/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 |
Temps de requête : 1.34 ms Après la dernière requête : 0.27 ms Mémoire de requête : 0.043 MB mémoire avant requête : 31.551 MB Rangées retournées : 31
SHOW FULL COLUMNS
FROM `clm_content`
EXPLAIN impossible sur la requête : SHOW FULL COLUMNS FROM `clm_content`
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.01 ms |
| closing tables | 0.00 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.38 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.06 ms |
| Preparing | 0.02 ms |
| Executing | 0.00 ms |
| Filling schema table | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| checking permissions | 0.26 ms |
| closing tables | 0.01 ms |
| checking permissions | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.09 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.00 ms |
| Removing tmp table | 0.16 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 45 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 44 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
| 43 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/dbc/src/Helper/Cck.php:47 |
| 42 | Dbc\Helper\Cck::getFields() | JROOT/libraries/dbc/src/Helper/Cck.php:36 |
| 41 | Dbc\Helper\Cck::getColumns() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/Type/DbcArticleType.php:20 |
| 40 | DbcContentSources\Type\DbcArticleType::config() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/DbcSourceListener.php:30 |
| 39 | DbcContentSources\DbcSourceListener::initSource() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 38 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/application/src/Application/EventLoader.php:59 |
| 37 | YOOtheme\Application\EventLoader->YOOtheme\Application\{closure}() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:115 |
| 36 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:45 |
| 35 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/packages/utils/src/Event.php:47 |
| 34 | YOOtheme\Event::emit() | JROOT/templates/yootheme/packages/builder-source/bootstrap.php:46 |
| 33 | YOOtheme\Application::YOOtheme\Builder\Source\{closure}() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 32 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/container/src/Container/Service.php:155 |
| 31 | YOOtheme\Container\Service->resolveInstance() | JROOT/templates/yootheme/packages/container/src/Container.php:343 |
| 30 | YOOtheme\Container->resolveService() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 29 | YOOtheme\Application->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:124 |
| 28 | YOOtheme\HookCollection->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:30 |
| 27 | YOOtheme\HookCollection->call() | JROOT/templates/yootheme/packages/utils/src/Hook.php:17 |
| 26 | YOOtheme\Hook::call() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 25 | YOOtheme\Application->resolveService() | JROOT/templates/yootheme/packages/container/src/Container.php:315 |
| 24 | YOOtheme\Container->resolve() | JROOT/templates/yootheme/packages/container/src/Container.php:91 |
| 23 | YOOtheme\Container->get() | JROOT/templates/yootheme/packages/container/src/Container.php:51 |
| 22 | YOOtheme\Container->__invoke() | JROOT/templates/yootheme/packages/application/functions.php:24 |
| 21 | YOOtheme\app() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:133 |
| 20 | YOOtheme\Builder\Source\SourceTransform->querySource() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:72 |
| 19 | YOOtheme\Builder\Source\SourceTransform->prerender() | JROOT/templates/yootheme/packages/builder/src/Builder.php:253 |
| 18 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 17 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 16 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 15 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 14 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 13 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:101 |
| 12 | YOOtheme\Builder->load() | JROOT/templates/yootheme/packages/builder/src/Builder.php:121 |
| 11 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder/bootstrap.php:35 |
| 10 | YOOtheme\Application::YOOtheme\Builder\{closure}() | Même appel que celui de la ligne ci-dessous. |
| 9 | call_user_func_array() | JROOT/templates/yootheme/packages/view/src/View.php:102 |
| 8 | YOOtheme\View->__call() | JROOT/templates/yootheme/index.php:187 |
| 7 | require JROOT/templates/yootheme/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 |
Temps de requête : 0.72 ms Après la dernière requête : 0.36 ms Mémoire de requête : 0.035 MB mémoire avant requête : 31.673 MB Rangées retournées : 6
SELECT DISTINCT `name`
FROM `clm_cck_core_types`
WHERE `storage_location` = 'joomla_category'
AND `storage_location` != ''
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | clm_cck_core_types | ALL | NULL | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 46 | Using where |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.04 ms |
| Optimizing | 0.04 ms |
| Statistics | 0.05 ms |
| Preparing | 0.04 ms |
| Executing | 0.01 ms |
| Sending data | 0.15 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 43 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 42 | JDatabaseDriver->loadObjectList() | JROOT/libraries/dbc/src/Helper/Cck.php:66 |
| 41 | Dbc\Helper\Cck::getTables() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/Type/DbcCategoryType.php:17 |
| 40 | DbcContentSources\Type\DbcCategoryType::config() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/DbcSourceListener.php:31 |
| 39 | DbcContentSources\DbcSourceListener::initSource() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 38 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/application/src/Application/EventLoader.php:59 |
| 37 | YOOtheme\Application\EventLoader->YOOtheme\Application\{closure}() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:115 |
| 36 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:45 |
| 35 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/packages/utils/src/Event.php:47 |
| 34 | YOOtheme\Event::emit() | JROOT/templates/yootheme/packages/builder-source/bootstrap.php:46 |
| 33 | YOOtheme\Application::YOOtheme\Builder\Source\{closure}() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 32 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/container/src/Container/Service.php:155 |
| 31 | YOOtheme\Container\Service->resolveInstance() | JROOT/templates/yootheme/packages/container/src/Container.php:343 |
| 30 | YOOtheme\Container->resolveService() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 29 | YOOtheme\Application->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:124 |
| 28 | YOOtheme\HookCollection->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:30 |
| 27 | YOOtheme\HookCollection->call() | JROOT/templates/yootheme/packages/utils/src/Hook.php:17 |
| 26 | YOOtheme\Hook::call() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 25 | YOOtheme\Application->resolveService() | JROOT/templates/yootheme/packages/container/src/Container.php:315 |
| 24 | YOOtheme\Container->resolve() | JROOT/templates/yootheme/packages/container/src/Container.php:91 |
| 23 | YOOtheme\Container->get() | JROOT/templates/yootheme/packages/container/src/Container.php:51 |
| 22 | YOOtheme\Container->__invoke() | JROOT/templates/yootheme/packages/application/functions.php:24 |
| 21 | YOOtheme\app() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:133 |
| 20 | YOOtheme\Builder\Source\SourceTransform->querySource() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:72 |
| 19 | YOOtheme\Builder\Source\SourceTransform->prerender() | JROOT/templates/yootheme/packages/builder/src/Builder.php:253 |
| 18 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 17 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 16 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 15 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 14 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 13 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:101 |
| 12 | YOOtheme\Builder->load() | JROOT/templates/yootheme/packages/builder/src/Builder.php:121 |
| 11 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder/bootstrap.php:35 |
| 10 | YOOtheme\Application::YOOtheme\Builder\{closure}() | Même appel que celui de la ligne ci-dessous. |
| 9 | call_user_func_array() | JROOT/templates/yootheme/packages/view/src/View.php:102 |
| 8 | YOOtheme\View->__call() | JROOT/templates/yootheme/index.php:187 |
| 7 | require JROOT/templates/yootheme/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 |
Temps de requête : 1.48 ms Après la dernière requête : 0.08 ms Mémoire de requête : 0.040 MB mémoire avant requête : 31.694 MB Rangées retournées : 137
SHOW TABLES
EXPLAIN impossible sur la requête : SHOW TABLES
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.02 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.02 ms |
| Executing | 0.00 ms |
| Filling schema table | 0.01 ms |
| checking permissions | 0.92 ms |
| Executing | 0.01 ms |
| Sending data | 0.19 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.00 ms |
| Removing tmp table | 0.01 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 44 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 43 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/database/driver/mysqli.php:505 |
| 42 | JDatabaseDriverMysqli->getTableList() | JROOT/libraries/dbc/src/Helper/Cck.php:70 |
| 41 | Dbc\Helper\Cck::getTables() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/Type/DbcCategoryType.php:17 |
| 40 | DbcContentSources\Type\DbcCategoryType::config() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/DbcSourceListener.php:31 |
| 39 | DbcContentSources\DbcSourceListener::initSource() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 38 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/application/src/Application/EventLoader.php:59 |
| 37 | YOOtheme\Application\EventLoader->YOOtheme\Application\{closure}() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:115 |
| 36 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:45 |
| 35 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/packages/utils/src/Event.php:47 |
| 34 | YOOtheme\Event::emit() | JROOT/templates/yootheme/packages/builder-source/bootstrap.php:46 |
| 33 | YOOtheme\Application::YOOtheme\Builder\Source\{closure}() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 32 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/container/src/Container/Service.php:155 |
| 31 | YOOtheme\Container\Service->resolveInstance() | JROOT/templates/yootheme/packages/container/src/Container.php:343 |
| 30 | YOOtheme\Container->resolveService() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 29 | YOOtheme\Application->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:124 |
| 28 | YOOtheme\HookCollection->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:30 |
| 27 | YOOtheme\HookCollection->call() | JROOT/templates/yootheme/packages/utils/src/Hook.php:17 |
| 26 | YOOtheme\Hook::call() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 25 | YOOtheme\Application->resolveService() | JROOT/templates/yootheme/packages/container/src/Container.php:315 |
| 24 | YOOtheme\Container->resolve() | JROOT/templates/yootheme/packages/container/src/Container.php:91 |
| 23 | YOOtheme\Container->get() | JROOT/templates/yootheme/packages/container/src/Container.php:51 |
| 22 | YOOtheme\Container->__invoke() | JROOT/templates/yootheme/packages/application/functions.php:24 |
| 21 | YOOtheme\app() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:133 |
| 20 | YOOtheme\Builder\Source\SourceTransform->querySource() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:72 |
| 19 | YOOtheme\Builder\Source\SourceTransform->prerender() | JROOT/templates/yootheme/packages/builder/src/Builder.php:253 |
| 18 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 17 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 16 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 15 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 14 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 13 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:101 |
| 12 | YOOtheme\Builder->load() | JROOT/templates/yootheme/packages/builder/src/Builder.php:121 |
| 11 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder/bootstrap.php:35 |
| 10 | YOOtheme\Application::YOOtheme\Builder\{closure}() | Même appel que celui de la ligne ci-dessous. |
| 9 | call_user_func_array() | JROOT/templates/yootheme/packages/view/src/View.php:102 |
| 8 | YOOtheme\View->__call() | JROOT/templates/yootheme/index.php:187 |
| 7 | require JROOT/templates/yootheme/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 |
Temps de requête : 1.06 ms Après la dernière requête : 0.23 ms Mémoire de requête : 0.036 MB mémoire avant requête : 31.709 MB Rangées retournées : 3
SHOW FULL COLUMNS
FROM `clm_cck_store_form_dbc_folder`
EXPLAIN impossible sur la requête : SHOW FULL COLUMNS FROM `clm_cck_store_form_dbc_folder`
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.01 ms |
| closing tables | 0.00 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.41 ms |
| After opening tables | 0.02 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.02 ms |
| Executing | 0.00 ms |
| Filling schema table | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| checking permissions | 0.08 ms |
| closing tables | 0.01 ms |
| checking permissions | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.05 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.00 ms |
| Removing tmp table | 0.14 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 45 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 44 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
| 43 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/dbc/src/Helper/Cck.php:49 |
| 42 | Dbc\Helper\Cck::getFields() | JROOT/libraries/dbc/src/Helper/Cck.php:30 |
| 41 | Dbc\Helper\Cck::getColumns() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/Type/DbcCategoryType.php:18 |
| 40 | DbcContentSources\Type\DbcCategoryType::config() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/DbcSourceListener.php:31 |
| 39 | DbcContentSources\DbcSourceListener::initSource() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 38 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/application/src/Application/EventLoader.php:59 |
| 37 | YOOtheme\Application\EventLoader->YOOtheme\Application\{closure}() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:115 |
| 36 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:45 |
| 35 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/packages/utils/src/Event.php:47 |
| 34 | YOOtheme\Event::emit() | JROOT/templates/yootheme/packages/builder-source/bootstrap.php:46 |
| 33 | YOOtheme\Application::YOOtheme\Builder\Source\{closure}() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 32 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/container/src/Container/Service.php:155 |
| 31 | YOOtheme\Container\Service->resolveInstance() | JROOT/templates/yootheme/packages/container/src/Container.php:343 |
| 30 | YOOtheme\Container->resolveService() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 29 | YOOtheme\Application->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:124 |
| 28 | YOOtheme\HookCollection->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:30 |
| 27 | YOOtheme\HookCollection->call() | JROOT/templates/yootheme/packages/utils/src/Hook.php:17 |
| 26 | YOOtheme\Hook::call() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 25 | YOOtheme\Application->resolveService() | JROOT/templates/yootheme/packages/container/src/Container.php:315 |
| 24 | YOOtheme\Container->resolve() | JROOT/templates/yootheme/packages/container/src/Container.php:91 |
| 23 | YOOtheme\Container->get() | JROOT/templates/yootheme/packages/container/src/Container.php:51 |
| 22 | YOOtheme\Container->__invoke() | JROOT/templates/yootheme/packages/application/functions.php:24 |
| 21 | YOOtheme\app() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:133 |
| 20 | YOOtheme\Builder\Source\SourceTransform->querySource() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:72 |
| 19 | YOOtheme\Builder\Source\SourceTransform->prerender() | JROOT/templates/yootheme/packages/builder/src/Builder.php:253 |
| 18 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 17 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 16 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 15 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 14 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 13 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:101 |
| 12 | YOOtheme\Builder->load() | JROOT/templates/yootheme/packages/builder/src/Builder.php:121 |
| 11 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder/bootstrap.php:35 |
| 10 | YOOtheme\Application::YOOtheme\Builder\{closure}() | Même appel que celui de la ligne ci-dessous. |
| 9 | call_user_func_array() | JROOT/templates/yootheme/packages/view/src/View.php:102 |
| 8 | YOOtheme\View->__call() | JROOT/templates/yootheme/index.php:187 |
| 7 | require JROOT/templates/yootheme/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 |
Temps de requête : 1.00 ms Après la dernière requête : 0.15 ms Mémoire de requête : 0.035 MB mémoire avant requête : 31.729 MB Rangées retournées : 2
SHOW FULL COLUMNS
FROM `clm_cck_store_form_dbc_section`
EXPLAIN impossible sur la requête : SHOW FULL COLUMNS FROM `clm_cck_store_form_dbc_section`
| Status | Duration |
|---|
| Starting | 0.04 ms |
| checking permissions | 0.01 ms |
| closing tables | 0.00 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.37 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.02 ms |
| Executing | 0.00 ms |
| Filling schema table | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.02 ms |
| checking permissions | 0.06 ms |
| closing tables | 0.01 ms |
| checking permissions | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.04 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.00 ms |
| Removing tmp table | 0.13 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 45 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 44 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
| 43 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/dbc/src/Helper/Cck.php:49 |
| 42 | Dbc\Helper\Cck::getFields() | JROOT/libraries/dbc/src/Helper/Cck.php:30 |
| 41 | Dbc\Helper\Cck::getColumns() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/Type/DbcCategoryType.php:18 |
| 40 | DbcContentSources\Type\DbcCategoryType::config() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/DbcSourceListener.php:31 |
| 39 | DbcContentSources\DbcSourceListener::initSource() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 38 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/application/src/Application/EventLoader.php:59 |
| 37 | YOOtheme\Application\EventLoader->YOOtheme\Application\{closure}() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:115 |
| 36 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:45 |
| 35 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/packages/utils/src/Event.php:47 |
| 34 | YOOtheme\Event::emit() | JROOT/templates/yootheme/packages/builder-source/bootstrap.php:46 |
| 33 | YOOtheme\Application::YOOtheme\Builder\Source\{closure}() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 32 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/container/src/Container/Service.php:155 |
| 31 | YOOtheme\Container\Service->resolveInstance() | JROOT/templates/yootheme/packages/container/src/Container.php:343 |
| 30 | YOOtheme\Container->resolveService() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 29 | YOOtheme\Application->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:124 |
| 28 | YOOtheme\HookCollection->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:30 |
| 27 | YOOtheme\HookCollection->call() | JROOT/templates/yootheme/packages/utils/src/Hook.php:17 |
| 26 | YOOtheme\Hook::call() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 25 | YOOtheme\Application->resolveService() | JROOT/templates/yootheme/packages/container/src/Container.php:315 |
| 24 | YOOtheme\Container->resolve() | JROOT/templates/yootheme/packages/container/src/Container.php:91 |
| 23 | YOOtheme\Container->get() | JROOT/templates/yootheme/packages/container/src/Container.php:51 |
| 22 | YOOtheme\Container->__invoke() | JROOT/templates/yootheme/packages/application/functions.php:24 |
| 21 | YOOtheme\app() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:133 |
| 20 | YOOtheme\Builder\Source\SourceTransform->querySource() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:72 |
| 19 | YOOtheme\Builder\Source\SourceTransform->prerender() | JROOT/templates/yootheme/packages/builder/src/Builder.php:253 |
| 18 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 17 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 16 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 15 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 14 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 13 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:101 |
| 12 | YOOtheme\Builder->load() | JROOT/templates/yootheme/packages/builder/src/Builder.php:121 |
| 11 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder/bootstrap.php:35 |
| 10 | YOOtheme\Application::YOOtheme\Builder\{closure}() | Même appel que celui de la ligne ci-dessous. |
| 9 | call_user_func_array() | JROOT/templates/yootheme/packages/view/src/View.php:102 |
| 8 | YOOtheme\View->__call() | JROOT/templates/yootheme/index.php:187 |
| 7 | require JROOT/templates/yootheme/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 |
Temps de requête : 1.22 ms Après la dernière requête : 0.10 ms Mémoire de requête : 0.039 MB mémoire avant requête : 31.749 MB Rangées retournées : 27
SHOW FULL COLUMNS
FROM `clm_categories`
EXPLAIN impossible sur la requête : SHOW FULL COLUMNS FROM `clm_categories`
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.01 ms |
| closing tables | 0.00 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.35 ms |
| After opening tables | 0.02 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.02 ms |
| Executing | 0.00 ms |
| Filling schema table | 0.02 ms |
| Opening tables | 0.04 ms |
| After opening tables | 0.01 ms |
| checking permissions | 0.21 ms |
| closing tables | 0.01 ms |
| checking permissions | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.10 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.00 ms |
| Removing tmp table | 0.14 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 45 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 44 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
| 43 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/dbc/src/Helper/Cck.php:47 |
| 42 | Dbc\Helper\Cck::getFields() | JROOT/libraries/dbc/src/Helper/Cck.php:36 |
| 41 | Dbc\Helper\Cck::getColumns() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/Type/DbcCategoryType.php:18 |
| 40 | DbcContentSources\Type\DbcCategoryType::config() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/DbcSourceListener.php:31 |
| 39 | DbcContentSources\DbcSourceListener::initSource() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 38 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/application/src/Application/EventLoader.php:59 |
| 37 | YOOtheme\Application\EventLoader->YOOtheme\Application\{closure}() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:115 |
| 36 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:45 |
| 35 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/packages/utils/src/Event.php:47 |
| 34 | YOOtheme\Event::emit() | JROOT/templates/yootheme/packages/builder-source/bootstrap.php:46 |
| 33 | YOOtheme\Application::YOOtheme\Builder\Source\{closure}() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 32 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/container/src/Container/Service.php:155 |
| 31 | YOOtheme\Container\Service->resolveInstance() | JROOT/templates/yootheme/packages/container/src/Container.php:343 |
| 30 | YOOtheme\Container->resolveService() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 29 | YOOtheme\Application->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:124 |
| 28 | YOOtheme\HookCollection->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:30 |
| 27 | YOOtheme\HookCollection->call() | JROOT/templates/yootheme/packages/utils/src/Hook.php:17 |
| 26 | YOOtheme\Hook::call() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 25 | YOOtheme\Application->resolveService() | JROOT/templates/yootheme/packages/container/src/Container.php:315 |
| 24 | YOOtheme\Container->resolve() | JROOT/templates/yootheme/packages/container/src/Container.php:91 |
| 23 | YOOtheme\Container->get() | JROOT/templates/yootheme/packages/container/src/Container.php:51 |
| 22 | YOOtheme\Container->__invoke() | JROOT/templates/yootheme/packages/application/functions.php:24 |
| 21 | YOOtheme\app() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:133 |
| 20 | YOOtheme\Builder\Source\SourceTransform->querySource() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:72 |
| 19 | YOOtheme\Builder\Source\SourceTransform->prerender() | JROOT/templates/yootheme/packages/builder/src/Builder.php:253 |
| 18 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 17 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 16 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 15 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 14 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 13 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:101 |
| 12 | YOOtheme\Builder->load() | JROOT/templates/yootheme/packages/builder/src/Builder.php:121 |
| 11 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder/bootstrap.php:35 |
| 10 | YOOtheme\Application::YOOtheme\Builder\{closure}() | Même appel que celui de la ligne ci-dessous. |
| 9 | call_user_func_array() | JROOT/templates/yootheme/packages/view/src/View.php:102 |
| 8 | YOOtheme\View->__call() | JROOT/templates/yootheme/index.php:187 |
| 7 | require JROOT/templates/yootheme/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 |
Temps de requête : 0.44 ms Après la dernière requête : 0.20 ms Mémoire de requête : 0.034 MB mémoire avant requête : 31.803 MB Rangées retournées : 2
SELECT DISTINCT `name`
FROM `clm_cck_core_types`
WHERE `storage_location` = 'joomla_menu_item'
AND `storage_location` != ''
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | clm_cck_core_types | ALL | NULL | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 46 | Using where |
| Status | Duration |
|---|
| Starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.03 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.03 ms |
| Preparing | 0.02 ms |
| Executing | 0.00 ms |
| Sending data | 0.08 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 43 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 42 | JDatabaseDriver->loadObjectList() | JROOT/libraries/dbc/src/Helper/Cck.php:66 |
| 41 | Dbc\Helper\Cck::getTables() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/Type/DbcMenuItemType.php:17 |
| 40 | DbcContentSources\Type\DbcMenuItemType::config() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/DbcSourceListener.php:32 |
| 39 | DbcContentSources\DbcSourceListener::initSource() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 38 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/application/src/Application/EventLoader.php:59 |
| 37 | YOOtheme\Application\EventLoader->YOOtheme\Application\{closure}() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:115 |
| 36 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:45 |
| 35 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/packages/utils/src/Event.php:47 |
| 34 | YOOtheme\Event::emit() | JROOT/templates/yootheme/packages/builder-source/bootstrap.php:46 |
| 33 | YOOtheme\Application::YOOtheme\Builder\Source\{closure}() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 32 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/container/src/Container/Service.php:155 |
| 31 | YOOtheme\Container\Service->resolveInstance() | JROOT/templates/yootheme/packages/container/src/Container.php:343 |
| 30 | YOOtheme\Container->resolveService() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 29 | YOOtheme\Application->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:124 |
| 28 | YOOtheme\HookCollection->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:30 |
| 27 | YOOtheme\HookCollection->call() | JROOT/templates/yootheme/packages/utils/src/Hook.php:17 |
| 26 | YOOtheme\Hook::call() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 25 | YOOtheme\Application->resolveService() | JROOT/templates/yootheme/packages/container/src/Container.php:315 |
| 24 | YOOtheme\Container->resolve() | JROOT/templates/yootheme/packages/container/src/Container.php:91 |
| 23 | YOOtheme\Container->get() | JROOT/templates/yootheme/packages/container/src/Container.php:51 |
| 22 | YOOtheme\Container->__invoke() | JROOT/templates/yootheme/packages/application/functions.php:24 |
| 21 | YOOtheme\app() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:133 |
| 20 | YOOtheme\Builder\Source\SourceTransform->querySource() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:72 |
| 19 | YOOtheme\Builder\Source\SourceTransform->prerender() | JROOT/templates/yootheme/packages/builder/src/Builder.php:253 |
| 18 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 17 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 16 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 15 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 14 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 13 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:101 |
| 12 | YOOtheme\Builder->load() | JROOT/templates/yootheme/packages/builder/src/Builder.php:121 |
| 11 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder/bootstrap.php:35 |
| 10 | YOOtheme\Application::YOOtheme\Builder\{closure}() | Même appel que celui de la ligne ci-dessous. |
| 9 | call_user_func_array() | JROOT/templates/yootheme/packages/view/src/View.php:102 |
| 8 | YOOtheme\View->__call() | JROOT/templates/yootheme/index.php:187 |
| 7 | require JROOT/templates/yootheme/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 |
Temps de requête : 1.45 ms Après la dernière requête : 0.07 ms Mémoire de requête : 0.040 MB mémoire avant requête : 31.823 MB Rangées retournées : 137
SHOW TABLES
EXPLAIN impossible sur la requête : SHOW TABLES
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.05 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Filling schema table | 0.02 ms |
| checking permissions | 0.88 ms |
| Executing | 0.01 ms |
| Sending data | 0.19 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.00 ms |
| Removing tmp table | 0.01 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 44 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 43 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/database/driver/mysqli.php:505 |
| 42 | JDatabaseDriverMysqli->getTableList() | JROOT/libraries/dbc/src/Helper/Cck.php:70 |
| 41 | Dbc\Helper\Cck::getTables() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/Type/DbcMenuItemType.php:17 |
| 40 | DbcContentSources\Type\DbcMenuItemType::config() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/DbcSourceListener.php:32 |
| 39 | DbcContentSources\DbcSourceListener::initSource() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 38 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/application/src/Application/EventLoader.php:59 |
| 37 | YOOtheme\Application\EventLoader->YOOtheme\Application\{closure}() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:115 |
| 36 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:45 |
| 35 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/packages/utils/src/Event.php:47 |
| 34 | YOOtheme\Event::emit() | JROOT/templates/yootheme/packages/builder-source/bootstrap.php:46 |
| 33 | YOOtheme\Application::YOOtheme\Builder\Source\{closure}() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 32 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/container/src/Container/Service.php:155 |
| 31 | YOOtheme\Container\Service->resolveInstance() | JROOT/templates/yootheme/packages/container/src/Container.php:343 |
| 30 | YOOtheme\Container->resolveService() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 29 | YOOtheme\Application->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:124 |
| 28 | YOOtheme\HookCollection->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:30 |
| 27 | YOOtheme\HookCollection->call() | JROOT/templates/yootheme/packages/utils/src/Hook.php:17 |
| 26 | YOOtheme\Hook::call() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 25 | YOOtheme\Application->resolveService() | JROOT/templates/yootheme/packages/container/src/Container.php:315 |
| 24 | YOOtheme\Container->resolve() | JROOT/templates/yootheme/packages/container/src/Container.php:91 |
| 23 | YOOtheme\Container->get() | JROOT/templates/yootheme/packages/container/src/Container.php:51 |
| 22 | YOOtheme\Container->__invoke() | JROOT/templates/yootheme/packages/application/functions.php:24 |
| 21 | YOOtheme\app() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:133 |
| 20 | YOOtheme\Builder\Source\SourceTransform->querySource() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:72 |
| 19 | YOOtheme\Builder\Source\SourceTransform->prerender() | JROOT/templates/yootheme/packages/builder/src/Builder.php:253 |
| 18 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 17 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 16 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 15 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 14 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 13 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:101 |
| 12 | YOOtheme\Builder->load() | JROOT/templates/yootheme/packages/builder/src/Builder.php:121 |
| 11 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder/bootstrap.php:35 |
| 10 | YOOtheme\Application::YOOtheme\Builder\{closure}() | Même appel que celui de la ligne ci-dessous. |
| 9 | call_user_func_array() | JROOT/templates/yootheme/packages/view/src/View.php:102 |
| 8 | YOOtheme\View->__call() | JROOT/templates/yootheme/index.php:187 |
| 7 | require JROOT/templates/yootheme/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 |
Temps de requête : 1.04 ms Après la dernière requête : 0.15 ms Mémoire de requête : 0.035 MB mémoire avant requête : 31.839 MB Rangées retournées : 2
SHOW FULL COLUMNS
FROM `clm_cck_store_form_dbc_menu_item`
EXPLAIN impossible sur la requête : SHOW FULL COLUMNS FROM `clm_cck_store_form_dbc_menu_item`
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.01 ms |
| closing tables | 0.00 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.40 ms |
| After opening tables | 0.02 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.02 ms |
| Executing | 0.00 ms |
| Filling schema table | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| checking permissions | 0.06 ms |
| closing tables | 0.02 ms |
| checking permissions | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.04 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.00 ms |
| Removing tmp table | 0.14 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 45 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 44 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
| 43 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/dbc/src/Helper/Cck.php:49 |
| 42 | Dbc\Helper\Cck::getFields() | JROOT/libraries/dbc/src/Helper/Cck.php:30 |
| 41 | Dbc\Helper\Cck::getColumns() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/Type/DbcMenuItemType.php:18 |
| 40 | DbcContentSources\Type\DbcMenuItemType::config() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/DbcSourceListener.php:32 |
| 39 | DbcContentSources\DbcSourceListener::initSource() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 38 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/application/src/Application/EventLoader.php:59 |
| 37 | YOOtheme\Application\EventLoader->YOOtheme\Application\{closure}() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:115 |
| 36 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:45 |
| 35 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/packages/utils/src/Event.php:47 |
| 34 | YOOtheme\Event::emit() | JROOT/templates/yootheme/packages/builder-source/bootstrap.php:46 |
| 33 | YOOtheme\Application::YOOtheme\Builder\Source\{closure}() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 32 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/container/src/Container/Service.php:155 |
| 31 | YOOtheme\Container\Service->resolveInstance() | JROOT/templates/yootheme/packages/container/src/Container.php:343 |
| 30 | YOOtheme\Container->resolveService() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 29 | YOOtheme\Application->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:124 |
| 28 | YOOtheme\HookCollection->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:30 |
| 27 | YOOtheme\HookCollection->call() | JROOT/templates/yootheme/packages/utils/src/Hook.php:17 |
| 26 | YOOtheme\Hook::call() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 25 | YOOtheme\Application->resolveService() | JROOT/templates/yootheme/packages/container/src/Container.php:315 |
| 24 | YOOtheme\Container->resolve() | JROOT/templates/yootheme/packages/container/src/Container.php:91 |
| 23 | YOOtheme\Container->get() | JROOT/templates/yootheme/packages/container/src/Container.php:51 |
| 22 | YOOtheme\Container->__invoke() | JROOT/templates/yootheme/packages/application/functions.php:24 |
| 21 | YOOtheme\app() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:133 |
| 20 | YOOtheme\Builder\Source\SourceTransform->querySource() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:72 |
| 19 | YOOtheme\Builder\Source\SourceTransform->prerender() | JROOT/templates/yootheme/packages/builder/src/Builder.php:253 |
| 18 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 17 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 16 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 15 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 14 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 13 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:101 |
| 12 | YOOtheme\Builder->load() | JROOT/templates/yootheme/packages/builder/src/Builder.php:121 |
| 11 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder/bootstrap.php:35 |
| 10 | YOOtheme\Application::YOOtheme\Builder\{closure}() | Même appel que celui de la ligne ci-dessous. |
| 9 | call_user_func_array() | JROOT/templates/yootheme/packages/view/src/View.php:102 |
| 8 | YOOtheme\View->__call() | JROOT/templates/yootheme/index.php:187 |
| 7 | require JROOT/templates/yootheme/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 |
Temps de requête : 0.93 ms Après la dernière requête : 0.11 ms Mémoire de requête : 0.035 MB mémoire avant requête : 31.860 MB Rangées retournées : 2
SHOW FULL COLUMNS
FROM `clm_cck_store_form_dbc_menu_item_admin`
EXPLAIN impossible sur la requête : SHOW FULL COLUMNS FROM `clm_cck_store_form_dbc_menu_item_admin`
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.01 ms |
| closing tables | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.35 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.02 ms |
| Executing | 0.00 ms |
| Filling schema table | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| checking permissions | 0.06 ms |
| closing tables | 0.01 ms |
| checking permissions | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.04 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.00 ms |
| Removing tmp table | 0.13 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 45 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 44 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
| 43 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/dbc/src/Helper/Cck.php:49 |
| 42 | Dbc\Helper\Cck::getFields() | JROOT/libraries/dbc/src/Helper/Cck.php:30 |
| 41 | Dbc\Helper\Cck::getColumns() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/Type/DbcMenuItemType.php:18 |
| 40 | DbcContentSources\Type\DbcMenuItemType::config() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/DbcSourceListener.php:32 |
| 39 | DbcContentSources\DbcSourceListener::initSource() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 38 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/application/src/Application/EventLoader.php:59 |
| 37 | YOOtheme\Application\EventLoader->YOOtheme\Application\{closure}() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:115 |
| 36 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:45 |
| 35 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/packages/utils/src/Event.php:47 |
| 34 | YOOtheme\Event::emit() | JROOT/templates/yootheme/packages/builder-source/bootstrap.php:46 |
| 33 | YOOtheme\Application::YOOtheme\Builder\Source\{closure}() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 32 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/container/src/Container/Service.php:155 |
| 31 | YOOtheme\Container\Service->resolveInstance() | JROOT/templates/yootheme/packages/container/src/Container.php:343 |
| 30 | YOOtheme\Container->resolveService() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 29 | YOOtheme\Application->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:124 |
| 28 | YOOtheme\HookCollection->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:30 |
| 27 | YOOtheme\HookCollection->call() | JROOT/templates/yootheme/packages/utils/src/Hook.php:17 |
| 26 | YOOtheme\Hook::call() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 25 | YOOtheme\Application->resolveService() | JROOT/templates/yootheme/packages/container/src/Container.php:315 |
| 24 | YOOtheme\Container->resolve() | JROOT/templates/yootheme/packages/container/src/Container.php:91 |
| 23 | YOOtheme\Container->get() | JROOT/templates/yootheme/packages/container/src/Container.php:51 |
| 22 | YOOtheme\Container->__invoke() | JROOT/templates/yootheme/packages/application/functions.php:24 |
| 21 | YOOtheme\app() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:133 |
| 20 | YOOtheme\Builder\Source\SourceTransform->querySource() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:72 |
| 19 | YOOtheme\Builder\Source\SourceTransform->prerender() | JROOT/templates/yootheme/packages/builder/src/Builder.php:253 |
| 18 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 17 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 16 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 15 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 14 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 13 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:101 |
| 12 | YOOtheme\Builder->load() | JROOT/templates/yootheme/packages/builder/src/Builder.php:121 |
| 11 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder/bootstrap.php:35 |
| 10 | YOOtheme\Application::YOOtheme\Builder\{closure}() | Même appel que celui de la ligne ci-dessous. |
| 9 | call_user_func_array() | JROOT/templates/yootheme/packages/view/src/View.php:102 |
| 8 | YOOtheme\View->__call() | JROOT/templates/yootheme/index.php:187 |
| 7 | require JROOT/templates/yootheme/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 |
Temps de requête : 1.31 ms Après la dernière requête : 0.10 ms Mémoire de requête : 0.039 MB mémoire avant requête : 31.880 MB Rangées retournées : 24
SHOW FULL COLUMNS
FROM `clm_menu`
EXPLAIN impossible sur la requête : SHOW FULL COLUMNS FROM `clm_menu`
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.01 ms |
| closing tables | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.37 ms |
| After opening tables | 0.01 ms |
| System lock | 0.00 ms |
| table lock | 0.02 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.02 ms |
| Executing | 0.00 ms |
| Filling schema table | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| checking permissions | 0.20 ms |
| closing tables | 0.01 ms |
| checking permissions | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.09 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.00 ms |
| Removing tmp table | 0.23 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 45 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 44 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
| 43 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/dbc/src/Helper/Cck.php:47 |
| 42 | Dbc\Helper\Cck::getFields() | JROOT/libraries/dbc/src/Helper/Cck.php:36 |
| 41 | Dbc\Helper\Cck::getColumns() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/Type/DbcMenuItemType.php:18 |
| 40 | DbcContentSources\Type\DbcMenuItemType::config() | JROOT/templates/yootheme_site/modules/dbc-dynamic-content/src/DbcSourceListener.php:32 |
| 39 | DbcContentSources\DbcSourceListener::initSource() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 38 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/application/src/Application/EventLoader.php:59 |
| 37 | YOOtheme\Application\EventLoader->YOOtheme\Application\{closure}() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:115 |
| 36 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:45 |
| 35 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/packages/utils/src/Event.php:47 |
| 34 | YOOtheme\Event::emit() | JROOT/templates/yootheme/packages/builder-source/bootstrap.php:46 |
| 33 | YOOtheme\Application::YOOtheme\Builder\Source\{closure}() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 32 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/container/src/Container/Service.php:155 |
| 31 | YOOtheme\Container\Service->resolveInstance() | JROOT/templates/yootheme/packages/container/src/Container.php:343 |
| 30 | YOOtheme\Container->resolveService() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 29 | YOOtheme\Application->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:124 |
| 28 | YOOtheme\HookCollection->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:30 |
| 27 | YOOtheme\HookCollection->call() | JROOT/templates/yootheme/packages/utils/src/Hook.php:17 |
| 26 | YOOtheme\Hook::call() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 25 | YOOtheme\Application->resolveService() | JROOT/templates/yootheme/packages/container/src/Container.php:315 |
| 24 | YOOtheme\Container->resolve() | JROOT/templates/yootheme/packages/container/src/Container.php:91 |
| 23 | YOOtheme\Container->get() | JROOT/templates/yootheme/packages/container/src/Container.php:51 |
| 22 | YOOtheme\Container->__invoke() | JROOT/templates/yootheme/packages/application/functions.php:24 |
| 21 | YOOtheme\app() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:133 |
| 20 | YOOtheme\Builder\Source\SourceTransform->querySource() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:72 |
| 19 | YOOtheme\Builder\Source\SourceTransform->prerender() | JROOT/templates/yootheme/packages/builder/src/Builder.php:253 |
| 18 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 17 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 16 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 15 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 14 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 13 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:101 |
| 12 | YOOtheme\Builder->load() | JROOT/templates/yootheme/packages/builder/src/Builder.php:121 |
| 11 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder/bootstrap.php:35 |
| 10 | YOOtheme\Application::YOOtheme\Builder\{closure}() | Même appel que celui de la ligne ci-dessous. |
| 9 | call_user_func_array() | JROOT/templates/yootheme/packages/view/src/View.php:102 |
| 8 | YOOtheme\View->__call() | JROOT/templates/yootheme/index.php:187 |
| 7 | require JROOT/templates/yootheme/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 |
Temps de requête : 1.99 ms Après la dernière requête : 9.71 ms Mémoire de requête : 0.036 MB mémoire avant requête : 32.231 MB Rangées retournées : 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 clm_fields AS a
LEFT JOIN `clm_languages` AS l
ON l.lang_code = a.language
LEFT JOIN clm_users AS uc
ON uc.id=a.checked_out
LEFT JOIN clm_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN clm_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN clm_fields_groups AS g
ON g.id = a.group_id
WHERE a.context = 'com_users.user'
AND a.access IN (1,1,5,18,19)
AND (a.group_id = 0 OR g.access IN (1,1,5,18,19))
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 | Extra |
|---|
| 1 | SIMPLE | a | ref | idx_state,idx_access,idx_context | idx_state | 1 | const | 1 | Using where; Using temporary; Utilisation du tri complet de type filesort |
| 1 | SIMPLE | l | eq_ref | idx_langcode | idx_langcode | 28 | calice.a.language | 1 | Using where |
| 1 | SIMPLE | uc | eq_ref | PRIMARY | PRIMARY | 4 | calice.a.checked_out | 1 | |
| 1 | SIMPLE | ag | eq_ref | PRIMARY | PRIMARY | 4 | calice.a.access | 1 | Using where |
| 1 | SIMPLE | ua | eq_ref | PRIMARY | PRIMARY | 4 | calice.a.created_user_id | 1 | Using where |
| 1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | calice.a.group_id | 1 | Using where |
| Status | Duration |
|---|
| Starting | 0.20 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.09 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.10 ms |
| Optimizing | 0.06 ms |
| Statistics | 0.20 ms |
| Preparing | 0.07 ms |
| Creating tmp table | 0.10 ms |
| Sorting result | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.59 ms |
| Creating sort index | 0.09 ms |
| Removing tmp table | 0.10 ms |
| Creating sort index | 0.03 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.02 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.02 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 46 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 45 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 |
| 44 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/administrator/components/com_fields/models/fields.php:333 |
| 43 | FieldsModelFields->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
| 42 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:136 |
| 41 | FieldsHelper::getFields() | JROOT/templates/yootheme/packages/builder-joomla-fields/src/FieldsHelper.php:13 |
| 40 | YOOtheme\Builder\Joomla\Fields\FieldsHelper::getFields() | JROOT/templates/yootheme/packages/builder-joomla-fields/src/Listener/LoadSourceTypes.php:28 |
| 39 | YOOtheme\Builder\Joomla\Fields\Listener\LoadSourceTypes->handle() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 38 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/application/src/Application/EventLoader.php:59 |
| 37 | YOOtheme\Application\EventLoader->YOOtheme\Application\{closure}() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:115 |
| 36 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:45 |
| 35 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/packages/utils/src/Event.php:47 |
| 34 | YOOtheme\Event::emit() | JROOT/templates/yootheme/packages/builder-source/bootstrap.php:46 |
| 33 | YOOtheme\Application::YOOtheme\Builder\Source\{closure}() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 32 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/container/src/Container/Service.php:155 |
| 31 | YOOtheme\Container\Service->resolveInstance() | JROOT/templates/yootheme/packages/container/src/Container.php:343 |
| 30 | YOOtheme\Container->resolveService() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 29 | YOOtheme\Application->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:124 |
| 28 | YOOtheme\HookCollection->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:30 |
| 27 | YOOtheme\HookCollection->call() | JROOT/templates/yootheme/packages/utils/src/Hook.php:17 |
| 26 | YOOtheme\Hook::call() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 25 | YOOtheme\Application->resolveService() | JROOT/templates/yootheme/packages/container/src/Container.php:315 |
| 24 | YOOtheme\Container->resolve() | JROOT/templates/yootheme/packages/container/src/Container.php:91 |
| 23 | YOOtheme\Container->get() | JROOT/templates/yootheme/packages/container/src/Container.php:51 |
| 22 | YOOtheme\Container->__invoke() | JROOT/templates/yootheme/packages/application/functions.php:24 |
| 21 | YOOtheme\app() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:133 |
| 20 | YOOtheme\Builder\Source\SourceTransform->querySource() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:72 |
| 19 | YOOtheme\Builder\Source\SourceTransform->prerender() | JROOT/templates/yootheme/packages/builder/src/Builder.php:253 |
| 18 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 17 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 16 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 15 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 14 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 13 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:101 |
| 12 | YOOtheme\Builder->load() | JROOT/templates/yootheme/packages/builder/src/Builder.php:121 |
| 11 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder/bootstrap.php:35 |
| 10 | YOOtheme\Application::YOOtheme\Builder\{closure}() | Même appel que celui de la ligne ci-dessous. |
| 9 | call_user_func_array() | JROOT/templates/yootheme/packages/view/src/View.php:102 |
| 8 | YOOtheme\View->__call() | JROOT/templates/yootheme/index.php:187 |
| 7 | require JROOT/templates/yootheme/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 |
Temps de requête : 1.76 ms Après la dernière requête : 0.17 ms Mémoire de requête : 0.036 MB mémoire avant requête : 32.253 MB Rangées retournées : 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 clm_fields AS a
LEFT JOIN `clm_languages` AS l
ON l.lang_code = a.language
LEFT JOIN clm_users AS uc
ON uc.id=a.checked_out
LEFT JOIN clm_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN clm_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN clm_fields_groups AS g
ON g.id = a.group_id
WHERE a.context = 'com_content.article'
AND a.access IN (1,1,5,18,19)
AND (a.group_id = 0 OR g.access IN (1,1,5,18,19))
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 | Extra |
|---|
| 1 | SIMPLE | a | ref | idx_state,idx_access,idx_context | idx_state | 1 | const | 1 | Using where; Using temporary; Utilisation du tri complet de type filesort |
| 1 | SIMPLE | l | eq_ref | idx_langcode | idx_langcode | 28 | calice.a.language | 1 | Using where |
| 1 | SIMPLE | uc | eq_ref | PRIMARY | PRIMARY | 4 | calice.a.checked_out | 1 | |
| 1 | SIMPLE | ag | eq_ref | PRIMARY | PRIMARY | 4 | calice.a.access | 1 | Using where |
| 1 | SIMPLE | ua | eq_ref | PRIMARY | PRIMARY | 4 | calice.a.created_user_id | 1 | Using where |
| 1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | calice.a.group_id | 1 | Using where |
| Status | Duration |
|---|
| Starting | 0.18 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.06 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.08 ms |
| Optimizing | 0.06 ms |
| Statistics | 0.17 ms |
| Preparing | 0.06 ms |
| Creating tmp table | 0.09 ms |
| Sorting result | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.57 ms |
| Creating sort index | 0.06 ms |
| Removing tmp table | 0.10 ms |
| Creating sort index | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 46 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 45 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 |
| 44 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/administrator/components/com_fields/models/fields.php:333 |
| 43 | FieldsModelFields->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
| 42 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:136 |
| 41 | FieldsHelper::getFields() | JROOT/templates/yootheme/packages/builder-joomla-fields/src/FieldsHelper.php:13 |
| 40 | YOOtheme\Builder\Joomla\Fields\FieldsHelper::getFields() | JROOT/templates/yootheme/packages/builder-joomla-fields/src/Listener/LoadSourceTypes.php:28 |
| 39 | YOOtheme\Builder\Joomla\Fields\Listener\LoadSourceTypes->handle() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 38 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/application/src/Application/EventLoader.php:59 |
| 37 | YOOtheme\Application\EventLoader->YOOtheme\Application\{closure}() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:115 |
| 36 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:45 |
| 35 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/packages/utils/src/Event.php:47 |
| 34 | YOOtheme\Event::emit() | JROOT/templates/yootheme/packages/builder-source/bootstrap.php:46 |
| 33 | YOOtheme\Application::YOOtheme\Builder\Source\{closure}() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 32 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/container/src/Container/Service.php:155 |
| 31 | YOOtheme\Container\Service->resolveInstance() | JROOT/templates/yootheme/packages/container/src/Container.php:343 |
| 30 | YOOtheme\Container->resolveService() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 29 | YOOtheme\Application->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:124 |
| 28 | YOOtheme\HookCollection->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:30 |
| 27 | YOOtheme\HookCollection->call() | JROOT/templates/yootheme/packages/utils/src/Hook.php:17 |
| 26 | YOOtheme\Hook::call() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 25 | YOOtheme\Application->resolveService() | JROOT/templates/yootheme/packages/container/src/Container.php:315 |
| 24 | YOOtheme\Container->resolve() | JROOT/templates/yootheme/packages/container/src/Container.php:91 |
| 23 | YOOtheme\Container->get() | JROOT/templates/yootheme/packages/container/src/Container.php:51 |
| 22 | YOOtheme\Container->__invoke() | JROOT/templates/yootheme/packages/application/functions.php:24 |
| 21 | YOOtheme\app() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:133 |
| 20 | YOOtheme\Builder\Source\SourceTransform->querySource() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:72 |
| 19 | YOOtheme\Builder\Source\SourceTransform->prerender() | JROOT/templates/yootheme/packages/builder/src/Builder.php:253 |
| 18 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 17 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 16 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 15 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 14 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 13 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:101 |
| 12 | YOOtheme\Builder->load() | JROOT/templates/yootheme/packages/builder/src/Builder.php:121 |
| 11 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder/bootstrap.php:35 |
| 10 | YOOtheme\Application::YOOtheme\Builder\{closure}() | Même appel que celui de la ligne ci-dessous. |
| 9 | call_user_func_array() | JROOT/templates/yootheme/packages/view/src/View.php:102 |
| 8 | YOOtheme\View->__call() | JROOT/templates/yootheme/index.php:187 |
| 7 | require JROOT/templates/yootheme/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 |
Temps de requête : 1.83 ms Après la dernière requête : 0.14 ms Mémoire de requête : 0.036 MB mémoire avant requête : 32.273 MB Rangées retournées : 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 clm_fields AS a
LEFT JOIN `clm_languages` AS l
ON l.lang_code = a.language
LEFT JOIN clm_users AS uc
ON uc.id=a.checked_out
LEFT JOIN clm_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN clm_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN clm_fields_groups AS g
ON g.id = a.group_id
WHERE a.context = 'com_content.categories'
AND a.access IN (1,1,5,18,19)
AND (a.group_id = 0 OR g.access IN (1,1,5,18,19))
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 | Extra |
|---|
| 1 | SIMPLE | a | ref | idx_state,idx_access,idx_context | idx_state | 1 | const | 1 | Using where; Using temporary; Utilisation du tri complet de type filesort |
| 1 | SIMPLE | l | eq_ref | idx_langcode | idx_langcode | 28 | calice.a.language | 1 | Using where |
| 1 | SIMPLE | uc | eq_ref | PRIMARY | PRIMARY | 4 | calice.a.checked_out | 1 | |
| 1 | SIMPLE | ag | eq_ref | PRIMARY | PRIMARY | 4 | calice.a.access | 1 | Using where |
| 1 | SIMPLE | ua | eq_ref | PRIMARY | PRIMARY | 4 | calice.a.created_user_id | 1 | Using where |
| 1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | calice.a.group_id | 1 | Using where |
| Status | Duration |
|---|
| Starting | 0.17 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.07 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.08 ms |
| Optimizing | 0.10 ms |
| Statistics | 0.18 ms |
| Preparing | 0.06 ms |
| Creating tmp table | 0.10 ms |
| Sorting result | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.61 ms |
| Creating sort index | 0.06 ms |
| Removing tmp table | 0.10 ms |
| Creating sort index | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 46 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 45 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 |
| 44 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/administrator/components/com_fields/models/fields.php:333 |
| 43 | FieldsModelFields->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
| 42 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:136 |
| 41 | FieldsHelper::getFields() | JROOT/templates/yootheme/packages/builder-joomla-fields/src/FieldsHelper.php:13 |
| 40 | YOOtheme\Builder\Joomla\Fields\FieldsHelper::getFields() | JROOT/templates/yootheme/packages/builder-joomla-fields/src/Listener/LoadSourceTypes.php:28 |
| 39 | YOOtheme\Builder\Joomla\Fields\Listener\LoadSourceTypes->handle() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 38 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/application/src/Application/EventLoader.php:59 |
| 37 | YOOtheme\Application\EventLoader->YOOtheme\Application\{closure}() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:115 |
| 36 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:45 |
| 35 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/packages/utils/src/Event.php:47 |
| 34 | YOOtheme\Event::emit() | JROOT/templates/yootheme/packages/builder-source/bootstrap.php:46 |
| 33 | YOOtheme\Application::YOOtheme\Builder\Source\{closure}() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 32 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/container/src/Container/Service.php:155 |
| 31 | YOOtheme\Container\Service->resolveInstance() | JROOT/templates/yootheme/packages/container/src/Container.php:343 |
| 30 | YOOtheme\Container->resolveService() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 29 | YOOtheme\Application->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:124 |
| 28 | YOOtheme\HookCollection->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:30 |
| 27 | YOOtheme\HookCollection->call() | JROOT/templates/yootheme/packages/utils/src/Hook.php:17 |
| 26 | YOOtheme\Hook::call() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 25 | YOOtheme\Application->resolveService() | JROOT/templates/yootheme/packages/container/src/Container.php:315 |
| 24 | YOOtheme\Container->resolve() | JROOT/templates/yootheme/packages/container/src/Container.php:91 |
| 23 | YOOtheme\Container->get() | JROOT/templates/yootheme/packages/container/src/Container.php:51 |
| 22 | YOOtheme\Container->__invoke() | JROOT/templates/yootheme/packages/application/functions.php:24 |
| 21 | YOOtheme\app() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:133 |
| 20 | YOOtheme\Builder\Source\SourceTransform->querySource() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:72 |
| 19 | YOOtheme\Builder\Source\SourceTransform->prerender() | JROOT/templates/yootheme/packages/builder/src/Builder.php:253 |
| 18 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 17 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 16 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 15 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 14 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 13 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:101 |
| 12 | YOOtheme\Builder->load() | JROOT/templates/yootheme/packages/builder/src/Builder.php:121 |
| 11 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder/bootstrap.php:35 |
| 10 | YOOtheme\Application::YOOtheme\Builder\{closure}() | Même appel que celui de la ligne ci-dessous. |
| 9 | call_user_func_array() | JROOT/templates/yootheme/packages/view/src/View.php:102 |
| 8 | YOOtheme\View->__call() | JROOT/templates/yootheme/index.php:187 |
| 7 | require JROOT/templates/yootheme/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 |
Temps de requête : 1.72 ms Après la dernière requête : 0.19 ms Mémoire de requête : 0.036 MB mémoire avant requête : 32.294 MB Rangées retournées : 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 clm_fields AS a
LEFT JOIN `clm_languages` AS l
ON l.lang_code = a.language
LEFT JOIN clm_users AS uc
ON uc.id=a.checked_out
LEFT JOIN clm_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN clm_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN clm_fields_groups AS g
ON g.id = a.group_id
WHERE a.context = 'com_contact.contact'
AND a.access IN (1,1,5,18,19)
AND (a.group_id = 0 OR g.access IN (1,1,5,18,19))
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 | Extra |
|---|
| 1 | SIMPLE | a | ref | idx_state,idx_access,idx_context | idx_state | 1 | const | 1 | Using where; Using temporary; Utilisation du tri complet de type filesort |
| 1 | SIMPLE | l | eq_ref | idx_langcode | idx_langcode | 28 | calice.a.language | 1 | Using where |
| 1 | SIMPLE | uc | eq_ref | PRIMARY | PRIMARY | 4 | calice.a.checked_out | 1 | |
| 1 | SIMPLE | ag | eq_ref | PRIMARY | PRIMARY | 4 | calice.a.access | 1 | Using where |
| 1 | SIMPLE | ua | eq_ref | PRIMARY | PRIMARY | 4 | calice.a.created_user_id | 1 | Using where |
| 1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | calice.a.group_id | 1 | Using where |
| Status | Duration |
|---|
| Starting | 0.17 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.05 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.08 ms |
| Optimizing | 0.06 ms |
| Statistics | 0.16 ms |
| Preparing | 0.06 ms |
| Creating tmp table | 0.09 ms |
| Sorting result | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.53 ms |
| Creating sort index | 0.05 ms |
| Removing tmp table | 0.10 ms |
| Creating sort index | 0.01 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.02 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.02 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 46 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 45 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 |
| 44 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/administrator/components/com_fields/models/fields.php:333 |
| 43 | FieldsModelFields->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
| 42 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:136 |
| 41 | FieldsHelper::getFields() | JROOT/templates/yootheme/packages/builder-joomla-fields/src/FieldsHelper.php:13 |
| 40 | YOOtheme\Builder\Joomla\Fields\FieldsHelper::getFields() | JROOT/templates/yootheme/packages/builder-joomla-fields/src/Listener/LoadSourceTypes.php:28 |
| 39 | YOOtheme\Builder\Joomla\Fields\Listener\LoadSourceTypes->handle() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 38 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/application/src/Application/EventLoader.php:59 |
| 37 | YOOtheme\Application\EventLoader->YOOtheme\Application\{closure}() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:115 |
| 36 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/packages/utils/src/EventDispatcher.php:45 |
| 35 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/packages/utils/src/Event.php:47 |
| 34 | YOOtheme\Event::emit() | JROOT/templates/yootheme/packages/builder-source/bootstrap.php:46 |
| 33 | YOOtheme\Application::YOOtheme\Builder\Source\{closure}() | JROOT/templates/yootheme/packages/container/src/Container.php:262 |
| 32 | YOOtheme\Container->call() | JROOT/templates/yootheme/packages/container/src/Container/Service.php:155 |
| 31 | YOOtheme\Container\Service->resolveInstance() | JROOT/templates/yootheme/packages/container/src/Container.php:343 |
| 30 | YOOtheme\Container->resolveService() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 29 | YOOtheme\Application->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:124 |
| 28 | YOOtheme\HookCollection->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/utils/src/HookCollection.php:30 |
| 27 | YOOtheme\HookCollection->call() | JROOT/templates/yootheme/packages/utils/src/Hook.php:17 |
| 26 | YOOtheme\Hook::call() | JROOT/templates/yootheme/packages/application/src/Application.php:146 |
| 25 | YOOtheme\Application->resolveService() | JROOT/templates/yootheme/packages/container/src/Container.php:315 |
| 24 | YOOtheme\Container->resolve() | JROOT/templates/yootheme/packages/container/src/Container.php:91 |
| 23 | YOOtheme\Container->get() | JROOT/templates/yootheme/packages/container/src/Container.php:51 |
| 22 | YOOtheme\Container->__invoke() | JROOT/templates/yootheme/packages/application/functions.php:24 |
| 21 | YOOtheme\app() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:133 |
| 20 | YOOtheme\Builder\Source\SourceTransform->querySource() | JROOT/templates/yootheme/packages/builder-source/src/Source/SourceTransform.php:72 |
| 19 | YOOtheme\Builder\Source\SourceTransform->prerender() | JROOT/templates/yootheme/packages/builder/src/Builder.php:253 |
| 18 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 17 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 16 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 15 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 14 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 13 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:101 |
| 12 | YOOtheme\Builder->load() | JROOT/templates/yootheme/packages/builder/src/Builder.php:121 |
| 11 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder/bootstrap.php:35 |
| 10 | YOOtheme\Application::YOOtheme\Builder\{closure}() | Même appel que celui de la ligne ci-dessous. |
| 9 | call_user_func_array() | JROOT/templates/yootheme/packages/view/src/View.php:102 |
| 8 | YOOtheme\View->__call() | JROOT/templates/yootheme/index.php:187 |
| 7 | require JROOT/templates/yootheme/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 |
Temps de requête : 0.74 ms Après la dernière requête : 62.27 ms Mémoire de requête : 0.027 MB mémoire avant requête : 35.706 MB Rangées retournées : 1
SELECT id, scriptfile, options
FROM clm_cck_more_processings
WHERE published = 1
AND id =517
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | clm_cck_more_processings | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.13 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.04 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.05 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.09 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.02 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 24 | JDatabaseDriver->loadObject() | JROOT/libraries/cms/cck/database.php:85 |
| 23 | JCckDatabase::loadObject() | JROOT/modules/mod_cck_processing/mod_cck_processing.php:29 |
| 22 | include JROOT/modules/mod_cck_processing/mod_cck_processing.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 21 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 20 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yootheme/packages/theme-joomla-modules/src/ModulesRenderer.php:35 |
| 19 | YOOtheme\Theme\Joomla\ModulesRenderer->render() | JROOT/templates/yootheme/packages/builder-joomla/elements/module_position/element.php:18 |
| 18 | YOOtheme\Configuration\Resolver->{closure}() | JROOT/templates/yootheme/packages/builder/src/Builder.php:281 |
| 17 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 16 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 15 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 14 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 13 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:101 |
| 12 | YOOtheme\Builder->load() | JROOT/templates/yootheme/packages/builder/src/Builder.php:121 |
| 11 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder/bootstrap.php:35 |
| 10 | YOOtheme\Application::YOOtheme\Builder\{closure}() | Même appel que celui de la ligne ci-dessous. |
| 9 | call_user_func_array() | JROOT/templates/yootheme/packages/view/src/View.php:102 |
| 8 | YOOtheme\View->__call() | JROOT/templates/yootheme/index.php:187 |
| 7 | require JROOT/templates/yootheme/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 |
Temps de requête : 0.82 ms Après la dernière requête : 59.59 ms Mémoire de requête : 0.029 MB mémoire avant requête : 36.150 MB Rangées retournées : 0
SELECT cck
FROM clm_cck_core
WHERE storage_location = "joomla_user"
AND pk = 251
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | clm_cck_core | ref | idx_pk | idx_pk | 4 | const | 1 | Using where |
| Status | Duration |
|---|
| Starting | 0.12 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.05 ms |
| Optimizing | 0.04 ms |
| Statistics | 0.10 ms |
| Preparing | 0.04 ms |
| Executing | 0.01 ms |
| Sending data | 0.09 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 29 | JDatabaseDriver->loadResult() | JROOT/libraries/cms/cck/database.php:131 |
| 28 | JCckDatabase::loadResult() | JROOT/libraries/cms/cck/user.php:61 |
| 27 | JCckUser::getUser() | JROOT/libraries/cms/cck/cck.php:309 |
| 26 | JCck::_setUser() | JROOT/libraries/cms/cck/cck.php:332 |
| 25 | JCck::getUser() | JROOT/libraries/cck/base/list/list_inc.php:26 |
| 24 | include JROOT/libraries/cck/base/list/list_inc.php | JROOT/modules/mod_cck_list/mod_cck_list.php:57 |
| 23 | include JROOT/modules/mod_cck_list/mod_cck_list.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 22 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/yootheme/packages/builder-joomla/elements/module/element.php:34 |
| 21 | YOOtheme\Configuration\Resolver->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/builder/src/Builder.php:281 |
| 20 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 19 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 18 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 17 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 16 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:101 |
| 15 | YOOtheme\Builder->load() | JROOT/templates/yootheme/packages/builder/src/Builder.php:121 |
| 14 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder/bootstrap.php:35 |
| 13 | YOOtheme\Application::YOOtheme\Builder\{closure}() | Même appel que celui de la ligne ci-dessous. |
| 12 | call_user_func_array() | JROOT/templates/yootheme/packages/view/src/View.php:102 |
| 11 | YOOtheme\View->__call() | JROOT/modules/mod_yootheme_builder/mod_yootheme_builder.php:19 |
| 10 | include JROOT/modules/mod_yootheme_builder/mod_yootheme_builder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yootheme/packages/theme-joomla-modules/src/ModulesRenderer.php:35 |
| 7 | YOOtheme\Theme\Joomla\ModulesRenderer->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 |
Temps de requête : 1.64 ms Après la dernière requête : 0.08 ms Mémoire de requête : 0.034 MB mémoire avant requête : 36.163 MB Rangées retournées : 137
SHOW TABLES
EXPLAIN impossible sur la requête : SHOW TABLES
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.05 ms |
| After opening tables | 0.01 ms |
| System lock | 0.02 ms |
| table lock | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Filling schema table | 0.01 ms |
| checking permissions | 0.99 ms |
| Executing | 0.01 ms |
| Sending data | 0.23 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.00 ms |
| Removing tmp table | 0.01 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 29 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/database/driver/mysqli.php:505 |
| 28 | JDatabaseDriverMysqli->getTableList() | JROOT/libraries/cms/cck/user.php:67 |
| 27 | JCckUser::getUser() | JROOT/libraries/cms/cck/cck.php:309 |
| 26 | JCck::_setUser() | JROOT/libraries/cms/cck/cck.php:332 |
| 25 | JCck::getUser() | JROOT/libraries/cck/base/list/list_inc.php:26 |
| 24 | include JROOT/libraries/cck/base/list/list_inc.php | JROOT/modules/mod_cck_list/mod_cck_list.php:57 |
| 23 | include JROOT/modules/mod_cck_list/mod_cck_list.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 22 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/yootheme/packages/builder-joomla/elements/module/element.php:34 |
| 21 | YOOtheme\Configuration\Resolver->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/builder/src/Builder.php:281 |
| 20 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 19 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 18 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 17 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 16 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:101 |
| 15 | YOOtheme\Builder->load() | JROOT/templates/yootheme/packages/builder/src/Builder.php:121 |
| 14 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder/bootstrap.php:35 |
| 13 | YOOtheme\Application::YOOtheme\Builder\{closure}() | Même appel que celui de la ligne ci-dessous. |
| 12 | call_user_func_array() | JROOT/templates/yootheme/packages/view/src/View.php:102 |
| 11 | YOOtheme\View->__call() | JROOT/modules/mod_yootheme_builder/mod_yootheme_builder.php:19 |
| 10 | include JROOT/modules/mod_yootheme_builder/mod_yootheme_builder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yootheme/packages/theme-joomla-modules/src/ModulesRenderer.php:35 |
| 7 | YOOtheme\Theme\Joomla\ModulesRenderer->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 |
Temps de requête : 0.43 ms Après la dernière requête : 0.13 ms Mémoire de requête : 0.030 MB mémoire avant requête : 36.195 MB Rangées retournées : 0
SELECT *
FROM clm_cck_store_item_users
WHERE id = 251
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
| Status | Duration |
|---|
| Starting | 0.04 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.04 ms |
| Optimizing | 0.06 ms |
| Statistics | 0.05 ms |
| Preparing | 0.01 ms |
| Executing | 0.03 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 29 | JDatabaseDriver->loadObject() | JROOT/libraries/cms/cck/database.php:85 |
| 28 | JCckDatabase::loadObject() | JROOT/libraries/cms/cck/user.php:71 |
| 27 | JCckUser::getUser() | JROOT/libraries/cms/cck/cck.php:309 |
| 26 | JCck::_setUser() | JROOT/libraries/cms/cck/cck.php:332 |
| 25 | JCck::getUser() | JROOT/libraries/cck/base/list/list_inc.php:26 |
| 24 | include JROOT/libraries/cck/base/list/list_inc.php | JROOT/modules/mod_cck_list/mod_cck_list.php:57 |
| 23 | include JROOT/modules/mod_cck_list/mod_cck_list.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 22 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/yootheme/packages/builder-joomla/elements/module/element.php:34 |
| 21 | YOOtheme\Configuration\Resolver->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/builder/src/Builder.php:281 |
| 20 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 19 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 18 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 17 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 16 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:101 |
| 15 | YOOtheme\Builder->load() | JROOT/templates/yootheme/packages/builder/src/Builder.php:121 |
| 14 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder/bootstrap.php:35 |
| 13 | YOOtheme\Application::YOOtheme\Builder\{closure}() | Même appel que celui de la ligne ci-dessous. |
| 12 | call_user_func_array() | JROOT/templates/yootheme/packages/view/src/View.php:102 |
| 11 | YOOtheme\View->__call() | JROOT/modules/mod_yootheme_builder/mod_yootheme_builder.php:19 |
| 10 | include JROOT/modules/mod_yootheme_builder/mod_yootheme_builder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yootheme/packages/theme-joomla-modules/src/ModulesRenderer.php:35 |
| 7 | YOOtheme\Theme\Joomla\ModulesRenderer->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 |
Temps de requête : 0.71 ms Après la dernière requête : 0.07 ms Mémoire de requête : 0.029 MB mémoire avant requête : 36.192 MB Rangées retournées : 1
SELECT a.id, a.title, a.name, a.alias, a.description, a.access, a.content, a.location, a.storage_location, a.stylesheets, a.sef_route_aliases, b.app as folder_app, a.options, a.template_search, a.template_filter, a.template_list, a.template_item
FROM clm_cck_core_searchs AS a
LEFT JOIN clm_cck_core_folders AS b
ON b.id = a.folder
WHERE a.name ="dbc_next_events"
AND a.published = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | const | name | name | 202 | const | 1 | |
| 1 | SIMPLE | b | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.09 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.04 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.14 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.15 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.03 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 28 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 27 | JDatabaseDriver->loadObject() | JROOT/libraries/cms/cck/database.php:85 |
| 26 | JCckDatabase::loadObject() | JROOT/libraries/cck/base/list/list.php:324 |
| 25 | CCK_List::getSearch() | JROOT/libraries/cck/base/list/list_inc.php:30 |
| 24 | include JROOT/libraries/cck/base/list/list_inc.php | JROOT/modules/mod_cck_list/mod_cck_list.php:57 |
| 23 | include JROOT/modules/mod_cck_list/mod_cck_list.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 22 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/yootheme/packages/builder-joomla/elements/module/element.php:34 |
| 21 | YOOtheme\Configuration\Resolver->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/builder/src/Builder.php:281 |
| 20 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 19 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 18 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 17 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 16 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:101 |
| 15 | YOOtheme\Builder->load() | JROOT/templates/yootheme/packages/builder/src/Builder.php:121 |
| 14 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder/bootstrap.php:35 |
| 13 | YOOtheme\Application::YOOtheme\Builder\{closure}() | Même appel que celui de la ligne ci-dessous. |
| 12 | call_user_func_array() | JROOT/templates/yootheme/packages/view/src/View.php:102 |
| 11 | YOOtheme\View->__call() | JROOT/modules/mod_yootheme_builder/mod_yootheme_builder.php:19 |
| 10 | include JROOT/modules/mod_yootheme_builder/mod_yootheme_builder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yootheme/packages/theme-joomla-modules/src/ModulesRenderer.php:35 |
| 7 | YOOtheme\Theme\Joomla\ModulesRenderer->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 |
Temps de requête : 2.65 ms Après la dernière requête : 0.32 ms Mémoire de requête : 0.053 MB mémoire avant requête : 36.217 MB Rangées retournées : 4
SELECT a.id, a.title, a.name, a.folder, a.type, a.description, a.published, a.label, a.selectlabel, a.display, a.required, a.validation, a.defaultvalue, a.options, a.options2, a.minlength, a.maxlength, a.size, a.cols, a.rows, a.sorting, a.divider, a.bool, a.location, a.extended, a.style, a.script, a.bool2, a.bool3, a.bool4, a.bool5, a.bool6, a.bool7, a.bool8, a.css, a.attributes, a.storage, a.storage_cck, a.storage_location, a.storage_table, a.storage_field, a.storage_field2, c.client, c.ordering, c.label as label2, c.variation, c.variation_override, c.required, c.required_alert, c.validation, c.validation_options, c.live, c.live_options, c.live_value, c.markup, c.markup_class, c.match_collection, c.match_mode, c.match_options, c.match_value, c.stage, c.access, c.restriction, c.restriction_options, c.computation, c.computation_options, c.conditional, c.conditional_options, c.position
FROM clm_cck_core_fields AS a
LEFT JOIN clm_cck_core_search_field AS c
ON c.fieldid = a.id
LEFT JOIN clm_cck_core_searchs AS b
ON b.id = c.searchid
WHERE b.name = "dbc_next_events"
AND (c.client = "search" OR c.client = "
order")
AND c.access IN (1,1,5,18,19)
GROUP BY c.client, c.fieldid
ORDER BY c.ordering ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | b | const | PRIMARY,name | name | 202 | const | 1 | Using index; Using temporary; Utilisation du tri complet de type filesort |
| 1 | SIMPLE | c | ref | PRIMARY,searchid,fieldid | PRIMARY | 4 | const | 6 | Using where |
| 1 | SIMPLE | a | eq_ref | PRIMARY | PRIMARY | 4 | calice.c.fieldid | 1 | |
| Status | Duration |
|---|
| Starting | 0.19 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.08 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.13 ms |
| Optimizing | 0.06 ms |
| Statistics | 0.17 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.05 ms |
| Creating tmp table | 0.23 ms |
| Sorting result | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.96 ms |
| Creating sort index | 0.16 ms |
| Removing tmp table | 0.19 ms |
| Creating sort index | 0.02 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.03 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 28 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 27 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/cck/database.php:108 |
| 26 | JCckDatabase::loadObjectListArray() | JROOT/libraries/cck/base/list/list.php:157 |
| 25 | CCK_List::getFields() | JROOT/libraries/cck/base/list/list_inc.php:89 |
| 24 | include JROOT/libraries/cck/base/list/list_inc.php | JROOT/modules/mod_cck_list/mod_cck_list.php:57 |
| 23 | include JROOT/modules/mod_cck_list/mod_cck_list.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 22 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/yootheme/packages/builder-joomla/elements/module/element.php:34 |
| 21 | YOOtheme\Configuration\Resolver->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/builder/src/Builder.php:281 |
| 20 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 19 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 18 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 17 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 16 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:101 |
| 15 | YOOtheme\Builder->load() | JROOT/templates/yootheme/packages/builder/src/Builder.php:121 |
| 14 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder/bootstrap.php:35 |
| 13 | YOOtheme\Application::YOOtheme\Builder\{closure}() | Même appel que celui de la ligne ci-dessous. |
| 12 | call_user_func_array() | JROOT/templates/yootheme/packages/view/src/View.php:102 |
| 11 | YOOtheme\View->__call() | JROOT/modules/mod_yootheme_builder/mod_yootheme_builder.php:19 |
| 10 | include JROOT/modules/mod_yootheme_builder/mod_yootheme_builder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yootheme/packages/theme-joomla-modules/src/ModulesRenderer.php:35 |
| 7 | YOOtheme\Theme\Joomla\ModulesRenderer->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 |
Temps de requête : 0.33 ms Après la dernière requête : 78.68 ms Mémoire de requête : 0.030 MB mémoire avant requête : 42.235 MB Rangées retournées : 1
SELECT CURDATE()
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | NULL | No tables used |
| Status | Duration |
|---|
| Starting | 0.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.00 ms |
| After opening tables | 0.01 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Executing | 0.02 ms |
| End of update loop | 0.00 ms |
| Query end | 0.01 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.04 ms |
| Reset for next command | 0.00 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 31 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 30 | JDatabaseDriver->loadResult() | JROOT/libraries/cms/cck/database.php:131 |
| 29 | JCckDatabase::loadResult() | JROOT/plugins/cck_field_live/sql_query/sql_query.php:42 |
| 28 | plgCCK_Field_LiveSql_Query->onCCK_Field_LivePrepareForm() | JROOT/libraries/joomla/event/event.php:70 |
| 27 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 26 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 25 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/cck/base/list/list_inc.php:348 |
| 24 | include JROOT/libraries/cck/base/list/list_inc.php | JROOT/modules/mod_cck_list/mod_cck_list.php:57 |
| 23 | include JROOT/modules/mod_cck_list/mod_cck_list.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 22 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/yootheme/packages/builder-joomla/elements/module/element.php:34 |
| 21 | YOOtheme\Configuration\Resolver->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/builder/src/Builder.php:281 |
| 20 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 19 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 18 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 17 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 16 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:101 |
| 15 | YOOtheme\Builder->load() | JROOT/templates/yootheme/packages/builder/src/Builder.php:121 |
| 14 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder/bootstrap.php:35 |
| 13 | YOOtheme\Application::YOOtheme\Builder\{closure}() | Même appel que celui de la ligne ci-dessous. |
| 12 | call_user_func_array() | JROOT/templates/yootheme/packages/view/src/View.php:102 |
| 11 | YOOtheme\View->__call() | JROOT/modules/mod_yootheme_builder/mod_yootheme_builder.php:19 |
| 10 | include JROOT/modules/mod_yootheme_builder/mod_yootheme_builder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yootheme/packages/theme-joomla-modules/src/ModulesRenderer.php:35 |
| 7 | YOOtheme\Theme\Joomla\ModulesRenderer->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 |
Temps de requête : 0.46 ms Après la dernière requête : 4.49 ms Mémoire de requête : 0.032 MB mémoire avant requête : 42.445 MB Rangées retournées : 1
SELECT storage_location, storage_table
FROM clm_cck_core
WHERE cck IN ("dbc_event")
ORDER BY id DESC
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | clm_cck_core | ref | idx_cck | idx_cck | 202 | const | 347 | Using where |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.03 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.08 ms |
| Preparing | 0.03 ms |
| Sorting result | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.04 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 34 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 33 | JDatabaseDriver->loadObject() | JROOT/libraries/cms/cck/database.php:85 |
| 32 | JCckDatabase::loadObject() | JROOT/libraries/cms/cck/database/cache.php:25 |
| 31 | JCckDatabaseCache::loadObject() | JROOT/plugins/search/cck/cck.php:727 |
| 30 | plgSearchCCK::_setStorage() | JROOT/plugins/search/cck/cck.php:337 |
| 29 | plgSearchCCK->onContentSearch() | JROOT/libraries/joomla/event/event.php:70 |
| 28 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 27 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 26 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/cck/base/list/list.php:209 |
| 25 | CCK_List::getList() | JROOT/libraries/cck/base/list/list_inc.php:457 |
| 24 | include JROOT/libraries/cck/base/list/list_inc.php | JROOT/modules/mod_cck_list/mod_cck_list.php:57 |
| 23 | include JROOT/modules/mod_cck_list/mod_cck_list.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 22 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/yootheme/packages/builder-joomla/elements/module/element.php:34 |
| 21 | YOOtheme\Configuration\Resolver->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/builder/src/Builder.php:281 |
| 20 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 19 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 18 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 17 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 16 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:101 |
| 15 | YOOtheme\Builder->load() | JROOT/templates/yootheme/packages/builder/src/Builder.php:121 |
| 14 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder/bootstrap.php:35 |
| 13 | YOOtheme\Application::YOOtheme\Builder\{closure}() | Même appel que celui de la ligne ci-dessous. |
| 12 | call_user_func_array() | JROOT/templates/yootheme/packages/view/src/View.php:102 |
| 11 | YOOtheme\View->__call() | JROOT/modules/mod_yootheme_builder/mod_yootheme_builder.php:19 |
| 10 | include JROOT/modules/mod_yootheme_builder/mod_yootheme_builder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yootheme/packages/theme-joomla-modules/src/ModulesRenderer.php:35 |
| 7 | YOOtheme\Theme\Joomla\ModulesRenderer->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 |
Temps de requête : 1.98 ms Après la dernière requête : 0.23 ms Mémoire de requête : 0.030 MB mémoire avant requête : 42.469 MB Rangées retournées : 1
SELECT t0.id AS pid,t0.pk AS pk,t0.pkb AS pkb,t0.parent_id AS parent,t0.author_id AS author,t0.author_session AS author_session,t0.cck AS cck,t0.storage_location AS loc,tt.id AS type_id,tt.alias AS type_alias
FROM `clm_cck_core` AS t0
LEFT JOIN `clm_cck_store_form_dbc_event` AS t1
ON t1.id = t0.pk
LEFT JOIN `clm_content` AS t2
ON t2.id = t0.pk
LEFT JOIN `clm_cck_core_types` AS tt
ON tt.name = t0.cck
WHERE t2.state = 1
AND t2.access IN (1,1,5,18,19)
AND ( t2.publish_up = '0000-00-00 00:00:00' OR t2.publish_up <= '2025-12-08 07:29' )
AND ( t2.publish_down = '0000-00-00 00:00:00' OR t2.publish_down >= '2025-12-08 07:29' )
AND t1.start_day >= '2025-12-08'
AND t2.catid != 56
AND t0.cck = 'dbc_event'
ORDER BY t1.start_day ASC
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | t1 | ALL | PRIMARY | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 273 | Using where; Utilisation du tri complet de type filesort |
| 1 | SIMPLE | t0 | ref|filter | idx_cck,idx_pk | idx_pk|idx_cck | 4|202 | calice.t1.id | 1 (9%) | Using index condition; Using where; Using rowid filter |
| 1 | SIMPLE | t2 | eq_ref | PRIMARY,idx_access,idx_state,idx_catid | PRIMARY | 4 | calice.t1.id | 1 | Using where |
| 1 | SIMPLE | tt | eq_ref | name | name | 202 | calice.t0.cck | 1 | |
| Status | Duration |
|---|
| Starting | 0.16 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.07 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.08 ms |
| Optimizing | 0.07 ms |
| Statistics | 0.31 ms |
| Preparing | 0.07 ms |
| Sorting result | 0.03 ms |
| Executing | 0.01 ms |
| Sending data | 0.02 ms |
| Creating sort index | 0.91 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 31 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 30 | JDatabaseDriver->loadObjectList() | JROOT/plugins/search/cck/cck.php:397 |
| 29 | plgSearchCCK->onContentSearch() | JROOT/libraries/joomla/event/event.php:70 |
| 28 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 27 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 26 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/cck/base/list/list.php:209 |
| 25 | CCK_List::getList() | JROOT/libraries/cck/base/list/list_inc.php:457 |
| 24 | include JROOT/libraries/cck/base/list/list_inc.php | JROOT/modules/mod_cck_list/mod_cck_list.php:57 |
| 23 | include JROOT/modules/mod_cck_list/mod_cck_list.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 22 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/yootheme/packages/builder-joomla/elements/module/element.php:34 |
| 21 | YOOtheme\Configuration\Resolver->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/builder/src/Builder.php:281 |
| 20 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 19 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 18 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 17 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 16 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:101 |
| 15 | YOOtheme\Builder->load() | JROOT/templates/yootheme/packages/builder/src/Builder.php:121 |
| 14 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder/bootstrap.php:35 |
| 13 | YOOtheme\Application::YOOtheme\Builder\{closure}() | Même appel que celui de la ligne ci-dessous. |
| 12 | call_user_func_array() | JROOT/templates/yootheme/packages/view/src/View.php:102 |
| 11 | YOOtheme\View->__call() | JROOT/modules/mod_yootheme_builder/mod_yootheme_builder.php:19 |
| 10 | include JROOT/modules/mod_yootheme_builder/mod_yootheme_builder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yootheme/packages/theme-joomla-modules/src/ModulesRenderer.php:35 |
| 7 | YOOtheme\Theme\Joomla\ModulesRenderer->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 |
Temps de requête : 0.65 ms Après la dernière requête : 0.63 ms Mémoire de requête : 0.030 MB mémoire avant requête : 42.488 MB Rangées retournées : 1
SELECT a.id, a.template as name, a.params
FROM clm_template_styles AS a
LEFT JOIN clm_cck_core_templates AS b
ON b.name = a.template
WHERE a.id = 364
AND b.published = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | const | PRIMARY,idx_template | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | b | const | name | name | 202 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.10 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.05 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.03 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.08 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.02 ms |
| Executing | 0.00 ms |
| Sending data | 0.02 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 29 | JDatabaseDriver->loadObject() | JROOT/libraries/cms/cck/database.php:85 |
| 28 | JCckDatabase::loadObject() | JROOT/libraries/cck/base/list/list.php:340 |
| 27 | CCK_List::getTemplateStyle() | JROOT/libraries/cck/base/list/list_inc_list.php:17 |
| 26 | include JROOT/libraries/cck/base/list/list_inc_list.php | JROOT/libraries/cck/base/list/list.php:373 |
| 25 | CCK_List::render() | JROOT/libraries/cck/base/list/list_inc.php:608 |
| 24 | include JROOT/libraries/cck/base/list/list_inc.php | JROOT/modules/mod_cck_list/mod_cck_list.php:57 |
| 23 | include JROOT/modules/mod_cck_list/mod_cck_list.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 22 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/yootheme/packages/builder-joomla/elements/module/element.php:34 |
| 21 | YOOtheme\Configuration\Resolver->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/builder/src/Builder.php:281 |
| 20 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 19 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 18 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 17 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 16 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:101 |
| 15 | YOOtheme\Builder->load() | JROOT/templates/yootheme/packages/builder/src/Builder.php:121 |
| 14 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder/bootstrap.php:35 |
| 13 | YOOtheme\Application::YOOtheme\Builder\{closure}() | Même appel que celui de la ligne ci-dessous. |
| 12 | call_user_func_array() | JROOT/templates/yootheme/packages/view/src/View.php:102 |
| 11 | YOOtheme\View->__call() | JROOT/modules/mod_yootheme_builder/mod_yootheme_builder.php:19 |
| 10 | include JROOT/modules/mod_yootheme_builder/mod_yootheme_builder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yootheme/packages/theme-joomla-modules/src/ModulesRenderer.php:35 |
| 7 | YOOtheme\Theme\Joomla\ModulesRenderer->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 |
Temps de requête : 1.26 ms Après la dernière requête : 1.39 ms Mémoire de requête : 0.031 MB mémoire avant requête : 42.534 MB Rangées retournées : 2
SELECT cc.id, cc.title, cc.name, cc.folder, cc.type, cc.description, cc.published, cc.label, cc.selectlabel, cc.display, cc.required, cc.validation, cc.defaultvalue, cc.options, cc.options2, cc.minlength, cc.maxlength, cc.size, cc.cols, cc.rows, cc.sorting, cc.divider, cc.bool, cc.location, cc.extended, cc.style, cc.script, cc.bool2, cc.bool3, cc.bool4, cc.bool5, cc.bool6, cc.bool7, cc.bool8, cc.css, cc.attributes, cc.storage, cc.storage_cck, cc.storage_location, cc.storage_table, cc.storage_field, cc.storage_field2, c.ordering, c.label as label2, c.variation, c.link, c.link_options, c.markup, c.markup_class, c.typo, c.typo_label, c.typo_options, c.access, c.restriction, c.restriction_options, c.position
FROM clm_cck_core_search_field AS c
LEFT JOIN clm_cck_core_searchs AS sc
ON sc.id = c.searchid
LEFT JOIN clm_cck_core_fields AS cc
ON cc.id = c.fieldid
WHERE sc.name = "dbc_next_events"
AND sc.published = 1
AND c.client = "list"
AND c.access IN (1,1,5,18,19)
ORDER BY c.ordering ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | sc | const | PRIMARY,name | name | 202 | const | 1 | |
| 1 | SIMPLE | c | ref | PRIMARY,searchid | PRIMARY | 4 | const | 6 | Using where; Utilisation du tri complet de type filesort |
| 1 | SIMPLE | cc | eq_ref | PRIMARY | PRIMARY | 4 | calice.c.fieldid | 1 | |
| Status | Duration |
|---|
| Starting | 0.17 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.07 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.10 ms |
| Optimizing | 0.05 ms |
| Statistics | 0.16 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.04 ms |
| Sorting result | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.05 ms |
| Creating sort index | 0.16 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.04 ms |
| Reset for next command | 0.02 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 29 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/cck/database.php:96 |
| 28 | JCckDatabase::loadObjectList() | JROOT/libraries/cck/base/list/list.php:184 |
| 27 | CCK_List::getFields_Items() | JROOT/libraries/cck/base/list/list_inc_list.php:101 |
| 26 | include JROOT/libraries/cck/base/list/list_inc_list.php | JROOT/libraries/cck/base/list/list.php:373 |
| 25 | CCK_List::render() | JROOT/libraries/cck/base/list/list_inc.php:608 |
| 24 | include JROOT/libraries/cck/base/list/list_inc.php | JROOT/modules/mod_cck_list/mod_cck_list.php:57 |
| 23 | include JROOT/modules/mod_cck_list/mod_cck_list.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 22 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/yootheme/packages/builder-joomla/elements/module/element.php:34 |
| 21 | YOOtheme\Configuration\Resolver->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/builder/src/Builder.php:281 |
| 20 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 19 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 18 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 17 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 16 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:101 |
| 15 | YOOtheme\Builder->load() | JROOT/templates/yootheme/packages/builder/src/Builder.php:121 |
| 14 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder/bootstrap.php:35 |
| 13 | YOOtheme\Application::YOOtheme\Builder\{closure}() | Même appel que celui de la ligne ci-dessous. |
| 12 | call_user_func_array() | JROOT/templates/yootheme/packages/view/src/View.php:102 |
| 11 | YOOtheme\View->__call() | JROOT/modules/mod_yootheme_builder/mod_yootheme_builder.php:19 |
| 10 | include JROOT/modules/mod_yootheme_builder/mod_yootheme_builder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yootheme/packages/theme-joomla-modules/src/ModulesRenderer.php:35 |
| 7 | YOOtheme\Theme\Joomla\ModulesRenderer->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 |
Temps de requête : 0.65 ms Après la dernière requête : 0.18 ms Mémoire de requête : 0.030 MB mémoire avant requête : 42.554 MB Rangées retournées : 2
SELECT a.position, a.client, a.legend, a.variation, a.variation_options, a.width, a.height, a.css
FROM clm_cck_core_search_position AS a
WHERE a.searchid = 581
AND a.client ="list"
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | ref | PRIMARY,searchid | PRIMARY | 4 | const | 6 | Using where |
| Status | Duration |
|---|
| Starting | 0.07 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.04 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.09 ms |
| Preparing | 0.03 ms |
| Executing | 0.01 ms |
| Sending data | 0.06 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 29 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/cck/database.php:96 |
| 28 | JCckDatabase::loadObjectList() | JROOT/libraries/cck/base/list/list.php:241 |
| 27 | CCK_List::getPositions() | JROOT/libraries/cck/base/list/list_inc_list.php:104 |
| 26 | include JROOT/libraries/cck/base/list/list_inc_list.php | JROOT/libraries/cck/base/list/list.php:373 |
| 25 | CCK_List::render() | JROOT/libraries/cck/base/list/list_inc.php:608 |
| 24 | include JROOT/libraries/cck/base/list/list_inc.php | JROOT/modules/mod_cck_list/mod_cck_list.php:57 |
| 23 | include JROOT/modules/mod_cck_list/mod_cck_list.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 22 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/yootheme/packages/builder-joomla/elements/module/element.php:34 |
| 21 | YOOtheme\Configuration\Resolver->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/builder/src/Builder.php:281 |
| 20 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 19 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 18 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 17 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 16 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:101 |
| 15 | YOOtheme\Builder->load() | JROOT/templates/yootheme/packages/builder/src/Builder.php:121 |
| 14 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder/bootstrap.php:35 |
| 13 | YOOtheme\Application::YOOtheme\Builder\{closure}() | Même appel que celui de la ligne ci-dessous. |
| 12 | call_user_func_array() | JROOT/templates/yootheme/packages/view/src/View.php:102 |
| 11 | YOOtheme\View->__call() | JROOT/modules/mod_yootheme_builder/mod_yootheme_builder.php:19 |
| 10 | include JROOT/modules/mod_yootheme_builder/mod_yootheme_builder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yootheme/packages/theme-joomla-modules/src/ModulesRenderer.php:35 |
| 7 | YOOtheme\Theme\Joomla\ModulesRenderer->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 |
Temps de requête : 0.70 ms Après la dernière requête : 22.37 ms Mémoire de requête : 0.033 MB mémoire avant requête : 43.571 MB Rangées retournées : 1
SELECT a.*, b.title AS category_title, b.alias AS category_alias
FROM clm_content AS a
LEFT JOIN clm_categories AS b
ON b.id = a.catid
WHERE a.id IN (4176)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | b | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.08 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.04 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.10 ms |
| Optimizing | 0.03 ms |
| Statistics | 0.10 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.05 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 34 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 33 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/cck/database.php:96 |
| 32 | JCckDatabase::loadObjectList() | JROOT/plugins/cck_storage_location/joomla_article/joomla_article.php:189 |
| 31 | plgCCK_Storage_LocationJoomla_Article->onCCK_Storage_LocationPrepareItems() | JROOT/libraries/joomla/event/event.php:70 |
| 30 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 29 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 28 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/cck/base/list/list_inc_list_items.php:124 |
| 27 | include JROOT/libraries/cck/base/list/list_inc_list_items.php | JROOT/libraries/cck/base/list/list_inc_list.php:106 |
| 26 | include JROOT/libraries/cck/base/list/list_inc_list.php | JROOT/libraries/cck/base/list/list.php:373 |
| 25 | CCK_List::render() | JROOT/libraries/cck/base/list/list_inc.php:608 |
| 24 | include JROOT/libraries/cck/base/list/list_inc.php | JROOT/modules/mod_cck_list/mod_cck_list.php:57 |
| 23 | include JROOT/modules/mod_cck_list/mod_cck_list.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 22 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/yootheme/packages/builder-joomla/elements/module/element.php:34 |
| 21 | YOOtheme\Configuration\Resolver->YOOtheme\{closure}() | JROOT/templates/yootheme/packages/builder/src/Builder.php:281 |
| 20 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 19 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 18 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 17 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:270 |
| 16 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/packages/builder/src/Builder.php:101 |
| 15 | YOOtheme\Builder->load() | JROOT/templates/yootheme/packages/builder/src/Builder.php:121 |
| 14 | YOOtheme\Builder->render() | JROOT/templates/yootheme/packages/builder/bootstrap.php:35 |
| 13 | YOOtheme\Application::YOOtheme\Builder\{closure}() | Même appel que celui de la ligne ci-dessous. |
| 12 | call_user_func_array() | JROOT/templates/yootheme/packages/view/src/View.php:102 |
| 11 | YOOtheme\View->__call() | JROOT/modules/mod_yootheme_builder/mod_yootheme_builder.php:19 |
| 10 | include JROOT/modules/mod_yootheme_builder/mod_yootheme_builder.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yootheme/packages/theme-joomla-modules/src/ModulesRenderer.php:35 |
| 7 | YOOtheme\Theme\Joomla\ModulesRenderer->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 |
Temps de requête : 0.80 ms Après la dernière requête : 76.72 ms Mémoire de requête : 0.023 MB mémoire avant requête : 43.882 MB Rangées retournées : 1
Requêtes dupliquées:
#3 #23SELECT *
FROM `clm_users`
WHERE `id` = 251
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | clm_users | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.08 ms |
| checking permissions | 0.03 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.03 ms |
| init | 0.07 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.12 ms |
| Preparing | 0.01 ms |
| Unlocking tables | 0.01 ms |
| Preparing | 0.02 ms |
| Executing | 0.01 ms |
| Sending data | 0.04 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.02 ms |
| Updating status | 0.04 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 14 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/User.php:87 |
| 13 | Joomla\CMS\Table\User->load() | JROOT/libraries/src/User/User.php:880 |
| 12 | Joomla\CMS\User\User->load() | JROOT/libraries/src/User/User.php:943 |
| 11 | Joomla\CMS\User\User->__wakeup() | Même appel que celui de la ligne ci-dessous. |
| 10 | unserialize() | JROOT/libraries/vendor/joomla/registry/src/Registry.php:89 |
| 9 | Joomla\Registry\Registry->__clone() | JROOT/libraries/src/Session/Session.php:387 |
| 8 | Joomla\CMS\Session\Session->getData() | JROOT/plugins/system/debug/debug.php:521 |
| 7 | PlgSystemDebug->displaySession() | JROOT/plugins/system/debug/debug.php:466 |
| 6 | PlgSystemDebug->display() | JROOT/plugins/system/debug/debug.php:297 |
| 5 | PlgSystemDebug->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Temps de requête : 0.61 ms Après la dernière requête : 0.15 ms Mémoire de requête : 0.022 MB mémoire avant requête : 43.891 MB Rangées retournées : 1
Requêtes dupliquées:
#4 #24SELECT `g`.`id`,`g`.`title`
FROM `clm_usergroups` AS g
INNER JOIN `clm_user_usergroup_map` AS m
ON m.group_id = g.id
WHERE `m`.`user_id` = 251
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m | ref | PRIMARY | PRIMARY | 4 | const | 1 | Using index |
| 1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | calice.m.group_id | 1 | |
| Status | Duration |
|---|
| Starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.01 ms |
| System lock | 0.01 ms |
| table lock | 0.01 ms |
| init | 0.03 ms |
| Optimizing | 0.06 ms |
| Statistics | 0.12 ms |
| Preparing | 0.05 ms |
| Executing | 0.01 ms |
| Sending data | 0.05 ms |
| End of update loop | 0.01 ms |
| Query end | 0.01 ms |
| Commit | 0.01 ms |
| Query end | 0.01 ms |
| closing tables | 0.01 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.01 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.03 ms |
| Reset for next command | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
| 14 | JDatabaseDriver->loadAssocList() | JROOT/libraries/src/Table/User.php:112 |
| 13 | Joomla\CMS\Table\User->load() | JROOT/libraries/src/User/User.php:880 |
| 12 | Joomla\CMS\User\User->load() | JROOT/libraries/src/User/User.php:943 |
| 11 | Joomla\CMS\User\User->__wakeup() | Même appel que celui de la ligne ci-dessous. |
| 10 | unserialize() | JROOT/libraries/vendor/joomla/registry/src/Registry.php:89 |
| 9 | Joomla\Registry\Registry->__clone() | JROOT/libraries/src/Session/Session.php:387 |
| 8 | Joomla\CMS\Session\Session->getData() | JROOT/plugins/system/debug/debug.php:521 |
| 7 | PlgSystemDebug->displaySession() | JROOT/plugins/system/debug/debug.php:466 |
| 6 | PlgSystemDebug->display() | JROOT/plugins/system/debug/debug.php:297 |
| 5 | PlgSystemDebug->onAfterRespond() | JROOT/libraries/joomla/event/event.php:70 |
| 4 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 3 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 2 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:247 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
11 × SELECT DISTINCT `name`
FROM `clm_cck_core_types`
4 × 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 clm_fields AS a
LEFT JOIN `clm_languages` AS l
ON l.lang_code = a.language
LEFT JOIN clm_users AS uc
ON uc.id=a.checked_out
LEFT JOIN clm_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN clm_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN clm_fields_groups AS g
ON g.id = a.group_id
3 × SELECT `g`.`id`,`g`.`title`
FROM `clm_usergroups` AS g
INNER JOIN `clm_user_usergroup_map` AS m
ON m.group_id = g.id
3 × SELECT *
FROM `clm_users`
3 × SELECT custom_data
FROM clm_extensions
2 × SELECT `id`,`name`,`rules`,`parent_id`
FROM `clm_assets`
2 × SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `clm_extensions`
2 × SELECT extension_id
FROM clm_extensions
1 × SELECT `data`
FROM `clm_session`
1 × SELECT *
FROM clm_cck_store_item_users
1 × SELECT id, scriptfile, options
FROM clm_cck_more_processings
1 × SELECT cck
FROM clm_cck_core
1 × SELECT a.id, a.title, a.name, a.folder, a.type, a.description, a.published, a.label, a.selectlabel, a.display, a.required, a.validation, a.defaultvalue, a.options, a.options2, a.minlength, a.maxlength, a.size, a.cols, a.rows, a.sorting, a.divider, a.bool, a.location, a.extended, a.style, a.script, a.bool2, a.bool3, a.bool4, a.bool5, a.bool6, a.bool7, a.bool8, a.css, a.attributes, a.storage, a.storage_cck, a.storage_location, a.storage_table, a.storage_field, a.storage_field2, c.client, c.ordering, c.label as label2, c.variation, c.variation_override, c.required, c.required_alert, c.validation, c.validation_options, c.live, c.live_options, c.live_value, c.markup, c.markup_class, c.match_collection, c.match_mode, c.match_options, c.match_value, c.stage, c.access, c.restriction, c.restriction_options, c.computation, c.computation_options, c.conditional, c.conditional_options, c.position
FROM clm_cck_core_fields AS a
LEFT JOIN clm_cck_core_search_field AS c
ON c.fieldid = a.id
LEFT JOIN clm_cck_core_searchs AS b
ON b.id = c.searchid
1 × SELECT a.id, a.title, a.name, a.alias, a.description, a.access, a.content, a.location, a.storage_location, a.stylesheets, a.sef_route_aliases, b.app as folder_app, a.options, a.template_search, a.template_filter, a.template_list, a.template_item
FROM clm_cck_core_searchs AS a
LEFT JOIN clm_cck_core_folders AS b
ON b.id = a.folder
1 × SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM clm_modules AS m
LEFT JOIN clm_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN clm_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
1 × SELECT CURDATE(
1 × SELECT storage_location, storage_table
FROM clm_cck_core
1 × SELECT t0.id AS pid,t0.pk AS pk,t0.pkb AS pkb,t0.parent_id AS parent,t0.author_id AS author,t0.author_session AS author_session,t0.cck AS cck,t0.storage_location AS loc,tt.id AS type_id,tt.alias AS type_alias
FROM `clm_cck_core` AS t0
LEFT JOIN `clm_cck_store_form_dbc_event` AS t1
ON t1.id = t0.pk
LEFT JOIN `clm_content` AS t2
ON t2.id = t0.pk
LEFT JOIN `clm_cck_core_types` AS tt
ON tt.name = t0.cck
1 × SELECT a.id, a.template as name, a.params
FROM clm_template_styles AS a
LEFT JOIN clm_cck_core_templates AS b
ON b.name = a.template
1 × SELECT cc.id, cc.title, cc.name, cc.folder, cc.type, cc.description, cc.published, cc.label, cc.selectlabel, cc.display, cc.required, cc.validation, cc.defaultvalue, cc.options, cc.options2, cc.minlength, cc.maxlength, cc.size, cc.cols, cc.rows, cc.sorting, cc.divider, cc.bool, cc.location, cc.extended, cc.style, cc.script, cc.bool2, cc.bool3, cc.bool4, cc.bool5, cc.bool6, cc.bool7, cc.bool8, cc.css, cc.attributes, cc.storage, cc.storage_cck, cc.storage_location, cc.storage_table, cc.storage_field, cc.storage_field2, c.ordering, c.label as label2, c.variation, c.link, c.link_options, c.markup, c.markup_class, c.typo, c.typo_label, c.typo_options, c.access, c.restriction, c.restriction_options, c.position
FROM clm_cck_core_search_field AS c
LEFT JOIN clm_cck_core_searchs AS sc
ON sc.id = c.searchid
LEFT JOIN clm_cck_core_fields AS cc
ON cc.id = c.fieldid
1 × SELECT a.position, a.client, a.legend, a.variation, a.variation_options, a.width, a.height, a.css
FROM clm_cck_core_search_position AS a
1 × SELECT *
FROM `clm_content_types
1 × SELECT *
FROM clm_languages
1 × SELECT `m`.`tag_id`,`t`.*
FROM `clm_contentitem_tag_map` AS m
INNER JOIN `clm_tags` AS t
ON `m`.`tag_id` = `t`.`id`
1 × SELECT a.id, a.asset_id, a.title, a.alias, a.introtext, a.fulltext, a.state, a.catid, a.created, a.created_by, a.created_by_alias,
CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference,c.title AS category_title, c.alias AS category_alias, c.access AS category_access,u.name AS author,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count
FROM clm_content AS a
INNER JOIN clm_categories AS c
on c.id = a.catid
LEFT JOIN clm_users AS u
on u.id = a.created_by
LEFT JOIN clm_categories as parent
ON parent.id = c.parent_id
LEFT JOIN clm_content_rating AS v
ON a.id = v.content_id
1 × SELECT id, home, template, s.params
FROM clm_template_styles as s
LEFT JOIN clm_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
1 × SELECT type, scriptfile, options
FROM clm_cck_more_processings
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 clm_menu AS m
LEFT JOIN clm_extensions AS e
ON m.component_id = e.extension_id
1 × SELECT internal_name
FROM clm_cck_store_item_cck_core_sites
1 × SELECT *
FROM clm_cck_store_item_cck_core_sites
1 × SELECT *
FROM clm_cck_store_form_dbc_site
1 × SELECT *
FROM clm_cck_core_sites
1 × SELECT *
FROM clm_cck_core
1 × SELECT a.id AS id, a.cck AS cck, a.pk AS pk, a.storage_location as storage_location, a.storage_table as storage_table, b.id AS type_id, b.parent AS parent, b.permissions AS permissions
FROM clm_cck_core AS a JOIN clm_cck_core_types AS b
ON b.name = a.cck
1 × SELECT id, title, name, context, aliases, guest, guest_only_viewlevel, usergroups, public_viewlevel, viewlevels, configuration, options
FROM clm_cck_core_sites
1 × SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM clm_extensions
1 × SELECT b.id
FROM clm_user_usergroup_map AS map
LEFT JOIN clm_usergroups AS a
ON a.id = map.group_id
LEFT JOIN clm_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
1 × SELECT id, rules
FROM `clm_viewlevels
1 × SELECT a.*, b.title AS category_title, b.alias AS category_alias
FROM clm_content AS a
LEFT JOIN clm_categories AS b
ON b.id = a.catid