Joomla! Version | 5.1.2 |
PHP Version | 8.2.27 |
Identity | guest |
Response | 200 |
Template | shaper_helixultimate |
Database |
|
1 x afterRenderComponent com_content (952.13KB) (29.9%) | 35.56ms |
1 x afterInitialise (1.46MB) (16.25%) | 19.33ms |
1 x afterRender (738.7KB) (14.34%) | 17.06ms |
1 x beforeRenderRawModule mod_menu (Main Menu) (610.87KB) (12.21%) | 14.52ms |
1 x afterRenderRawModule mod_menu (Main Menu) (284.69KB) (10.7%) | 12.73ms |
1 x afterRoute (349.45KB) (4.7%) | 5.59ms |
1 x afterRenderRawModule mod_finder (Search) (47.25KB) (2.03%) | 2.42ms |
1 x afterRenderModule mod_finder (Search) (61.38KB) (1.84%) | 2.19ms |
1 x afterRenderModule mod_smartslider3 (KG Banner) (36.61KB) (1.82%) | 2.16ms |
1 x afterRenderModule mod_menu (Main Menu) (42.55KB) (1.78%) | 2.12ms |
1 x beforeRenderComponent com_content (47.8KB) (0.96%) | 1.15ms |
1 x afterLoad (86.17KB) (0.79%) | 939μs |
1 x Before Access::preloadComponents (all components) (127.87KB) (0.56%) | 662μs |
1 x After Access::preloadComponents (all components) (109.66KB) (0.43%) | 513μs |
1 x beforeRenderRawModule mod_finder (Search) (76.87KB) (0.41%) | 486μs |
1 x After Access::preloadPermissions (com_content) (92.83KB) (0.39%) | 465μs |
1 x afterDispatch (2.47KB) (0.22%) | 258μs |
1 x afterRenderRawModule mod_smartslider3 (KG Banner) (7.13KB) (0.18%) | 219μs |
1 x beforeRenderRawModule mod_smartslider3 (KG Banner) (1000B) (0.09%) | 109μs |
1 x After Access::getAssetRules (id:217 name:com_content.article.91) (8.3KB) (0.06%) | 75μs |
1 x Before Access::getAssetRules (id:217 name:com_content.article.91) (6.65KB) (0.02%) | 20μs |
1 x Before Access::preloadPermissions (com_content) (1.57KB) (0.02%) | 19μs |
1 x beforeRenderModule mod_menu (Main Menu) (704B) (0.01%) | 16μs |
1 x beforeRenderModule mod_finder (Search) (704B) (0.01%) | 7μs |
1 x beforeRenderModule mod_smartslider3 (KG Banner) (720B) (0.01%) | 7μs |
SELECT @@SESSION.sql_mode;
114μs968B/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:308CopySELECT `data`
FROM `jn786_session`
WHERE `session_id` = ?
228μs1008BParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:250CopySELECT `session_id`
FROM `jn786_session`
WHERE `session_id` = :session_id LIMIT 1
161μs1.3KBParams/libraries/src/Session/MetadataManager.php:187CopyINSERT INTO `jn786_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
(:session_id, :guest, :time, :user_id, :username, :client_id)
451μs944BParams/libraries/src/Session/MetadataManager.php:260CopySELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `jn786_extensions`
WHERE `type` = 'component' AND `state` = 0 AND `enabled` = 1
110μs1.61KB/libraries/src/Component/ComponentHelper.php:399CopySELECT `id`,`rules`
FROM `jn786_viewlevels`
74μs656B/libraries/src/Access/Access.php:955CopySELECT `b`.`id`
FROM `jn786_usergroups` AS `a`
LEFT JOIN `jn786_usergroups` AS `b` ON `b`.`lft` <= `a`.`lft` AND `b`.`rgt` >= `a`.`rgt`
WHERE `a`.`id` = :guest
107μs1.33KBParams/libraries/src/Access/Access.php:868CopySELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM `jn786_extensions`
WHERE `enabled` = 1 AND `type` = 'plugin' AND `state` IN (0,1) AND `access` IN (:preparedArray1,:preparedArray2)
ORDER BY `ordering`
129μs3.98KBParams/libraries/src/Plugin/PluginHelper.php:294CopySELECT `value`
FROM `jn786_admintools_storage`
WHERE `key` = 'cparams'
76μs1.15KB/administrator/components/com_admintools/src/Helper/Storage.php:120CopySELECT `option`,`view`,`query`
FROM `jn786_admintools_wafexceptions`
81μs640B/plugins/system/admintools/src/Utility/Cache.php:196CopySELECT `params`
FROM `jn786_extensions`
WHERE `type` = 'plugin' AND `folder` = 'system' AND `element` = 'admintools'
82μs536B/plugins/system/admintools/src/Utility/RescueUrl.php:324CopySELECT `template`
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `home` = 1
77μs536B/components/com_sppagebuilder/parser/addon-parser.php:1335CopySELECT *
FROM `jn786_nextend2_section_storage`
WHERE `application` = 'smartslider' AND `section` = 'settings'
94μs896B/libraries/smartslider3/src/Framework/Database/Joomla/JoomlaConnectorTable.php:182CopySELECT `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 `jn786_menu` AS `m`
LEFT JOIN `jn786_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`
660μs3.39KBParams/libraries/src/Menu/SiteMenu.php:166CopySELECT `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 `jn786_categories` AS `c`
WHERE (`c`.`extension` = :extension OR `c`.`extension` = 'system') AND `c`.`published` = 1
ORDER BY `c`.`lft`
141μs4.24KBParams/libraries/src/Categories/Categories.php:375CopySELECT `id`
FROM `jn786_content`
WHERE `alias` = :alias AND `catid` = :catid
269μs1.34KBParams/components/com_content/src/Service/Router.php:263CopySELECT `id`,`home`,`template`,`s`.`params`,`inheritable`,`parent`
FROM `jn786_template_styles` AS `s`
LEFT JOIN `jn786_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
100μs50.08KB/administrator/components/com_templates/src/Model/StyleModel.php:775CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
97μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_languages`
WHERE `published` = 1
ORDER BY `ordering` ASC
80μs1.59KB/libraries/src/Language/LanguageHelper.php:177CopySELECT `id`,`name`,`rules`,`parent_id`
FROM `jn786_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)
136μs7.44KBParams/libraries/src/Access/Access.php:357CopySELECT `id`,`name`,`rules`,`parent_id`
FROM `jn786_assets`
WHERE `name` LIKE :asset OR `name` = :extension OR `parent_id` = 0
103μs4.48KBParams/libraries/src/Access/Access.php:301CopySELECT `a`.`id`,`a`.`asset_id`,`a`.`title`,`a`.`alias`,`a`.`introtext`,`a`.`fulltext`,`a`.`state`,`a`.`catid`,`a`.`created`,`a`.`created_by`,`a`.`created_by_alias`,`a`.`modified`,`a`.`modified_by`,`a`.`checked_out`,`a`.`checked_out_time`,`a`.`publish_up`,`a`.`publish_down`,`a`.`images`,`a`.`urls`,`a`.`attribs`,`a`.`version`,`a`.`ordering`,`a`.`metakey`,`a`.`metadesc`,`a`.`access`,`a`.`hits`,`a`.`metadata`,`a`.`featured`,`a`.`language`,`fp`.`featured_up`,`fp`.`featured_down`,`c`.`title` AS `category_title`,`c`.`alias` AS `category_alias`,`c`.`access` AS `category_access`,`c`.`language` AS `category_language`,`fp`.`ordering`,`u`.`name` AS `author`,`parent`.`title` AS `parent_title`,`parent`.`id` AS `parent_id`,`parent`.`path` AS `parent_route`,`parent`.`alias` AS `parent_alias`,`parent`.`language` AS `parent_language`,ROUND(`v`.`rating_sum` / `v`.`rating_count`, 1) AS `rating`,`v`.`rating_count` AS `rating_count`
FROM `jn786_content` AS `a`
INNER JOIN `jn786_categories` AS `c` ON `c`.`id` = `a`.`catid`
LEFT JOIN `jn786_content_frontpage` AS `fp` ON `fp`.`content_id` = `a`.`id`
LEFT JOIN `jn786_users` AS `u` ON `u`.`id` = `a`.`created_by`
LEFT JOIN `jn786_categories` AS `parent` ON `parent`.`id` = `c`.`parent_id`
LEFT JOIN `jn786_content_rating` AS `v` ON `a`.`id` = `v`.`content_id`
WHERE
(
(`a`.`id` = :pk AND `c`.`published` > 0) AND
(`a`.`publish_up` IS NULL OR `a`.`publish_up` <= :publishUp)) AND
(`a`.`publish_down` IS NULL OR `a`.`publish_down` >= :publishDown) AND `a`.`state` IN (:preparedArray1,:preparedArray2)
483μs6.17KBParams/components/com_content/src/Model/ArticleModel.php:215CopySELECT `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 `jn786_categories` AS `s`
INNER JOIN `jn786_categories` AS `c` ON (`s`.`lft` <= `c`.`lft` AND `c`.`lft` < `s`.`rgt`) 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`
472μs3.91KBParams/libraries/src/Categories/Categories.php:375CopySELECT `m`.`tag_id`,`t`.*
FROM `jn786_contentitem_tag_map` AS `m`
INNER JOIN `jn786_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)
282μs3.97KBParams/libraries/src/Helper/TagsHelper.php:388CopySELECT enabled
FROM `jn786_extensions`
WHERE `element` = 'com_sppagebuilder' AND `type` = 'component'
61μs536B/plugins/content/sppagebuilder/sppagebuilder.php:306CopySELECT `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 `jn786_categories` AS `s`
INNER JOIN `jn786_categories` AS `c` ON (`s`.`lft` <= `c`.`lft` AND `c`.`lft` < `s`.`rgt`) 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`
123μs3.91KBParams/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 jn786_fields AS a
LEFT JOIN `jn786_languages` AS l ON l.lang_code = a.language
LEFT JOIN jn786_users AS uc ON uc.id=a.checked_out
LEFT JOIN jn786_viewlevels AS ag ON ag.id = a.access
LEFT JOIN jn786_users AS ua ON ua.id = a.created_user_id
LEFT JOIN jn786_fields_groups AS g ON g.id = a.group_id
LEFT JOIN `jn786_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)) AND `a`.`access` IN (:preparedArray3,:preparedArray4)) AND
(`a`.`group_id` = 0 OR `g`.`access` IN (:preparedArray5,:preparedArray6)) 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
949μs4.75KBParams/libraries/src/MVC/Model/BaseDatabaseModel.php:164CopySELECT *
FROM `jn786_sppagebuilder`
WHERE `extension` = 'com_content' AND `extension_view` = 'article' AND `view_id` = '91' AND `active` = 1
1.25ms2.98KB/administrator/components/com_sppagebuilder/helpers/sppagebuilder.php:255CopySELECT `a`.`id`,`a`.`title`,`a`.`catid`,`a`.`language`, CASE WHEN CHAR_LENGTH(`a`.`alias`) != 0 THEN CONCAT_WS(':', `a`.`id`, `a`.`alias`) ELSE a.id END AS `slug`, CASE WHEN CHAR_LENGTH(`cc`.`alias`) != 0 THEN CONCAT_WS(':', `cc`.`id`, `cc`.`alias`) ELSE cc.id END AS `catslug`
FROM `jn786_content` AS `a`
LEFT JOIN `jn786_categories` AS `cc` ON `cc`.`id` = `a`.`catid`
WHERE `a`.`catid` = :catid AND `a`.`state` = :state AND `a`.`access` IN (:preparedArray1,:preparedArray2) AND (`publish_up` IS NULL OR `publish_up` <= :nowDate1) AND (`publish_down` IS NULL OR `publish_down` >= :nowDate2)
ORDER BY CASE WHEN `a`.`publish_up` IS NULL THEN `a`.`created` ELSE `a`.`publish_up` END DESC
347μs1.73KBParams/plugins/content/pagenavigation/src/Extension/PageNavigation.php:188CopySELECT `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 `jn786_categories` AS `s`
INNER JOIN `jn786_categories` AS `c` ON (`s`.`lft` <= `c`.`lft` AND `c`.`lft` < `s`.`rgt`) 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`
188μs3.91KBParams/libraries/src/Categories/Categories.php:375CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
128μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
91μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
87μs51.41KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
85μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
93μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
93μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
87μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
86μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
88μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
85μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
99μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
77μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
67μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
68μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
71μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
71μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
69μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
71μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
69μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
71μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
68μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
67μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
75μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
115μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
115μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
120μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
115μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
87μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
88μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
87μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
86μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
87μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
82μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
80μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
101μs59.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
99μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
95μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
95μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
92μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
87μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
88μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
103μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
91μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
99μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
79μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
89μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
108μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
95μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
87μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
90μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
89μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT `m`.`id`,`m`.`title`,`m`.`module`,`m`.`position`,`m`.`content`,`m`.`showtitle`,`m`.`params`,`mm`.`menuid`
FROM `jn786_modules` AS `m`
LEFT JOIN `jn786_modules_menu` AS `mm` ON `mm`.`moduleid` = `m`.`id`
LEFT JOIN `jn786_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)
ORDER BY `m`.`position`,`m`.`ordering`
614μs1.89KBParams/libraries/src/Cache/Controller/CallbackController.php:51CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
101μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
91μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
88μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
92μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
87μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
86μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
87μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
103μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
87μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
86μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
86μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
87μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
87μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
87μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
86μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
85μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
87μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
109μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
89μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
87μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
86μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
87μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
88μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
86μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
87μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
88μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
88μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
95μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
88μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
87μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
89μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT `name`,`element`
FROM `jn786_extensions`
WHERE `type` = 'plugin' AND `folder` = 'finder' AND `enabled` = 1
66μs656B/administrator/components/com_finder/src/Helper/LanguageHelper.php:135CopySELECT `title`
FROM `jn786_finder_taxonomy`
WHERE `parent_id` = 1 AND `state` = 1 AND `access` IN (1,5)
72μs584B/administrator/components/com_finder/src/Indexer/Taxonomy.php:325CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
103μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
98μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
89μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
98μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
91μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
110μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
96μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
91μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
95μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
91μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
116μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
107μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_schemaorg`
WHERE `itemId` = :itemId AND `context` = :context
233μs1.55KBParams/plugins/system/schemaorg/src/Extension/Schemaorg.php:411CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
144μs56.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
91μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
89μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
87μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
94μs48.91KB/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 `jn786_scheduler_tasks` AS `a`
WHERE `a`.`state` = 1
261μs1.37KBParams/administrator/components/com_scheduler/src/Model/TasksModel.php:466CopySELECT *
FROM `jn786_template_styles`
WHERE `client_id` = 0 AND `id` = '12'
133μs48.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT `id`,`referencekey`,`value`,`isSystem`,`editable`
FROM `jn786_nextend2_section_storage`
WHERE `application` = 'system' AND `section` = 'global'
67μs752B/libraries/smartslider3/src/Framework/Database/Joomla/JoomlaConnectorTable.php:180CopySELECT `id`,`referencekey`,`value`,`isSystem`,`editable`
FROM `jn786_nextend2_section_storage`
WHERE `application` = 'system' AND `section` = 'fonts'
67μs752B/libraries/smartslider3/src/Framework/Database/Joomla/JoomlaConnectorTable.php:180CopySELECT *
FROM `jn786_nextend2_section_storage`
WHERE `application` = 'cache' AND `section` = 'notweb/n2-ss-2' AND `referencekey` = 'variations.manifest'
70μs896B/libraries/smartslider3/src/Framework/Database/Joomla/JoomlaConnectorTable.php:182CopySELECT *
FROM `jn786_nextend2_section_storage`
WHERE `application` = 'cache' AND `section` = 'notweb/n2-ss-2' AND `referencekey` = 'data.manifest'
69μs896B/libraries/smartslider3/src/Framework/Database/Joomla/JoomlaConnectorTable.php:182CopySELECT *
FROM `jn786_nextend2_section_storage`
WHERE `application` = 'cache' AND `section` = 'notweb/n2-ss-2' AND `referencekey` = 'slideren-GB1.manifest'
67μs896B/libraries/smartslider3/src/Framework/Database/Joomla/JoomlaConnectorTable.php:182CopySELECT *
FROM `jn786_nextend2_section_storage`
WHERE `application` = 'smartslider' AND `section` = 'sliderChanged' AND `referencekey` = 2
71μs896B/libraries/smartslider3/src/Framework/Database/Joomla/JoomlaConnectorTable.php:182CopySELECT *
FROM `jn786_nextend2_section_storage`
WHERE `application` = 'cache' AND `section` = 'notweb/n2-ss-2' AND `referencekey` = 'slideren-GB1'
88μs40.88KB/libraries/smartslider3/src/Framework/Database/Joomla/JoomlaConnectorTable.php:182CopySELECT `session_id`
FROM `jn786_session`
WHERE `session_id` = ?
205μs1KBParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:277CopyUPDATE `jn786_session`
SET `data` = ?
, `time` = ?
WHERE `session_id` = ?
391μs592BParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:301Copy