Propulsé par iCagenda
Lun | Mar | Mer | Jeu | Ven | Sam | Dim |
---|---|---|---|---|---|---|
1
|
2
|
3
|
4
|
5
| ||
6
|
7
|
8
|
9
|
10
|
11
|
12
|
13
|
14
|
15
|
16
|
17
|
18
|
19
|
20
|
21
|
22
|
23
|
24
|
25
|
26
|
27
|
28
|
29
|
30
|
31
|
Propulsé par iCagenda
Joomla! Version | 4.4.0 |
PHP Version | 8.1.28 |
Identity | guest |
Response | 200 |
Template | allrounder |
Database |
|
1 x afterRenderComponent com_icagenda (948.09KB) (35.68%) | 106.66ms |
1 x afterInitialise (1MB) (21.92%) | 65.53ms |
1 x afterRenderRawModule mod_iccalendar (Calendrier) (188.45KB) (7.99%) | 23.89ms |
1 x afterLoad (526.5KB) (6.67%) | 19.94ms |
1 x afterRenderRawModule mod_menu (Sommaire) (594.75KB) (6.26%) | 18.70ms |
1 x beforeRenderComponent com_icagenda (178.47KB) (4.85%) | 14.50ms |
1 x afterRoute (543.78KB) (4.23%) | 12.64ms |
1 x afterRender (158.95KB) (3.06%) | 9.16ms |
1 x beforeRenderRawModule mod_menu (Sommaire) (90.41KB) (2.86%) | 8.54ms |
1 x afterRenderRawModule mod_login (Connexion) (45.27KB) (1.78%) | 5.32ms |
1 x afterRenderRawModule mod_menu (Menu Haut) (97.37KB) (1.75%) | 5.23ms |
1 x afterRenderRawModule mod_breadcrumbs (Fil de navigation) (13.16KB) (0.9%) | 2.70ms |
1 x afterRenderRawModule mod_search (Module de Recherche) (13.03KB) (0.67%) | 2.02ms |
1 x afterDispatch (2.74KB) (0.15%) | 453μs |
1 x afterRenderModule mod_menu (Sommaire) (4.68KB) (0.15%) | 441μs |
1 x afterRenderModule mod_login (Connexion) (7.13KB) (0.12%) | 366μs |
1 x afterRenderModule mod_iccalendar (Calendrier) (17.93KB) (0.12%) | 356μs |
1 x afterRenderModule mod_breadcrumbs (Fil de navigation) (2.55KB) (0.1%) | 289μs |
1 x afterRenderModule mod_search (Module de Recherche) (3.15KB) (0.09%) | 254μs |
1 x afterRenderModule mod_menu (Menu Haut) (3.43KB) (0.06%) | 176μs |
1 x beforeRenderRawModule mod_search (Module de Recherche) (17.66KB) (0.05%) | 141μs |
1 x beforeRenderRawModule mod_menu (Menu Haut) (240B) (0.04%) | 115μs |
1 x beforeRenderRawModule mod_iccalendar (Calendrier) (7.95KB) (0.03%) | 97μs |
1 x beforeRenderRawModule mod_breadcrumbs (Fil de navigation) (480B) (0.03%) | 86μs |
1 x beforeRenderRawModule mod_login (Connexion) (5.48KB) (0.02%) | 62μs |
1 x beforeRenderModule mod_menu (Sommaire) (704B) (0.01%) | 30μs |
1 x beforeRenderModule mod_iccalendar (Calendrier) (720B) (0.01%) | 26μs |
1 x beforeRenderModule mod_login (Connexion) (720B) (0.01%) | 23μs |
1 x beforeRenderModule mod_breadcrumbs (Fil de navigation) (704B) (0.01%) | 19μs |
1 x beforeRenderModule mod_menu (Menu Haut) (704B) (0.01%) | 15μs |
1 x beforeRenderModule mod_search (Module de Recherche) (720B) (0%) | 11μs |
SELECT @@SESSION.sql_mode;
263μs1.71KB/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:334CopySELECT `data`
FROM `s4ib2_session`
WHERE `session_id` = ?
1.49ms1.68KBParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:261CopySELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `s4ib2_extensions`
WHERE `type` = 'component' AND `state` = 0 AND `enabled` = 1
824μs13.27KB/libraries/src/Component/ComponentHelper.php:399CopySELECT `id`,`rules`
FROM `s4ib2_viewlevels`
268μs25.01KB/libraries/src/Access/Access.php:955CopySELECT `b`.`id`
FROM `s4ib2_usergroups` AS `a`
LEFT JOIN `s4ib2_usergroups` AS `b` ON `b`.`lft` <= `a`.`lft` AND `b`.`rgt` >= `a`.`rgt`
WHERE `a`.`id` = :guest
708μs2.3KBParams/libraries/src/Access/Access.php:868CopySELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM `s4ib2_extensions`
WHERE `enabled` = 1 AND `type` = 'plugin' AND `state` IN (0,1) AND `access` IN (:preparedArray1)
ORDER BY `ordering`
1.63ms5.08KBParams/libraries/src/Plugin/PluginHelper.php:294CopySELECT `m`.`id`,`m`.`menutype`,`m`.`title`,`m`.`alias`,`m`.`note`,`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`,`m`.`path` AS `route`,`e`.`element` AS `component`
FROM `s4ib2_menu` AS `m`
LEFT JOIN `s4ib2_extensions` AS `e` ON `m`.`component_id` = `e`.`extension_id`
WHERE
(
(`m`.`published` = 1 AND `m`.`parent_id` > 0 AND `m`.`client_id` = 0) AND
(`m`.`publish_up` IS NULL OR `m`.`publish_up` <= :currentDate1)) AND
(`m`.`publish_down` IS NULL OR `m`.`publish_down` >= :currentDate2)
ORDER BY `m`.`lft`
2.95ms7.63KBParams/libraries/src/Menu/SiteMenu.php:166CopySHOW TABLES
722μs1.22KB/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:678CopySELECT *
FROM `s4ib2_languages`
WHERE `published` = 1
ORDER BY `ordering` ASC
466μs4.42KB/libraries/src/Language/LanguageHelper.php:142CopySELECT `id`,`home`,`template`,`s`.`params`,`inheritable`,`parent`
FROM `s4ib2_template_styles` AS `s`
LEFT JOIN `s4ib2_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
752μs5.52KB/administrator/components/com_templates/src/Model/StyleModel.php:773CopySELECT e.*
FROM s4ib2_icagenda_events AS e
LEFT JOIN s4ib2_icagenda_category AS c ON c.id = e.catid
LEFT JOIN s4ib2_icagenda_customfields_data AS cfd ON cfd.parent_id = e.id
WHERE c.state = 1 AND e.state = 1 AND e.catid = 3 AND TRUE AND e.language IN ('fr-FR','*') AND e.access IN (1) AND e.approval <> 1
GROUP BY e.id
3.4ms22.72KB/administrator/components/com_icagenda/src/Utilities/Events/EventsData.php:268CopySELECT e.*, e.name AS contact_name, e.email AS contact_email,c.id AS cat_id, c.title AS cat_title, c.color AS cat_color, c.desc AS cat_desc,feat.count AS features
FROM `s4ib2_icagenda_events` AS e
LEFT JOIN s4ib2_icagenda_category AS c ON c.id = e.catid
LEFT JOIN (
SELECT fx.event_id, COUNT(*) AS count
FROM s4ib2_icagenda_feature_xref AS fx
INNER JOIN s4ib2_icagenda_feature AS f ON fx.feature_id=f.id AND f.state=1 AND f.icon<>'-1'
GROUP BY fx.event_id) AS feat ON e.id=feat.event_id
WHERE c.state = 1 AND TRUE AND (e.state IN (0, 1)) AND e.approval <> 1 AND e.id IN (48, 53, 56, 50, 59, 58)
1.58ms15.68KB/libraries/src/MVC/Model/BaseDatabaseModel.php:166CopySELECT id, link from s4ib2_menu WHERE link LIKE 'index.php?option=com_jdownloads&view=category%' AND published = 1
643μs9.01KB/plugins/content/jdownloads/jdownloads.php:76CopySELECT id, link, published, access, language FROM s4ib2_menu WHERE (link LIKE 'index.php?option=com_jdownloads%') AND published = 1 AND client_id = 0 AND language = 'fr-fr' AND access IN (1)
475μs9.41KB/components/com_jdownloads/src/Helper/JDHelper.php:246CopySELECT id, link, published, access, language FROM s4ib2_menu WHERE (link LIKE 'index.php?option=com_jdownloads%') AND published = 1 AND client_id = 0 AND access IN (1)
1.79ms9.41KB/components/com_jdownloads/src/Helper/JDHelper.php:251CopySELECT id FROM s4ib2_menu WHERE (link LIKE 'index.php?option=com_jdownloads&Itemid=' OR link LIKE 'index.php?option=com_jdownloads&view=categories' ) AND published = 1 AND client_id = 0 AND language = 'fr-fr' AND access IN (1)
291μs912B/components/com_jdownloads/src/Helper/JDHelper.php:304CopySELECT id FROM s4ib2_menu WHERE (link LIKE 'index.php?option=com_jdownloads&Itemid=' OR link LIKE 'index.php?option=com_jdownloads&view=categories' ) AND published = 1 AND client_id = 0 AND access IN (1)
563μs3.39KB/components/com_jdownloads/src/Helper/JDHelper.php:309CopySELECT id FROM s4ib2_menu WHERE (link LIKE 'index.php?option=com_jdownloads&Itemid=' OR link LIKE 'index.php?option=com_jdownloads&view=categories' ) AND published = 1 AND client_id = 0 AND language = 'fr-fr' AND access IN (1)
287μs912B/components/com_jdownloads/src/Helper/JDHelper.php:358CopySELECT id FROM s4ib2_menu WHERE (link LIKE 'index.php?option=com_jdownloads&Itemid=' OR link LIKE 'index.php?option=com_jdownloads&view=categories' ) AND published = 1 AND client_id = 0 AND access IN (1)
516μs912B/components/com_jdownloads/src/Helper/JDHelper.php:363CopySELECT id FROM s4ib2_menu WHERE link = 'index.php?option=com_jdownloads&view=search' AND published = 1 AND client_id = 0 AND access IN (1)
463μs912B/components/com_jdownloads/src/Helper/JDHelper.php:377CopySELECT id FROM s4ib2_menu WHERE link = 'index.php?option=com_jdownloads&view=form&layout=edit' AND published = 1 AND client_id = 0 AND access IN (1)
433μs912B/components/com_jdownloads/src/Helper/JDHelper.php:382CopySELECT id, link from s4ib2_menu WHERE link LIKE 'index.php?option=com_jdownloads&view=category&catid%' AND published = 1 AND access IN (1)
439μs9.01KB/components/com_jdownloads/src/Helper/JDHelper.php:414CopySELECT 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, a.only_use_in_subform,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 s4ib2_fields AS a
LEFT JOIN `s4ib2_languages` AS l ON l.lang_code = a.language
LEFT JOIN s4ib2_users AS uc ON uc.id=a.checked_out
LEFT JOIN s4ib2_viewlevels AS ag ON ag.id = a.access
LEFT JOIN s4ib2_users AS ua ON ua.id = a.created_user_id
LEFT JOIN s4ib2_fields_groups AS g ON g.id = a.group_id
WHERE
(
(`a`.`context` = :context AND `a`.`access` IN (:preparedArray1)) AND
(`a`.`group_id` = 0 OR `g`.`access` IN (:preparedArray2)) AND `a`.`state` = :state) AND
(`a`.`group_id` = 0 OR `g`.`state` = :gstate) AND `a`.`only_use_in_subform` = :only_use_in_subform
ORDER BY a.ordering ASC
2.3ms7.36KBParams/libraries/src/MVC/Model/BaseDatabaseModel.php:166CopySELECT e.params
FROM `s4ib2_icagenda_events` AS `e`
WHERE `e`.`id` = 48
344μs1.51KB/administrator/components/com_icagenda/src/Utilities/Event/Event.php:373CopySELECT e.params
FROM `s4ib2_icagenda_events` AS `e`
WHERE `e`.`id` = 50
225μs1.51KB/administrator/components/com_icagenda/src/Utilities/Event/Event.php:373CopySELECT e.params
FROM `s4ib2_icagenda_events` AS `e`
WHERE `e`.`id` = 53
274μs1.51KB/administrator/components/com_icagenda/src/Utilities/Event/Event.php:373CopySELECT e.params
FROM `s4ib2_icagenda_events` AS `e`
WHERE `e`.`id` = 56
208μs1.51KB/administrator/components/com_icagenda/src/Utilities/Event/Event.php:373CopySELECT e.params
FROM `s4ib2_icagenda_events` AS `e`
WHERE `e`.`id` = 58
239μs1.51KB/administrator/components/com_icagenda/src/Utilities/Event/Event.php:373CopySELECT e.params
FROM `s4ib2_icagenda_events` AS `e`
WHERE `e`.`id` = 59
194μs1.51KB/administrator/components/com_icagenda/src/Utilities/Event/Event.php:373CopySELECT e.*
FROM s4ib2_icagenda_events AS e
LEFT JOIN s4ib2_icagenda_category AS c ON c.id = e.catid
LEFT JOIN s4ib2_icagenda_customfields_data AS cfd ON cfd.parent_id = e.id
WHERE c.state = 1 AND e.state = 1 AND e.catid = 3 AND TRUE AND e.language IN ('fr-FR','*') AND e.access IN (1) AND e.approval <> 1
GROUP BY e.id
2.73ms14.72KB/administrator/components/com_icagenda/src/Utilities/Events/EventsData.php:268CopySELECT title
FROM `s4ib2_icagenda_category`
WHERE `id` = 3
426μs1.88KB/administrator/components/com_icagenda/src/Utilities/Categories/Categories.php:85CopySELECT `m`.`id`,`m`.`title`,`m`.`module`,`m`.`position`,`m`.`content`,`m`.`showtitle`,`m`.`params`,`mm`.`menuid`
FROM `s4ib2_modules` AS `m`
LEFT JOIN `s4ib2_modules_menu` AS `mm` ON `mm`.`moduleid` = `m`.`id`
LEFT JOIN `s4ib2_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`.`client_id` = :clientId AND `m`.`access` IN (:preparedArray1)) AND
(`m`.`publish_up` IS NULL OR `m`.`publish_up` <= :publishUp)) AND
(`m`.`publish_down` IS NULL OR `m`.`publish_down` >= :publishDown)) AND
(`mm`.`menuid` = :itemId OR `mm`.`menuid` <= 0)
ORDER BY `m`.`position`,`m`.`ordering`
3.18ms3.66KBParams/libraries/src/Cache/Controller/CallbackController.php:51CopySELECT alias, id
FROM s4ib2_jdownloads_categories
WHERE id > 1
ORDER BY `id`
403μs12.76KB/components/com_jdownloads/src/Helper/LegacyRouter.php:77CopySELECT alias, id
FROM s4ib2_jdownloads_files
ORDER BY `id`
678μs1.76KB/components/com_jdownloads/src/Helper/LegacyRouter.php:87CopySELECT id AS nbevt
FROM `s4ib2_icagenda_events` AS e
WHERE e.state = 1
778μs912B/modules/mod_iccalendar/helper.php:133CopySELECT `id`,`title`,`link`,`published`,`client_id`,`params`,`language`
FROM `s4ib2_menu`
WHERE `link` = 'index.php?option=com_icagenda&view=events' AND `published` > 0 AND `client_id` = 0
934μs2.56KB/administrator/components/com_icagenda/src/Utilities/Menus/Menus.php:75CopySELECT e.*,
e.place as place_name,
c.title as cat_title,
c.alias as cat_alias,
c.color as cat_color,
c.ordering as cat_order
,feat.count AS features,r.count AS reg_people, r.date AS reg_date
FROM `s4ib2_icagenda_events` AS e
LEFT JOIN `s4ib2_icagenda_category` AS c ON `c`.`id` = `e`.`catid`
LEFT JOIN (
SELECT fx.event_id, COUNT(*) AS count
FROM `s4ib2_icagenda_feature_xref` AS fx
INNER JOIN `s4ib2_icagenda_feature` AS f ON fx.feature_id=f.id AND f.state=1 AND f.icon<>'-1'
GROUP BY fx.event_id) AS feat ON e.id=feat.event_id
LEFT JOIN (
SELECT r.eventid, sum(r.people) AS count, r.date AS date
FROM `s4ib2_icagenda_registration` AS r
WHERE r.state > 0
GROUP BY r.eventid) AS r ON e.id=r.eventid
WHERE c.state = 1 AND e.state = 1 AND e.approval = 0 AND ((`e`.`next` >= '2025-01-01') OR (`e`.`startdate` <= '2025-01-01' AND `e`.`enddate` >= '2025-01-01' AND `e`.`weekdays` = "")) AND e.catid IN (1, 2, 3, 4) AND e.access IN (1) AND e.language IN ('fr-FR','*')
1.63ms12.21KB/modules/mod_iccalendar/helper.php:286CopySELECT r.date AS date, r.period AS period, r.eventid AS eventid, r.people AS people
FROM s4ib2_icagenda_registration AS r
WHERE r.status = 1 AND r.state = 1
286μs1.27KB/administrator/components/com_icagenda/src/Utilities/Events/EventsData.php:1582CopySELECT SUM(CASE WHEN `a`.`next_execution` <= :now THEN 1 ELSE 0 END) AS due_count,SUM(CASE WHEN `a`.`locked` IS NULL THEN 0 ELSE 1 END) AS locked_count
FROM `s4ib2_scheduler_tasks` AS `a`
WHERE `a`.`state` = 1
341μs1.85KBParams/administrator/components/com_scheduler/src/Model/TasksModel.php:466CopySHOW TABLES
848μs1.22KB/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:678CopySELECT `session_id`
FROM `s4ib2_session`
WHERE `session_id` = ?
438μs1.9KBParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:291CopyINSERT INTO `s4ib2_session`
(`data`,`time`,`session_id`) VALUES
(?, ?, ?)
2.45ms840BParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:318Copy