Joomla! Version | 5.2.5 |
PHP Version | 8.2.28 |
Identity | guest |
Response | 200 |
Template | g5_helium |
Database |
|
1 x afterInitialise (2.56MB) (29.76%) | 122ms |
1 x afterRenderComponent com_eventbooking (934.32KB) (15.64%) | 63.88ms |
1 x afterLoad (417.17KB) (14.3%) | 58.41ms |
1 x afterRoute (865.25KB) (10.79%) | 44.07ms |
1 x beforeRenderRawModule mod_search (Search) (933.88KB) (10.57%) | 43.17ms |
1 x afterRender (570.96KB) (8.09%) | 33.03ms |
1 x afterRenderRawModule mod_djmegamenu (Imlay Township Menu) (831.05KB) (4.53%) | 18.51ms |
1 x afterRenderRawModule mod_eb_minicalendar (Calendar) (397.36KB) (1.58%) | 6.44ms |
1 x beforeRenderComponent com_eventbooking (87.82KB) (1.55%) | 6.34ms |
1 x afterRenderRawModule mod_search (Search) (364.07KB) (1.3%) | 5.32ms |
1 x beforeRenderRawModule mod_djmegamenu (Imlay Township Menu) (125.76KB) (0.5%) | 2.03ms |
1 x afterRenderModule mod_search (Search) (5.99KB) (0.45%) | 1.84ms |
1 x afterRenderRawModule mod_custom (Footer left) (228.48KB) (0.18%) | 724μs |
1 x beforeRenderRawModule mod_eb_minicalendar (Calendar) (20.35KB) (0.16%) | 663μs |
1 x afterDispatch (2.39KB) (0.04%) | 180μs |
1 x beforeRenderRawModule mod_custom (Footer left) (848B) (0.04%) | 177μs |
1 x beforeRenderRawModule mod_custom (Footer-B) (48B) (0.04%) | 151μs |
1 x beforeRenderRawModule mod_custom (Footer-D) (336B) (0.03%) | 119μs |
1 x beforeRenderRawModule mod_custom (Footer-C) (176B) (0.03%) | 114μs |
1 x afterRenderModule mod_djmegamenu (Imlay Township Menu) (30.42KB) (0.02%) | 86μs |
1 x afterRenderModule mod_eb_minicalendar (Calendar) (23.17KB) (0.02%) | 74μs |
1 x afterRenderModule mod_custom (Footer left) (2.94KB) (0.01%) | 60μs |
1 x afterRenderModule mod_custom (Footer-B) (2.73KB) (0.01%) | 50μs |
1 x afterRenderModule mod_custom (Footer-C) (2.73KB) (0.01%) | 46μs |
1 x afterRenderModule mod_custom (Footer-D) (3.83KB) (0.01%) | 45μs |
1 x afterRenderRawModule mod_custom (Footer-B) (1008B) (0.01%) | 39μs |
1 x afterRenderRawModule mod_custom (Footer-C) (976B) (0.01%) | 34μs |
1 x afterRenderRawModule mod_custom (Footer-D) (984B) (0.01%) | 33μs |
1 x beforeRenderModule mod_djmegamenu (Imlay Township Menu) (720B) (0%) | 7μs |
1 x beforeRenderModule mod_search (Search) (704B) (0%) | 6μs |
1 x beforeRenderModule mod_eb_minicalendar (Calendar) (720B) (0%) | 5μs |
1 x beforeRenderModule mod_custom (Footer left) (720B) (0%) | 5μs |
1 x beforeRenderModule mod_custom (Footer-B) (720B) (0%) | 3μs |
1 x beforeRenderModule mod_custom (Footer-C) (720B) (0%) | 3μs |
1 x beforeRenderModule mod_custom (Footer-D) (720B) (0%) | 3μs |
SELECT @@SESSION.sql_mode;
107μs968B/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:308CopySELECT `data`
FROM `ucmpu_session`
WHERE `session_id` = ?
168μs1008BParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:250CopySELECT `session_id`
FROM `ucmpu_session`
WHERE `session_id` = :session_id LIMIT 1
180μs1.3KBParams/libraries/src/Session/MetadataManager.php:187CopyINSERT INTO `ucmpu_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
(:session_id, :guest, :time, :user_id, :username, :client_id)
2.75ms944BParams/libraries/src/Session/MetadataManager.php:260CopySELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `ucmpu_extensions`
WHERE `type` = 'component' AND `state` = 0 AND `enabled` = 1
426μs17.73KB/libraries/src/Component/ComponentHelper.php:399CopySELECT `id`,`rules`
FROM `ucmpu_viewlevels`
177μs656B/libraries/src/Access/Access.php:955CopySELECT `b`.`id`
FROM `ucmpu_usergroups` AS `a`
LEFT JOIN `ucmpu_usergroups` AS `b` ON `b`.`lft` <= `a`.`lft` AND `b`.`rgt` >= `a`.`rgt`
WHERE `a`.`id` = :guest
240μs1.33KBParams/libraries/src/Access/Access.php:868CopySELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM `ucmpu_extensions`
WHERE `enabled` = 1 AND `type` = 'plugin' AND `state` IN (0,1) AND `access` IN (:preparedArray1,:preparedArray2)
ORDER BY `ordering`
880μs3.98KBParams/libraries/src/Plugin/PluginHelper.php:294CopySELECT *
FROM `ucmpu_nextend2_section_storage`
WHERE `application` = 'smartslider' AND `section` = 'settings'
225μs1.5KB/libraries/smartslider3/src/Framework/Database/Joomla/JoomlaConnectorTable.php:182CopySELECT `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 `ucmpu_menu` AS `m`
LEFT JOIN `ucmpu_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`
820μs84.17KBParams/libraries/src/Menu/SiteMenu.php:166CopySELECT `id`,`home`,`template`,`s`.`params`,`inheritable`,`parent`
FROM `ucmpu_template_styles` AS `s`
LEFT JOIN `ucmpu_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
380μs944B/administrator/components/com_templates/src/Model/StyleModel.php:775CopySELECT s.id, s.template, s.home, s.title AS long_title, s.params
FROM ucmpu_template_styles AS s
WHERE s.client_id = 0 AND s.template = 'g5_helium'
ORDER BY s.id
270μs816B/libraries/gantry5/src/classes/Gantry/Joomla/StyleHelper.php:69CopySELECT *
FROM `ucmpu_languages`
WHERE `published` = 1
ORDER BY `ordering` ASC
234μs1.59KB/libraries/src/Language/LanguageHelper.php:177CopySET sql_mode=(SELECT REPLACE(@@sql_mode,'STRICT_TRANS_TABLES',''));
53μs0B/administrator/components/com_eventbooking/libraries/rad/bootstrap.php:95CopySELECT `config_key`,`config_value`
FROM ucmpu_eb_configs
747μs20.56KB/administrator/components/com_eventbooking/libraries/rad/config/config.php:43CopySELECT *
FROM ucmpu_eb_themes
WHERE published = 1
109μs1.59KB/components/com_eventbooking/helper/helper.php:1102CopySELECT a.id,a.main_category_id,a.parent_id,a.location_id,a.title,a.event_type,a.event_date,a.event_end_date,a.short_description,a.description,a.access,a.registration_access,a.individual_price,a.price_text,a.tax_rate,a.event_capacity,a.private_booking_count,a.waiting_list_capacity,a.created_by,a.cut_off_date,a.registration_type,a.min_group_number,a.discount_type,a.discount,a.early_bird_discount_type,a.early_bird_discount_date,a.early_bird_discount_amount,a.enable_cancel_registration,a.cancel_before_date,a.params,a.published,a.custom_fields,a.discount_groups,a.discount_amounts,a.registration_start_date,a.registration_handle_url,a.event_detail_url,a.fixed_group_price,a.attachment,a.late_fee_type,a.late_fee_date,a.late_fee_amount,a.event_password,a.currency_code,a.currency_symbol,a.thumb,a.image,a.image_alt,a.language,a.alias,a.featured,a.has_multiple_ticket_types,a.activate_waiting_list,a.collect_member_information,a.prevent_duplicate_registration,DATEDIFF(a.early_bird_discount_date, '2025-04-03 01:36:17') AS date_diff,DATEDIFF(a.event_date, '2025-04-03 01:36:17') AS number_event_dates,TIMESTAMPDIFF(MINUTE, a.late_fee_date, '2025-04-03 01:36:17') AS late_fee_date_diff,TIMESTAMPDIFF(MINUTE, a.event_date, '2025-04-03 01:36:17') AS event_start_minutes,TIMESTAMPDIFF(SECOND, a.registration_start_date, '2025-04-03 01:36:17') AS registration_start_minutes,TIMESTAMPDIFF(MINUTE, a.cut_off_date, '2025-04-03 01:36:17') AS cut_off_minutes,(IFNULL(SUM(b.number_registrants), 0) + a.private_booking_count) AS total_registrants,`c`.`name` AS `location_name`,`c`.`alias` AS `location_alias`,c.address AS location_address, c.lat, c.long,`d`.`color_code`,`d`.`text_color`
FROM ucmpu_eb_events AS a
LEFT JOIN ucmpu_eb_registrants AS b ON (a.id = b.event_id ) AND b.group_id = 0 AND (b.published=1 OR (b.published = 0 AND b.payment_method LIKE "os_offline%"))
LEFT JOIN ucmpu_eb_locations AS c ON a.location_id = c.id
INNER JOIN ucmpu_eb_categories as d ON a.main_category_id = d.id
WHERE a.published > 0 AND a.hidden = 0 AND a.access IN (:preparedArray1,:preparedArray2) AND a.id IN (SELECT event_id FROM ucmpu_eb_event_categories WHERE category_id IN (1,2,3,4,5,6,7,8,9,10)) AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2025-04-03 01:36:17') AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2025-04-03 01:36:17') AND ((a.event_date BETWEEN '2025-01-01 00:00:00' AND '2025-01-31 23:59:59') OR (a.event_end_date BETWEEN '2025-01-01 00:00:00' AND '2025-01-31 23:59:59') OR (a.event_date <= '2025-01-01 00:00:00' AND a.event_end_date >= '2025-01-31 23:59:59'))
GROUP BY a.id
ORDER BY a.event_date ASC, a.ordering ASC
2.72ms11.19KBParams/components/com_eventbooking/model/calendar.php:103CopySELECT id, parent, alias
FROM ucmpu_eb_categories
1.74ms800B/components/com_eventbooking/helper/route.php:653CopySELECT `alias` AS `alias`
FROM ucmpu_eb_events
WHERE id = 350
106μs536B/components/com_eventbooking/helper/route.php:269CopySELECT id
FROM ucmpu_eb_urls
WHERE md5_key = '02e52e6822a84da3623d5ec4bf0749f3'
129μs536B/components/com_eventbooking/router.php:490CopySELECT `alias` AS `alias`
FROM ucmpu_eb_events
WHERE id = 351
97μs536B/components/com_eventbooking/helper/route.php:269CopySELECT id
FROM ucmpu_eb_urls
WHERE md5_key = '30ad6d2f8f1873e028b3e4838e9399e6'
78μs536B/components/com_eventbooking/router.php:490CopySELECT `alias` AS `alias`
FROM ucmpu_eb_events
WHERE id = 397
76μs536B/components/com_eventbooking/helper/route.php:269CopySELECT id
FROM ucmpu_eb_urls
WHERE md5_key = 'cc9ce3dee7d5616145212d85ecbfdfbb'
77μs536B/components/com_eventbooking/router.php:490CopySELECT `alias` AS `alias`
FROM ucmpu_eb_events
WHERE id = 385
66μs536B/components/com_eventbooking/helper/route.php:269CopySELECT id
FROM ucmpu_eb_urls
WHERE md5_key = '7c5d032d234571a651fea6bea4f1c15e'
84μs536B/components/com_eventbooking/router.php:490CopySELECT `alias` AS `alias`
FROM ucmpu_eb_events
WHERE id = 425
64μs536B/components/com_eventbooking/helper/route.php:269CopySELECT id
FROM ucmpu_eb_urls
WHERE md5_key = '4b137f4109af01b63a0705b4795051ed'
82μs536B/components/com_eventbooking/router.php:490CopySELECT `message_key`,`message`
FROM ucmpu_eb_messages
280μs1.56KB/administrator/components/com_eventbooking/libraries/rad/config/config.php:43CopySELECT `a`.`id`,`a`.`name` AS `name`,`a`.`color_code`
FROM ucmpu_eb_categories AS a
WHERE published = 1 AND id IN (SELECT category_id FROM ucmpu_eb_event_categories WHERE event_id IN (350,351,397,385,425) AND main_category = 1)
ORDER BY a.ordering
348μs688B/components/com_eventbooking/helper/helper.php:2349CopySELECT id
FROM ucmpu_eb_urls
WHERE md5_key = 'd5dd03f063768de448f13a258edc9ab0'
92μs536B/components/com_eventbooking/router.php:490CopySELECT id
FROM ucmpu_eb_urls
WHERE md5_key = 'd859396f8f4d3a956a5f22bc99ca9f11'
87μs536B/components/com_eventbooking/router.php:490CopySELECT id
FROM ucmpu_eb_urls
WHERE md5_key = '0ba18a2889a4a9fc0395861f4796a73e'
76μs3.02KB/components/com_eventbooking/router.php:490CopySELECT `m`.`id`,`m`.`title`,`m`.`module`,`m`.`position`,`m`.`content`,`m`.`showtitle`,`m`.`params`,`mm`.`menuid`
FROM `ucmpu_modules` AS `m`
LEFT JOIN `ucmpu_modules_menu` AS `mm` ON `mm`.`moduleid` = `m`.`id`
LEFT JOIN `ucmpu_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,:preparedArray2)) 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`
1.12ms2.06KBParams/libraries/src/Cache/Controller/CallbackController.php:51CopySELECT `m`.`id`,`m`.`title`,`m`.`module`,`m`.`position`,`m`.`content`,`m`.`showtitle`,`m`.`params`,`mm`.`menuid`
FROM `ucmpu_modules` AS `m`
LEFT JOIN `ucmpu_modules_menu` AS `mm` ON `mm`.`moduleid` = `m`.`id`
LEFT JOIN `ucmpu_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,:preparedArray2)) 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`
941μs2.06KBParams/libraries/src/Cache/Controller/CallbackController.php:51CopySELECT manifest_cache FROM ucmpu_extensions WHERE element='mod_djmegamenu' LIMIT 1
289μs536B/modules/mod_djmegamenu/helpers/helper.php:412CopySELECT a.id,a.main_category_id,a.parent_id,a.location_id,a.title,a.event_type,a.event_date,a.event_end_date,a.short_description,a.description,a.access,a.registration_access,a.individual_price,a.price_text,a.tax_rate,a.event_capacity,a.private_booking_count,a.waiting_list_capacity,a.created_by,a.cut_off_date,a.registration_type,a.min_group_number,a.discount_type,a.discount,a.early_bird_discount_type,a.early_bird_discount_date,a.early_bird_discount_amount,a.enable_cancel_registration,a.cancel_before_date,a.params,a.published,a.custom_fields,a.discount_groups,a.discount_amounts,a.registration_start_date,a.registration_handle_url,a.event_detail_url,a.fixed_group_price,a.attachment,a.late_fee_type,a.late_fee_date,a.late_fee_amount,a.event_password,a.currency_code,a.currency_symbol,a.thumb,a.image,a.image_alt,a.language,a.alias,a.featured,a.has_multiple_ticket_types,a.activate_waiting_list,a.collect_member_information,a.prevent_duplicate_registration,DATEDIFF(a.early_bird_discount_date, '2025-04-03 01:36:17') AS date_diff,DATEDIFF(a.event_date, '2025-04-03 01:36:17') AS number_event_dates,TIMESTAMPDIFF(MINUTE, a.late_fee_date, '2025-04-03 01:36:17') AS late_fee_date_diff,TIMESTAMPDIFF(MINUTE, a.event_date, '2025-04-03 01:36:17') AS event_start_minutes,TIMESTAMPDIFF(SECOND, a.registration_start_date, '2025-04-03 01:36:17') AS registration_start_minutes,TIMESTAMPDIFF(MINUTE, a.cut_off_date, '2025-04-03 01:36:17') AS cut_off_minutes,(IFNULL(SUM(b.number_registrants), 0) + a.private_booking_count) AS total_registrants,`c`.`name` AS `location_name`,`c`.`alias` AS `location_alias`,c.address AS location_address, c.lat, c.long,`d`.`color_code`,`d`.`text_color`
FROM ucmpu_eb_events AS a
LEFT JOIN ucmpu_eb_registrants AS b ON (a.id = b.event_id ) AND b.group_id = 0 AND (b.published=1 OR (b.published = 0 AND b.payment_method LIKE "os_offline%"))
LEFT JOIN ucmpu_eb_locations AS c ON a.location_id = c.id
INNER JOIN ucmpu_eb_categories as d ON a.main_category_id = d.id
WHERE a.published > 0 AND a.hidden = 0 AND a.access IN (:preparedArray1,:preparedArray2) AND a.id IN (SELECT event_id FROM ucmpu_eb_event_categories WHERE category_id IN (1,2,3,4,5,6,7,8,9,10)) AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2025-04-03 01:36:17') AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2025-04-03 01:36:17') AND a.event_date BETWEEN '2025-04-01 00:00:00' AND '2025-04-30 23:59:59'
GROUP BY a.id
ORDER BY a.event_date ASC, a.ordering ASC
888μs25.92KBParams/components/com_eventbooking/model/calendar.php:150CopySELECT main_category_id
FROM ucmpu_eb_events
WHERE id = 416
126μs536B/components/com_eventbooking/helper/route.php:149CopySELECT `alias` AS `alias`
FROM ucmpu_eb_events
WHERE id = 416
80μs536B/components/com_eventbooking/helper/route.php:269CopySELECT id
FROM ucmpu_eb_urls
WHERE md5_key = 'b17274f2ebb5187742d3f93c205521dd'
115μs536B/components/com_eventbooking/router.php:490CopySELECT main_category_id
FROM ucmpu_eb_events
WHERE id = 410
67μs536B/components/com_eventbooking/helper/route.php:149CopySELECT `alias` AS `alias`
FROM ucmpu_eb_events
WHERE id = 410
74μs536B/components/com_eventbooking/helper/route.php:269CopySELECT id
FROM ucmpu_eb_urls
WHERE md5_key = '1a532f2f0f6bddb5f03c49ca3ac477b0'
90μs536B/components/com_eventbooking/router.php:490CopySELECT main_category_id
FROM ucmpu_eb_events
WHERE id = 400
103μs536B/components/com_eventbooking/helper/route.php:149CopySELECT `alias` AS `alias`
FROM ucmpu_eb_events
WHERE id = 400
83μs536B/components/com_eventbooking/helper/route.php:269CopySELECT id
FROM ucmpu_eb_urls
WHERE md5_key = '8507a517ae21efdbbc914fe459e6d58e'
92μs536B/components/com_eventbooking/router.php:490CopySELECT main_category_id
FROM ucmpu_eb_events
WHERE id = 387
68μs536B/components/com_eventbooking/helper/route.php:149CopySELECT `alias` AS `alias`
FROM ucmpu_eb_events
WHERE id = 387
71μs536B/components/com_eventbooking/helper/route.php:269CopySELECT id
FROM ucmpu_eb_urls
WHERE md5_key = '2f7567d09a0d9e53c8e279e780c63bcc'
87μs536B/components/com_eventbooking/router.php:490CopySELECT 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 `ucmpu_scheduler_tasks` AS `a`
WHERE `a`.`state` = 1
341μs1.37KBParams/administrator/components/com_scheduler/src/Model/TasksModel.php:517CopySELECT `session_id`
FROM `ucmpu_session`
WHERE `session_id` = ?
175μs1KBParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:277CopyUPDATE `ucmpu_session`
SET `data` = ?
, `time` = ?
WHERE `session_id` = ?
2.03ms592BParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:301Copy