Joomla! Version | 5.3.0 |
PHP Version | 8.3.19 |
Identity | guest |
Response | 200 |
Template | cassiopeia_whitebghead |
Database |
|
1 x Before Access::preloadComponents (all components) (3.24MB) (39.54%) | 183ms |
1 x afterInitialise (5.3MB) (14.55%) | 67.31ms |
1 x afterRender (1.05MB) (12.93%) | 59.82ms |
1 x afterRoute (1.3MB) (6.31%) | 29.19ms |
1 x afterRenderRawModule mod_languages (Change Language) (520.1KB) (6.27%) | 29.00ms |
1 x afterRenderRawModule mod_djmegamenu (Italian Menu) (831.59KB) (5.65%) | 26.15ms |
1 x afterRenderComponent com_tags (426.65KB) (4.67%) | 21.62ms |
1 x beforeRenderRawModule mod_languages (Change Language) (205.06KB) (2.34%) | 10.81ms |
1 x afterDispatch (123KB) (1.91%) | 8.82ms |
1 x beforeRenderComponent com_tags (80.56KB) (1.4%) | 6.47ms |
1 x beforeRenderModule mod_djmegamenu (Italian Menu) (58.44KB) (1.11%) | 5.16ms |
1 x beforeRenderModule mod_footer (@copyright) (106.55KB) (1.02%) | 4.72ms |
1 x afterRenderRawModule mod_footer (@copyright) (54.79KB) (0.7%) | 3.25ms |
1 x After Access::preloadComponents (all components) (137.25KB) (0.44%) | 2.05ms |
1 x afterLoad (107.45KB) (0.27%) | 1.25ms |
1 x beforeRenderModule mod_languages (Change Language) (12.13KB) (0.26%) | 1.20ms |
1 x afterRenderModule mod_footer (@copyright) (11.17KB) (0.16%) | 741μs |
1 x afterRenderModule mod_languages (Change Language) (13.52KB) (0.13%) | 599μs |
1 x afterRenderModule mod_djmegamenu (Italian Menu) (26.09KB) (0.12%) | 550μs |
1 x beforeRenderRawModule mod_djmegamenu (Italian Menu) (9.35KB) (0.02%) | 74μs |
1 x After Access::getAssetRules (id:35 name:com_tags) (6.89KB) (0.01%) | 64μs |
1 x beforeRenderRawModule mod_footer (@copyright) (7.91KB) (0.01%) | 52μs |
1 x Before Access::getAssetRules (id:35 name:com_tags) (1.16KB) (0%) | 16μs |
SELECT @@SESSION.sql_mode;
102μs968B/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:259CopySELECT `data`
FROM `hjuwq_session`
WHERE `session_id` = ?
182μs1008BParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:250CopySELECT `session_id`
FROM `hjuwq_session`
WHERE `session_id` = :session_id LIMIT 1
113μs1.3KBParams/libraries/src/Session/MetadataManager.php:187CopyINSERT INTO `hjuwq_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
(:session_id, :guest, :time, :user_id, :username, :client_id)
243μs944BParams/libraries/src/Session/MetadataManager.php:260CopySELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `hjuwq_extensions`
WHERE `type` = 'component' AND `state` = 0 AND `enabled` = 1
365μs17.61KB/libraries/src/Component/ComponentHelper.php:399CopySELECT `id`,`rules`
FROM `hjuwq_viewlevels`
129μs656B/libraries/src/Access/Access.php:955CopySELECT `b`.`id`
FROM `hjuwq_usergroups` AS `a`
LEFT JOIN `hjuwq_usergroups` AS `b` ON `b`.`lft` <= `a`.`lft` AND `b`.`rgt` >= `a`.`rgt`
WHERE `a`.`id` = :guest
178μs1.33KBParams/libraries/src/Access/Access.php:868CopySELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM `hjuwq_extensions`
WHERE `enabled` = 1 AND `type` = 'plugin' AND `state` IN (0,1) AND `access` IN (:preparedArray1,:preparedArray2)
ORDER BY `ordering`
545μs3.98KBParams/libraries/src/Plugin/PluginHelper.php:294CopySELECT *
FROM `hjuwq_languages`
WHERE `published` = 1
ORDER BY `ordering` ASC
230μs2.36KB/libraries/src/Language/LanguageHelper.php:179CopySELECT `element`,`name`,`client_id`,`extension_id`
FROM `hjuwq_extensions`
WHERE `type` = 'language' AND `state` = 0 AND `enabled` = 1
202μs1.3KB/libraries/src/Language/LanguageHelper.php:252CopySELECT `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 `hjuwq_menu` AS `m`
LEFT JOIN `hjuwq_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.16ms347.3KBParams/libraries/src/Menu/SiteMenu.php:166CopySELECT `id`
FROM `hjuwq_tags`
WHERE `alias` = :alias
474μs1.31KBParams/components/com_tags/src/Service/Router.php:438CopySELECT *
FROM `hjuwq_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
162μs928B/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT `id`,`home`,`template`,`s`.`params`,`inheritable`,`parent`
FROM `hjuwq_template_styles` AS `s`
LEFT JOIN `hjuwq_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
247μs848B/administrator/components/com_templates/src/Model/StyleModel.php:718CopySHOW FULL COLUMNS FROM `hjuwq_tags`
521μs1.77KB/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:539CopyUPDATE `hjuwq_tags`
SET `hits` = (`hits` + 1)
WHERE `id` = '14'
352μs48B/libraries/src/Table/Table.php:1348CopySELECT *
FROM `hjuwq_tags`
WHERE `id` = '14'
251μs4.3KB/libraries/src/Table/Table.php:780CopySELECT *
FROM `hjuwq_content_types`
185μs17.11KB/libraries/src/Helper/TagsHelper.php:799CopySELECT `m`.`type_alias`,`m`.`content_item_id`,`m`.`core_content_id`,COUNT(`m`.`tag_id`) AS `match_count`,MAX(`m`.`tag_date`) AS `tag_date`,MAX(`c`.`core_title`) AS `core_title`,MAX(`c`.`core_params`) AS `core_params`,MAX(`c`.`core_alias`) AS `core_alias`,MAX(`c`.`core_body`) AS `core_body`,MAX(`c`.`core_state`) AS `core_state`,MAX(`c`.`core_access`) AS `core_access`,MAX(`c`.`core_metadata`) AS `core_metadata`,MAX(`c`.`core_created_user_id`) AS `core_created_user_id`,MAX(`c`.`core_created_by_alias`) AS`core_created_by_alias`,MAX(`c`.`core_created_time`) AS `core_created_time`,MAX(`c`.`core_images`) AS `core_images`,CASE WHEN `c`.`core_modified_time` = :nullDate THEN `c`.`core_created_time` ELSE `c`.`core_modified_time` END AS `core_modified_time`,MAX(`c`.`core_language`) AS `core_language`,MAX(`c`.`core_catid`) AS `core_catid`,MAX(`c`.`core_publish_up`) AS `core_publish_up`,MAX(`c`.`core_publish_down`) AS `core_publish_down`,MAX(`ct`.`type_title`) AS `content_type_title`,MAX(`ct`.`router`) AS `router`,MAX(`tc`.`title`) AS `core_category_title`,CASE WHEN `c`.`core_created_by_alias` > ' ' THEN `c`.`core_created_by_alias` ELSE `ua`.`name` END AS `author`,`ua`.`email` AS `author_email`
FROM `hjuwq_contentitem_tag_map` AS `m`
INNER JOIN `hjuwq_ucm_content` AS `c` ON `m`.`type_alias` = `c`.`core_type_alias` AND `m`.`core_content_id` = `c`.`core_content_id`
INNER JOIN `hjuwq_content_types` AS `ct` ON `ct`.`type_alias` = `m`.`type_alias`
LEFT JOIN `hjuwq_categories` AS `tc` ON `tc`.`id` = `c`.`core_catid`
LEFT JOIN `hjuwq_users` AS `ua` ON `ua`.`id` = `c`.`core_created_user_id`
WHERE
(
(
(`c`.`core_state` IN (:preparedArray1) AND `m`.`tag_id` IN (:preparedArray2)) AND
(`c`.`core_catid` = 0 OR `tc`.`published` = 1) AND `m`.`type_alias` IN (:preparedArray3,:preparedArray4,:preparedArray5,:preparedArray6,:preparedArray7,:preparedArray8,:preparedArray9,:preparedArray10,:preparedArray11,:preparedArray12,:preparedArray13,:preparedArray14,:preparedArray15) AND `c`.`core_access` IN (:preparedArray16,:preparedArray17,:preparedArray18)) AND
(`c`.`core_publish_up` = :nullDate1 OR `c`.`core_publish_up` IS NULL OR `c`.`core_publish_up` <= :nowDate1)) AND
(`c`.`core_publish_down` = :nullDate2 OR `c`.`core_publish_down` IS NULL OR `c`.`core_publish_down` >= :nowDate2)
GROUP BY `m`.`type_alias`,`m`.`content_item_id`,`m`.`core_content_id`,`core_modified_time`,`core_created_time`,`core_created_by_alias`,`author`,`author_email`
ORDER BY MAX(`c`.`core_title`) ASC LIMIT 20
4.14ms110.16KBParams/libraries/src/MVC/Model/BaseDatabaseModel.php:164CopySELECT `c`.`id`,`c`.`asset_id`,`c`.`access`,`c`.`alias`,`c`.`checked_out`,`c`.`checked_out_time`,`c`.`created_time`,`c`.`created_user_id`,`c`.`description`,`c`.`extension`,`c`.`hits`,`c`.`language`,`c`.`level`,`c`.`lft`,`c`.`metadata`,`c`.`metadesc`,`c`.`metakey`,`c`.`modified_time`,`c`.`note`,`c`.`params`,`c`.`parent_id`,`c`.`path`,`c`.`published`,`c`.`rgt`,`c`.`title`,`c`.`modified_user_id`,`c`.`version`, CASE WHEN CHAR_LENGTH(`c`.`alias`) != 0 THEN CONCAT_WS(':', `c`.`id`, `c`.`alias`) ELSE `c`.`id` END as `slug`
FROM `hjuwq_categories` AS `s`
INNER JOIN `hjuwq_categories` AS `c` ON (`s`.`lft` < `c`.`lft` AND `c`.`lft` < `s`.`rgt` AND `c`.`language` IN (:preparedArray3,:preparedArray4)) OR (`c`.`lft` <= `s`.`lft` AND `s`.`rgt` <= `c`.`rgt`)
WHERE (`c`.`extension` = :extension OR `c`.`extension` = 'system') AND `c`.`access` IN (:preparedArray1,:preparedArray2) AND `c`.`published` = 1 AND `s`.`id` = :id
ORDER BY `c`.`lft`
401μs3.98KBParams/libraries/src/Categories/Categories.php:375CopySELECT *
FROM `hjuwq_tags`
WHERE `id` = '14'
227μs3.09KB/libraries/src/Table/Table.php:780CopySELECT `m`.`type_alias`,`m`.`content_item_id`,`m`.`core_content_id`,COUNT(`m`.`tag_id`) AS `match_count`,MAX(`m`.`tag_date`) AS `tag_date`,MAX(`c`.`core_title`) AS `core_title`,MAX(`c`.`core_params`) AS `core_params`,MAX(`c`.`core_alias`) AS `core_alias`,MAX(`c`.`core_body`) AS `core_body`,MAX(`c`.`core_state`) AS `core_state`,MAX(`c`.`core_access`) AS `core_access`,MAX(`c`.`core_metadata`) AS `core_metadata`,MAX(`c`.`core_created_user_id`) AS `core_created_user_id`,MAX(`c`.`core_created_by_alias`) AS`core_created_by_alias`,MAX(`c`.`core_created_time`) AS `core_created_time`,MAX(`c`.`core_images`) AS `core_images`,CASE WHEN `c`.`core_modified_time` = :nullDate THEN `c`.`core_created_time` ELSE `c`.`core_modified_time` END AS `core_modified_time`,MAX(`c`.`core_language`) AS `core_language`,MAX(`c`.`core_catid`) AS `core_catid`,MAX(`c`.`core_publish_up`) AS `core_publish_up`,MAX(`c`.`core_publish_down`) AS `core_publish_down`,MAX(`ct`.`type_title`) AS `content_type_title`,MAX(`ct`.`router`) AS `router`,MAX(`tc`.`title`) AS `core_category_title`,CASE WHEN `c`.`core_created_by_alias` > ' ' THEN `c`.`core_created_by_alias` ELSE `ua`.`name` END AS `author`,`ua`.`email` AS `author_email`
FROM `hjuwq_contentitem_tag_map` AS `m`
INNER JOIN `hjuwq_ucm_content` AS `c` ON `m`.`type_alias` = `c`.`core_type_alias` AND `m`.`core_content_id` = `c`.`core_content_id`
INNER JOIN `hjuwq_content_types` AS `ct` ON `ct`.`type_alias` = `m`.`type_alias`
LEFT JOIN `hjuwq_categories` AS `tc` ON `tc`.`id` = `c`.`core_catid`
LEFT JOIN `hjuwq_users` AS `ua` ON `ua`.`id` = `c`.`core_created_user_id`
WHERE
(
(
(`c`.`core_state` IN (:preparedArray1) AND `m`.`tag_id` IN (:preparedArray2)) AND
(`c`.`core_catid` = 0 OR `tc`.`published` = 1) AND `m`.`type_alias` IN (:preparedArray3,:preparedArray4,:preparedArray5,:preparedArray6,:preparedArray7,:preparedArray8,:preparedArray9,:preparedArray10,:preparedArray11,:preparedArray12,:preparedArray13,:preparedArray14,:preparedArray15) AND `c`.`core_access` IN (:preparedArray16,:preparedArray17,:preparedArray18)) AND
(`c`.`core_publish_up` = :nullDate1 OR `c`.`core_publish_up` IS NULL OR `c`.`core_publish_up` <= :nowDate1)) AND
(`c`.`core_publish_down` = :nullDate2 OR `c`.`core_publish_down` IS NULL OR `c`.`core_publish_down` >= :nowDate2)
GROUP BY `m`.`type_alias`,`m`.`content_item_id`,`m`.`core_content_id`,`core_modified_time`,`core_created_time`,`core_created_by_alias`,`author`,`author_email`
1.28ms123.16KBParams/libraries/src/MVC/Model/BaseDatabaseModel.php:209CopySELECT `c`.`id`,`c`.`asset_id`,`c`.`access`,`c`.`alias`,`c`.`checked_out`,`c`.`checked_out_time`,`c`.`created_time`,`c`.`created_user_id`,`c`.`description`,`c`.`extension`,`c`.`hits`,`c`.`language`,`c`.`level`,`c`.`lft`,`c`.`metadata`,`c`.`metadesc`,`c`.`metakey`,`c`.`modified_time`,`c`.`note`,`c`.`params`,`c`.`parent_id`,`c`.`path`,`c`.`published`,`c`.`rgt`,`c`.`title`,`c`.`modified_user_id`,`c`.`version`, CASE WHEN CHAR_LENGTH(`c`.`alias`) != 0 THEN CONCAT_WS(':', `c`.`id`, `c`.`alias`) ELSE `c`.`id` END as `slug`
FROM `hjuwq_categories` AS `s`
INNER JOIN `hjuwq_categories` AS `c` ON (`s`.`lft` < `c`.`lft` AND `c`.`lft` < `s`.`rgt` AND `c`.`language` IN (:preparedArray3,:preparedArray4)) OR (`c`.`lft` <= `s`.`lft` AND `s`.`rgt` <= `c`.`rgt`)
WHERE (`c`.`extension` = :extension OR `c`.`extension` = 'system') AND `c`.`access` IN (:preparedArray1,:preparedArray2) AND `c`.`published` = 1 AND `s`.`id` = :id
ORDER BY `c`.`lft`
432μs3.98KBParams/libraries/src/Categories/Categories.php:375CopySELECT 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 hjuwq_fields AS a
LEFT JOIN `hjuwq_languages` AS l ON l.lang_code = a.language
LEFT JOIN hjuwq_users AS uc ON uc.id=a.checked_out
LEFT JOIN hjuwq_viewlevels AS ag ON ag.id = a.access
LEFT JOIN hjuwq_users AS ua ON ua.id = a.created_user_id
LEFT JOIN hjuwq_fields_groups AS g ON g.id = a.group_id
LEFT JOIN `hjuwq_fields_categories` AS fc ON fc.field_id = a.id
WHERE
(
(`a`.`context` = :context AND (`fc`.`category_id` IS NULL OR `fc`.`category_id` IN (:preparedArray1,:preparedArray2,:preparedArray3)) AND `a`.`access` IN (:preparedArray4,:preparedArray5)) AND
(`a`.`group_id` = 0 OR `g`.`access` IN (:preparedArray6,:preparedArray7)) AND `a`.`state` = :state) AND
(`a`.`group_id` = 0 OR `g`.`state` = :gstate) AND `a`.`only_use_in_subform` = :only_use_in_subform AND `a`.`language` IN (:preparedArray8,:preparedArray9)
ORDER BY a.ordering ASC
836μs4.81KBParams/libraries/src/MVC/Model/BaseDatabaseModel.php:164CopySELECT `id`,`name`,`rules`,`parent_id`
FROM `hjuwq_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)
395μs7.44KBParams/libraries/src/Access/Access.php:357CopySELECT `alias`,`catid`
FROM hjuwq_content
WHERE `id` = :key
153μs1.37KBParams/libraries/src/Component/Router/Rules/PreprocessRules.php:123CopySELECT `c`.`id`,`c`.`asset_id`,`c`.`access`,`c`.`alias`,`c`.`checked_out`,`c`.`checked_out_time`,`c`.`created_time`,`c`.`created_user_id`,`c`.`description`,`c`.`extension`,`c`.`hits`,`c`.`language`,`c`.`level`,`c`.`lft`,`c`.`metadata`,`c`.`metadesc`,`c`.`metakey`,`c`.`modified_time`,`c`.`note`,`c`.`params`,`c`.`parent_id`,`c`.`path`,`c`.`published`,`c`.`rgt`,`c`.`title`,`c`.`modified_user_id`,`c`.`version`, CASE WHEN CHAR_LENGTH(`c`.`alias`) != 0 THEN CONCAT_WS(':', `c`.`id`, `c`.`alias`) ELSE `c`.`id` END as `slug`
FROM `hjuwq_categories` AS `s`
INNER JOIN `hjuwq_categories` AS `c` ON (`s`.`lft` < `c`.`lft` AND `c`.`lft` < `s`.`rgt` AND `c`.`language` IN (:preparedArray3,:preparedArray4)) OR (`c`.`lft` <= `s`.`lft` AND `s`.`rgt` <= `c`.`rgt`)
WHERE (`c`.`extension` = :extension OR `c`.`extension` = 'system') AND `c`.`access` IN (:preparedArray1,:preparedArray2) AND `c`.`published` = 1 AND `s`.`id` = :id
ORDER BY `c`.`lft`
394μs3.98KBParams/libraries/src/Categories/Categories.php:375CopySELECT `alias`,`catid`
FROM hjuwq_content
WHERE `id` = :key
389μs1.37KBParams/libraries/src/Component/Router/Rules/PreprocessRules.php:123CopySELECT `alias`,`catid`
FROM hjuwq_content
WHERE `id` = :key
366μs1.37KBParams/libraries/src/Component/Router/Rules/PreprocessRules.php:123CopySELECT `alias`,`catid`
FROM hjuwq_content
WHERE `id` = :key
399μs1.37KBParams/libraries/src/Component/Router/Rules/PreprocessRules.php:123CopySELECT `language`,`id`
FROM `hjuwq_menu`
WHERE `home` = '1' AND `published` = 1 AND `client_id` = 0
325μs768B/libraries/src/Language/Multilanguage.php:123CopySELECT `alias`,`catid`
FROM hjuwq_content
WHERE `id` = :key
120μs1.37KBParams/libraries/src/Component/Router/Rules/PreprocessRules.php:123CopySELECT `m`.`id`,`m`.`title`,`m`.`module`,`m`.`position`,`m`.`content`,`m`.`showtitle`,`m`.`params`,`mm`.`menuid`
FROM `hjuwq_modules` AS `m`
LEFT JOIN `hjuwq_modules_menu` AS `mm` ON `mm`.`moduleid` = `m`.`id`
LEFT JOIN `hjuwq_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`
452μs4.44KBParams/libraries/src/Cache/Controller/CallbackController.php:51CopySELECT `c2`.`language`,`c2`.`id`
FROM `hjuwq_menu` AS `c`
INNER JOIN `hjuwq_associations` AS `a` ON `a`.`id` = `c`.`id` AND `a`.`context` = :context
INNER JOIN `hjuwq_associations` AS `a2` ON `a`.`key` = `a2`.`key`
INNER JOIN `hjuwq_menu` AS `c2` ON `a2`.`id` = `c2`.`id`
WHERE `c`.`id` = :id
301μs1.53KBParams/libraries/src/Language/Associations.php:145CopySELECT manifest_cache FROM hjuwq_extensions WHERE element='mod_djmegamenu' LIMIT 1
187μs536B/modules/mod_djmegamenu/helpers/helper.php:412CopySELECT *
FROM `hjuwq_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
206μs928B/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `hjuwq_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
163μs928B/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `hjuwq_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
145μs928B/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `hjuwq_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
146μs928B/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `hjuwq_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
145μs928B/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT 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 `hjuwq_scheduler_tasks` AS `a`
WHERE `a`.`state` = 1
307μs1.37KBParams/administrator/components/com_scheduler/src/Model/TasksModel.php:517CopySELECT *
FROM `hjuwq_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
231μs928B/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT `session_id`
FROM `hjuwq_session`
WHERE `session_id` = ?
194μs1KBParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:277CopyUPDATE `hjuwq_session`
SET `data` = ?
, `time` = ?
WHERE `session_id` = ?
384μs592BParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:301Copy