Begriff | Definition |
---|---|
Konzentration | Konzentration ist die Fähigkeit, Handlungen absichtsvoll zu steuern und ihre Ausführung zu kontrollieren (Handlungskontrolle). Im Alltag ist ein Mensch dann konzentriert, wenn er absichtsvoll das – und nur das – tut, was er sich zu tun vorgenommen hat. |
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.
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 | 5.2.5 |
PHP Version | 8.4.5 |
Identity | guest |
Response | 200 |
Template | g5_chimera |
Database |
|
1 x afterInitialise (8.57MB) (22.94%) | 328ms |
1 x Before Access::preloadComponents (all components) (2.83MB) (14.96%) | 214ms |
1 x beforeRenderRawModule mod_custom (Über mich) (5.1MB) (14.64%) | 210ms |
1 x afterRoute (4.67MB) (14.13%) | 202ms |
1 x afterRenderRawModule mod_custom (Schlagworte) (1.58MB) (8.52%) | 122ms |
1 x afterLoad (3.7MB) (6.88%) | 98.56ms |
1 x afterRender (1.04MB) (5.92%) | 84.76ms |
1 x afterRenderModule mod_custom (Über mich) (1.41MB) (5.16%) | 73.83ms |
1 x afterRenderComponent com_seoglossary (869.59KB) (2.85%) | 40.88ms |
1 x afterRenderRawModule mod_custom (Über mich) (43.3KB) (0.84%) | 11.97ms |
1 x afterRenderModule mod_custom (Kontakt) (100.12KB) (0.77%) | 11.00ms |
1 x afterRenderRawModule mod_menu (Informationen) (96.56KB) (0.71%) | 10.20ms |
1 x afterDispatch (45.43KB) (0.71%) | 10.18ms |
1 x After Access::preloadComponents (all components) (125.51KB) (0.25%) | 3.58ms |
1 x beforeRenderComponent com_seoglossary (87.27KB) (0.19%) | 2.67ms |
1 x After Access::getAssetRules (id:355 name:com_seoglossary) (25.71KB) (0.15%) | 2.16ms |
1 x afterRenderModule mod_custom (Schlagworte) (14.47KB) (0.04%) | 576μs |
1 x afterRenderModule mod_menu (Informationen) (3.94KB) (0.03%) | 501μs |
1 x beforeRenderRawModule mod_custom (Kontakt) (1.86KB) (0.02%) | 338μs |
1 x afterRenderRawModule mod_custom (Kontakt) (992B) (0.02%) | 329μs |
1 x beforeRenderRawModule mod_menu (Informationen) (2KB) (0.02%) | 322μs |
1 x beforeRenderRawModule mod_custom (Schlagworte) (464B) (0.02%) | 258μs |
1 x Before Access::getAssetRules (id:355 name:com_seoglossary) (1.15KB) (0%) | 29μs |
1 x beforeRenderModule mod_custom (Über mich) (720B) (0%) | 12μs |
1 x beforeRenderModule mod_custom (Schlagworte) (720B) (0%) | 10μs |
1 x beforeRenderModule mod_custom (Kontakt) (704B) (0%) | 8μs |
1 x beforeRenderModule mod_menu (Informationen) (720B) (0%) | 7μs |
SELECT @@SESSION.sql_mode;
849μs968B/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:308CopySELECT `data`
FROM `hk24_session`
WHERE `session_id` = ?
862μs1008BParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:250CopySELECT `session_id`
FROM `hk24_session`
WHERE `session_id` = :session_id LIMIT 1
949μ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.22ms944BParams/libraries/src/Session/MetadataManager.php:260CopySELECT `id`,`rules`
FROM `hk24_viewlevels`
852μs976B/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
897μ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`
2.22ms19.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
980μs1.05KB/administrator/components/com_templates/src/Model/StyleModel.php:775CopySELECT * FROM hk24_seoglossary WHERE alias = 'konzentration' AND state=1;
1.01ms3.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
899μ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;
1.01ms536B/components/com_seoglossary/router.php:67CopySELECT alphabet FROM hk24_seoglossaries WHERE id = '1';
830μ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.04ms536B/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;
986μ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;
985μ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;
961μ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;
949μ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;
971μ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.02ms536B/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.03ms536B/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;
960μ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.01ms536B/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;
966μ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;
948μ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;
981μ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;
953μ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;
944μ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;
975μ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;
967μ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;
960μ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;
988μ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;
976μ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;
946μ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;
960μ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;
981μ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.05ms536B/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;
945μ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;
950μ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;
966μ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;
970μs536B/components/com_seoglossary/router.php:67CopySHOW FULL COLUMNS FROM `hk24_seoglossary`
1.46ms1.77KB/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:587CopySELECT *
FROM `hk24_seoglossary`
WHERE `id` = '42'
974μ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)
1.63ms1.32KBParams/libraries/src/Helper/TagsHelper.php:503CopySELECT *
FROM `hk24_seoglossary`
WHERE `id` = '42'
943μ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)
859μs1.32KBParams/libraries/src/Helper/TagsHelper.php:503CopySELECT *
FROM hk24_wf_profiles
WHERE published = 1
ORDER BY ordering ASC
911μ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
2.03ms4.06KBParams/libraries/src/MVC/Model/BaseDatabaseModel.php:164CopySELECT *
FROM hk24_wf_profiles
WHERE published = 1
ORDER BY ordering ASC
947μs1.63KB/components/com_jce/editor/libraries/classes/application.php:196CopySELECT *
FROM `hk24_seoglossary`
WHERE `id` = '42'
947μs3.03KB/libraries/src/Table/Table.php:780CopyUPDATE `hk24_seoglossary`
SET `hits` = (`hits` + 1)
WHERE `id` = '42'
2.36ms48B/libraries/src/Table/Table.php:1348CopySELECT name, description, state FROM hk24_seoglossaries WHERE id=1
829μ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.19ms7.69KBParams/libraries/src/Access/Access.php:357CopySELECT name, description, state FROM hk24_seoglossaries WHERE id=1
859μ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.51ms4.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('Konzentration ist die Fähigkeit, Handlungen absichtsvoll zu steuern und ihre Ausführung zu kontrollieren (Handlungskontrolle). Im Alltag ist ein Mensch dann konzentriert, wenn er absichtsvoll das – und nur das – tut, was er sich zu tun vorgenommen hat.\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-08 16:08:23') AND ((t.publish_down = '0000-00-00 00:00:00' OR t.publish_down >= '2025-04-08 16:08:23')) 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.33ms3.03KB/plugins/content/seoglossary/seoglossary.php:464CopySELECT * FROM hk24_seoglossary WHERE id = '42';
903μ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;
976μ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)
1.04ms3.97KBParams/libraries/src/Helper/TagsHelper.php:388CopySELECT `language`,`id`
FROM `hk24_menu`
WHERE `home` = '1' AND `published` = 1 AND `client_id` = 0
921μ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;
925μs536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '42';
916μ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;
969μs536B/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.38ms2KBParams/libraries/src/Cache/Controller/CallbackController.php:51CopySELECT `a`.`menutype`,`a`.`title`
FROM `hk24_menu_types` AS `a`
WHERE `a`.`client_id` = 0
852μs11.69KB/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
949μs1.05KB/libraries/gantry5/src/classes/Gantry/Framework/Menu.php:791CopySHOW FULL COLUMNS FROM `hk24_content`
2.36ms1.77KB/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:587CopySELECT `article`.`id` AS `article.id`,'https://healthkitchen24.com/de/glossar/konzentration.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
1.43ms576B/plugins/system/articlesanywhere/src/Database.php:115CopySELECT category.id,'https://healthkitchen24.com/de/glossar/konzentration.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
3.47ms640B/plugins/system/articlesanywhere/src/Database.php:115CopySELECT `article`.`id` AS `article.id`,'https://healthkitchen24.com/de/glossar/konzentration.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-08 16:08:23') AND (`article`.`publish_down` IS NULL OR `article`.`publish_down` = '0000-00-00 00:00:00' OR `article`.`publish_down` > '2025-04-08 16:08:23')) 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
912μs592B/plugins/system/articlesanywhere/src/Database.php:115CopySELECT `article`.`id` AS `article.id`,`article`.`introtext` AS `article.introtext`,'https://healthkitchen24.com/de/glossar/konzentration.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
840μ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;
990μs536B/components/com_seoglossary/router.php:67CopySELECT `article`.`id` AS `article.id`,'https://healthkitchen24.com/de/glossar/konzentration.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-08 16:08:23') AND (`article`.`publish_down` IS NULL OR `article`.`publish_down` = '0000-00-00 00:00:00' OR `article`.`publish_down` > '2025-04-08 16:08:23')) 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
933μs592B/plugins/system/articlesanywhere/src/Database.php:115CopySELECT `article`.`id` AS `article.id`,`article`.`introtext` AS `article.introtext`,'https://healthkitchen24.com/de/glossar/konzentration.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
885μs656B/plugins/system/articlesanywhere/src/Database.php:115CopySELECT `article`.`id` AS `article.id`,'https://healthkitchen24.com/de/glossar/konzentration.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-08 16:08:23') AND (`article`.`publish_down` IS NULL OR `article`.`publish_down` = '0000-00-00 00:00:00' OR `article`.`publish_down` > '2025-04-08 16:08:23')) 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
926μs592B/plugins/system/articlesanywhere/src/Database.php:115CopySELECT `article`.`id` AS `article.id`,`article`.`introtext` AS `article.introtext`,'https://healthkitchen24.com/de/glossar/konzentration.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
855μ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
1.17ms4.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-08 16:08:23') AND ((t.publish_down = '0000-00-00 00:00:00' OR t.publish_down >= '2025-04-08 16:08:23')) 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.64ms19.45KB/plugins/content/seoglossary/seoglossary.php:464CopySELECT * FROM hk24_seoglossary WHERE id = '14';
1.14ms3.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;
988μs536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '15';
906μ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;
962μs536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '16';
882μ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;
923μs536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '18';
891μ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.02ms536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '22';
1.43ms3.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;
946μs536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '24';
938μ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;
976μs536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '33';
912μ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;
949μs536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '36';
941μ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;
961μs536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '39';
943μ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;
981μs536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '43';
876μ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;
982μs536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '47';
862μ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.05ms536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '48';
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.15ms536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '57';
888μ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;
944μs536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '69';
953μ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;
996μs536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '78';
889μ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;
943μs536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '79';
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;
963μs536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '83';
912μ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;
933μs536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '84';
909μ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;
977μs536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '86';
952μ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;
948μs536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '87';
885μ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;
979μs536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '91';
895μ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.38ms536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '93';
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;
970μs536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '94';
867μ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;
931μs536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '99';
876μ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.07ms536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '100';
957μ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.41ms536B/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
860μs9.37KBParams/administrator/components/com_scheduler/src/Model/TasksModel.php:517CopySELECT `session_id`
FROM `hk24_session`
WHERE `session_id` = ?
855μs1KBParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:277CopyUPDATE `hk24_session`
SET `data` = ?
, `time` = ?
WHERE `session_id` = ?
2.79ms592BParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:301Copy