Die Ergebnisse werden sofort angezeigt werden
Joomla! Version | 4.4.4 |
PHP Version | 8.1.32 |
Identity | guest |
Response | 200 |
Template | j-travel |
Database |
|
1 x afterInitialise (13.86MB) (34.59%) | 141.64ms |
1 x afterRoute (1.41MB) (9.56%) | 39.15ms |
1 x afterRenderComponent com_content (1.23MB) (9.52%) | 38.98ms |
1 x afterLoad (4.2MB) (8.74%) | 35.80ms |
1 x afterRenderRawModule mod_jhotelreservation (Hotel top search) (1.56MB) (8.48%) | 34.71ms |
1 x Before Access::preloadComponents (all components) (1.17MB) (8.19%) | 33.53ms |
1 x beforeRenderRawModule mod_jhotelreservation (Hotel top search) (1.87MB) (7.72%) | 31.61ms |
1 x afterRender (933.29KB) (4.68%) | 19.17ms |
1 x beforeRenderComponent com_content (1.28MB) (4.29%) | 17.58ms |
1 x afterDispatch (384.38KB) (2.39%) | 9.79ms |
1 x afterRenderModule mod_jhotelreservation (Hotel top search) (368.33KB) (0.85%) | 3.46ms |
1 x After Access::getAssetRules (id:8 name:com_content) (29.45KB) (0.28%) | 1.13ms |
1 x After Access::preloadComponents (all components) (130.12KB) (0.17%) | 700μs |
1 x Before Access::getAssetRules (id:8 name:com_content) (3.73KB) (0.01%) | 27μs |
1 x beforeRenderModule mod_jhotelreservation (Hotel top search) (736B) (0%) | 13μs |
SELECT @@SESSION.sql_mode;
142μs1.57KB/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:334CopySELECT `data`
FROM `jos_session`
WHERE `session_id` = ?
328μs1.61KBParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:261CopySELECT `session_id`
FROM `jos_session`
WHERE `session_id` = :session_id LIMIT 1
231μs1.61KBParams/libraries/src/Session/MetadataManager.php:187CopyINSERT INTO `jos_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
(:session_id, :guest, :time, :user_id, :username, :client_id)
1.33ms944BParams/libraries/src/Session/MetadataManager.php:260CopySELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `jos_extensions`
WHERE `type` = 'component' AND `state` = 0 AND `enabled` = 1
90μs2.36KB/libraries/src/Component/ComponentHelper.php:399CopySELECT `id`,`rules`
FROM `jos_viewlevels`
67μs944B/libraries/src/Access/Access.php:955CopySELECT `b`.`id`
FROM `jos_usergroups` AS `a`
LEFT JOIN `jos_usergroups` AS `b` ON `b`.`lft` <= `a`.`lft` AND `b`.`rgt` >= `a`.`rgt`
WHERE `a`.`id` = :guest
75μs1.63KBParams/libraries/src/Access/Access.php:868CopySELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM `jos_extensions`
WHERE `enabled` = 1 AND `type` = 'plugin' AND `state` IN (0,1) AND `access` IN (:preparedArray1)
ORDER BY `ordering`
122μs3.02KBParams/libraries/src/Plugin/PluginHelper.php:294CopySELECT `template`
FROM `jos_template_styles`
WHERE `client_id` = 0 AND `home` = 1
311μs2.09KB/components/com_sppagebuilder/parser/addon-parser.php:1320CopySELECT *
FROM `jos_languages`
WHERE `published` = 1
ORDER BY `ordering` ASC
128μs2.25KB/libraries/src/Language/LanguageHelper.php:142CopySELECT `element`,`name`,`client_id`,`extension_id`
FROM `jos_extensions`
WHERE `type` = 'language' AND `state` = 0 AND `enabled` = 1
67μs1.11KB/libraries/src/Language/LanguageHelper.php:213CopySELECT `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 `jos_menu` AS `m`
LEFT JOIN `jos_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.12ms184.55KBParams/libraries/src/Menu/SiteMenu.php:166CopySELECT fas.* FROM jos_hotelreservation_application_settings fas
106μs2.8KB/components/com_jhotelreservation/helpers/utils.php:81CopySELECT fas.*
FROM jos_hotelreservation_date_formats fas
WHERE fas.id ='3'
68μs1.06KB/components/com_jhotelreservation/helpers/utils.php:92Copyselect * from jos_hotelreservation_offers off
inner join jos_hotelreservation_offers_vouchers hov on off.offer_id = hov.offerId
where REPLACE(hov.voucher,'-',' ') = 'de'
group by off.offer_id LIMIT 1
12.06ms7.73KB/plugins/system/hotelurltranslator/jhprouter.php:264CopySELECT * FROM `jos_hotelreservation_hotels` WHERE REPLACE(hotel_city,'-',' ') = 'de'
955μs7.33KB/plugins/system/hotelurltranslator/jhprouter.php:168Copyselect * from jos_hotelreservation_offers off
inner join jos_hotelreservation_offers_vouchers hov on off.offer_id = hov.offerId
where REPLACE(hov.voucher,'-',' ') = 'de'
group by off.offer_id LIMIT 1
150μs10.23KB/plugins/system/hotelurltranslator/jhprouter.php:264CopySELECT * FROM `jos_hotelreservation_hotels` WHERE REPLACE(hotel_city,'-',' ') = 'de'
111μs7.33KB/plugins/system/hotelurltranslator/jhprouter.php:168CopySELECT *
FROM `jos_template_styles`
WHERE `client_id` = 0 AND `id` = '27'
194μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT `id`,`home`,`template`,`s`.`params`,`inheritable`,`parent`
FROM `jos_template_styles` AS `s`
LEFT JOIN `jos_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
329μs129.42KB/administrator/components/com_templates/src/Model/StyleModel.php:773CopySELECT `id`,`name`,`rules`,`parent_id`
FROM `jos_assets`
WHERE `name` IN (:preparedArray1,:preparedArray2,:preparedArray3,:preparedArray4,:preparedArray5,:preparedArray6,:preparedArray7,:preparedArray8,:preparedArray9,:preparedArray10,:preparedArray11,:preparedArray12,:preparedArray13,:preparedArray14,:preparedArray15,:preparedArray16,:preparedArray17,:preparedArray18,:preparedArray19,:preparedArray20,:preparedArray21,:preparedArray22,:preparedArray23,:preparedArray24,:preparedArray25,:preparedArray26,:preparedArray27,:preparedArray28,:preparedArray29,:preparedArray30,:preparedArray31,:preparedArray32,:preparedArray33,:preparedArray34,:preparedArray35,:preparedArray36,:preparedArray37,:preparedArray38,:preparedArray39,:preparedArray40,:preparedArray41,:preparedArray42,:preparedArray43,:preparedArray44,:preparedArray45)
164μs8.12KBParams/libraries/src/Access/Access.php:357CopySELECT `a`.`id`,`a`.`title`,`a`.`alias`,`a`.`introtext`,`a`.`fulltext`,`a`.`checked_out`,`a`.`checked_out_time`,`a`.`catid`,`a`.`created`,`a`.`created_by`,`a`.`created_by_alias`,`a`.`modified`,`a`.`modified_by`,CASE WHEN `a`.`publish_up` IS NULL THEN `a`.`created` ELSE `a`.`publish_up` END AS `publish_up`,`a`.`publish_down`,`a`.`images`,`a`.`urls`,`a`.`attribs`,`a`.`metadata`,`a`.`metakey`,`a`.`metadesc`,`a`.`access`,`a`.`hits`,`a`.`featured`,`a`.`language`,LENGTH(`a`.`fulltext`) AS `readmore`,`a`.`ordering`,`fp`.`featured_up`,`fp`.`featured_down`,CASE WHEN `c`.`published` = 2 AND `a`.`state` > 0 THEN 2 WHEN `c`.`published` != 1 THEN 0 ELSE `a`.`state` END AS `state`,`c`.`title` AS `category_title`,`c`.`path` AS `category_route`,`c`.`access` AS `category_access`,`c`.`alias` AS `category_alias`,`c`.`language` AS `category_language`,`c`.`published`,`c`.`published` AS `parents_published`,`c`.`lft`,CASE WHEN `a`.`created_by_alias` > ' ' THEN `a`.`created_by_alias` ELSE `ua`.`name` END AS `author`,`ua`.`email` AS `author_email`,`uam`.`name` AS `modified_by_name`,`parent`.`title` AS `parent_title`,`parent`.`id` AS `parent_id`,`parent`.`path` AS `parent_route`,`parent`.`alias` AS `parent_alias`,`parent`.`language` AS `parent_language`,COALESCE(NULLIF(ROUND(`v`.`rating_sum` / `v`.`rating_count`, 1), 0), 0) AS `rating`,COALESCE(NULLIF(`v`.`rating_count`, 0), 0) AS `rating_count`
FROM `jos_content` AS `a`
LEFT JOIN `jos_categories` AS `c` ON `c`.`id` = `a`.`catid`
LEFT JOIN `jos_users` AS `ua` ON `ua`.`id` = `a`.`created_by`
LEFT JOIN `jos_users` AS `uam` ON `uam`.`id` = `a`.`modified_by`
LEFT JOIN `jos_categories` AS `parent` ON `parent`.`id` = `c`.`parent_id`
LEFT JOIN `jos_content_frontpage` AS `fp` ON `fp`.`content_id` = `a`.`id`
LEFT JOIN `jos_content_rating` AS `v` ON `a`.`id` = `v`.`content_id`
WHERE `a`.`featured` = 1 AND (`fp`.`featured_up` IS NULL OR `fp`.`featured_up` <= :frontpageUp) AND (`fp`.`featured_down` IS NULL OR `fp`.`featured_down` >= :frontpageDown) AND `a`.`access` IN (:preparedArray1) AND `c`.`access` IN (:preparedArray2) AND `c`.`published` = 1 AND `a`.`state` = :condition AND (`a`.`publish_up` IS NULL OR `a`.`publish_up` <= :publishUp) AND (`a`.`publish_down` IS NULL OR `a`.`publish_down` >= :publishDown) AND `a`.`language` IN (:preparedArray3,:preparedArray4)
ORDER BY c.lft, CASE WHEN a.publish_up IS NULL THEN a.created ELSE a.publish_up END DESC , a.created DESC LIMIT 9
4.8ms9.5KBParams/libraries/src/MVC/Model/BaseDatabaseModel.php:166CopySELECT COUNT(*)
FROM `jos_content` AS `a`
LEFT JOIN `jos_categories` AS `c` ON `c`.`id` = `a`.`catid`
LEFT JOIN `jos_users` AS `ua` ON `ua`.`id` = `a`.`created_by`
LEFT JOIN `jos_users` AS `uam` ON `uam`.`id` = `a`.`modified_by`
LEFT JOIN `jos_categories` AS `parent` ON `parent`.`id` = `c`.`parent_id`
LEFT JOIN `jos_content_frontpage` AS `fp` ON `fp`.`content_id` = `a`.`id`
LEFT JOIN `jos_content_rating` AS `v` ON `a`.`id` = `v`.`content_id`
WHERE `a`.`featured` = 1 AND (`fp`.`featured_up` IS NULL OR `fp`.`featured_up` <= :frontpageUp) AND (`fp`.`featured_down` IS NULL OR `fp`.`featured_down` >= :frontpageDown) AND `a`.`access` IN (:preparedArray1) AND `c`.`access` IN (:preparedArray2) AND `c`.`published` = 1 AND `a`.`state` = :condition AND (`a`.`publish_up` IS NULL OR `a`.`publish_up` <= :publishUp) AND (`a`.`publish_down` IS NULL OR `a`.`publish_down` >= :publishDown) AND `a`.`language` IN (:preparedArray3,:preparedArray4)
628μs5.91KBParams/libraries/src/MVC/Model/BaseDatabaseModel.php:199CopySELECT *
FROM `jos_template_styles`
WHERE `client_id` = 0 AND `id` = '27'
108μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jos_template_styles`
WHERE `client_id` = 0 AND `id` = '27'
73μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jos_template_styles`
WHERE `client_id` = 0 AND `id` = '27'
69μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jos_template_styles`
WHERE `client_id` = 0 AND `id` = '27'
68μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT `language`,`id`
FROM `jos_menu`
WHERE `home` = '1' AND `published` = 1 AND `client_id` = 0
62μs960B/libraries/src/Language/Multilanguage.php:123CopySELECT `c2`.`language`,`c2`.`id`
FROM `jos_menu` AS `c`
INNER JOIN `jos_associations` AS `a` ON `a`.`id` = `c`.`id` AND `a`.`context` = :context
INNER JOIN `jos_associations` AS `a2` ON `a`.`key` = `a2`.`key`
INNER JOIN `jos_menu` AS `c2` ON `a2`.`id` = `c2`.`id`
WHERE `c`.`id` = :id
348μs1.69KBParams/libraries/src/Language/Associations.php:145CopySELECT *
FROM `jos_template_styles`
WHERE `client_id` = 0 AND `id` = '27'
95μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jos_template_styles`
WHERE `client_id` = 0 AND `id` = '27'
74μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jos_template_styles`
WHERE `client_id` = 0 AND `id` = '27'
70μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jos_template_styles`
WHERE `client_id` = 0 AND `id` = '27'
78μs12.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jos_template_styles`
WHERE `client_id` = 0 AND `id` = '27'
92μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jos_template_styles`
WHERE `client_id` = 0 AND `id` = '27'
127μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT `m`.`id`,`m`.`title`,`m`.`module`,`m`.`position`,`m`.`content`,`m`.`showtitle`,`m`.`params`,`mm`.`menuid`
FROM `jos_modules` AS `m`
LEFT JOIN `jos_modules_menu` AS `mm` ON `mm`.`moduleid` = `m`.`id`
LEFT JOIN `jos_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) AND `m`.`language` IN (:preparedArray2,:preparedArray3)
ORDER BY `m`.`position`,`m`.`ordering`
778μs2.2KBParams/libraries/src/Cache/Controller/CallbackController.php:51CopySELECT *
FROM `jos_template_styles`
WHERE `client_id` = 0 AND `id` = '27'
85μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jos_template_styles`
WHERE `client_id` = 0 AND `id` = '27'
81μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT
h.*,
min(hp.hotel_picture_id),
hotel_picture_path
FROM jos_hotelreservation_hotels h
left join jos_hotelreservation_hotel_pictures hp on h.hotel_id=hp.hotel_id
WHERE h.is_available=1 and LENGTH(h.hotel_latitude) > 3
group by h.hotel_id
640μs271.39KB/modules/mod_jhotelreservation/helper.php:41CopySHOW FULL COLUMNS FROM `jos_hotelreservation_language_translations`
585μs1.97KB/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:625Copyselect * from jos_hotelreservation_language_translations where type=1 and language_tag = 'de-DE'
4.52ms277.05KB/administrator/components/com_jhotelreservation/tables/hoteltranslations.php:66CopySELECT `c2`.`language`,`c2`.`id`
FROM `jos_menu` AS `c`
INNER JOIN `jos_associations` AS `a` ON `a`.`id` = `c`.`id` AND `a`.`context` = :context
INNER JOIN `jos_associations` AS `a2` ON `a`.`key` = `a2`.`key`
INNER JOIN `jos_menu` AS `c2` ON `a2`.`id` = `c2`.`id`
WHERE `c`.`id` = :id
111μs1.73KBParams/libraries/src/Language/Associations.php:145CopySHOW FULL COLUMNS FROM `jos_hotelreservation_hotels`
650μs2.52KB/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:625Copyselect distinct c.country_name,hotel_county,hr.name as region_name
from jos_hotelreservation_hotels h
inner join jos_hotelreservation_countries c on h.country_id=c.country_id
inner join jos_hotelreservation_hotel_region_relation hrr on h.hotel_id = hrr.hotelId
inner join jos_hotelreservation_hotel_regions hr on hr.id = hrr.regionId
order by c.country_name,h.hotel_county,hr.name
98μs2.94KB/administrator/components/com_jhotelreservation/tables/hotels.php:100CopySELECT *
FROM `jos_template_styles`
WHERE `client_id` = 0 AND `id` = '27'
80μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jos_template_styles`
WHERE `client_id` = 0 AND `id` = '27'
70μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jos_template_styles`
WHERE `client_id` = 0 AND `id` = '27'
69μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jos_template_styles`
WHERE `client_id` = 0 AND `id` = '27'
67μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jos_template_styles`
WHERE `client_id` = 0 AND `id` = '27'
72μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jos_template_styles`
WHERE `client_id` = 0 AND `id` = '27'
72μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jos_template_styles`
WHERE `client_id` = 0 AND `id` = '27'
69μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jos_template_styles`
WHERE `client_id` = 0 AND `id` = '27'
68μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jos_template_styles`
WHERE `client_id` = 0 AND `id` = '27'
72μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jos_template_styles`
WHERE `client_id` = 0 AND `id` = '27'
85μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jos_template_styles`
WHERE `client_id` = 0 AND `id` = '27'
69μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jos_template_styles`
WHERE `client_id` = 0 AND `id` = '27'
90μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jos_template_styles`
WHERE `client_id` = 0 AND `id` = '27'
85μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jos_template_styles`
WHERE `client_id` = 0 AND `id` = '27'
92μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT `session_id`
FROM `jos_session`
WHERE `session_id` = ?
236μs1.63KBParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:291CopyUPDATE `jos_session`
SET `data` = ?
, `time` = ?
WHERE `session_id` = ?
2.36ms912BParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:318Copyapril 2025 | ||||||
---|---|---|---|---|---|---|
mo | di | mi | do | fr | sa | so |
31 | 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 | 1 | 2 | 3 | 4 |
mai 2025 | ||||||
---|---|---|---|---|---|---|
mo | di | mi | do | fr | sa | so |
28 | 29 | 30 | 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 | 1 |