Begriff | Definition |
---|---|
Immunsystem | Das Immunsystem ist das Abwehrsystem biologischer Organismen gegenüber fremden Substanzen oder Lebewesen. Es unterscheidet zwischen eigenen und fremden Strukturen und dient damit der Erhaltung der individuellen Integrität. Über ein Immunsystem verfügen nicht nur Menschen und Tiere, sondern auch Pflanzen und - in stark reduzierter Form - sogar Mikroorganismen. |
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.5 |
PHP Version | 8.4.5 |
Identity | guest |
Response | 200 |
Template | g5_chimera |
Database |
|
1 x afterInitialise (8.57MB) (23.97%) | 275ms |
1 x beforeRenderRawModule mod_custom (Über mich) (5.12MB) (15.49%) | 178ms |
1 x afterRoute (4.71MB) (15.49%) | 178ms |
1 x Before Access::preloadComponents (all components) (2.83MB) (11.96%) | 137ms |
1 x afterLoad (3.7MB) (7.69%) | 88.37ms |
1 x afterRender (1.01MB) (6.91%) | 79.41ms |
1 x afterRenderRawModule mod_custom (Schlagworte) (1.56MB) (5.73%) | 65.77ms |
1 x afterRenderModule mod_custom (Über mich) (1.41MB) (4.78%) | 54.95ms |
1 x afterRenderComponent com_seoglossary (869.72KB) (2.78%) | 31.94ms |
1 x afterRenderRawModule mod_menu (Informationen) (99.19KB) (1.06%) | 12.17ms |
1 x afterRenderModule mod_custom (Kontakt) (101.5KB) (0.9%) | 10.31ms |
1 x afterRenderRawModule mod_custom (Über mich) (43.3KB) (0.86%) | 9.83ms |
1 x afterDispatch (45.43KB) (0.55%) | 6.31ms |
1 x beforeRenderRawModule mod_menu (Informationen) (4.52KB) (0.39%) | 4.44ms |
1 x beforeRenderRawModule mod_custom (Kontakt) (2.3KB) (0.33%) | 3.75ms |
1 x beforeRenderRawModule mod_custom (Schlagworte) (16B) (0.31%) | 3.59ms |
1 x beforeRenderComponent com_seoglossary (87.27KB) (0.15%) | 1.73ms |
1 x After Access::preloadComponents (all components) (125.51KB) (0.13%) | 1.52ms |
1 x After Access::getAssetRules (id:355 name:com_seoglossary) (25.71KB) (0.11%) | 1.31ms |
1 x afterRenderModule mod_custom (Schlagworte) (14.47KB) (0.06%) | 715μs |
1 x afterRenderModule mod_menu (Informationen) (3.94KB) (0.05%) | 569μs |
1 x afterRenderRawModule mod_custom (Kontakt) (992B) (0.03%) | 383μs |
1 x Before Access::getAssetRules (id:355 name:com_seoglossary) (1.15KB) (0%) | 29μs |
1 x beforeRenderModule mod_custom (Schlagworte) (720B) (0%) | 17μs |
1 x beforeRenderModule mod_custom (Über mich) (720B) (0%) | 12μs |
1 x beforeRenderModule mod_menu (Informationen) (720B) (0%) | 11μs |
1 x beforeRenderModule mod_custom (Kontakt) (704B) (0%) | 7μs |
SELECT @@SESSION.sql_mode;
315μs968B/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:308CopySELECT `data`
FROM `hk24_session`
WHERE `session_id` = ?
352μs1KBParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:250CopySELECT `session_id`
FROM `hk24_session`
WHERE `session_id` = :session_id LIMIT 1
354μ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
397μs992BParams/libraries/src/Session/MetadataManager.php:316CopySELECT `id`,`rules`
FROM `hk24_viewlevels`
331μ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
444μ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`
855μs19.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
519μs1.05KB/administrator/components/com_templates/src/Model/StyleModel.php:775CopySELECT * FROM hk24_seoglossary WHERE alias = 'immunsystem' AND state=1;
556μ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
472μ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;
555μs536B/components/com_seoglossary/router.php:67CopySELECT alphabet FROM hk24_seoglossaries WHERE id = '1';
318μ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;
458μ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;
472μ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;
455μ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;
470μ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;
445μ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;
425μ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;
457μ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;
487μ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;
451μ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;
421μ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;
458μ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;
442μ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;
453μ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;
422μ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;
415μ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;
444μ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;
464μ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;
443μ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;
440μ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;
476μ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;
432μ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;
446μ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;
444μ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;
424μ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;
418μ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;
443μ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;
357μ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;
465μ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;
466μs536B/components/com_seoglossary/router.php:67CopySHOW FULL COLUMNS FROM `hk24_seoglossary`
912μs1.77KB/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:587CopySELECT *
FROM `hk24_seoglossary`
WHERE `id` = '94'
407μ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)
363μs1.32KBParams/libraries/src/Helper/TagsHelper.php:503CopySELECT *
FROM `hk24_seoglossary`
WHERE `id` = '94'
396μ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)
347μs1.32KBParams/libraries/src/Helper/TagsHelper.php:503CopySELECT *
FROM hk24_wf_profiles
WHERE published = 1
ORDER BY ordering ASC
460μ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
634μs4.06KBParams/libraries/src/MVC/Model/BaseDatabaseModel.php:164CopySELECT *
FROM hk24_wf_profiles
WHERE published = 1
ORDER BY ordering ASC
382μs1.63KB/components/com_jce/editor/libraries/classes/application.php:196CopySELECT *
FROM `hk24_seoglossary`
WHERE `id` = '94'
433μs3.03KB/libraries/src/Table/Table.php:780CopyUPDATE `hk24_seoglossary`
SET `hits` = (`hits` + 1)
WHERE `id` = '94'
2.16ms48B/libraries/src/Table/Table.php:1348CopySELECT name, description, state FROM hk24_seoglossaries WHERE id=1
342μ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)
687μs7.69KBParams/libraries/src/Access/Access.php:357CopySELECT name, description, state FROM hk24_seoglossaries WHERE id=1
320μ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
569μ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('Das Immunsystem ist das Abwehrsystem biologischer Organismen gegenüber fremden Substanzen oder Lebewesen. Es unterscheidet zwischen eigenen und fremden Strukturen und dient damit der Erhaltung der individuellen Integrität. Über ein Immunsystem verfügen nicht nur Menschen und Tiere, sondern auch Pflanzen und - in stark reduzierter Form - sogar Mikroorganismen.\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 06:15:33') AND ((t.publish_down = '0000-00-00 00:00:00' OR t.publish_down >= '2025-04-08 06:15:33')) 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.02ms3.03KB/plugins/content/seoglossary/seoglossary.php:464CopySELECT * FROM hk24_seoglossary WHERE id = '94';
417μ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;
479μ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)
548μs3.97KBParams/libraries/src/Helper/TagsHelper.php:388CopySELECT `language`,`id`
FROM `hk24_menu`
WHERE `home` = '1' AND `published` = 1 AND `client_id` = 0
410μ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;
442μs536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '94';
396μ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;
428μ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`
844μs2KBParams/libraries/src/Cache/Controller/CallbackController.php:120CopySELECT `a`.`menutype`,`a`.`title`
FROM `hk24_menu_types` AS `a`
WHERE `a`.`client_id` = 0
382μ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
428μs1.05KB/libraries/gantry5/src/classes/Gantry/Framework/Menu.php:791CopySHOW FULL COLUMNS FROM `hk24_content`
991μs1.77KB/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:587CopySELECT `article`.`id` AS `article.id`,'https://healthkitchen24.com/de/glossar/immunsystem.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
335μs576B/plugins/system/articlesanywhere/src/Database.php:115CopySELECT category.id,'https://healthkitchen24.com/de/glossar/immunsystem.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
450μs640B/plugins/system/articlesanywhere/src/Database.php:115CopySELECT `article`.`id` AS `article.id`,'https://healthkitchen24.com/de/glossar/immunsystem.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 06:15:33') AND (`article`.`publish_down` IS NULL OR `article`.`publish_down` = '0000-00-00 00:00:00' OR `article`.`publish_down` > '2025-04-08 06:15:33')) 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
538μs592B/plugins/system/articlesanywhere/src/Database.php:115CopySELECT `article`.`id` AS `article.id`,`article`.`introtext` AS `article.introtext`,'https://healthkitchen24.com/de/glossar/immunsystem.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
357μ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;
509μs536B/components/com_seoglossary/router.php:67CopySELECT `article`.`id` AS `article.id`,'https://healthkitchen24.com/de/glossar/immunsystem.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 06:15:33') AND (`article`.`publish_down` IS NULL OR `article`.`publish_down` = '0000-00-00 00:00:00' OR `article`.`publish_down` > '2025-04-08 06:15:33')) 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
467μs592B/plugins/system/articlesanywhere/src/Database.php:115CopySELECT `article`.`id` AS `article.id`,`article`.`introtext` AS `article.introtext`,'https://healthkitchen24.com/de/glossar/immunsystem.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
364μs656B/plugins/system/articlesanywhere/src/Database.php:115CopySELECT `article`.`id` AS `article.id`,'https://healthkitchen24.com/de/glossar/immunsystem.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 06:15:33') AND (`article`.`publish_down` IS NULL OR `article`.`publish_down` = '0000-00-00 00:00:00' OR `article`.`publish_down` > '2025-04-08 06:15:33')) 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
469μs592B/plugins/system/articlesanywhere/src/Database.php:115CopySELECT `article`.`id` AS `article.id`,`article`.`introtext` AS `article.introtext`,'https://healthkitchen24.com/de/glossar/immunsystem.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
391μ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
612μ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-08 06:15:33') AND ((t.publish_down = '0000-00-00 00:00:00' OR t.publish_down >= '2025-04-08 06:15:33')) 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.06ms19.45KB/plugins/content/seoglossary/seoglossary.php:464CopySELECT * FROM hk24_seoglossary WHERE id = '14';
424μ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;
468μs536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '15';
407μ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;
441μs536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '16';
364μ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;
453μs536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '18';
436μ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;
469μs536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '22';
373μ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;
422μs536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '24';
381μ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;
438μs536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '33';
381μ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;
754μs536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '36';
390μ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;
441μs536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '39';
365μ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;
440μs536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '43';
390μ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;
438μs536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '47';
384μ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;
432μs536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '48';
375μ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.76ms536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '57';
374μ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;
431μs536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '69';
393μ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;
421μs536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '78';
361μ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;
414μs536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '79';
397μ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;
450μs536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '83';
381μ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;
456μs536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '84';
381μ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;
446μs536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '86';
375μ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;
422μs536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '87';
419μ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;
439μs536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '91';
378μ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;
516μs536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '93';
420μ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;
429μs536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '99';
396μ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;
547μs536B/components/com_seoglossary/router.php:67CopySELECT * FROM hk24_seoglossary WHERE id = '100';
428μ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;
449μ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
587μs1.37KBParams/administrator/components/com_scheduler/src/Model/TasksModel.php:517CopySELECT `session_id`
FROM `hk24_session`
WHERE `session_id` = ?
330μs1KBParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:277CopyUPDATE `hk24_session`
SET `data` = ?
, `time` = ?
WHERE `session_id` = ?
2.99ms8.58KBParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:301Copy