Begriff | Definition |
---|---|
Regeneration | Regeneration bedeutet wörtlich "Wiedererzeugung". In der Medizin bezeichnet man mit diesem Begriff die funktionelle und morphologische Wiederherstellung eines geschädigten Gewebes oder eines Organs durch Neubildung von Zellen. Das Gegenteil der Regeneration ist die Degeneration. |
Wir nutzen Cookies auf unserer Website. Einige von ihnen sind essenziell für den Betrieb der Seite, während andere uns helfen, diese Website und die Nutzererfahrung zu verbessern (Tracking Cookies). Sie können selbst entscheiden, ob Sie die Cookies zulassen möchten. Bitte beachten Sie, dass bei einer Ablehnung womöglich nicht mehr alle Funktionalitäten der Seite zur Verfügung stehen.
Joomla! Version | 4.4.9 |
PHP Version | 8.2.26 |
Identity | guest |
Response | 200 |
Template | g5_chimera |
Database |
|
1 x afterInitialise (7.56MB) (26.19%) | 543.38ms |
1 x afterRoute (4.56MB) (14.39%) | 298.65ms |
1 x Before Access::preloadComponents (all components) (2.84MB) (13.16%) | 272.96ms |
1 x beforeRenderRawModule mod_menu (Informationen) (4.89MB) (13.08%) | 271.29ms |
1 x afterRenderRawModule mod_custom (Schlagworte) (1.54MB) (7.26%) | 150.57ms |
1 x afterLoad (3.95MB) (7.26%) | 150.54ms |
1 x afterRender (1.12MB) (6.89%) | 142.91ms |
1 x afterRenderComponent com_seoglossary (1.09MB) (4.65%) | 96.44ms |
1 x afterRenderModule mod_custom (Kontakt) (1.25MB) (4.05%) | 84.13ms |
1 x afterRenderRawModule mod_menu (Informationen) (227.1KB) (1.22%) | 25.35ms |
1 x afterDispatch (157.8KB) (0.7%) | 14.62ms |
1 x afterRenderRawModule mod_custom (Kontakt) (14.46KB) (0.45%) | 9.42ms |
1 x After Access::preloadComponents (all components) (117.37KB) (0.24%) | 4.93ms |
1 x afterRenderModule mod_menu (Informationen) (9.71KB) (0.13%) | 2.78ms |
1 x After Access::getAssetRules (id:355 name:com_seoglossary) (25.58KB) (0.11%) | 2.22ms |
1 x afterRenderModule mod_custom (Schlagworte) (13.98KB) (0.04%) | 829μs |
1 x beforeRenderRawModule mod_custom (Kontakt) (1.34KB) (0.03%) | 583μs |
1 x beforeRenderRawModule mod_custom (Schlagworte) (72B) (0.02%) | 437μs |
1 x beforeRenderComponent com_seoglossary (16.48KB) (0.02%) | 434μs |
1 x Before Access::getAssetRules (id:355 name:com_seoglossary) (72B) (0%) | 38μs |
1 x beforeRenderModule mod_custom (Schlagworte) (720B) (0%) | 22μs |
1 x beforeRenderModule mod_menu (Informationen) (720B) (0%) | 19μs |
1 x beforeRenderModule mod_custom (Kontakt) (704B) (0%) | 11μs |
SELECT @@SESSION.sql_mode;
873μs968B/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:334CopySELECT `data`
FROM `hk24_session`
WHERE `session_id` = ?
850μs1008BParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:261CopySELECT `session_id`
FROM `hk24_session`
WHERE `session_id` = :session_id LIMIT 1
861μs1.3KBParams/libraries/src/Session/MetadataManager.php:187CopyINSERT INTO `hk24_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
(:session_id, :guest, :time, :user_id, :username, :client_id)
2.98ms944BParams/libraries/src/Session/MetadataManager.php:260CopySELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `hk24_extensions`
WHERE `type` = 'component' AND `state` = 0 AND `enabled` = 1
1.94ms17.73KB/libraries/src/Component/ComponentHelper.php:399CopySELECT `id`,`rules`
FROM `hk24_viewlevels`
1.05ms656B/libraries/src/Access/Access.php:955CopySELECT `b`.`id`
FROM `hk24_usergroups` AS `a`
LEFT JOIN `hk24_usergroups` AS `b` ON `b`.`lft` <= `a`.`lft` AND `b`.`rgt` >= `a`.`rgt`
WHERE `a`.`id` = :guest
1.08ms1.33KBParams/libraries/src/Access/Access.php:868CopySELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM `hk24_extensions`
WHERE `enabled` = 1 AND `type` = 'plugin' AND `state` IN (0,1) AND `access` IN (:preparedArray1,:preparedArray2)
ORDER BY `ordering`
3.49ms4.48KBParams/libraries/src/Plugin/PluginHelper.php:294CopySELECT *
FROM `hk24_languages`
WHERE `published` = 1
ORDER BY `ordering` ASC
1.14ms2.22KB/libraries/src/Language/LanguageHelper.php:142CopySELECT `element`,`name`,`client_id`,`extension_id`
FROM `hk24_extensions`
WHERE `type` = 'language' AND `state` = 0 AND `enabled` = 1
1.14ms784B/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 `hk24_menu` AS `m`
LEFT JOIN `hk24_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.78ms19.67KBParams/libraries/src/Menu/SiteMenu.php:166CopySELECT `id`,`home`,`template`,`s`.`params`,`inheritable`,`parent`
FROM `hk24_template_styles` AS `s`
LEFT JOIN `hk24_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
1.57ms1.05KB/administrator/components/com_templates/src/Model/StyleModel.php:773CopySELECT * FROM hk24_seoglossary WHERE alias = 'regeneration' AND state=1;
1.66ms3.03KB/components/com_seoglossary/router.php:240CopySELECT s.id, s.template, s.home, s.title AS long_title, s.params
FROM hk24_template_styles AS s
WHERE s.client_id = 0 AND s.template = 'g5_chimera'
ORDER BY s.id
1.23ms944B/libraries/gantry5/src/classes/Gantry/Joomla/StyleHelper.php:69CopySELECT id FROM hk24_menu WHERE published = 1 AND (link = 'index.php?option=com_seoglossary&view=glossaries&catid=1' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries&catid=1&%' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries%&catid=1' ) AND language in ('de-DE','*') LIMIT 0,1;
1.79ms536B/components/com_seoglossary/router.php:67CopySELECT alphabet FROM hk24_seoglossaries WHERE id = '1';
968μs536B/components/com_seoglossary/helpers/seoglossary.php:231CopySELECT id FROM hk24_menu WHERE published = 1 AND (link = 'index.php?option=com_seoglossary&view=glossaries&catid=1' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries&catid=1&%' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries%&catid=1' ) AND language in ('de-DE','*') LIMIT 0,1;
1.73ms1.77KB/components/com_seoglossary/router.php:67CopySELECT id FROM hk24_menu WHERE published = 1 AND (link = 'index.php?option=com_seoglossary&view=glossaries&catid=1' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries&catid=1&%' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries%&catid=1' ) AND language in ('de-DE','*') LIMIT 0,1;
1.77ms536B/components/com_seoglossary/router.php:67CopySELECT id FROM hk24_menu WHERE published = 1 AND (link = 'index.php?option=com_seoglossary&view=glossaries&catid=1' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries&catid=1&%' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries%&catid=1' ) AND language in ('de-DE','*') LIMIT 0,1;
1.68ms536B/components/com_seoglossary/router.php:67CopySELECT id FROM hk24_menu WHERE published = 1 AND (link = 'index.php?option=com_seoglossary&view=glossaries&catid=1' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries&catid=1&%' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries%&catid=1' ) AND language in ('de-DE','*') LIMIT 0,1;
1.7ms536B/components/com_seoglossary/router.php:67CopySELECT id FROM hk24_menu WHERE published = 1 AND (link = 'index.php?option=com_seoglossary&view=glossaries&catid=1' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries&catid=1&%' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries%&catid=1' ) AND language in ('de-DE','*') LIMIT 0,1;
1.42ms536B/components/com_seoglossary/router.php:67CopySELECT id FROM hk24_menu WHERE published = 1 AND (link = 'index.php?option=com_seoglossary&view=glossaries&catid=1' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries&catid=1&%' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries%&catid=1' ) AND language in ('de-DE','*') LIMIT 0,1;
1.46ms536B/components/com_seoglossary/router.php:67CopySELECT id FROM hk24_menu WHERE published = 1 AND (link = 'index.php?option=com_seoglossary&view=glossaries&catid=1' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries&catid=1&%' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries%&catid=1' ) AND language in ('de-DE','*') LIMIT 0,1;
1.47ms536B/components/com_seoglossary/router.php:67CopySELECT id FROM hk24_menu WHERE published = 1 AND (link = 'index.php?option=com_seoglossary&view=glossaries&catid=1' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries&catid=1&%' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries%&catid=1' ) AND language in ('de-DE','*') LIMIT 0,1;
1.47ms536B/components/com_seoglossary/router.php:67CopySELECT id FROM hk24_menu WHERE published = 1 AND (link = 'index.php?option=com_seoglossary&view=glossaries&catid=1' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries&catid=1&%' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries%&catid=1' ) AND language in ('de-DE','*') LIMIT 0,1;
1.4ms536B/components/com_seoglossary/router.php:67CopySELECT id FROM hk24_menu WHERE published = 1 AND (link = 'index.php?option=com_seoglossary&view=glossaries&catid=1' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries&catid=1&%' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries%&catid=1' ) AND language in ('de-DE','*') LIMIT 0,1;
1.37ms536B/components/com_seoglossary/router.php:67CopySELECT id FROM hk24_menu WHERE published = 1 AND (link = 'index.php?option=com_seoglossary&view=glossaries&catid=1' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries&catid=1&%' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries%&catid=1' ) AND language in ('de-DE','*') LIMIT 0,1;
1.42ms536B/components/com_seoglossary/router.php:67CopySELECT id FROM hk24_menu WHERE published = 1 AND (link = 'index.php?option=com_seoglossary&view=glossaries&catid=1' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries&catid=1&%' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries%&catid=1' ) AND language in ('de-DE','*') LIMIT 0,1;
1.36ms536B/components/com_seoglossary/router.php:67CopySELECT id FROM hk24_menu WHERE published = 1 AND (link = 'index.php?option=com_seoglossary&view=glossaries&catid=1' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries&catid=1&%' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries%&catid=1' ) AND language in ('de-DE','*') LIMIT 0,1;
1.39ms536B/components/com_seoglossary/router.php:67CopySELECT id FROM hk24_menu WHERE published = 1 AND (link = 'index.php?option=com_seoglossary&view=glossaries&catid=1' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries&catid=1&%' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries%&catid=1' ) AND language in ('de-DE','*') LIMIT 0,1;
1.4ms536B/components/com_seoglossary/router.php:67CopySELECT id FROM hk24_menu WHERE published = 1 AND (link = 'index.php?option=com_seoglossary&view=glossaries&catid=1' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries&catid=1&%' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries%&catid=1' ) AND language in ('de-DE','*') LIMIT 0,1;
1.36ms536B/components/com_seoglossary/router.php:67CopySELECT id FROM hk24_menu WHERE published = 1 AND (link = 'index.php?option=com_seoglossary&view=glossaries&catid=1' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries&catid=1&%' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries%&catid=1' ) AND language in ('de-DE','*') LIMIT 0,1;
1.38ms536B/components/com_seoglossary/router.php:67CopySELECT id FROM hk24_menu WHERE published = 1 AND (link = 'index.php?option=com_seoglossary&view=glossaries&catid=1' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries&catid=1&%' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries%&catid=1' ) AND language in ('de-DE','*') LIMIT 0,1;
1.42ms3.02KB/components/com_seoglossary/router.php:67CopySELECT id FROM hk24_menu WHERE published = 1 AND (link = 'index.php?option=com_seoglossary&view=glossaries&catid=1' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries&catid=1&%' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries%&catid=1' ) AND language in ('de-DE','*') LIMIT 0,1;
1.31ms536B/components/com_seoglossary/router.php:67CopySELECT id FROM hk24_menu WHERE published = 1 AND (link = 'index.php?option=com_seoglossary&view=glossaries&catid=1' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries&catid=1&%' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries%&catid=1' ) AND language in ('de-DE','*') LIMIT 0,1;
1.35ms536B/components/com_seoglossary/router.php:67CopySELECT id FROM hk24_menu WHERE published = 1 AND (link = 'index.php?option=com_seoglossary&view=glossaries&catid=1' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries&catid=1&%' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries%&catid=1' ) AND language in ('de-DE','*') LIMIT 0,1;
1.31ms536B/components/com_seoglossary/router.php:67CopySELECT id FROM hk24_menu WHERE published = 1 AND (link = 'index.php?option=com_seoglossary&view=glossaries&catid=1' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries&catid=1&%' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries%&catid=1' ) AND language in ('de-DE','*') LIMIT 0,1;
1.29ms536B/components/com_seoglossary/router.php:67CopySELECT id FROM hk24_menu WHERE published = 1 AND (link = 'index.php?option=com_seoglossary&view=glossaries&catid=1' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries&catid=1&%' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries%&catid=1' ) AND language in ('de-DE','*') LIMIT 0,1;
1.36ms536B/components/com_seoglossary/router.php:67CopySELECT id FROM hk24_menu WHERE published = 1 AND (link = 'index.php?option=com_seoglossary&view=glossaries&catid=1' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries&catid=1&%' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries%&catid=1' ) AND language in ('de-DE','*') LIMIT 0,1;
1.3ms536B/components/com_seoglossary/router.php:67CopySELECT id FROM hk24_menu WHERE published = 1 AND (link = 'index.php?option=com_seoglossary&view=glossaries&catid=1' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries&catid=1&%' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries%&catid=1' ) AND language in ('de-DE','*') LIMIT 0,1;
1.33ms536B/components/com_seoglossary/router.php:67CopySELECT id FROM hk24_menu WHERE published = 1 AND (link = 'index.php?option=com_seoglossary&view=glossaries&catid=1' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries&catid=1&%' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries%&catid=1' ) AND language in ('de-DE','*') LIMIT 0,1;
1.4ms536B/components/com_seoglossary/router.php:67CopySELECT id FROM hk24_menu WHERE published = 1 AND (link = 'index.php?option=com_seoglossary&view=glossaries&catid=1' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries&catid=1&%' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries%&catid=1' ) AND language in ('de-DE','*') LIMIT 0,1;
1.36ms536B/components/com_seoglossary/router.php:67CopySELECT id, name, description FROM hk24_seoglossaries WHERE state = 1 AND (language = '*' OR language LIKE 'de-DE') ORDER BY ordering;
907μs656B/components/com_seoglossary/helpers/seoglossary.php:1276CopySELECT id FROM hk24_menu WHERE published = 1 AND (link = 'index.php?option=com_seoglossary&view=glossaries&catid=1' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries&catid=1&%' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries&%catid=1' ) AND language in ('de-DE','*') LIMIT 0,1;
1.32ms536B/components/com_seoglossary/helpers/seoglossary.php:1362CopySELECT id FROM hk24_menu WHERE published = 1 AND (link = 'index.php?option=com_seoglossary&view=glossaries&catid=1' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries&catid=1&%' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries%&catid=1' ) AND language in ('de-DE','*') LIMIT 0,1;
1.29ms536B/components/com_seoglossary/router.php:67CopySHOW FULL COLUMNS FROM `hk24_seoglossary`
1.66ms9.77KB/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:625CopySELECT *
FROM `hk24_seoglossary`
WHERE `id` = '83'
1.07ms3.03KB/libraries/src/Table/Table.php:755CopySELECT `t`.`id`
FROM `hk24_tags` AS `t`
INNER JOIN `hk24_contentitem_tag_map` AS `m` ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = :prefix AND `m`.`content_item_id` IN (:preparedArray1)
1.09ms1.32KBParams/libraries/src/Helper/TagsHelper.php:503CopySELECT *
FROM `hk24_seoglossary`
WHERE `id` = '83'
1.09ms3.03KB/libraries/src/Table/Table.php:755CopySELECT `t`.`id`
FROM `hk24_tags` AS `t`
INNER JOIN `hk24_contentitem_tag_map` AS `m` ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = :prefix AND `m`.`content_item_id` IN (:preparedArray1)
1.05ms1.32KBParams/libraries/src/Helper/TagsHelper.php:503CopySELECT *
FROM hk24_wf_profiles
WHERE published = 1
ORDER BY ordering ASC
1.12ms1.63KB/components/com_jce/editor/libraries/classes/application.php:196CopySELECT 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 hk24_fields AS a
LEFT JOIN `hk24_languages` AS l ON l.lang_code = a.language
LEFT JOIN hk24_users AS uc ON uc.id=a.checked_out
LEFT JOIN hk24_viewlevels AS ag ON ag.id = a.access
LEFT JOIN hk24_users AS ua ON ua.id = a.created_user_id
LEFT JOIN hk24_fields_groups AS g ON g.id = a.group_id
WHERE
(
(`a`.`context` = :context AND `a`.`access` IN (:preparedArray1,:preparedArray2)) AND
(`a`.`group_id` = 0 OR `g`.`access` IN (:preparedArray3,:preparedArray4)) 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
1.97ms4.06KBParams/libraries/src/MVC/Model/BaseDatabaseModel.php:166CopySELECT *
FROM hk24_wf_profiles
WHERE published = 1
ORDER BY ordering ASC
1.04ms1.63KB/components/com_jce/editor/libraries/classes/application.php:196CopySELECT *
FROM `hk24_seoglossary`
WHERE `id` = '83'
1.04ms3.03KB/libraries/src/Table/Table.php:755CopyUPDATE `hk24_seoglossary`
SET `hits` = (`hits` + 1)
WHERE `id` = '83'
3.63ms48B/libraries/src/Table/Table.php:1325CopySELECT name, description, state FROM hk24_seoglossaries WHERE id=1
900μs608B/components/com_seoglossary/models/glossaries.php:332CopySELECT `id`,`name`,`rules`,`parent_id`
FROM `hk24_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)
3.05ms7.81KBParams/libraries/src/Access/Access.php:357CopySELECT name, description, state FROM hk24_seoglossaries WHERE id=1
921μs656B/components/com_seoglossary/models/glossaries.php:332CopySELECT 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 hk24_fields AS a
LEFT JOIN `hk24_languages` AS l ON l.lang_code = a.language
LEFT JOIN hk24_users AS uc ON uc.id=a.checked_out
LEFT JOIN hk24_viewlevels AS ag ON ag.id = a.access
LEFT JOIN hk24_users AS ua ON ua.id = a.created_user_id
LEFT JOIN hk24_fields_groups AS g ON g.id = a.group_id
WHERE
(
(`a`.`context` = :context AND `a`.`access` IN (:preparedArray1,:preparedArray2)) AND
(`a`.`group_id` = 0 OR `g`.`access` IN (:preparedArray3,:preparedArray4)) 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.32ms4.06KBParams/libraries/src/MVC/Model/BaseDatabaseModel.php:166CopySELECT t.*
FROM hk24_seoglossary as t
LEFT JOIN hk24_seoglossaries g ON t.catid = g.id
WHERE t.state = 1 AND g.state = 1 AND (LOWER('Regeneration bedeutet wörtlich \"Wiedererzeugung\". In der Medizin bezeichnet man mit diesem Begriff die funktionelle und morphologische Wiederherstellung eines geschädigten Gewebes oder eines Organs durch Neubildung von Zellen.\r\nDas Gegenteil der Regeneration ist die Degeneration.\r\n') LIKE CONCAT('%', LOWER(t.tterm), '%') OR 'Regeneration bedeutet wörtlich \"Wiedererzeugung\". In der Medizin bezeichnet man mit diesem Begriff die funktionelle und morphologische Wiederherstellung eines geschädigten Gewebes oder eines Organs durch Neubildung von Zellen.\r\nDas Gegenteil der Regeneration ist die Degeneration.\r\n' REGEXP REPLACE(REPLACE(tsynonyms, ', ', '|'), ',', '|')) AND g.language IN ('de-DE','*') AND (t.publish_up = '0000-00-00 00:00:00' OR t.publish_up <= '2025-01-04 15:23:24') AND ((t.publish_down = '0000-00-00 00:00:00' OR t.publish_down >= '2025-01-04 15:23:24')) AND NOT FIND_IN_SET('com_seoglossary.glossaries',g.disable_context) AND NOT FIND_IN_SET(892,g.disable_menu) AND NOT FIND_IN_SET('com_seoglossary',g.disable_component)
ORDER BY t.ordering
4.18ms3.03KB/plugins/content/seoglossary/seoglossary.php:464CopySELECT * FROM hk24_seoglossary WHERE id = '83';
1.07ms3.03KB/components/com_seoglossary/router.php:46CopySELECT id FROM hk24_menu WHERE published = 1 AND (link = 'index.php?option=com_seoglossary&view=glossaries&catid=1' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries&catid=1&%' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries%&catid=1' ) AND language in ('de-DE','*') LIMIT 0,1;
1.75ms536B/components/com_seoglossary/router.php:67CopySELECT `m`.`tag_id`,`t`.*
FROM `hk24_contentitem_tag_map` AS `m`
INNER JOIN `hk24_tags` AS `t` ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = :contentType AND `m`.`content_item_id` = :id AND `t`.`published` = 1 AND `t`.`access` IN (:preparedArray1,:preparedArray2)
1.19ms3.97KBParams/libraries/src/Helper/TagsHelper.php:388CopySELECT `language`,`id`
FROM `hk24_menu`
WHERE `home` = '1' AND `published` = 1 AND `client_id` = 0
1.13ms592B/libraries/src/Language/Multilanguage.php:123CopySELECT id FROM hk24_menu WHERE published = 1 AND (link = 'index.php?option=com_seoglossary&view=glossaries&catid=1' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries&catid=1&%' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries%&catid=1' ) AND language in ('de-DE','*') LIMIT 0,1;
1.61ms11.52KB/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '83';
1.01ms3.03KB/components/com_seoglossary/router.php:46CopySELECT id FROM hk24_menu WHERE published = 1 AND (link = 'index.php?option=com_seoglossary&view=glossaries&catid=1' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries&catid=1&%' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries%&catid=1' ) AND language in ('de-DE','*') LIMIT 0,1;
1.69ms536B/components/com_seoglossary/router.php:67CopySELECT `m`.`id`,`m`.`title`,`m`.`module`,`m`.`position`,`m`.`content`,`m`.`showtitle`,`m`.`params`,`mm`.`menuid`
FROM `hk24_modules` AS `m`
LEFT JOIN `hk24_modules_menu` AS `mm` ON `mm`.`moduleid` = `m`.`id`
LEFT JOIN `hk24_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) AND `m`.`language` IN (:preparedArray3,:preparedArray4)
ORDER BY `m`.`position`,`m`.`ordering`
2.59ms2KBParams/libraries/src/Cache/Controller/CallbackController.php:51CopySELECT `a`.`menutype`,`a`.`title`
FROM `hk24_menu_types` AS `a`
WHERE `a`.`client_id` = 0
1.03ms704B/libraries/gantry5/src/classes/Gantry/Framework/Menu.php:138CopySELECT m.id, m.alias, m.path AS route, m.level, m.parent_id
FROM hk24_menu AS m
WHERE m.menutype = 'mainmenu' AND m.parent_id > 0 AND m.client_id = 0 AND m.published >= 0
ORDER BY m.lft
1.4ms1.05KB/libraries/gantry5/src/classes/Gantry/Framework/Menu.php:791CopySELECT id FROM hk24_menu WHERE published = 1 AND (link = 'index.php?option=com_seoglossary&view=glossaries&catid=1' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries&catid=1&%' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries%&catid=1' ) AND language in ('de-DE','*') LIMIT 0,1;
1.82ms536B/components/com_seoglossary/router.php:67CopySHOW FULL COLUMNS FROM `hk24_content`
2.1ms1.77KB/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:625CopySELECT `article`.`id` AS `article.id`,'https://health-kitchen24.com/de/glossar/regeneration.html\n[640] RegularLabs.Plugin.System.ArticlesAnywhere.Articles.getValuesByArticleIds\n[690] RegularLabs.Plugin.System.ArticlesAnywhere.Database.getResults\n[ 95] RegularLabs.Plugin.System.ArticlesAnywhere.Helpers.DB.__callStatic' as 'query_comment'
FROM `hk24_content` AS `article`
WHERE `article`.`id` = 0 LIMIT 1
1.01ms576B/plugins/system/articlesanywhere/src/Database.php:115CopySELECT category.id,'https://health-kitchen24.com/de/glossar/regeneration.html\n[246] RegularLabs.Plugin.System.ArticlesAnywhere.Articles.getUnpublishedCategoryIds\n[578] RegularLabs.Plugin.System.ArticlesAnywhere.Database.getResults\n[ 95] RegularLabs.Plugin.System.ArticlesAnywhere.Helpers.DB.__callStatic' as 'query_comment'
FROM `hk24_categories` AS `category`
LEFT JOIN `hk24_categories` AS `parent` ON `category`.`parent_id` = `parent`.`id`
WHERE `category`.`extension` = 'com_content' AND (category.published IN (0,-1,-2) OR parent.published IN (0,-1,-2))
GROUP BY category.id
1.72ms640B/plugins/system/articlesanywhere/src/Database.php:115CopySELECT `article`.`id` AS `article.id`,'https://health-kitchen24.com/de/glossar/regeneration.html\n[702] RegularLabs.Plugin.System.ArticlesAnywhere.Articles.getArticleIdsByFilters\n[306] RegularLabs.Plugin.System.ArticlesAnywhere.Database.getResults\n[ 95] RegularLabs.Plugin.System.ArticlesAnywhere.Helpers.DB.__callStatic' as 'query_comment'
FROM `hk24_content` AS `article`
WHERE ((`article`.`state` = 1 AND (`article`.`publish_up` IS NULL OR `article`.`publish_up` <= '2025-01-04 15:23:24') AND (`article`.`publish_down` IS NULL OR `article`.`publish_down` = '0000-00-00 00:00:00' OR `article`.`publish_down` > '2025-01-04 15:23:24')) AND article.access IN (1,5) AND article.language IN ('de-DE','*')) AND (`article`.`alias` = 'kontakt' OR `article`.`title` = 'kontakt') AND article.catid NOT IN (8,9,10,11) LIMIT 1
1.35ms592B/plugins/system/articlesanywhere/src/Database.php:115CopySELECT `article`.`id` AS `article.id`,`article`.`introtext` AS `article.introtext`,'https://health-kitchen24.com/de/glossar/regeneration.html\n[704] RegularLabs.Plugin.System.ArticlesAnywhere.Articles.getValuesByArticleIds\n[690] RegularLabs.Plugin.System.ArticlesAnywhere.Database.getResults\n[ 95] RegularLabs.Plugin.System.ArticlesAnywhere.Helpers.DB.__callStatic' as 'query_comment'
FROM `hk24_content` AS `article`
WHERE `article`.`id` = 1 LIMIT 1
938μs656B/plugins/system/articlesanywhere/src/Database.php:115CopySELECT `article`.`id` AS `article.id`,'https://health-kitchen24.com/de/glossar/regeneration.html\n[702] RegularLabs.Plugin.System.ArticlesAnywhere.Articles.getArticleIdsByFilters\n[306] RegularLabs.Plugin.System.ArticlesAnywhere.Database.getResults\n[ 95] RegularLabs.Plugin.System.ArticlesAnywhere.Helpers.DB.__callStatic' as 'query_comment'
FROM `hk24_content` AS `article`
WHERE ((`article`.`state` = 1 AND (`article`.`publish_up` IS NULL OR `article`.`publish_up` <= '2025-01-04 15:23:24') AND (`article`.`publish_down` IS NULL OR `article`.`publish_down` = '0000-00-00 00:00:00' OR `article`.`publish_down` > '2025-01-04 15:23:24')) AND article.access IN (1,5) AND article.language IN ('de-DE','*')) AND (`article`.`alias` = 'tags' OR `article`.`title` = 'tags') AND article.catid NOT IN (8,9,10,11) LIMIT 1
1.42ms592B/plugins/system/articlesanywhere/src/Database.php:115CopySELECT `article`.`id` AS `article.id`,`article`.`introtext` AS `article.introtext`,'https://health-kitchen24.com/de/glossar/regeneration.html\n[704] RegularLabs.Plugin.System.ArticlesAnywhere.Articles.getValuesByArticleIds\n[690] RegularLabs.Plugin.System.ArticlesAnywhere.Database.getResults\n[ 95] RegularLabs.Plugin.System.ArticlesAnywhere.Helpers.DB.__callStatic' as 'query_comment'
FROM `hk24_content` AS `article`
WHERE `article`.`id` = 22 LIMIT 1
915μs656B/plugins/system/articlesanywhere/src/Database.php:115CopySELECT 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 hk24_fields AS a
LEFT JOIN `hk24_languages` AS l ON l.lang_code = a.language
LEFT JOIN hk24_users AS uc ON uc.id=a.checked_out
LEFT JOIN hk24_viewlevels AS ag ON ag.id = a.access
LEFT JOIN hk24_users AS ua ON ua.id = a.created_user_id
LEFT JOIN hk24_fields_groups AS g ON g.id = a.group_id
WHERE
(
(`a`.`context` = :context AND `a`.`access` IN (:preparedArray1,:preparedArray2)) AND
(`a`.`group_id` = 0 OR `g`.`access` IN (:preparedArray3,:preparedArray4)) 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.54ms4.06KBParams/libraries/src/MVC/Model/BaseDatabaseModel.php:166CopySELECT t.*
FROM hk24_seoglossary as t
LEFT JOIN hk24_seoglossaries g ON t.catid = g.id
WHERE t.state = 1 AND g.state = 1 AND (LOWER('\r\nHealthkitchen24\r\ngesunde Küche\r\nSchmerzen\r\nSchmerz\r\nLebensstil\r\nGesundheit\r\nEntzündungshemmend\r\nEntzündungshemmende Ernährung\r\nEntzündung\r\nErkrankung\r\nStoffwechsel\r\nFettstoffwechsel\r\nFettverbrennung\r\nHeilkräfte\r\nLebensmittel\r\nKochen\r\nBacken\r\ngesunder Schlaf\r\nMittagsmüdigkeit\r\nLeistungstief\r\nfit\r\ngesund\r\nSchlaf\r\nFitness\r\nPower\r\nStress\r\nMotivation\r\nKraft\r\nRegeneration\r\nVortrag\r\nWorkshop\r\nErnährungsberatung\r\nOnline-Beratung\r\nBlutzuckerspiegel\r\nNährstoffe\r\nImmunsystem\r\nAbnehmen\r\nGewichtsreduktion\r\nSäure-Basen-Haushalt\r\nDiät\r\nBrain Food\r\n') LIKE CONCAT('%', LOWER(t.tterm), '%') OR '\r\nHealthkitchen24\r\ngesunde Küche\r\nSchmerzen\r\nSchmerz\r\nLebensstil\r\nGesundheit\r\nEntzündungshemmend\r\nEntzündungshemmende Ernährung\r\nEntzündung\r\nErkrankung\r\nStoffwechsel\r\nFettstoffwechsel\r\nFettverbrennung\r\nHeilkräfte\r\nLebensmittel\r\nKochen\r\nBacken\r\ngesunder Schlaf\r\nMittagsmüdigkeit\r\nLeistungstief\r\nfit\r\ngesund\r\nSchlaf\r\nFitness\r\nPower\r\nStress\r\nMotivation\r\nKraft\r\nRegeneration\r\nVortrag\r\nWorkshop\r\nErnährungsberatung\r\nOnline-Beratung\r\nBlutzuckerspiegel\r\nNährstoffe\r\nImmunsystem\r\nAbnehmen\r\nGewichtsreduktion\r\nSäure-Basen-Haushalt\r\nDiät\r\nBrain Food\r\n' REGEXP REPLACE(REPLACE(tsynonyms, ', ', '|'), ',', '|')) AND g.language IN ('de-DE','*') AND (t.publish_up = '0000-00-00 00:00:00' OR t.publish_up <= '2025-01-04 15:23:24') AND ((t.publish_down = '0000-00-00 00:00:00' OR t.publish_down >= '2025-01-04 15:23:24')) AND NOT FIND_IN_SET('mod_custom.content',g.disable_context) AND NOT FIND_IN_SET(892,g.disable_menu) AND NOT FIND_IN_SET('mod_custom',g.disable_component)
ORDER BY t.ordering
5.2ms19.45KB/plugins/content/seoglossary/seoglossary.php:464CopySELECT * FROM hk24_seoglossary WHERE id = '14';
1.05ms3.03KB/components/com_seoglossary/router.php:46CopySELECT id FROM hk24_menu WHERE published = 1 AND (link = 'index.php?option=com_seoglossary&view=glossaries&catid=1' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries&catid=1&%' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries%&catid=1' ) AND language in ('de-DE','*') LIMIT 0,1;
1.38ms536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '15';
997μs3.03KB/components/com_seoglossary/router.php:46CopySELECT id FROM hk24_menu WHERE published = 1 AND (link = 'index.php?option=com_seoglossary&view=glossaries&catid=1' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries&catid=1&%' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries%&catid=1' ) AND language in ('de-DE','*') LIMIT 0,1;
1.31ms536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '16';
925μs3.03KB/components/com_seoglossary/router.php:46CopySELECT id FROM hk24_menu WHERE published = 1 AND (link = 'index.php?option=com_seoglossary&view=glossaries&catid=1' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries&catid=1&%' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries%&catid=1' ) AND language in ('de-DE','*') LIMIT 0,1;
1.3ms536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '18';
1ms3.03KB/components/com_seoglossary/router.php:46CopySELECT id FROM hk24_menu WHERE published = 1 AND (link = 'index.php?option=com_seoglossary&view=glossaries&catid=1' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries&catid=1&%' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries%&catid=1' ) AND language in ('de-DE','*') LIMIT 0,1;
1.33ms536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '22';
969μs3.03KB/components/com_seoglossary/router.php:46CopySELECT id FROM hk24_menu WHERE published = 1 AND (link = 'index.php?option=com_seoglossary&view=glossaries&catid=1' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries&catid=1&%' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries%&catid=1' ) AND language in ('de-DE','*') LIMIT 0,1;
1.32ms536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '24';
1.03ms3.03KB/components/com_seoglossary/router.php:46CopySELECT id FROM hk24_menu WHERE published = 1 AND (link = 'index.php?option=com_seoglossary&view=glossaries&catid=1' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries&catid=1&%' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries%&catid=1' ) AND language in ('de-DE','*') LIMIT 0,1;
1.42ms536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '33';
923μs3.03KB/components/com_seoglossary/router.php:46CopySELECT id FROM hk24_menu WHERE published = 1 AND (link = 'index.php?option=com_seoglossary&view=glossaries&catid=1' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries&catid=1&%' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries%&catid=1' ) AND language in ('de-DE','*') LIMIT 0,1;
1.44ms536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '36';
995μs3.03KB/components/com_seoglossary/router.php:46CopySELECT id FROM hk24_menu WHERE published = 1 AND (link = 'index.php?option=com_seoglossary&view=glossaries&catid=1' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries&catid=1&%' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries%&catid=1' ) AND language in ('de-DE','*') LIMIT 0,1;
1.5ms536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '39';
935μs3.03KB/components/com_seoglossary/router.php:46CopySELECT id FROM hk24_menu WHERE published = 1 AND (link = 'index.php?option=com_seoglossary&view=glossaries&catid=1' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries&catid=1&%' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries%&catid=1' ) AND language in ('de-DE','*') LIMIT 0,1;
1.5ms536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '43';
963μs3.03KB/components/com_seoglossary/router.php:46CopySELECT id FROM hk24_menu WHERE published = 1 AND (link = 'index.php?option=com_seoglossary&view=glossaries&catid=1' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries&catid=1&%' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries%&catid=1' ) AND language in ('de-DE','*') LIMIT 0,1;
1.81ms536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '47';
936μs3.03KB/components/com_seoglossary/router.php:46CopySELECT id FROM hk24_menu WHERE published = 1 AND (link = 'index.php?option=com_seoglossary&view=glossaries&catid=1' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries&catid=1&%' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries%&catid=1' ) AND language in ('de-DE','*') LIMIT 0,1;
1.49ms536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '48';
969μs3.03KB/components/com_seoglossary/router.php:46CopySELECT id FROM hk24_menu WHERE published = 1 AND (link = 'index.php?option=com_seoglossary&view=glossaries&catid=1' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries&catid=1&%' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries%&catid=1' ) AND language in ('de-DE','*') LIMIT 0,1;
1.48ms536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '57';
965μs3.03KB/components/com_seoglossary/router.php:46CopySELECT id FROM hk24_menu WHERE published = 1 AND (link = 'index.php?option=com_seoglossary&view=glossaries&catid=1' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries&catid=1&%' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries%&catid=1' ) AND language in ('de-DE','*') LIMIT 0,1;
1.44ms536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '69';
920μs3.03KB/components/com_seoglossary/router.php:46CopySELECT id FROM hk24_menu WHERE published = 1 AND (link = 'index.php?option=com_seoglossary&view=glossaries&catid=1' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries&catid=1&%' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries%&catid=1' ) AND language in ('de-DE','*') LIMIT 0,1;
1.43ms536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '78';
932μs3.03KB/components/com_seoglossary/router.php:46CopySELECT id FROM hk24_menu WHERE published = 1 AND (link = 'index.php?option=com_seoglossary&view=glossaries&catid=1' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries&catid=1&%' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries%&catid=1' ) AND language in ('de-DE','*') LIMIT 0,1;
1.39ms536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '79';
962μs3.03KB/components/com_seoglossary/router.php:46CopySELECT id FROM hk24_menu WHERE published = 1 AND (link = 'index.php?option=com_seoglossary&view=glossaries&catid=1' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries&catid=1&%' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries%&catid=1' ) AND language in ('de-DE','*') LIMIT 0,1;
1.44ms536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '84';
965μs3.03KB/components/com_seoglossary/router.php:46CopySELECT id FROM hk24_menu WHERE published = 1 AND (link = 'index.php?option=com_seoglossary&view=glossaries&catid=1' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries&catid=1&%' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries%&catid=1' ) AND language in ('de-DE','*') LIMIT 0,1;
1.4ms536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '86';
925μs3.03KB/components/com_seoglossary/router.php:46CopySELECT id FROM hk24_menu WHERE published = 1 AND (link = 'index.php?option=com_seoglossary&view=glossaries&catid=1' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries&catid=1&%' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries%&catid=1' ) AND language in ('de-DE','*') LIMIT 0,1;
1.53ms536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '87';
982μs3.03KB/components/com_seoglossary/router.php:46CopySELECT id FROM hk24_menu WHERE published = 1 AND (link = 'index.php?option=com_seoglossary&view=glossaries&catid=1' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries&catid=1&%' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries%&catid=1' ) AND language in ('de-DE','*') LIMIT 0,1;
1.52ms536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '91';
914μs3.03KB/components/com_seoglossary/router.php:46CopySELECT id FROM hk24_menu WHERE published = 1 AND (link = 'index.php?option=com_seoglossary&view=glossaries&catid=1' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries&catid=1&%' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries%&catid=1' ) AND language in ('de-DE','*') LIMIT 0,1;
1.57ms536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '93';
1.05ms3.03KB/components/com_seoglossary/router.php:46CopySELECT id FROM hk24_menu WHERE published = 1 AND (link = 'index.php?option=com_seoglossary&view=glossaries&catid=1' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries&catid=1&%' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries%&catid=1' ) AND language in ('de-DE','*') LIMIT 0,1;
1.47ms536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '94';
1ms3.03KB/components/com_seoglossary/router.php:46CopySELECT id FROM hk24_menu WHERE published = 1 AND (link = 'index.php?option=com_seoglossary&view=glossaries&catid=1' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries&catid=1&%' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries%&catid=1' ) AND language in ('de-DE','*') LIMIT 0,1;
1.39ms536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '99';
1.22ms3.03KB/components/com_seoglossary/router.php:46CopySELECT id FROM hk24_menu WHERE published = 1 AND (link = 'index.php?option=com_seoglossary&view=glossaries&catid=1' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries&catid=1&%' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries%&catid=1' ) AND language in ('de-DE','*') LIMIT 0,1;
1.66ms536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '100';
1.65ms3.03KB/components/com_seoglossary/router.php:46CopySELECT id FROM hk24_menu WHERE published = 1 AND (link = 'index.php?option=com_seoglossary&view=glossaries&catid=1' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries&catid=1&%' OR link LIKE 'index.php?option=com_seoglossary&view=glossaries%&catid=1' ) AND language in ('de-DE','*') LIMIT 0,1;
1.98ms536B/components/com_seoglossary/router.php:67CopySELECT 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 `hk24_scheduler_tasks` AS `a`
WHERE `a`.`state` = 1
1.15ms9.37KBParams/administrator/components/com_scheduler/src/Model/TasksModel.php:466CopySELECT `article`.`id` AS `article.id`,'https://health-kitchen24.com/de/glossar/regeneration.html\n[702] RegularLabs.Plugin.System.ArticlesAnywhere.Articles.getArticleIdsByFilters\n[306] RegularLabs.Plugin.System.ArticlesAnywhere.Database.getResults\n[ 95] RegularLabs.Plugin.System.ArticlesAnywhere.Helpers.DB.__callStatic' as 'query_comment'
FROM `hk24_content` AS `article`
WHERE ((`article`.`state` = 1 AND (`article`.`publish_up` IS NULL OR `article`.`publish_up` <= '2025-01-04 15:23:24') AND (`article`.`publish_down` IS NULL OR `article`.`publish_down` = '0000-00-00 00:00:00' OR `article`.`publish_down` > '2025-01-04 15:23:24')) AND article.access IN (1,5) AND article.language IN ('de-DE','*')) AND (`article`.`alias` = 'ernaehrungs-beratung' OR `article`.`title` = 'ernaehrungs-beratung') AND article.catid NOT IN (8,9,10,11) LIMIT 1
2.01ms592B/plugins/system/articlesanywhere/src/Database.php:115CopySELECT `article`.`id` AS `article.id`,`article`.`introtext` AS `article.introtext`,'https://health-kitchen24.com/de/glossar/regeneration.html\n[704] RegularLabs.Plugin.System.ArticlesAnywhere.Articles.getValuesByArticleIds\n[690] RegularLabs.Plugin.System.ArticlesAnywhere.Database.getResults\n[ 95] RegularLabs.Plugin.System.ArticlesAnywhere.Helpers.DB.__callStatic' as 'query_comment'
FROM `hk24_content` AS `article`
WHERE `article`.`id` = 47 LIMIT 1
983μs656B/plugins/system/articlesanywhere/src/Database.php:115CopySELECT `session_id`
FROM `hk24_session`
WHERE `session_id` = ?
812μs1KBParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:291CopyUPDATE `hk24_session`
SET `data` = ?
, `time` = ?
WHERE `session_id` = ?
5.01ms592BParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:318Copy