Temps de requête : 0.93 ms
SELECT `data`
FROM `allumison2015_session`
WHERE `session_id` = '363ae509f2e2b77c0db5d47203946b5f'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | allumison2015_session | const | PRIMARY | PRIMARY | 766 | const | 1 | 100.00 | NULL |
No SHOW PROFILE (peut-être parce qu'il y a plus de 100 requêtes)
# | Appel | Fichier et numéro de ligne | 14 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
13 | JDatabaseDriver->loadResult() | JROOT/libraries/joomla/session/storage/database.php:44 |
12 | JSessionStorageDatabase->read() | Même appel que celui de la ligne ci-dessous. |
11 | session_start() | JROOT/libraries/joomla/session/handler/native.php:258 |
10 | JSessionHandlerNative->doSessionStart() | JROOT/libraries/joomla/session/handler/native.php:49 |
9 | JSessionHandlerNative->start() | JROOT/libraries/joomla/session/handler/joomla.php:81 |
8 | JSessionHandlerJoomla->start() | JROOT/libraries/joomla/session/session.php:636 |
7 | JSession->_start() | JROOT/libraries/joomla/session/session.php:596 |
6 | JSession->start() | JROOT/libraries/cms/application/cms.php:748 |
5 | JApplicationCms->loadSession() | JROOT/libraries/cms/application/cms.php:131 |
4 | JApplicationCms->__construct() | JROOT/libraries/cms/application/site.php:63 |
3 | JApplicationSite->__construct() | JROOT/libraries/cms/application/cms.php:404 |
2 | JApplicationCms::getInstance() | JROOT/libraries/joomla/factory.php:125 |
1 | JFactory::getApplication() | JROOT/index.php:46 |
Temps de requête : 0.81 ms Après la dernière requête : 3.83 ms
SELECT `session_id`
FROM `allumison2015_session`
WHERE `session_id` = '363ae509f2e2b77c0db5d47203946b5f'
LIMIT 0, 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | allumison2015_session | const | PRIMARY | PRIMARY | 766 | const | 1 | 100.00 | Using index |
No SHOW PROFILE (peut-être parce qu'il y a plus de 100 requêtes)
# | Appel | Fichier et numéro de ligne | 8 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
7 | JDatabaseDriver->loadResult() | JROOT/libraries/cms/application/cms.php:176 |
6 | JApplicationCms->checkSession() | JROOT/libraries/cms/application/cms.php:774 |
5 | JApplicationCms->loadSession() | JROOT/libraries/cms/application/cms.php:131 |
4 | JApplicationCms->__construct() | JROOT/libraries/cms/application/site.php:63 |
3 | JApplicationSite->__construct() | JROOT/libraries/cms/application/cms.php:404 |
2 | JApplicationCms::getInstance() | JROOT/libraries/joomla/factory.php:125 |
1 | JFactory::getApplication() | JROOT/index.php:46 |
Temps de requête : 2.31 ms Après la dernière requête : 0.11 ms
INSERT INTO `allumison2015_session`
(`session_id`, `client_id`, `time`)
VALUES
('363ae509f2e2b77c0db5d47203946b5f', 0, '1611457684')
EXPLAIN impossible sur la requête : INSERT INTO `allumison2015_session`
(`session_id`, `client_id`, `time`) VALUES
('363ae509f2e2b77c0db5d47203946b5f', 0, '1611457684')
No SHOW PROFILE (peut-être parce qu'il y a plus de 100 requêtes)
# | Appel | Fichier et numéro de ligne | 7 | JDatabaseDriverMysql->execute() | JROOT/libraries/cms/application/cms.php:208 |
6 | JApplicationCms->checkSession() | JROOT/libraries/cms/application/cms.php:774 |
5 | JApplicationCms->loadSession() | JROOT/libraries/cms/application/cms.php:131 |
4 | JApplicationCms->__construct() | JROOT/libraries/cms/application/site.php:63 |
3 | JApplicationSite->__construct() | JROOT/libraries/cms/application/cms.php:404 |
2 | JApplicationCms::getInstance() | JROOT/libraries/joomla/factory.php:125 |
1 | JFactory::getApplication() | JROOT/index.php:46 |
Temps de requête : 1.28 ms Après la dernière requête : 6.92 ms
SELECT extension_id AS id, element AS "option", params, enabled
FROM allumison2015_extensions
WHERE `type` = 'component'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | allumison2015_extensions | ref | extension | extension | 82 | const | 37 | 100.00 | Using index condition |
No SHOW PROFILE (peut-être parce qu'il y a plus de 100 requêtes)
# | Appel | Fichier et numéro de ligne | 10 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
9 | JDatabaseDriver->loadObjectList() | Même appel que celui de la ligne ci-dessous. |
8 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:157 |
7 | JCacheControllerCallback->get() | JROOT/libraries/cms/component/helper.php:448 |
6 | JComponentHelper::load() | JROOT/libraries/cms/component/helper.php:43 |
5 | JComponentHelper::getComponent() | JROOT/libraries/cms/component/helper.php:120 |
4 | JComponentHelper::getParams() | JROOT/libraries/cms/application/site.php:584 |
3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Temps de requête : 0.44 ms Après la dernière requête : 1.98 ms
SELECT b.id
FROM allumison2015_usergroups AS a
LEFT JOIN allumison2015_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 13
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
1 | SIMPLE | b | range | idx_usergroup_nested_set_lookup | idx_usergroup_nested_set_lookup | 4 | NULL | 3 | 100.00 | Using where; Using index |
No SHOW PROFILE (peut-être parce qu'il y a plus de 100 requêtes)
# | Appel | Fichier et numéro de ligne | 10 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1541 |
9 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/access/access.php:354 |
8 | JAccess::getGroupsByUser() | JROOT/libraries/joomla/access/access.php:423 |
7 | JAccess::getAuthorisedViewLevels() | JROOT/libraries/joomla/user/user.php:453 |
6 | JUser->getAuthorisedViewLevels() | JROOT/libraries/cms/plugin/helper.php:296 |
5 | JPluginHelper::load() | JROOT/libraries/cms/plugin/helper.php:163 |
4 | JPluginHelper::importPlugin() | JROOT/libraries/cms/application/site.php:589 |
3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Temps de requête : 0.64 ms Après la dernière requête : 0.46 ms
SELECT id, rules
FROM `allumison2015_viewlevels`
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | allumison2015_viewlevels | ALL | NULL | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 6 | 100.00 | NULL |
No SHOW PROFILE (peut-être parce qu'il y a plus de 100 requêtes)
# | Appel | Fichier et numéro de ligne | 9 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1497 |
8 | JDatabaseDriver->loadAssocList() | JROOT/libraries/joomla/access/access.php:440 |
7 | JAccess::getAuthorisedViewLevels() | JROOT/libraries/joomla/user/user.php:453 |
6 | JUser->getAuthorisedViewLevels() | JROOT/libraries/cms/plugin/helper.php:296 |
5 | JPluginHelper::load() | JROOT/libraries/cms/plugin/helper.php:163 |
4 | JPluginHelper::importPlugin() | JROOT/libraries/cms/application/site.php:589 |
3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Temps de requête : 1.89 ms Après la dernière requête : 0.17 ms
SELECT folder AS type, element AS name, params
FROM allumison2015_extensions
WHERE enabled = 1
AND type ='plugin'
AND state IN (0,1)
AND access IN (1,1,5)
ORDER BY ordering
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | allumison2015_extensions | ref | extension | extension | 82 | const | 80 | 100.00 | Using index condition; Using where; Utilisation du tri complet de type filesort |
No SHOW PROFILE (peut-être parce qu'il y a plus de 100 requêtes)
# | Appel | Fichier et numéro de ligne | 7 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
6 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/plugin/helper.php:310 |
5 | JPluginHelper::load() | JROOT/libraries/cms/plugin/helper.php:163 |
4 | JPluginHelper::importPlugin() | JROOT/libraries/cms/application/site.php:589 |
3 | JApplicationSite->initialiseApp() | JROOT/libraries/cms/application/site.php:209 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Temps de requête : 2.54 ms Après la dernière requête : 31.16 ms
SELECT m.id, m.menutype, m.title, m.alias, m.note, m.path AS route, m.link, m.type, m.level, m.language,`m`.`browserNav`, m.access, m.params, m.home, m.img, m.template_style_id, m.component_id, m.parent_id,e.element as component
FROM allumison2015_menu AS m
LEFT JOIN allumison2015_extensions AS e
ON m.component_id = e.extension_id
WHERE m.published = 1
AND m.parent_id > 0
AND m.client_id = 0
ORDER BY m.lft
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | m | ref | idx_client_id_parent_id_alias_language | idx_client_id_parent_id_alias_language | 1 | const | 83 | 100.00 | Using index condition; Using where; Utilisation du tri complet de type filesort |
1 | SIMPLE | e | eq_ref | PRIMARY | PRIMARY | 4 | lescshhb_allumison.m.component_id | 1 | 100.00 | Using where |
No SHOW PROFILE (peut-être parce qu'il y a plus de 100 requêtes)
# | Appel | Fichier et numéro de ligne | 16 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/menu/site.php:86 |
14 | JMenuSite->load() | JROOT/libraries/cms/menu/menu.php:74 |
13 | JMenu->__construct() | JROOT/libraries/cms/menu/site.php:57 |
12 | JMenuSite->__construct() | JROOT/libraries/cms/menu/menu.php:133 |
11 | JMenu::getInstance() | JROOT/libraries/cms/application/cms.php:435 |
10 | JApplicationCms->getMenu() | JROOT/libraries/cms/application/site.php:272 |
9 | JApplicationSite->getMenu() | JROOT/libraries/cms/router/site.php:57 |
8 | JRouterSite->__construct() | JROOT/libraries/cms/router/router.php:196 |
7 | JRouter::getInstance() | JROOT/libraries/cms/application/cms.php:531 |
6 | JApplicationCms::getRouter() | JROOT/libraries/cms/application/site.php:407 |
5 | JApplicationSite::getRouter() | JROOT/libraries/cms/application/cms.php:1097 |
4 | JApplicationCms->route() | JROOT/libraries/cms/application/site.php:763 |
3 | JApplicationSite->route() | JROOT/libraries/cms/application/site.php:215 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Temps de requête : 0.89 ms Après la dernière requête : 3.70 ms
SELECT extension_id AS id, element AS "option", params, enabled
FROM allumison2015_extensions
WHERE `type` = 'library'
AND `element` = 'joomla'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | allumison2015_extensions | ref | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | 100.00 | Using index condition |
No SHOW PROFILE (peut-être parce qu'il y a plus de 100 requêtes)
# | Appel | Fichier et numéro de ligne | 14 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1653 |
13 | JDatabaseDriver->loadObject() | Même appel que celui de la ligne ci-dessous. |
12 | call_user_func_array() | JROOT/libraries/joomla/cache/controller/callback.php:157 |
11 | JCacheControllerCallback->get() | JROOT/libraries/cms/library/helper.php:156 |
10 | JLibraryHelper::_load() | JROOT/libraries/cms/library/helper.php:47 |
9 | JLibraryHelper::getLibrary() | JROOT/libraries/cms/library/helper.php:90 |
8 | JLibraryHelper::getParams() | JROOT/libraries/cms/version/version.php:274 |
7 | JVersion->getMediaVersion() | JROOT/libraries/joomla/factory.php:737 |
6 | JFactory::createDocument() | JROOT/libraries/joomla/factory.php:216 |
5 | JFactory::getDocument() | JROOT/libraries/joomla/application/web.php:991 |
4 | JApplicationWeb->loadDocument() | JROOT/libraries/cms/application/site.php:130 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Temps de requête : 2.08 ms Après la dernière requête : 2.73 ms
UPDATE `allumison2015_extensions`
SET `params` = '{\"mediaversion\":\"1d8dc222a40e5ca45313d07261e8968c\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | allumison2015_extensions | range | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | 100.00 | Using where |
No SHOW PROFILE (peut-être parce qu'il y a plus de 100 requêtes)
# | Appel | Fichier et numéro de ligne | 10 | JDatabaseDriverMysql->execute() | JROOT/libraries/cms/library/helper.php:119 |
9 | JLibraryHelper::saveParams() | JROOT/libraries/cms/version/version.php:325 |
8 | JVersion->setMediaVersion() | JROOT/libraries/cms/version/version.php:284 |
7 | JVersion->getMediaVersion() | JROOT/libraries/joomla/factory.php:737 |
6 | JFactory::createDocument() | JROOT/libraries/joomla/factory.php:216 |
5 | JFactory::getDocument() | JROOT/libraries/joomla/application/web.php:991 |
4 | JApplicationWeb->loadDocument() | JROOT/libraries/cms/application/site.php:130 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Temps de requête : 0.60 ms Après la dernière requête : 2.65 ms
SELECT *
FROM allumison2015_languages
WHERE published=1
ORDER BY ordering ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | allumison2015_languages | ALL | NULL | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 2 | 100.00 | Using where; Utilisation du tri complet de type filesort |
No SHOW PROFILE (peut-être parce qu'il y a plus de 100 requêtes)
# | Appel | Fichier et numéro de ligne | 7 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
6 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/language/helper.php:164 |
5 | JLanguageHelper::getLanguages() | JROOT/libraries/cms/application/site.php:329 |
4 | JApplicationSite->getParams() | JROOT/libraries/cms/application/site.php:135 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Temps de requête : 1.17 ms Après la dernière requête : 0.33 ms
SELECT id, home, template, s.params
FROM allumison2015_template_styles as s
LEFT JOIN allumison2015_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 | filtered | Extra |
---|
1 | SIMPLE | s | ALL | idx_template | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 3 | 100.00 | Using where |
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid,extension | element_clientid | 403 | lescshhb_allumison.s.template,const | 1 | 100.00 | Using index condition; Using where |
No SHOW PROFILE (peut-être parce qu'il y a plus de 100 requêtes)
# | Appel | Fichier et numéro de ligne | 6 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
5 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/application/site.php:484 |
4 | JApplicationSite->getTemplate() | JROOT/libraries/cms/application/site.php:165 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Temps de requête : 0.48 ms Après la dernière requête : 13.52 ms
SELECT COUNT(*)
FROM `allumison2015_projets_ressources` AS r
LEFT JOIN allumison2015_projets AS p
ON p.id = r.idProjet
LEFT JOIN allumison2015_projets_themes AS t
ON p.idTheme = t.id
WHERE p.state=1
AND r.support = "livre"
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | r | ALL | idProjet | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 109 | 100.00 | Using where |
1 | SIMPLE | p | eq_ref | PRIMARY | PRIMARY | 4 | lescshhb_allumison.r.idProjet | 1 | 100.00 | Using where |
1 | SIMPLE | t | eq_ref | PRIMARY | PRIMARY | 4 | lescshhb_allumison.p.idTheme | 1 | 100.00 | Using index |
No SHOW PROFILE (peut-être parce qu'il y a plus de 100 requêtes)
# | Appel | Fichier et numéro de ligne | 16 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1731 |
15 | JDatabaseDriver->loadResult() | JROOT/libraries/legacy/model/legacy.php:341 |
14 | JModelLegacy->_getListCount() | JROOT/libraries/legacy/model/list.php:290 |
13 | JModelList->getTotal() | JROOT/libraries/legacy/model/list.php:324 |
12 | JModelList->getStart() | JROOT/libraries/legacy/model/list.php:185 |
11 | JModelList->getItems() | JROOT/libraries/legacy/view/legacy.php:401 |
10 | JViewLegacy->get() | JROOT/components/com_project/views/ressources/view.html.php:10 |
9 | ProjectViewRessources->display() | JROOT/libraries/legacy/controller/legacy.php:690 |
8 | JControllerLegacy->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
7 | JControllerLegacy->execute() | JROOT/components/com_project/project.php:13 |
6 | require_once JROOT/components/com_project/project.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Temps de requête : 0.63 ms Après la dernière requête : 0.09 ms
SELECT r.*,p.titre AS projet_titre, p.ville AS projet_ville,t.label AS projet_theme
FROM `allumison2015_projets_ressources` AS r
LEFT JOIN allumison2015_projets AS p
ON p.id = r.idProjet
LEFT JOIN allumison2015_projets_themes AS t
ON p.idTheme = t.id
WHERE p.state=1
AND r.support = "livre"
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | r | ALL | idProjet | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 109 | 100.00 | Using where |
1 | SIMPLE | p | eq_ref | PRIMARY | PRIMARY | 4 | lescshhb_allumison.r.idProjet | 1 | 100.00 | Using where |
1 | SIMPLE | t | ALL | PRIMARY | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 4 | 75.00 | Using where; Using join buffer (Block Nested Loop) |
No SHOW PROFILE (peut-être parce qu'il y a plus de 100 requêtes)
# | Appel | Fichier et numéro de ligne | 14 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
13 | JDatabaseDriver->loadObjectList() | JROOT/libraries/legacy/model/legacy.php:312 |
12 | JModelLegacy->_getList() | JROOT/libraries/legacy/model/list.php:185 |
11 | JModelList->getItems() | JROOT/libraries/legacy/view/legacy.php:401 |
10 | JViewLegacy->get() | JROOT/components/com_project/views/ressources/view.html.php:10 |
9 | ProjectViewRessources->display() | JROOT/libraries/legacy/controller/legacy.php:690 |
8 | JControllerLegacy->display() | JROOT/libraries/legacy/controller/legacy.php:728 |
7 | JControllerLegacy->execute() | JROOT/components/com_project/project.php:13 |
6 | require_once JROOT/components/com_project/project.php | JROOT/libraries/cms/component/helper.php:405 |
5 | JComponentHelper::executeComponent() | JROOT/libraries/cms/component/helper.php:380 |
4 | JComponentHelper::renderComponent() | JROOT/libraries/cms/application/site.php:191 |
3 | JApplicationSite->dispatch() | JROOT/libraries/cms/application/site.php:230 |
2 | JApplicationSite->doExecute() | JROOT/libraries/cms/application/cms.php:257 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Temps de requête : 2.68 ms Après la dernière requête : 12.79 ms
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM allumison2015_modules AS m
LEFT JOIN allumison2015_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN allumison2015_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 <= '2021-01-24 03:08:04')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2021-01-24 03:08:04')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND (mm.menuid = 544 OR mm.menuid <= 0)
ORDER BY m.position, m.ordering
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | m | ref | PRIMARY,published,newsfeeds | published | 1 | const | 37 | 100.00 | Using index condition; Using where; Utilisation du tri complet de type filesort |
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 403 | lescshhb_allumison.m.module,const | 1 | 100.00 | Using index condition; Using where |
1 | SIMPLE | mm | ref | PRIMARY | PRIMARY | 4 | lescshhb_allumison.m.id | 1 | 100.00 | Using where; Using index |
No SHOW PROFILE (peut-être parce qu'il y a plus de 100 requêtes)
# | Appel | Fichier et numéro de ligne | 13 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
12 | JDatabaseDriver->loadObjectList() | JROOT/libraries/cms/module/helper.php:409 |
11 | JModuleHelper::getModuleList() | JROOT/libraries/cms/module/helper.php:352 |
10 | JModuleHelper::load() | JROOT/libraries/cms/module/helper.php:84 |
9 | JModuleHelper::getModules() | JROOT/libraries/joomla/document/html.php:501 |
8 | JDocumentHtml->countModules() | JROOT/templates/allumison/index.php:85 |
7 | require JROOT/templates/allumison/index.php | JROOT/libraries/joomla/document/html.php:578 |
6 | JDocumentHtml->_loadTemplate() | JROOT/libraries/joomla/document/html.php:635 |
5 | JDocumentHtml->_fetchTemplate() | JROOT/libraries/joomla/document/html.php:455 |
4 | JDocumentHtml->parse() | JROOT/libraries/cms/application/cms.php:1054 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Temps de requête : 0.59 ms Après la dernière requête : 16.11 ms
SELECT t.id, t.label
FROM allumison2015_projets_themes AS t
LIMIT 0, 20
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | t | ALL | NULL | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 4 | 100.00 | NULL |
No SHOW PROFILE (peut-être parce qu'il y a plus de 100 requêtes)
# | Appel | Fichier et numéro de ligne | 13 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
12 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_projects_filter/helper.php:37 |
11 | mod_projects_filterHelper::getList() | JROOT/modules/mod_projects_filter/mod_projects_filter.php:6 |
10 | include JROOT/modules/mod_projects_filter/mod_projects_filter.php | JROOT/libraries/cms/module/helper.php:190 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:697 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1068 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Temps de requête : 0.53 ms Après la dernière requête : 0.10 ms
SELECT p.id AS idProject
FROM allumison2015_projets AS p
WHERE p.state=1
AND p.idTheme=1
ORDER BY p.titre ASC
LIMIT 0, 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | p | ref | idTheme,idTheme_2 | idTheme | 4 | const | 23 | 100.00 | Using where; Utilisation du tri complet de type filesort |
No SHOW PROFILE (peut-être parce qu'il y a plus de 100 requêtes)
# | Appel | Fichier et numéro de ligne | 13 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
12 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_projects_filter/helper.php:56 |
11 | mod_projects_filterHelper::getList() | JROOT/modules/mod_projects_filter/mod_projects_filter.php:6 |
10 | include JROOT/modules/mod_projects_filter/mod_projects_filter.php | JROOT/libraries/cms/module/helper.php:190 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:697 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1068 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Temps de requête : 0.55 ms Après la dernière requête : 0.10 ms
SELECT p.id AS idProject
FROM allumison2015_projets AS p
WHERE p.state=1
AND p.idTheme=2
ORDER BY p.titre ASC
LIMIT 0, 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | p | ref | idTheme,idTheme_2 | idTheme | 4 | const | 25 | 100.00 | Using where; Utilisation du tri complet de type filesort |
No SHOW PROFILE (peut-être parce qu'il y a plus de 100 requêtes)
# | Appel | Fichier et numéro de ligne | 13 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
12 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_projects_filter/helper.php:56 |
11 | mod_projects_filterHelper::getList() | JROOT/modules/mod_projects_filter/mod_projects_filter.php:6 |
10 | include JROOT/modules/mod_projects_filter/mod_projects_filter.php | JROOT/libraries/cms/module/helper.php:190 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:697 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1068 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Temps de requête : 0.60 ms Après la dernière requête : 0.09 ms
SELECT p.id AS idProject
FROM allumison2015_projets AS p
WHERE p.state=1
AND p.idTheme=3
ORDER BY p.titre ASC
LIMIT 0, 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | p | ref | idTheme,idTheme_2 | idTheme | 4 | const | 2 | 100.00 | Using where; Utilisation du tri complet de type filesort |
No SHOW PROFILE (peut-être parce qu'il y a plus de 100 requêtes)
# | Appel | Fichier et numéro de ligne | 13 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
12 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_projects_filter/helper.php:56 |
11 | mod_projects_filterHelper::getList() | JROOT/modules/mod_projects_filter/mod_projects_filter.php:6 |
10 | include JROOT/modules/mod_projects_filter/mod_projects_filter.php | JROOT/libraries/cms/module/helper.php:190 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:697 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1068 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Temps de requête : 0.65 ms Après la dernière requête : 0.11 ms
SELECT p.id AS idProject
FROM allumison2015_projets AS p
WHERE p.state=1
AND p.idTheme=4
ORDER BY p.titre ASC
LIMIT 0, 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | p | ref | idTheme,idTheme_2 | idTheme | 4 | const | 15 | 100.00 | Using where; Utilisation du tri complet de type filesort |
No SHOW PROFILE (peut-être parce qu'il y a plus de 100 requêtes)
# | Appel | Fichier et numéro de ligne | 13 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
12 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_projects_filter/helper.php:56 |
11 | mod_projects_filterHelper::getList() | JROOT/modules/mod_projects_filter/mod_projects_filter.php:6 |
10 | include JROOT/modules/mod_projects_filter/mod_projects_filter.php | JROOT/libraries/cms/module/helper.php:190 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:697 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1068 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Temps de requête : 0.81 ms Après la dernière requête : 0.10 ms
SELECT pu.id, pu.label
FROM allumison2015_projets_publics AS pu
LIMIT 0, 20
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | pu | ALL | NULL | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 9 | 100.00 | NULL |
No SHOW PROFILE (peut-être parce qu'il y a plus de 100 requêtes)
# | Appel | Fichier et numéro de ligne | 13 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
12 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_projects_filter/helper.php:87 |
11 | mod_projects_filterHelper::getList() | JROOT/modules/mod_projects_filter/mod_projects_filter.php:6 |
10 | include JROOT/modules/mod_projects_filter/mod_projects_filter.php | JROOT/libraries/cms/module/helper.php:190 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:697 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1068 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Temps de requête : 0.70 ms Après la dernière requête : 0.12 ms
SELECT p.id AS idProject
FROM allumison2015_projets AS p
WHERE p.state=1
AND p.idPublic=1
ORDER BY p.titre ASC
LIMIT 0, 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | p | ref | idPublic | idPublic | 4 | const | 2 | 100.00 | Using where; Utilisation du tri complet de type filesort |
No SHOW PROFILE (peut-être parce qu'il y a plus de 100 requêtes)
# | Appel | Fichier et numéro de ligne | 13 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
12 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_projects_filter/helper.php:106 |
11 | mod_projects_filterHelper::getList() | JROOT/modules/mod_projects_filter/mod_projects_filter.php:6 |
10 | include JROOT/modules/mod_projects_filter/mod_projects_filter.php | JROOT/libraries/cms/module/helper.php:190 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:697 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1068 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Temps de requête : 0.53 ms Après la dernière requête : 0.11 ms
SELECT p.id AS idProject
FROM allumison2015_projets AS p
WHERE p.state=1
AND p.idPublic=2
ORDER BY p.titre ASC
LIMIT 0, 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | p | ref | idPublic | idPublic | 4 | const | 11 | 100.00 | Using where; Utilisation du tri complet de type filesort |
No SHOW PROFILE (peut-être parce qu'il y a plus de 100 requêtes)
# | Appel | Fichier et numéro de ligne | 13 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
12 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_projects_filter/helper.php:106 |
11 | mod_projects_filterHelper::getList() | JROOT/modules/mod_projects_filter/mod_projects_filter.php:6 |
10 | include JROOT/modules/mod_projects_filter/mod_projects_filter.php | JROOT/libraries/cms/module/helper.php:190 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:697 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1068 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Temps de requête : 0.58 ms Après la dernière requête : 0.10 ms
SELECT p.id AS idProject
FROM allumison2015_projets AS p
WHERE p.state=1
AND p.idPublic=3
ORDER BY p.titre ASC
LIMIT 0, 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | p | ref | idPublic | idPublic | 4 | const | 24 | 100.00 | Using where; Utilisation du tri complet de type filesort |
No SHOW PROFILE (peut-être parce qu'il y a plus de 100 requêtes)
# | Appel | Fichier et numéro de ligne | 13 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
12 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_projects_filter/helper.php:106 |
11 | mod_projects_filterHelper::getList() | JROOT/modules/mod_projects_filter/mod_projects_filter.php:6 |
10 | include JROOT/modules/mod_projects_filter/mod_projects_filter.php | JROOT/libraries/cms/module/helper.php:190 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:697 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1068 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Temps de requête : 0.69 ms Après la dernière requête : 0.11 ms
SELECT p.id AS idProject
FROM allumison2015_projets AS p
WHERE p.state=1
AND p.idPublic=4
ORDER BY p.titre ASC
LIMIT 0, 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | p | ref | idPublic | idPublic | 4 | const | 9 | 100.00 | Using where; Utilisation du tri complet de type filesort |
No SHOW PROFILE (peut-être parce qu'il y a plus de 100 requêtes)
# | Appel | Fichier et numéro de ligne | 13 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
12 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_projects_filter/helper.php:106 |
11 | mod_projects_filterHelper::getList() | JROOT/modules/mod_projects_filter/mod_projects_filter.php:6 |
10 | include JROOT/modules/mod_projects_filter/mod_projects_filter.php | JROOT/libraries/cms/module/helper.php:190 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:697 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1068 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Temps de requête : 0.66 ms Après la dernière requête : 0.11 ms
SELECT p.id AS idProject
FROM allumison2015_projets AS p
WHERE p.state=1
AND p.idPublic=6
ORDER BY p.titre ASC
LIMIT 0, 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | p | ref | idPublic | idPublic | 4 | const | 4 | 100.00 | Using where; Utilisation du tri complet de type filesort |
No SHOW PROFILE (peut-être parce qu'il y a plus de 100 requêtes)
# | Appel | Fichier et numéro de ligne | 13 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
12 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_projects_filter/helper.php:106 |
11 | mod_projects_filterHelper::getList() | JROOT/modules/mod_projects_filter/mod_projects_filter.php:6 |
10 | include JROOT/modules/mod_projects_filter/mod_projects_filter.php | JROOT/libraries/cms/module/helper.php:190 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:697 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1068 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Temps de requête : 0.52 ms Après la dernière requête : 0.11 ms
SELECT p.id AS idProject
FROM allumison2015_projets AS p
WHERE p.state=1
AND p.idPublic=7
ORDER BY p.titre ASC
LIMIT 0, 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | p | ref | idPublic | idPublic | 4 | const | 8 | 100.00 | Using where; Utilisation du tri complet de type filesort |
No SHOW PROFILE (peut-être parce qu'il y a plus de 100 requêtes)
# | Appel | Fichier et numéro de ligne | 13 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
12 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_projects_filter/helper.php:106 |
11 | mod_projects_filterHelper::getList() | JROOT/modules/mod_projects_filter/mod_projects_filter.php:6 |
10 | include JROOT/modules/mod_projects_filter/mod_projects_filter.php | JROOT/libraries/cms/module/helper.php:190 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:697 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1068 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Temps de requête : 0.52 ms Après la dernière requête : 0.10 ms
SELECT p.id AS idProject
FROM allumison2015_projets AS p
WHERE p.state=1
AND p.idPublic=8
ORDER BY p.titre ASC
LIMIT 0, 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | p | ref | idPublic | idPublic | 4 | const | 1 | 100.00 | Using where; Utilisation du tri complet de type filesort |
No SHOW PROFILE (peut-être parce qu'il y a plus de 100 requêtes)
# | Appel | Fichier et numéro de ligne | 13 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
12 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_projects_filter/helper.php:106 |
11 | mod_projects_filterHelper::getList() | JROOT/modules/mod_projects_filter/mod_projects_filter.php:6 |
10 | include JROOT/modules/mod_projects_filter/mod_projects_filter.php | JROOT/libraries/cms/module/helper.php:190 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:697 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1068 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Temps de requête : 0.55 ms Après la dernière requête : 0.09 ms
SELECT p.id AS idProject
FROM allumison2015_projets AS p
WHERE p.state=1
AND p.idPublic=9
ORDER BY p.titre ASC
LIMIT 0, 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | p | ref | idPublic | idPublic | 4 | const | 2 | 100.00 | Using where; Utilisation du tri complet de type filesort |
No SHOW PROFILE (peut-être parce qu'il y a plus de 100 requêtes)
# | Appel | Fichier et numéro de ligne | 13 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
12 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_projects_filter/helper.php:106 |
11 | mod_projects_filterHelper::getList() | JROOT/modules/mod_projects_filter/mod_projects_filter.php:6 |
10 | include JROOT/modules/mod_projects_filter/mod_projects_filter.php | JROOT/libraries/cms/module/helper.php:190 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:697 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1068 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Temps de requête : 0.49 ms Après la dernière requête : 0.09 ms
SELECT p.id AS idProject
FROM allumison2015_projets AS p
WHERE p.state=1
AND p.idPublic=10
ORDER BY p.titre ASC
LIMIT 0, 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | p | ref | idPublic | idPublic | 4 | const | 4 | 100.00 | Using where; Utilisation du tri complet de type filesort |
No SHOW PROFILE (peut-être parce qu'il y a plus de 100 requêtes)
# | Appel | Fichier et numéro de ligne | 13 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
12 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_projects_filter/helper.php:106 |
11 | mod_projects_filterHelper::getList() | JROOT/modules/mod_projects_filter/mod_projects_filter.php:6 |
10 | include JROOT/modules/mod_projects_filter/mod_projects_filter.php | JROOT/libraries/cms/module/helper.php:190 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:697 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1068 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Temps de requête : 0.55 ms Après la dernière requête : 0.08 ms
SELECT r.id, r.label
FROM allumison2015_projets_regions AS r
LIMIT 0, 20
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | r | ALL | NULL | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 13 | 100.00 | NULL |
No SHOW PROFILE (peut-être parce qu'il y a plus de 100 requêtes)
# | Appel | Fichier et numéro de ligne | 13 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
12 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_projects_filter/helper.php:134 |
11 | mod_projects_filterHelper::getList() | JROOT/modules/mod_projects_filter/mod_projects_filter.php:6 |
10 | include JROOT/modules/mod_projects_filter/mod_projects_filter.php | JROOT/libraries/cms/module/helper.php:190 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:697 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1068 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Temps de requête : 0.56 ms Après la dernière requête : 0.15 ms
SELECT p.id AS idProject
FROM allumison2015_projets AS p
WHERE p.state=1
AND p.idRegion=1
ORDER BY p.titre ASC
LIMIT 0, 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | p | ref | idRegion | idRegion | 4 | const | 2 | 100.00 | Using where; Utilisation du tri complet de type filesort |
No SHOW PROFILE (peut-être parce qu'il y a plus de 100 requêtes)
# | Appel | Fichier et numéro de ligne | 13 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
12 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_projects_filter/helper.php:153 |
11 | mod_projects_filterHelper::getList() | JROOT/modules/mod_projects_filter/mod_projects_filter.php:6 |
10 | include JROOT/modules/mod_projects_filter/mod_projects_filter.php | JROOT/libraries/cms/module/helper.php:190 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:697 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1068 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Temps de requête : 0.56 ms Après la dernière requête : 0.12 ms
SELECT p.id AS idProject
FROM allumison2015_projets AS p
WHERE p.state=1
AND p.idRegion=2
ORDER BY p.titre ASC
LIMIT 0, 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | p | ref | idRegion | idRegion | 4 | const | 13 | 100.00 | Using where; Utilisation du tri complet de type filesort |
Status | Duration |
---|
starting | 0.02 ms |
Waiting for query cache lock | 0.01 ms |
init | 0.00 ms |
checking query cache for query | 0.01 ms |
checking privileges on cached | 0.01 ms |
checking permissions | 0.01 ms |
sending cached result to clien | 0.05 ms |
cleaning up | 0.01 ms |
# | Appel | Fichier et numéro de ligne | 13 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
12 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_projects_filter/helper.php:153 |
11 | mod_projects_filterHelper::getList() | JROOT/modules/mod_projects_filter/mod_projects_filter.php:6 |
10 | include JROOT/modules/mod_projects_filter/mod_projects_filter.php | JROOT/libraries/cms/module/helper.php:190 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:697 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1068 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Temps de requête : 0.61 ms Après la dernière requête : 0.11 ms
SELECT p.id AS idProject
FROM allumison2015_projets AS p
WHERE p.state=1
AND p.idRegion=3
ORDER BY p.titre ASC
LIMIT 0, 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | p | ref | idRegion | idRegion | 4 | const | 21 | 100.00 | Using where; Utilisation du tri complet de type filesort |
Status | Duration |
---|
starting | 0.02 ms |
Waiting for query cache lock | 0.01 ms |
init | 0.01 ms |
checking query cache for query | 0.01 ms |
checking privileges on cached | 0.01 ms |
checking permissions | 0.01 ms |
sending cached result to clien | 0.07 ms |
cleaning up | 0.01 ms |
# | Appel | Fichier et numéro de ligne | 13 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
12 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_projects_filter/helper.php:153 |
11 | mod_projects_filterHelper::getList() | JROOT/modules/mod_projects_filter/mod_projects_filter.php:6 |
10 | include JROOT/modules/mod_projects_filter/mod_projects_filter.php | JROOT/libraries/cms/module/helper.php:190 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:697 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1068 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Temps de requête : 0.55 ms Après la dernière requête : 0.11 ms
SELECT p.id AS idProject
FROM allumison2015_projets AS p
WHERE p.state=1
AND p.idRegion=4
ORDER BY p.titre ASC
LIMIT 0, 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | p | ref | idRegion | idRegion | 4 | const | 7 | 100.00 | Using where; Utilisation du tri complet de type filesort |
Status | Duration |
---|
starting | 0.02 ms |
Waiting for query cache lock | 0.01 ms |
init | 0.00 ms |
checking query cache for query | 0.01 ms |
checking privileges on cached | 0.01 ms |
checking permissions | 0.01 ms |
sending cached result to clien | 0.07 ms |
cleaning up | 0.01 ms |
# | Appel | Fichier et numéro de ligne | 13 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
12 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_projects_filter/helper.php:153 |
11 | mod_projects_filterHelper::getList() | JROOT/modules/mod_projects_filter/mod_projects_filter.php:6 |
10 | include JROOT/modules/mod_projects_filter/mod_projects_filter.php | JROOT/libraries/cms/module/helper.php:190 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:697 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1068 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Temps de requête : 0.54 ms Après la dernière requête : 0.10 ms
SELECT p.id AS idProject
FROM allumison2015_projets AS p
WHERE p.state=1
AND p.idRegion=5
ORDER BY p.titre ASC
LIMIT 0, 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | p | ref | idRegion | idRegion | 4 | const | 2 | 100.00 | Using where; Utilisation du tri complet de type filesort |
Status | Duration |
---|
starting | 0.02 ms |
Waiting for query cache lock | 0.01 ms |
init | 0.00 ms |
checking query cache for query | 0.01 ms |
checking privileges on cached | 0.01 ms |
checking permissions | 0.01 ms |
sending cached result to clien | 0.07 ms |
cleaning up | 0.01 ms |
# | Appel | Fichier et numéro de ligne | 13 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
12 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_projects_filter/helper.php:153 |
11 | mod_projects_filterHelper::getList() | JROOT/modules/mod_projects_filter/mod_projects_filter.php:6 |
10 | include JROOT/modules/mod_projects_filter/mod_projects_filter.php | JROOT/libraries/cms/module/helper.php:190 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:697 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1068 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Temps de requête : 0.50 ms Après la dernière requête : 0.09 ms
SELECT p.id AS idProject
FROM allumison2015_projets AS p
WHERE p.state=1
AND p.idRegion=6
ORDER BY p.titre ASC
LIMIT 0, 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | p | ref | idRegion | idRegion | 4 | const | 4 | 100.00 | Using where; Utilisation du tri complet de type filesort |
Status | Duration |
---|
starting | 0.01 ms |
Waiting for query cache lock | 0.01 ms |
init | 0.00 ms |
checking query cache for query | 0.01 ms |
checking privileges on cached | 0.01 ms |
checking permissions | 0.01 ms |
sending cached result to clien | 0.05 ms |
cleaning up | 0.01 ms |
# | Appel | Fichier et numéro de ligne | 13 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
12 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_projects_filter/helper.php:153 |
11 | mod_projects_filterHelper::getList() | JROOT/modules/mod_projects_filter/mod_projects_filter.php:6 |
10 | include JROOT/modules/mod_projects_filter/mod_projects_filter.php | JROOT/libraries/cms/module/helper.php:190 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:697 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1068 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Temps de requête : 0.49 ms Après la dernière requête : 0.11 ms
SELECT p.id AS idProject
FROM allumison2015_projets AS p
WHERE p.state=1
AND p.idRegion=7
ORDER BY p.titre ASC
LIMIT 0, 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | p | ref | idRegion | idRegion | 4 | const | 1 | 100.00 | Using where; Utilisation du tri complet de type filesort |
Status | Duration |
---|
starting | 0.01 ms |
Waiting for query cache lock | 0.01 ms |
init | 0.00 ms |
checking query cache for query | 0.01 ms |
checking privileges on cached | 0.00 ms |
checking permissions | 0.01 ms |
sending cached result to clien | 0.05 ms |
cleaning up | 0.01 ms |
# | Appel | Fichier et numéro de ligne | 13 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
12 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_projects_filter/helper.php:153 |
11 | mod_projects_filterHelper::getList() | JROOT/modules/mod_projects_filter/mod_projects_filter.php:6 |
10 | include JROOT/modules/mod_projects_filter/mod_projects_filter.php | JROOT/libraries/cms/module/helper.php:190 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:697 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1068 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Temps de requête : 0.49 ms Après la dernière requête : 0.12 ms
SELECT p.id AS idProject
FROM allumison2015_projets AS p
WHERE p.state=1
AND p.idRegion=8
ORDER BY p.titre ASC
LIMIT 0, 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | p | ref | idRegion | idRegion | 4 | const | 7 | 100.00 | Using where; Utilisation du tri complet de type filesort |
Status | Duration |
---|
starting | 0.01 ms |
Waiting for query cache lock | 0.01 ms |
init | 0.00 ms |
checking query cache for query | 0.01 ms |
checking privileges on cached | 0.01 ms |
checking permissions | 0.01 ms |
sending cached result to clien | 0.05 ms |
cleaning up | 0.01 ms |
# | Appel | Fichier et numéro de ligne | 13 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
12 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_projects_filter/helper.php:153 |
11 | mod_projects_filterHelper::getList() | JROOT/modules/mod_projects_filter/mod_projects_filter.php:6 |
10 | include JROOT/modules/mod_projects_filter/mod_projects_filter.php | JROOT/libraries/cms/module/helper.php:190 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:697 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1068 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Temps de requête : 0.53 ms Après la dernière requête : 0.11 ms
SELECT p.id AS idProject
FROM allumison2015_projets AS p
WHERE p.state=1
AND p.idRegion=9
ORDER BY p.titre ASC
LIMIT 0, 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | p | ref | idRegion | idRegion | 4 | const | 5 | 100.00 | Using where; Utilisation du tri complet de type filesort |
Status | Duration |
---|
starting | 0.01 ms |
Waiting for query cache lock | 0.01 ms |
init | 0.00 ms |
checking query cache for query | 0.01 ms |
checking privileges on cached | 0.01 ms |
checking permissions | 0.01 ms |
sending cached result to clien | 0.05 ms |
cleaning up | 0.01 ms |
# | Appel | Fichier et numéro de ligne | 13 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
12 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_projects_filter/helper.php:153 |
11 | mod_projects_filterHelper::getList() | JROOT/modules/mod_projects_filter/mod_projects_filter.php:6 |
10 | include JROOT/modules/mod_projects_filter/mod_projects_filter.php | JROOT/libraries/cms/module/helper.php:190 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:697 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1068 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Temps de requête : 0.43 ms Après la dernière requête : 0.11 ms
SELECT p.id AS idProject
FROM allumison2015_projets AS p
WHERE p.state=1
AND p.idRegion=10
ORDER BY p.titre ASC
LIMIT 0, 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | p | ref | idRegion | idRegion | 4 | const | 2 | 100.00 | Using where; Utilisation du tri complet de type filesort |
Status | Duration |
---|
starting | 0.01 ms |
Waiting for query cache lock | 0.01 ms |
init | 0.00 ms |
checking query cache for query | 0.01 ms |
checking privileges on cached | 0.01 ms |
checking permissions | 0.01 ms |
sending cached result to clien | 0.05 ms |
cleaning up | 0.01 ms |
# | Appel | Fichier et numéro de ligne | 13 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
12 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_projects_filter/helper.php:153 |
11 | mod_projects_filterHelper::getList() | JROOT/modules/mod_projects_filter/mod_projects_filter.php:6 |
10 | include JROOT/modules/mod_projects_filter/mod_projects_filter.php | JROOT/libraries/cms/module/helper.php:190 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:697 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1068 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Temps de requête : 0.56 ms Après la dernière requête : 0.11 ms
SELECT p.id AS idProject
FROM allumison2015_projets AS p
WHERE p.state=1
AND p.idRegion=11
ORDER BY p.titre ASC
LIMIT 0, 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | p | ref | idRegion | idRegion | 4 | const | 2 | 100.00 | Using where; Utilisation du tri complet de type filesort |
Status | Duration |
---|
starting | 0.02 ms |
Waiting for query cache lock | 0.01 ms |
init | 0.01 ms |
checking query cache for query | 0.02 ms |
checking privileges on cached | 0.01 ms |
checking permissions | 0.01 ms |
sending cached result to clien | 0.07 ms |
cleaning up | 0.01 ms |
# | Appel | Fichier et numéro de ligne | 13 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
12 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_projects_filter/helper.php:153 |
11 | mod_projects_filterHelper::getList() | JROOT/modules/mod_projects_filter/mod_projects_filter.php:6 |
10 | include JROOT/modules/mod_projects_filter/mod_projects_filter.php | JROOT/libraries/cms/module/helper.php:190 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:697 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1068 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Temps de requête : 0.51 ms Après la dernière requête : 0.09 ms
SELECT p.id AS idProject
FROM allumison2015_projets AS p
WHERE p.state=1
AND p.idRegion=12
ORDER BY p.titre ASC
LIMIT 0, 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | p | ref | idRegion | idRegion | 4 | const | 1 | 100.00 | Using where; Utilisation du tri complet de type filesort |
Status | Duration |
---|
starting | 0.02 ms |
Waiting for query cache lock | 0.01 ms |
init | 0.01 ms |
checking query cache for query | 0.02 ms |
checking privileges on cached | 0.01 ms |
checking permissions | 0.01 ms |
sending cached result to clien | 0.07 ms |
cleaning up | 0.01 ms |
# | Appel | Fichier et numéro de ligne | 13 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
12 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_projects_filter/helper.php:153 |
11 | mod_projects_filterHelper::getList() | JROOT/modules/mod_projects_filter/mod_projects_filter.php:6 |
10 | include JROOT/modules/mod_projects_filter/mod_projects_filter.php | JROOT/libraries/cms/module/helper.php:190 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:697 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1068 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Temps de requête : 0.58 ms Après la dernière requête : 0.09 ms
SELECT p.id AS idProject
FROM allumison2015_projets AS p
WHERE p.state=1
AND p.idRegion=13
ORDER BY p.titre ASC
LIMIT 0, 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | p | ref | idRegion | idRegion | 4 | const | 1 | 100.00 | Using where; Utilisation du tri complet de type filesort |
Status | Duration |
---|
starting | 0.02 ms |
Waiting for query cache lock | 0.01 ms |
init | 0.01 ms |
checking query cache for query | 0.01 ms |
checking privileges on cached | 0.01 ms |
checking permissions | 0.01 ms |
sending cached result to clien | 0.07 ms |
cleaning up | 0.01 ms |
# | Appel | Fichier et numéro de ligne | 13 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
12 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_projects_filter/helper.php:153 |
11 | mod_projects_filterHelper::getList() | JROOT/modules/mod_projects_filter/mod_projects_filter.php:6 |
10 | include JROOT/modules/mod_projects_filter/mod_projects_filter.php | JROOT/libraries/cms/module/helper.php:190 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:697 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1068 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Temps de requête : 0.70 ms Après la dernière requête : 0.11 ms
SELECT p.id, CONCAT(p.titre, ', ', p.structure) AS label
FROM allumison2015_projets AS p
WHERE p.state=1
ORDER BY label ASC
LIMIT 0, 100
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | p | ALL | NULL | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 65 | 100.00 | Using where; Utilisation du tri complet de type filesort |
Status | Duration |
---|
starting | 0.02 ms |
Waiting for query cache lock | 0.01 ms |
init | 0.01 ms |
checking query cache for query | 0.02 ms |
checking privileges on cached | 0.01 ms |
checking permissions | 0.01 ms |
sending cached result to clien | 0.07 ms |
cleaning up | 0.01 ms |
# | Appel | Fichier et numéro de ligne | 13 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
12 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_projects_filter/helper.php:184 |
11 | mod_projects_filterHelper::getList() | JROOT/modules/mod_projects_filter/mod_projects_filter.php:6 |
10 | include JROOT/modules/mod_projects_filter/mod_projects_filter.php | JROOT/libraries/cms/module/helper.php:190 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:697 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1068 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
Temps de requête : 0.72 ms Après la dernière requête : 7.72 ms
SELECT e.*,dept.code
FROM allumison2015_projets_evenements AS e
LEFT JOIN allumison2015_projets AS p
ON p.id = e.idProjet
LEFT JOIN allumison2015_projets_departements AS dept
ON dept.id = e.idDepartement
WHERE p.state=1
ORDER BY e.date DESC
LIMIT 0, 20
id | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | e | ALL | idProjet | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 37 | 100.00 | Utilisation du tri complet de type filesort |
1 | SIMPLE | p | eq_ref | PRIMARY | PRIMARY | 4 | lescshhb_allumison.e.idProjet | 1 | 100.00 | Using where |
1 | SIMPLE | dept | eq_ref | PRIMARY | PRIMARY | 4 | lescshhb_allumison.e.idDepartement | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.02 ms |
Waiting for query cache lock | 0.01 ms |
init | 0.00 ms |
checking query cache for query | 0.01 ms |
checking privileges on cached | 0.00 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
sending cached result to clien | 0.06 ms |
cleaning up | 0.01 ms |
# | Appel | Fichier et numéro de ligne | 13 | JDatabaseDriverMysql->execute() | JROOT/libraries/joomla/database/driver.php:1692 |
12 | JDatabaseDriver->loadObjectList() | JROOT/modules/mod_projects_evenements_menu/helper.php:29 |
11 | mod_projects_evenements_menuHelper::getList() | JROOT/modules/mod_projects_evenements_menu/mod_projects_evenements_menu.php:6 |
10 | include JROOT/modules/mod_projects_evenements_menu/mod_projects_evenements_menu.php | JROOT/libraries/cms/module/helper.php:190 |
9 | JModuleHelper::renderModule() | JROOT/libraries/joomla/document/renderer/html/module.php:93 |
8 | JDocumentRendererHtmlModule->render() | JROOT/libraries/joomla/document/renderer/html/modules.php:42 |
7 | JDocumentRendererHtmlModules->render() | JROOT/libraries/joomla/document/html.php:411 |
6 | JDocumentHtml->getBuffer() | JROOT/libraries/joomla/document/html.php:697 |
5 | JDocumentHtml->_renderTemplate() | JROOT/libraries/joomla/document/html.php:477 |
4 | JDocumentHtml->render() | JROOT/libraries/cms/application/cms.php:1068 |
3 | JApplicationCms->render() | JROOT/libraries/cms/application/site.php:745 |
2 | JApplicationSite->render() | JROOT/libraries/cms/application/cms.php:263 |
1 | JApplicationCms->execute() | JROOT/index.php:49 |
26 × SELECT p.id AS idProject
FROM allumison2015_projets AS p
2 × SELECT extension_id AS id, element AS "option", params, enabled
FROM allumison2015_extensions
1 × SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM allumison2015_modules AS m
LEFT JOIN allumison2015_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN allumison2015_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
1 × SELECT t.id, t.label
FROM allumison2015_projets_themes AS t
LIMIT 0, 2
1 × SELECT pu.id, pu.label
FROM allumison2015_projets_publics AS pu
LIMIT 0, 2
1 × SELECT r.id, r.label
FROM allumison2015_projets_regions AS r
LIMIT 0, 2
1 × SELECT e.*,dept.code
FROM allumison2015_projets_evenements AS e
LEFT JOIN allumison2015_projets AS p
ON p.id = e.idProjet
LEFT JOIN allumison2015_projets_departements AS dept
ON dept.id = e.idDepartement
1 × SELECT p.id, CONCAT(p.titre, ', ', p.structure) AS label
FROM allumison2015_projets AS p
1 × SELECT r.*,p.titre AS projet_titre, p.ville AS projet_ville,t.label AS projet_theme
FROM `allumison2015_projets_ressources` AS r
LEFT JOIN allumison2015_projets AS p
ON p.id = r.idProjet
LEFT JOIN allumison2015_projets_themes AS t
ON p.idTheme = t.id
1 × SELECT id, home, template, s.params
FROM allumison2015_template_styles as s
LEFT JOIN allumison2015_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
1 × SELECT id, rules
FROM `allumison2015_viewlevels
1 × SELECT b.id
FROM allumison2015_usergroups AS a
LEFT JOIN allumison2015_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
1 × SELECT `session_id`
FROM `allumison2015_session`
1 × SELECT folder AS type, element AS name, params
FROM allumison2015_extensions
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 allumison2015_menu AS m
LEFT JOIN allumison2015_extensions AS e
ON m.component_id = e.extension_id
1 × SELECT `data`
FROM `allumison2015_session`
1 × SELECT *
FROM allumison2015_languages
1 × SELECT COUNT(*)
FROM `allumison2015_projets_ressources` AS r
LEFT JOIN allumison2015_projets AS p
ON p.id = r.idProjet
LEFT JOIN allumison2015_projets_themes AS t
ON p.idTheme = t.id