**Temps de requête : 0.87 ms** **Mémoire de requête : 0.023 MB mémoire avant requête : 4.151 MB** **Rangées retournées : 0**
SELECT `data`
FROM `nivo_session`
WHERE `session_id` = X'3738323232376538396363363865336564323336616262383732346433346239'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | nivo_session | NULL | const | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.08 ms |
checking permissions | 0.01 ms |
Opening tables | 0.30 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.05 ms |
executing | 0.01 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.04 ms |
cleaning up | 0.01 ms |
# | **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 : 0.39 ms** **Après la dernière requête : 1.37 ms** **Mémoire de requête : 0.020 MB mémoire avant requête : 4.247 MB** **Rangées retournées : 0**
SELECT `session_id`
FROM `nivo_session`
WHERE `session_id` = X'3738323232376538396363363865336564323336616262383732346433346239'
LIMIT 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | nivo_session | NULL | const | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | Using index |
Status | Duration |
---|
starting | 0.04 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.05 ms |
executing | 0.01 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.03 ms |
cleaning up | 0.02 ms |
# | **Appel** | **Fichier et numéro de ligne** |
---|
9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
8 | JDatabaseDriver->loadResult() | JROOT/libraries/src/Session/MetadataManager.php:74 |
7 | Joomla\CMS\Session\MetadataManager->createRecordIfNonExisting() | JROOT/libraries/src/Application/CMSApplication.php:154 |
6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:828 |
5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 |
4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |
3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:386 |
2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
**Temps de requête : 3.62 ms** **Après la dernière requête : 0.11 ms** **Mémoire de requête : 0.004 MB mémoire avant requête : 4.252 MB**
INSERT INTO `nivo_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`)
VALUES
(X'3738323232376538396363363865336564323336616262383732346433346239', 1, 1685791031, 0, '', 0)
**EXPLAIN impossible sur la requête : INSERT INTO `nivo_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
(X'3738323232376538396363363865336564323336616262383732346433346239', 1, 1685791031, 0, '', 0)**
Status | Duration |
---|
starting | 0.06 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.02 ms |
System lock | 0.01 ms |
update | 0.18 ms |
end | 0.01 ms |
query end | 3.12 ms |
closing tables | 0.02 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 ms |
# | **Appel** | **Fichier et numéro de ligne** |
---|
8 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Session/MetadataManager.php:116 |
7 | Joomla\CMS\Session\MetadataManager->createRecordIfNonExisting() | JROOT/libraries/src/Application/CMSApplication.php:154 |
6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:828 |
5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 |
4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |
3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:386 |
2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
**Temps de requête : 0.98 ms** **Après la dernière requête : 5.80 ms** **Mémoire de requête : 0.021 MB mémoire avant requête : 4.828 MB** **Rangées retournées : 8**
SELECT id, rules
FROM `nivo_viewlevels`
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | nivo_viewlevels | NULL | ALL | NULL | **INDEX N'A PU ÊTRE UTILISÉ** | NULL | NULL | 8 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.05 ms |
checking permissions | 0.01 ms |
Opening tables | 0.25 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
Sending data | 0.12 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.04 ms |
cleaning up | 0.01 ms |
# | **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 : 1.80 ms** **Après la dernière requête : 0.11 ms** **Mémoire de requête : 0.021 MB mémoire avant requête : 4.842 MB** **Rangées retournées : 2**
SELECT b.id
FROM nivo_usergroups AS a
LEFT JOIN nivo_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 13
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
1 | SIMPLE | b | NULL | range | idx_usergroup_nested_set_lookup | idx_usergroup_nested_set_lookup | 4 | NULL | 12 | 100.00 | Using where; Using index |
Status | Duration |
---|
starting | 0.10 ms |
checking permissions | 0.02 ms |
checking permissions | 0.09 ms |
Opening tables | 0.67 ms |
init | 0.04 ms |
System lock | 0.01 ms |
optimizing | 0.34 ms |
statistics | 0.13 ms |
preparing | 0.02 ms |
executing | 0.01 ms |
Sending data | 0.05 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.04 ms |
cleaning up | 0.02 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 : 4.47 ms** **Après la dernière requête : 92.46 ms** **Mémoire de requête : 0.006 MB mémoire avant requête : 8.417 MB**
UPDATE `nivo_extensions`
SET `params` = '{\"mediaversion\":\"695f89766cf9906a58f8a43c63129900\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | UPDATE | nivo_extensions | NULL | range | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.09 ms |
checking permissions | 0.01 ms |
Opening tables | 0.47 ms |
init | 0.04 ms |
System lock | 0.14 ms |
updating | 0.17 ms |
end | 0.02 ms |
query end | 3.19 ms |
closing tables | 0.04 ms |
freeing items | 0.04 ms |
cleaning up | 0.03 ms |
# | **Appel** | **Fichier et numéro de ligne** |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Helper/LibraryHelper.php:117 |
13 | Joomla\CMS\Helper\LibraryHelper::saveParams() | JROOT/libraries/src/Version.php:372 |
12 | Joomla\CMS\Version->setMediaVersion() | JROOT/libraries/src/Version.php:331 |
11 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
10 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
9 | Joomla\CMS\Factory::getDocument() | JROOT/plugins/system/jcomments/jcomments.php:111 |
8 | plgSystemJComments->onAfterRoute() | 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: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 : 2.72 ms** **Après la dernière requête : 46.75 ms** **Mémoire de requête : 0.030 MB mémoire avant requête : 10.575 MB** **Rangées retournées : 46**
SELECT `id`,`name`,`rules`,`parent_id`
FROM `nivo_assets`
WHERE `name` IN ('root.1','com_actionlogs','com_admin','com_akeeba','com_associations','com_banners','com_cache','com_categories','com_checkin','com_config','com_contact','com_content','com_cpanel','com_dump','com_fields','com_finder','com_htmlmap','com_installer','com_jce','com_jcomments','com_jevents','com_joomlaupdate','com_languages','com_login','com_mailto','com_media','com_menus','com_messages','com_modules','com_neige','com_neigedonmeta','com_newsfeeds','com_nivo','com_phocadocumentation','com_phocadownload','com_phocagallery','com_plugins','com_postinstall','com_privacy','com_redirect','com_search','com_sondages','com_tags','com_templates','com_users','com_weblinks','com_wrapper')
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | nivo_assets | NULL | range | idx_asset_name | idx_asset_name | 202 | NULL | 47 | 100.00 | Using index condition |
Status | Duration |
---|
starting | 0.12 ms |
checking permissions | 0.01 ms |
Opening tables | 0.45 ms |
init | 0.18 ms |
System lock | 0.46 ms |
optimizing | 0.02 ms |
statistics | 0.28 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.74 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 ms |
# | **Appel** | **Fichier et numéro de ligne** |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
22 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Access/Access.php:429 |
21 | Joomla\CMS\Access\Access::preloadComponents() | JROOT/libraries/src/Access/Access.php:213 |
20 | Joomla\CMS\Access\Access::preload() | JROOT/libraries/src/Access/Access.php:531 |
19 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
18 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
17 | Joomla\CMS\User\User->authorise() | JROOT/components/com_jevents/libraries/helper.php:2403 |
16 | JEVHelper::isAdminUser() | JROOT/components/com_jevents/libraries/helper.php:2485 |
15 | JEVHelper::getAid() | JROOT/components/com_jevents/libraries/datamodel.php:38 |
14 | JEventsDataModel->__construct() | JROOT/components/com_jevents/views/default/abstract/abstract.php:64 |
13 | JEventsDefaultView->__construct() | JROOT/components/com_jevents/views/geraint/abstract/abstract.php:28 |
12 | JEventsGeraintView->__construct() | JROOT/libraries/src/MVC/Factory/LegacyFactory.php:89 |
11 | Joomla\CMS\MVC\Factory\LegacyFactory->createView() | JROOT/libraries/src/MVC/Controller/BaseController.php:590 |
10 | Joomla\CMS\MVC\Controller\BaseController->createView() | JROOT/libraries/src/MVC/Controller/BaseController.php:833 |
9 | Joomla\CMS\MVC\Controller\BaseController->getView() | JROOT/components/com_jevents/controllers/range.php:53 |
8 | RangeController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:299 |
6 | require_once JROOT/components/com_jevents/jevents.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.62 ms** **Après la dernière requête : 22.43 ms** **Mémoire de requête : 0.030 MB mémoire avant requête : 11.670 MB** **Rangées retournées : 18**
SHOW FULL COLUMNS
FROM `nivo_jev_users`
**EXPLAIN impossible sur la requête : SHOW FULL COLUMNS FROM `nivo_jev_users`**
Status | Duration |
---|
starting | 0.08 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.29 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
Opening tables | 0.39 ms |
checking permissions | 0.04 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.03 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.02 ms |
Sending data | 0.05 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.00 ms |
removing tmp table | 0.11 ms |
closing tables | 0.01 ms |
freeing items | 0.04 ms |
cleaning up | 0.01 ms |
# | **Appel** | **Fichier et numéro de ligne** |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
23 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
22 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:261 |
21 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:180 |
20 | Joomla\CMS\Table\Table->__construct() | JROOT/administrator/components/com_jevents/tables/jevuser.php:69 |
19 | TableUser->__construct() | JROOT/components/com_jevents/libraries/helper.php:2343 |
18 | JEVHelper::getAuthorisedUser() | JROOT/components/com_jevents/libraries/helper.php:1236 |
17 | JEVHelper::isEventCreator() | JROOT/components/com_jevents/libraries/filters/Published.php:50 |
16 | jevPublishedFilter->__construct() | JROOT/components/com_jevents/libraries/filters.php:142 |
15 | jevFilterProcessing->__construct() | JROOT/components/com_jevents/libraries/filters.php:200 |
14 | jevFilterProcessing::getInstance() | JROOT/components/com_jevents/libraries/dbmodel.php:2944 |
13 | JEventsDBModel->listIcalEventsByRange() | JROOT/components/com_jevents/libraries/dbmodel.php:3219 |
12 | JEventsDBModel->countIcalEventsByRange() | JROOT/components/com_jevents/libraries/datamodel.php:535 |
11 | JEventsDataModel->getRangeData() | JROOT/components/com_jevents/views/geraint/range/view.html.php:46 |
10 | GeraintViewRange->listevents() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:74 |
9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/range.php:80 |
8 | RangeController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:299 |
6 | require_once JROOT/components/com_jevents/jevents.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.43 ms** **Après la dernière requête : 2.79 ms** **Mémoire de requête : 0.039 MB mémoire avant requête : 11.829 MB** **Rangées retournées : 22**
SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM `nivo_categories` AS `c`
WHERE (c.extension='com_jevents' OR c.extension='system')
AND c.access IN (1,1,8)
AND c.published = 1
ORDER BY c.lft
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | c | NULL | ALL | cat_idx,idx_access | **INDEX N'A PU ÊTRE UTILISÉ** | NULL | NULL | 100 | 24.00 | Using where; **Utilisation du tri complet de type filesort** |
Status | Duration |
---|
starting | 0.14 ms |
checking permissions | 0.01 ms |
Opening tables | 0.27 ms |
init | 0.06 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.11 ms |
preparing | 0.02 ms |
Sorting result | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.03 ms |
Creating sort index | 0.40 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.04 ms |
cleaning up | 0.02 ms |
# | **Appel** | **Fichier et numéro de ligne** |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
22 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
21 | Joomla\CMS\Categories\Categories->_load() | JROOT/components/com_jevents/helpers/category.php:47 |
20 | JEventsCategories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
19 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_jevents/libraries/dbmodel.php:77 |
18 | JEventsDBModel->accessibleCategoryList() | JROOT/components/com_jevents/libraries/datamodel.php:887 |
17 | JEventsDataModel->accessibleCategoryList() | JROOT/components/com_jevents/libraries/filters/Category.php:39 |
16 | jevCategoryFilter->__construct() | JROOT/components/com_jevents/libraries/filters.php:142 |
15 | jevFilterProcessing->__construct() | JROOT/components/com_jevents/libraries/filters.php:200 |
14 | jevFilterProcessing::getInstance() | JROOT/components/com_jevents/libraries/dbmodel.php:2944 |
13 | JEventsDBModel->listIcalEventsByRange() | JROOT/components/com_jevents/libraries/dbmodel.php:3219 |
12 | JEventsDBModel->countIcalEventsByRange() | JROOT/components/com_jevents/libraries/datamodel.php:535 |
11 | JEventsDataModel->getRangeData() | JROOT/components/com_jevents/views/geraint/range/view.html.php:46 |
10 | GeraintViewRange->listevents() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:74 |
9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/range.php:80 |
8 | RangeController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:299 |
6 | require_once JROOT/components/com_jevents/jevents.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.79 ms** **Après la dernière requête : 1.03 ms** **Mémoire de requête : 0.026 MB mémoire avant requête : 12.028 MB** **Rangées retournées : 21**
SELECT c.id
FROM nivo_categories AS c
WHERE c.access IN (1,1,8)
AND c.published = 1
AND c.language in ('fr-FR','*')
AND c.extension = 'com_jevents'
ORDER BY c.lft asc
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | c | NULL | range | cat_idx,idx_access,idx_language | cat_idx | 207 | NULL | 22 | 100.00 | Using index condition; Using where; **Utilisation du tri complet de type filesort** |
Status | Duration |
---|
starting | 0.06 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.14 ms |
preparing | 0.02 ms |
Sorting result | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.26 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 ms |
# | **Appel** | **Fichier et numéro de ligne** |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
19 | JDatabaseDriver->loadColumn() | JROOT/components/com_jevents/libraries/dbmodel.php:186 |
18 | JEventsDBModel->accessibleCategoryList() | JROOT/components/com_jevents/libraries/datamodel.php:887 |
17 | JEventsDataModel->accessibleCategoryList() | JROOT/components/com_jevents/libraries/filters/Category.php:39 |
16 | jevCategoryFilter->__construct() | JROOT/components/com_jevents/libraries/filters.php:142 |
15 | jevFilterProcessing->__construct() | JROOT/components/com_jevents/libraries/filters.php:200 |
14 | jevFilterProcessing::getInstance() | JROOT/components/com_jevents/libraries/dbmodel.php:2944 |
13 | JEventsDBModel->listIcalEventsByRange() | JROOT/components/com_jevents/libraries/dbmodel.php:3219 |
12 | JEventsDBModel->countIcalEventsByRange() | JROOT/components/com_jevents/libraries/datamodel.php:535 |
11 | JEventsDataModel->getRangeData() | JROOT/components/com_jevents/views/geraint/range/view.html.php:46 |
10 | GeraintViewRange->listevents() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:74 |
9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/range.php:80 |
8 | RangeController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:299 |
6 | require_once JROOT/components/com_jevents/jevents.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.16 ms** **Après la dernière requête : 0.69 ms** **Mémoire de requête : 0.023 MB mémoire avant requête : 12.073 MB** **Rangées retournées : 1**
SELECT count(distinct rpt.rp_id)
FROM nivo_jevents_repetition as rpt
INNER JOIN nivo_jevents_vevent as ev
ON rpt.eventid = ev.ev_id
INNER JOIN nivo_jevents_icsfile as icsf
ON icsf.ics_id=ev.icsid
INNER JOIN nivo_jevents_vevdetail as det
ON det.evdet_id = rpt.eventdetail_id
LEFT JOIN nivo_jevents_rrule as rr
ON rr.eventid = rpt.eventid
WHERE ev.catid IN(-1,44,40,41,42,43,45,46,47,49,55,29,31,33,35,92,36,37,38,39,61,64)
AND rpt.endrepeat >= '2019-11-01 00:00:00'
AND rpt.startrepeat <= '2020-04-30 23:59:59'
AND NOT (rpt.startrepeat < '2019-11-01 00:00:00'
AND det.multiday=0)
AND ev.state=1
AND ev.access IN (1,1,8)
AND icsf.state=1
AND icsf.access IN (1,1,8)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | rpt | NULL | range | eventid,eventstart,eventend,eventdetail,startrepeat,startend,endrepeat | endrepeat | 5 | NULL | 13 | 100.00 | Using index condition; Using where |
1 | SIMPLE | icsf | NULL | ALL | PRIMARY,stateidx | **INDEX N'A PU ÊTRE UTILISÉ** | NULL | NULL | 11 | 27.27 | Using where; Using join buffer (Block Nested Loop) |
1 | SIMPLE | ev | NULL | eq_ref | PRIMARY,icsid,stateidx,evaccess | PRIMARY | 4 | db406050183.rpt.eventid | 1 | 5.56 | Using where |
1 | SIMPLE | det | NULL | eq_ref | PRIMARY,multiday | PRIMARY | 4 | db406050183.rpt.eventdetail_id | 1 | 100.00 | Using where |
1 | SIMPLE | rr | NULL | ref | eventid | eventid | 4 | db406050183.rpt.eventid | 1 | 100.00 | Using index |
Status | Duration |
---|
starting | 0.11 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
Opening tables | 0.84 ms |
init | 0.06 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.17 ms |
preparing | 0.09 ms |
executing | 0.01 ms |
Sending data | 0.49 ms |
end | 0.01 ms |
query end | 0.02 ms |
removing tmp table | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 ms |
# | **Appel** | **Fichier et numéro de ligne** |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
14 | JDatabaseDriver->loadResult() | JROOT/components/com_jevents/libraries/dbmodel.php:3085 |
13 | JEventsDBModel->listIcalEventsByRange() | JROOT/components/com_jevents/libraries/dbmodel.php:3219 |
12 | JEventsDBModel->countIcalEventsByRange() | JROOT/components/com_jevents/libraries/datamodel.php:535 |
11 | JEventsDataModel->getRangeData() | JROOT/components/com_jevents/views/geraint/range/view.html.php:46 |
10 | GeraintViewRange->listevents() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:74 |
9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/range.php:80 |
8 | RangeController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:299 |
6 | require_once JROOT/components/com_jevents/jevents.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 : 4.23 ms** **Après la dernière requête : 8.26 ms** **Mémoire de requête : 0.071 MB mémoire avant requête : 12.103 MB** **Rangées retournées : 10**
SELECT ev.*, rpt.*, rr.*, det.*, ev.state as published, ev.created as created
, YEAR(rpt.startrepeat) as yup, MONTH(rpt.startrepeat ) as mup, DAYOFMONTH(rpt.startrepeat ) as dup
, YEAR(rpt.endrepeat ) as ydn, MONTH(rpt.endrepeat ) as mdn, DAYOFMONTH(rpt.endrepeat ) as ddn
, HOUR(rpt.startrepeat) as hup, MINUTE(rpt.startrepeat ) as minup, SECOND(rpt.startrepeat ) as sup
, HOUR(rpt.endrepeat ) as hdn, MINUTE(rpt.endrepeat ) as mindn, SECOND(rpt.endrepeat ) as sdn
FROM nivo_jevents_repetition as rpt
INNER JOIN nivo_jevents_vevent as ev
ON rpt.eventid = ev.ev_id
INNER JOIN nivo_jevents_icsfile as icsf
ON icsf.ics_id=ev.icsid
INNER JOIN nivo_jevents_vevdetail as det
ON det.evdet_id = rpt.eventdetail_id
LEFT JOIN nivo_jevents_rrule as rr
ON rr.eventid = rpt.eventid
WHERE ev.catid IN(-1,44,40,41,42,43,45,46,47,49,55,29,31,33,35,92,36,37,38,39,61,64)
AND rpt.endrepeat >= '2019-11-01 00:00:00'
AND rpt.startrepeat <= '2020-04-30 23:59:59'
AND NOT (rpt.startrepeat < '2019-11-01 00:00:00'
AND det.multiday=0)
AND ev.state=1
AND ev.access IN (1,1,8)
AND icsf.state=1
AND icsf.access IN (1,1,8)
ORDER BY rpt.startrepeat asc, rpt.endrepeat ASC, det.summary ASC
LIMIT 10
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | rpt | NULL | range | eventid,eventstart,eventend,eventdetail,startrepeat,startend,endrepeat | endrepeat | 5 | NULL | 13 | 100.00 | Using index condition; Using where; Using temporary; **Utilisation du tri complet de type filesort** |
1 | SIMPLE | icsf | NULL | range | PRIMARY,stateidx | stateidx | 1 | NULL | 10 | 30.00 | Using index condition; Using where; Using join buffer (Block Nested Loop) |
1 | SIMPLE | ev | NULL | eq_ref | PRIMARY,icsid,stateidx,evaccess | PRIMARY | 4 | db406050183.rpt.eventid | 1 | 5.56 | Using where |
1 | SIMPLE | det | NULL | eq_ref | PRIMARY,multiday | PRIMARY | 4 | db406050183.rpt.eventdetail_id | 1 | 100.00 | Using where |
1 | SIMPLE | rr | NULL | ref | eventid | eventid | 4 | db406050183.rpt.eventid | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.17 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
Opening tables | 0.02 ms |
init | 0.11 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.15 ms |
preparing | 0.06 ms |
Creating tmp table | 0.65 ms |
Sorting result | 0.01 ms |
executing | 0.00 ms |
Sending data | 1.13 ms |
Creating sort index | 1.11 ms |
end | 0.01 ms |
query end | 0.01 ms |
removing tmp table | 0.11 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.04 ms |
cleaning up | 0.02 ms |
# | **Appel** | **Fichier et numéro de ligne** |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jevents/libraries/dbmodel.php:2622 |
14 | JEventsDBModel->_cachedlistIcalEvents() | JROOT/components/com_jevents/libraries/jevCache.php:73 |
13 | jevCache->call() | JROOT/components/com_jevents/libraries/dbmodel.php:3092 |
12 | JEventsDBModel->listIcalEventsByRange() | JROOT/components/com_jevents/libraries/datamodel.php:550 |
11 | JEventsDataModel->getRangeData() | JROOT/components/com_jevents/views/geraint/range/view.html.php:46 |
10 | GeraintViewRange->listevents() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:74 |
9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/range.php:80 |
8 | RangeController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:299 |
6 | require_once JROOT/components/com_jevents/jevents.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.97 ms** **Après la dernière requête : 3.88 ms** **Mémoire de requête : 0.024 MB mémoire avant requête : 12.595 MB** **Rangées retournées : 0**
SELECT *, summary as title, description as content
FROM nivo_jevents_translation
WHERE evdet_id IN(278,279,280,281,282,283,284,285,287,286)
AND language='fr-FR'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | nivo_jevents_translation | NULL | ALL | evdet_id,langdetail | **INDEX N'A PU ÊTRE UTILISÉ** | NULL | NULL | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.09 ms |
checking permissions | 0.01 ms |
Opening tables | 0.38 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.08 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.02 ms |
end | 0.00 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 ms |
# | **Appel** | **Fichier et numéro de ligne** |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jevents/libraries/dbmodel.php:2691 |
15 | JEventsDBModel::translateEvents() | JROOT/components/com_jevents/libraries/dbmodel.php:2651 |
14 | JEventsDBModel->_cachedlistIcalEvents() | JROOT/components/com_jevents/libraries/jevCache.php:73 |
13 | jevCache->call() | JROOT/components/com_jevents/libraries/dbmodel.php:3092 |
12 | JEventsDBModel->listIcalEventsByRange() | JROOT/components/com_jevents/libraries/datamodel.php:550 |
11 | JEventsDataModel->getRangeData() | JROOT/components/com_jevents/views/geraint/range/view.html.php:46 |
10 | GeraintViewRange->listevents() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:74 |
9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/range.php:80 |
8 | RangeController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:299 |
6 | require_once JROOT/components/com_jevents/jevents.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.60 ms** **Après la dernière requête : 37.15 ms** **Mémoire de requête : 0.036 MB mémoire avant requête : 12.661 MB** **Rangées retournées : 31**
SHOW FULL COLUMNS
FROM `nivo_content`
**EXPLAIN impossible sur la requête : SHOW FULL COLUMNS FROM `nivo_content`**
Status | Duration |
---|
starting | 0.07 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.27 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.00 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
Opening tables | 0.31 ms |
checking permissions | 0.04 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.02 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.02 ms |
Sending data | 0.09 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.00 ms |
removing tmp table | 0.10 ms |
closing tables | 0.01 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 ms |
# | **Appel** | **Fichier et numéro de ligne** |
---|
26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
25 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
24 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:261 |
23 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:180 |
22 | Joomla\CMS\Table\Table->__construct() | JROOT/libraries/src/Table/Content.php:39 |
21 | Joomla\CMS\Table\Content->__construct() | JROOT/libraries/src/Table/Table.php:328 |
20 | Joomla\CMS\Table\Table::getInstance() | JROOT/components/com_jevents/views/default/helpers/defaultloadmodules.php:11 |
19 | DefaultLoadModules() | JROOT/components/com_jevents/views/default/abstract/abstract.php:160 |
18 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/default/helpers/defaultviewhelperheader16.php:13 |
17 | DefaultViewHelperHeader16() | JROOT/components/com_jevents/views/default/abstract/abstract.php:160 |
16 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/default/helpers/defaultviewhelperheader.php:5 |
15 | DefaultViewHelperHeader() | JROOT/components/com_jevents/views/default/abstract/abstract.php:160 |
14 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/default/range/tmpl/listevents.php:4 |
13 | include JROOT/components/com_jevents/views/default/range/tmpl/listevents.php | JROOT/components/com_jevents/views/geraint/range/tmpl/listevents.php:4 |
12 | include JROOT/components/com_jevents/views/geraint/range/tmpl/listevents.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
11 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
10 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:92 |
9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/range.php:80 |
8 | RangeController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:299 |
6 | require_once JROOT/components/com_jevents/jevents.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.36 ms** **Après la dernière requête : 10.27 ms** **Mémoire de requête : 0.029 MB mémoire avant requête : 13.480 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 nivo_fields AS a
LEFT JOIN `nivo_languages` AS l
ON l.lang_code = a.language
LEFT JOIN nivo_users AS uc
ON uc.id=a.checked_out
LEFT JOIN nivo_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN nivo_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN nivo_fields_groups AS g
ON g.id = a.group_id
WHERE a.context = 'com_content.article'
AND a.access IN (1,1,8)
AND (a.group_id = 0 OR g.access IN (1,1,8))
AND a.state = 1
AND (a.group_id = 0 OR g.state = 1)
ORDER BY a.ordering ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | ref | idx_state,idx_access,idx_context | idx_state | 1 | const | 1 | 100.00 | Using index condition; Using where; Using temporary; **Utilisation du tri complet de type filesort** |
1 | SIMPLE | l | NULL | eq_ref | idx_langcode | idx_langcode | 28 | db406050183.a.language | 1 | 100.00 | Using where |
1 | SIMPLE | uc | NULL | eq_ref | PRIMARY | PRIMARY | 4 | db406050183.a.checked_out | 1 | 100.00 | NULL |
1 | SIMPLE | ag | NULL | eq_ref | PRIMARY | PRIMARY | 4 | db406050183.a.access | 1 | 100.00 | Using where |
1 | SIMPLE | ua | NULL | eq_ref | PRIMARY | PRIMARY | 4 | db406050183.a.created_user_id | 1 | 100.00 | Using where |
1 | SIMPLE | g | NULL | eq_ref | PRIMARY | PRIMARY | 4 | db406050183.a.group_id | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.15 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 1.13 ms |
init | 0.07 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.12 ms |
preparing | 0.03 ms |
Creating tmp table | 0.12 ms |
Sorting result | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.24 ms |
Creating sort index | 0.03 ms |
end | 0.00 ms |
query end | 0.01 ms |
removing tmp table | 0.07 ms |
query end | 0.01 ms |
closing tables | 0.03 ms |
freeing items | 0.04 ms |
cleaning up | 0.02 ms |
# | **Appel** | **Fichier et numéro de ligne** |
---|
28 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
27 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 |
26 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/administrator/components/com_fields/models/fields.php:333 |
25 | FieldsModelFields->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
24 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:136 |
23 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |
22 | PlgSystemFields->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
21 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
20 | JEventDispatcher->trigger() | JROOT/components/com_jevents/views/default/helpers/defaultloadmodules.php:19 |
19 | DefaultLoadModules() | JROOT/components/com_jevents/views/default/abstract/abstract.php:160 |
18 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/default/helpers/defaultviewhelperheader16.php:13 |
17 | DefaultViewHelperHeader16() | JROOT/components/com_jevents/views/default/abstract/abstract.php:160 |
16 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/default/helpers/defaultviewhelperheader.php:5 |
15 | DefaultViewHelperHeader() | JROOT/components/com_jevents/views/default/abstract/abstract.php:160 |
14 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/default/range/tmpl/listevents.php:4 |
13 | include JROOT/components/com_jevents/views/default/range/tmpl/listevents.php | JROOT/components/com_jevents/views/geraint/range/tmpl/listevents.php:4 |
12 | include JROOT/components/com_jevents/views/geraint/range/tmpl/listevents.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
11 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
10 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:92 |
9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/range.php:80 |
8 | RangeController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:299 |
6 | require_once JROOT/components/com_jevents/jevents.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.20 ms** **Après la dernière requête : 18.44 ms** **Mémoire de requête : 0.039 MB mémoire avant requête : 13.754 MB** **Rangées retournées : 26**
SELECT c.*
FROM nivo_categories as c
WHERE extension='com_jevents'
order by c.lft asc
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | c | NULL | ref | cat_idx | cat_idx | 202 | const | 26 | 100.00 | Using index condition; **Utilisation du tri complet de type filesort** |
Status | Duration |
---|
starting | 0.09 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.05 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.07 ms |
preparing | 0.02 ms |
Sorting result | 0.01 ms |
executing | 0.04 ms |
Sending data | 0.02 ms |
Creating sort index | 0.41 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.06 ms |
cleaning up | 0.01 ms |
# | **Appel** | **Fichier et numéro de ligne** |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
20 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jevents/libraries/commonfunctions.php:92 |
19 | JEV_CommonFunctions::getCategoryData() | JROOT/components/com_jevents/libraries/commonfunctions.php:117 |
18 | JEV_CommonFunctions::setColor() | JROOT/components/com_jevents/libraries/jeventcal.php:313 |
17 | jEventCal->bgcolor() | JROOT/components/com_jevents/views/default/range/tmpl/listevents_body.php:48 |
16 | include JROOT/components/com_jevents/views/default/range/tmpl/listevents_body.php | JROOT/components/com_jevents/views/geraint/range/tmpl/listevents_body.php:4 |
15 | include JROOT/components/com_jevents/views/geraint/range/tmpl/listevents_body.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
14 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/components/com_jevents/views/default/range/tmpl/listevents.php:7 |
13 | include JROOT/components/com_jevents/views/default/range/tmpl/listevents.php | JROOT/components/com_jevents/views/geraint/range/tmpl/listevents.php:4 |
12 | include JROOT/components/com_jevents/views/geraint/range/tmpl/listevents.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
11 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
10 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:92 |
9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/range.php:80 |
8 | RangeController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:299 |
6 | require_once JROOT/components/com_jevents/jevents.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.80 ms** **Après la dernière requête : 15.46 ms** **Mémoire de requête : 0.028 MB mémoire avant requête : 14.730 MB** **Rangées retournées : 21**
SELECT a.id, a.parent_id
FROM nivo_categories AS a
WHERE a.parent_id > 0
AND a.extension = "com_jevents"
AND a.published = 1
AND a.language in ('fr-FR','*')
ORDER BY a.lft
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | ref | cat_idx,idx_language | cat_idx | 203 | const,const | 21 | 33.33 | Using index condition; Using where; **Utilisation du tri complet de type filesort** |
Status | Duration |
---|
starting | 0.06 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.05 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.09 ms |
preparing | 0.03 ms |
Sorting result | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.20 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.03 ms |
cleaning up | 0.02 ms |
# | **Appel** | **Fichier et numéro de ligne** |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
19 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jevents/views/default/helpers/defaultloadedfromtemplate.php:27 |
18 | DefaultLoadedFromTemplate() | JROOT/components/com_jevents/views/default/abstract/abstract.php:160 |
17 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/default/range/tmpl/listevents_body.php:50 |
16 | include JROOT/components/com_jevents/views/default/range/tmpl/listevents_body.php | JROOT/components/com_jevents/views/geraint/range/tmpl/listevents_body.php:4 |
15 | include JROOT/components/com_jevents/views/geraint/range/tmpl/listevents_body.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
14 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/components/com_jevents/views/default/range/tmpl/listevents.php:7 |
13 | include JROOT/components/com_jevents/views/default/range/tmpl/listevents.php | JROOT/components/com_jevents/views/geraint/range/tmpl/listevents.php:4 |
12 | include JROOT/components/com_jevents/views/geraint/range/tmpl/listevents.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
11 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
10 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:92 |
9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/range.php:80 |
8 | RangeController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:299 |
6 | require_once JROOT/components/com_jevents/jevents.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.11 ms** **Après la dernière requête : 0.12 ms** **Mémoire de requête : 0.027 MB mémoire avant requête : 14.752 MB** **Rangées retournées : 1**
SELECT *
FROM nivo_jev_defaults
WHERE state=1
AND name= 'icalevent.list_row'
AND value<>''
AND language in ('fr-FR','*')
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | nivo_jev_defaults | NULL | ref | name,langcodename | name | 152 | const | 66 | 6.00 | Using where |
Status | Duration |
---|
starting | 0.04 ms |
checking permissions | 0.01 ms |
Opening tables | 0.34 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.06 ms |
preparing | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.23 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.18 ms |
cleaning up | 0.02 ms |
# | **Appel** | **Fichier et numéro de ligne** |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
19 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jevents/views/default/helpers/defaultloadedfromtemplate.php:49 |
18 | DefaultLoadedFromTemplate() | JROOT/components/com_jevents/views/default/abstract/abstract.php:160 |
17 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/default/range/tmpl/listevents_body.php:50 |
16 | include JROOT/components/com_jevents/views/default/range/tmpl/listevents_body.php | JROOT/components/com_jevents/views/geraint/range/tmpl/listevents_body.php:4 |
15 | include JROOT/components/com_jevents/views/geraint/range/tmpl/listevents_body.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
14 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/components/com_jevents/views/default/range/tmpl/listevents.php:7 |
13 | include JROOT/components/com_jevents/views/default/range/tmpl/listevents.php | JROOT/components/com_jevents/views/geraint/range/tmpl/listevents.php:4 |
12 | include JROOT/components/com_jevents/views/geraint/range/tmpl/listevents.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
11 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
10 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:92 |
9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/range.php:80 |
8 | RangeController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:299 |
6 | require_once JROOT/components/com_jevents/jevents.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.38 ms** **Après la dernière requête : 0.19 ms** **Mémoire de requête : 0.030 MB mémoire avant requête : 14.769 MB** **Rangées retournées : 26**
SELECT cat.id, cat.title as name, pcat.title as pname, cat.description, cat.params
FROM nivo_categories as cat
LEFT JOIN nivo_categories as pcat
on pcat.id=cat.parent_id
WHERE cat.extension='com_jevents'
ORDER BY cat.lft
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | cat | NULL | ref | cat_idx | cat_idx | 202 | const | 26 | 100.00 | Using index condition; **Utilisation du tri complet de type filesort** |
1 | SIMPLE | pcat | NULL | eq_ref | PRIMARY | PRIMARY | 4 | db406050183.cat.parent_id | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.14 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
Opening tables | 0.08 ms |
init | 0.13 ms |
System lock | 0.01 ms |
optimizing | 0.01 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.67 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | **Appel** | **Fichier et numéro de ligne** |
---|
22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
21 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jevents/libraries/jeventcal.php:336 |
20 | jEventCal->getCategoryData() | JROOT/components/com_jevents/libraries/jeventcal.php:375 |
19 | jEventCal->getCategoryImage() | JROOT/components/com_jevents/views/default/helpers/defaultloadedfromtemplate.php:716 |
18 | DefaultLoadedFromTemplate() | JROOT/components/com_jevents/views/default/abstract/abstract.php:160 |
17 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/default/range/tmpl/listevents_body.php:50 |
16 | include JROOT/components/com_jevents/views/default/range/tmpl/listevents_body.php | JROOT/components/com_jevents/views/geraint/range/tmpl/listevents_body.php:4 |
15 | include JROOT/components/com_jevents/views/geraint/range/tmpl/listevents_body.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
14 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/components/com_jevents/views/default/range/tmpl/listevents.php:7 |
13 | include JROOT/components/com_jevents/views/default/range/tmpl/listevents.php | JROOT/components/com_jevents/views/geraint/range/tmpl/listevents.php:4 |
12 | include JROOT/components/com_jevents/views/geraint/range/tmpl/listevents.php | JROOT/libraries/src/MVC/View/HtmlView.php:701 |
11 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
10 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:92 |
9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/range.php:80 |
8 | RangeController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:299 |
6 | require_once JROOT/components/com_jevents/jevents.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 |
**1 × SELECT `data`
FROM `nivo_session`**
**1 × SELECT `session_id`
FROM `nivo_session`**
**1 × SELECT id, rules
FROM `nivo_viewlevels**
**1 × SELECT b.id
FROM nivo_usergroups AS a
LEFT JOIN nivo_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt**
**1 × SELECT `id`,`name`,`rules`,`parent_id`
FROM `nivo_assets`**
**1 × SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time, c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level, c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id, c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM `nivo_categories` AS `c`**
**1 × SELECT c.id
FROM nivo_categories AS c**
**1 × SELECT count(distinct rpt.rp_id)
FROM nivo_jevents_repetition as rpt
INNER JOIN nivo_jevents_vevent as ev
ON rpt.eventid = ev.ev_id
INNER JOIN nivo_jevents_icsfile as icsf
ON icsf.ics_id=ev.icsid
INNER JOIN nivo_jevents_vevdetail as det
ON det.evdet_id = rpt.eventdetail_id
LEFT JOIN nivo_jevents_rrule as rr
ON rr.eventid = rpt.eventid**
**1 × SELECT ev.*, rpt.*, rr.*, det.*, ev.state as published, ev.created as created , YEAR(rpt.startrepeat) as yup, MONTH(rpt.startrepeat ) as mup, DAYOFMONTH(rpt.startrepeat ) as dup , YEAR(rpt.endrepeat ) as ydn, MONTH(rpt.endrepeat ) as mdn, DAYOFMONTH(rpt.endrepeat ) as ddn , HOUR(rpt.startrepeat) as hup, MINUTE(rpt.startrepeat ) as minup, SECOND(rpt.startrepeat ) as sup , HOUR(rpt.endrepeat ) as hdn, MINUTE(rpt.endrepeat ) as mindn, SECOND(rpt.endrepeat ) as sdn
FROM nivo_jevents_repetition as rpt
INNER JOIN nivo_jevents_vevent as ev
ON rpt.eventid = ev.ev_id
INNER JOIN nivo_jevents_icsfile as icsf
ON icsf.ics_id=ev.icsid
INNER JOIN nivo_jevents_vevdetail as det
ON det.evdet_id = rpt.eventdetail_id
LEFT JOIN nivo_jevents_rrule as rr
ON rr.eventid = rpt.eventid**
**1 × SELECT *, summary as title, description as content
FROM nivo_jevents_translation**
**1 × SELECT DISTINCT a.id, a.title, a.name, a.checked_out, a.checked_out_time, a.note, a.state, a.access, a.created_time, a.created_user_id, a.ordering, a.language, a.fieldparams, a.params, a.type, a.default_value, a.context, a.group_id, a.label, a.description, a.required,l.title AS language_title, l.image AS language_image,uc.name AS editor,ag.title AS access_level,ua.name AS author_name,g.title AS group_title, g.access as group_access, g.state AS group_state, g.note as group_note
FROM nivo_fields AS a
LEFT JOIN `nivo_languages` AS l
ON l.lang_code = a.language
LEFT JOIN nivo_users AS uc
ON uc.id=a.checked_out
LEFT JOIN nivo_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN nivo_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN nivo_fields_groups AS g
ON g.id = a.group_id**
**1 × SELECT c.*
FROM nivo_categories as c**
**1 × SELECT a.id, a.parent_id
FROM nivo_categories AS a**
**1 × SELECT *
FROM nivo_jev_defaults**
**1 × SELECT cat.id, cat.title as name, pcat.title as pname, cat.description, cat.params
FROM nivo_categories as cat
LEFT JOIN nivo_categories as pcat
on pcat.id=cat.parent_id**