Begriff | Definition |
---|---|
Arthrose | Bei der Arthrose handelt es sich um eine degenerative Gelenkerkrankung, die im Gegensatz zur Arthritis primär nicht entzündlich ist. Sie entsteht vor allem durch langjährige Überbelastung und zeichnet sich durch eine progrediente Veränderung der Knorpel- und Knochenstruktur aus, die schließlich zur Gelenkdeformierung führen kann. |
Ich bin Sandra Deraneck, staatlich anerkannte und zertifizierte Diätassistentin und Wissenschaftlerin.
Schön, dass Sie den Weg hierher gefunden haben! Lassen Sie sich durch die vielfältigen Leistungsangebote von Healthkitchen24 auf Ihrem persönlichen Weg zu einer besseren Lebensqualität professionell und individuell begleiten und unterstützen.
Joomla! Version | 5.2.6 |
PHP Version | 8.4.5 |
Identity | guest |
Response | 200 |
Template | g5_chimera |
Database |
|
1 x afterInitialise (8.58MB) (22.5%) | 277ms |
1 x Before Access::preloadComponents (all components) (2.83MB) (14.59%) | 179ms |
1 x beforeRenderRawModule mod_custom (Über mich) (5.11MB) (14.41%) | 177ms |
1 x afterRoute (4.71MB) (14.12%) | 174ms |
1 x afterRenderRawModule mod_custom (Schlagworte) (1.64MB) (8.74%) | 108ms |
1 x afterRender (1.01MB) (6.33%) | 77.87ms |
1 x afterLoad (3.7MB) (6.28%) | 77.20ms |
1 x afterRenderModule mod_custom (Über mich) (1.41MB) (4.37%) | 53.73ms |
1 x afterRenderComponent com_seoglossary (902.95KB) (3.43%) | 42.25ms |
1 x afterRenderRawModule mod_menu (Informationen) (99.19KB) (0.94%) | 11.54ms |
1 x afterRenderModule mod_custom (Kontakt) (101.5KB) (0.92%) | 11.31ms |
1 x afterRenderRawModule mod_custom (Über mich) (43.3KB) (0.86%) | 10.59ms |
1 x afterDispatch (60.17KB) (0.79%) | 9.70ms |
1 x beforeRenderRawModule mod_custom (Kontakt) (2.3KB) (0.3%) | 3.69ms |
1 x beforeRenderRawModule mod_menu (Informationen) (4.52KB) (0.3%) | 3.64ms |
1 x beforeRenderRawModule mod_custom (Schlagworte) (16B) (0.29%) | 3.61ms |
1 x After Access::preloadComponents (all components) (125.51KB) (0.19%) | 2.33ms |
1 x beforeRenderComponent com_seoglossary (87.27KB) (0.13%) | 1.62ms |
1 x After Access::getAssetRules (id:355 name:com_seoglossary) (25.71KB) (0.12%) | 1.47ms |
1 x afterRenderModule mod_custom (Schlagworte) (14.47KB) (0.05%) | 641μs |
1 x afterRenderModule mod_menu (Informationen) (3.94KB) (0.05%) | 570μs |
1 x afterRenderRawModule mod_custom (Kontakt) (992B) (0.04%) | 446μs |
1 x Before Access::getAssetRules (id:355 name:com_seoglossary) (1.15KB) (0%) | 25μs |
1 x beforeRenderModule mod_custom (Schlagworte) (720B) (0%) | 11μs |
1 x beforeRenderModule mod_custom (Über mich) (720B) (0%) | 8μs |
1 x beforeRenderModule mod_menu (Informationen) (720B) (0%) | 8μs |
1 x beforeRenderModule mod_custom (Kontakt) (704B) (0%) | 8μs |
SELECT @@SESSION.sql_mode;
1.51ms968B/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:259CopySELECT `data`
FROM `hk24_session`
WHERE `session_id` = ?
760μs1KBParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:250CopySELECT `session_id`
FROM `hk24_session`
WHERE `session_id` = :session_id LIMIT 1
744μs1.31KBParams/libraries/src/Session/MetadataManager.php:187CopyUPDATE `hk24_session`
SET `guest` = :guest
, `time` = :time
, `userid` = :user_id
, `username` = :username
, `client_id` = :client_id
WHERE `session_id` = :session_id
2.26ms992BParams/libraries/src/Session/MetadataManager.php:316CopySELECT `id`,`rules`
FROM `hk24_viewlevels`
762μs928B/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
879μs1.33KBParams/libraries/src/Access/Access.php:868CopySELECT `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`
1.7ms19.61KBParams/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
872μs1.05KB/administrator/components/com_templates/src/Model/StyleModel.php:775CopySELECT * FROM hk24_seoglossary WHERE alias = 'arthrose' AND state=1;
884μs3.66KB/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
826μs944B/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;
958μs536B/components/com_seoglossary/router.php:67CopySELECT alphabet FROM hk24_seoglossaries WHERE id = '1';
910μ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;
893μs536B/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;
842μs536B/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;
839μs536B/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;
848μs536B/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;
856μs1.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;
924μs536B/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;
850μs536B/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;
878μs536B/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;
921μs536B/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;
852μs536B/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;
827μs536B/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;
827μs536B/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;
869μs536B/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;
861μs536B/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;
887μs536B/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;
864μs536B/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;
852μs536B/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;
858μs536B/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;
900μs536B/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.16ms536B/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;
838μs3.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;
850μs536B/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;
2ms536B/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;
840μs536B/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;
860μs536B/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;
830μs536B/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;
864μ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;
931μs536B/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;
917μs536B/components/com_seoglossary/router.php:67CopySHOW FULL COLUMNS FROM `hk24_seoglossary`
1.32ms1.77KB/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:539CopySELECT *
FROM `hk24_seoglossary`
WHERE `id` = '8'
881μs3.03KB/libraries/src/Table/Table.php:780CopySELECT `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)
784μs1.32KBParams/libraries/src/Helper/TagsHelper.php:503CopySELECT *
FROM `hk24_seoglossary`
WHERE `id` = '8'
869μs3.03KB/libraries/src/Table/Table.php:780CopySELECT `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)
758μs1.32KBParams/libraries/src/Helper/TagsHelper.php:503CopySELECT *
FROM hk24_wf_profiles
WHERE published = 1
ORDER BY ordering ASC
884μs1.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.03ms4.06KBParams/libraries/src/MVC/Model/BaseDatabaseModel.php:164CopySELECT *
FROM hk24_wf_profiles
WHERE published = 1
ORDER BY ordering ASC
786μs1.63KB/components/com_jce/editor/libraries/classes/application.php:196CopySELECT *
FROM `hk24_seoglossary`
WHERE `id` = '8'
827μs3.03KB/libraries/src/Table/Table.php:780CopyUPDATE `hk24_seoglossary`
SET `hits` = (`hits` + 1)
WHERE `id` = '8'
2.36ms48B/libraries/src/Table/Table.php:1348CopySELECT name, description, state FROM hk24_seoglossaries WHERE id=1
746μ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)
1.12ms7.69KBParams/libraries/src/Access/Access.php:357CopySELECT name, description, state FROM hk24_seoglossaries WHERE id=1
765μ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
1.08ms4.06KBParams/libraries/src/MVC/Model/BaseDatabaseModel.php:164CopySELECT 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('Bei der Arthrose handelt es sich um eine degenerative Gelenkerkrankung, die im Gegensatz zur Arthritis primär nicht entzündlich ist. Sie entsteht vor allem durch langjährige Überbelastung und zeichnet sich durch eine progrediente Veränderung der Knorpel- und Knochenstruktur aus, die schließlich zur Gelenkdeformierung führen kann.\r\n') LIKE CONCAT('%', LOWER(t.tterm), '%')) AND g.language IN ('de-DE','*') AND (t.publish_up = '0000-00-00 00:00:00' OR t.publish_up <= '2025-04-15 06:20:26') AND ((t.publish_down = '0000-00-00 00:00:00' OR t.publish_down >= '2025-04-15 06:20:26')) 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
1.32ms3.05KB/plugins/content/seoglossary/seoglossary.php:464CopySELECT * FROM hk24_seoglossary WHERE id = '8';
879μ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;
915μs536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '10';
810μ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;
839μs536B/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)
954μs3.97KBParams/libraries/src/Helper/TagsHelper.php:388CopySELECT `language`,`id`
FROM `hk24_menu`
WHERE `home` = '1' AND `published` = 1 AND `client_id` = 0
814μs592B/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;
874μs536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '8';
819μ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;
868μs11.52KB/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`
1.44ms2KBParams/libraries/src/Cache/Controller/CallbackController.php:120CopySELECT `a`.`menutype`,`a`.`title`
FROM `hk24_menu_types` AS `a`
WHERE `a`.`client_id` = 0
779μs704B/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
890μs1.05KB/libraries/gantry5/src/classes/Gantry/Framework/Menu.php:791CopySHOW FULL COLUMNS FROM `hk24_content`
1.59ms1.77KB/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:539CopySELECT `article`.`id` AS `article.id`,'https://healthkitchen24.de/de/glossar/arthrose.html\n[683] RegularLabs.Plugin.System.ArticlesAnywhere.Articles.getValuesByArticleIds\n[733] 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
765μs576B/plugins/system/articlesanywhere/src/Database.php:115CopySELECT category.id,'https://healthkitchen24.de/de/glossar/arthrose.html\n[246] RegularLabs.Plugin.System.ArticlesAnywhere.Articles.getUnpublishedCategoryIds\n[621] 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
876μs640B/plugins/system/articlesanywhere/src/Database.php:115CopySELECT `article`.`id` AS `article.id`,'https://healthkitchen24.de/de/glossar/arthrose.html\n[745] RegularLabs.Plugin.System.ArticlesAnywhere.Articles.getArticleIdsByFilters\n[311] 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-04-15 06:20:26') AND (`article`.`publish_down` IS NULL OR `article`.`publish_down` = '0000-00-00 00:00:00' OR `article`.`publish_down` > '2025-04-15 06:20:26')) AND `article`.`access` IN (1,5) AND `article`.`language` IN ('de-DE','*')) AND (`article`.`alias` = 'about-me' OR `article`.`title` = 'about-me') AND `article`.`catid` NOT IN (8,9,10,11) LIMIT 1
829μs592B/plugins/system/articlesanywhere/src/Database.php:115CopySELECT `article`.`id` AS `article.id`,`article`.`introtext` AS `article.introtext`,'https://healthkitchen24.de/de/glossar/arthrose.html\n[747] RegularLabs.Plugin.System.ArticlesAnywhere.Articles.getValuesByArticleIds\n[733] 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` = 15 LIMIT 1
740μs656B/plugins/system/articlesanywhere/src/Database.php:115CopySELECT 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;
964μs536B/components/com_seoglossary/router.php:67CopySELECT `article`.`id` AS `article.id`,'https://healthkitchen24.de/de/glossar/arthrose.html\n[745] RegularLabs.Plugin.System.ArticlesAnywhere.Articles.getArticleIdsByFilters\n[311] 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-04-15 06:20:26') AND (`article`.`publish_down` IS NULL OR `article`.`publish_down` = '0000-00-00 00:00:00' OR `article`.`publish_down` > '2025-04-15 06:20:26')) 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
889μs592B/plugins/system/articlesanywhere/src/Database.php:115CopySELECT `article`.`id` AS `article.id`,`article`.`introtext` AS `article.introtext`,'https://healthkitchen24.de/de/glossar/arthrose.html\n[747] RegularLabs.Plugin.System.ArticlesAnywhere.Articles.getValuesByArticleIds\n[733] 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
719μs656B/plugins/system/articlesanywhere/src/Database.php:115CopySELECT `article`.`id` AS `article.id`,'https://healthkitchen24.de/de/glossar/arthrose.html\n[745] RegularLabs.Plugin.System.ArticlesAnywhere.Articles.getArticleIdsByFilters\n[311] 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-04-15 06:20:26') AND (`article`.`publish_down` IS NULL OR `article`.`publish_down` = '0000-00-00 00:00:00' OR `article`.`publish_down` > '2025-04-15 06:20:26')) 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
866μs592B/plugins/system/articlesanywhere/src/Database.php:115CopySELECT `article`.`id` AS `article.id`,`article`.`introtext` AS `article.introtext`,'https://healthkitchen24.de/de/glossar/arthrose.html\n[747] RegularLabs.Plugin.System.ArticlesAnywhere.Articles.getValuesByArticleIds\n[733] 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
712μ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
993μs4.06KBParams/libraries/src/MVC/Model/BaseDatabaseModel.php:164CopySELECT 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\nImpulsvortrag\r\nFachvortrag\r\nKochevent\r\n') LIKE CONCAT('%', LOWER(t.tterm), '%')) AND g.language IN ('de-DE','*') AND (t.publish_up = '0000-00-00 00:00:00' OR t.publish_up <= '2025-04-15 06:20:26') AND ((t.publish_down = '0000-00-00 00:00:00' OR t.publish_down >= '2025-04-15 06:20:26')) 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
1.38ms19.45KB/plugins/content/seoglossary/seoglossary.php:464CopySELECT * FROM hk24_seoglossary WHERE id = '14';
1.56ms3.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;
878μs536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '15';
793μ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;
857μs536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '16';
802μ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;
874μs536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '18';
788μ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;
863μs536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '22';
786μ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;
846μs536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '24';
794μ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;
905μs536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '33';
794μ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;
875μs536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '36';
778μ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;
828μs536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '39';
782μ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;
839μs536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '43';
801μ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;
841μs536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '47';
959μ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;
874μs536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '48';
820μ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;
860μs536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '57';
778μ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.08ms536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '69';
817μ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;
876μs536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '78';
817μ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;
845μs536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '79';
812μ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;
899μs536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '83';
791μ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;
886μs536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '84';
778μ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;
847μs536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '86';
767μ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;
889μs536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '87';
792μ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;
865μs536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '91';
764μ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;
825μs536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '93';
766μ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;
879μs536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '94';
783μ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;
832μs536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '99';
801μ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;
864μs536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '100';
799μs11.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;
851μs536B/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
799μs1.37KBParams/administrator/components/com_scheduler/src/Model/TasksModel.php:517CopySELECT `session_id`
FROM `hk24_session`
WHERE `session_id` = ?
787μs1KBParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:277CopyUPDATE `hk24_session`
SET `data` = ?
, `time` = ?
WHERE `session_id` = ?
2.15ms592BParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:301Copy