Joomla! Version | 5.2.3 |
PHP Version | 8.1.31 |
Identity | guest |
Response | 200 |
Template | rythm |
Database |
|
1 x Before Access::preloadPermissions (com_sppagebuilder) (3.23MB) (25.54%) | 165ms |
1 x afterRenderRawModule mod_allvideosharegallery (Pokaz konfetti all video) (306.35KB) (12.47%) | 80.60ms |
1 x afterInitialise (962.72KB) (10.43%) | 67.41ms |
1 x afterRenderRawModule mod_sppagebuilder (Stopka) (469.32KB) (9.24%) | 59.73ms |
1 x afterRenderRawModule mod_menu (Offcanvas) (861.24KB) (7.88%) | 50.94ms |
1 x beforeRenderRawModule mod_allvideosharegallery (Pokaz konfetti all video) (308.28KB) (6.99%) | 45.14ms |
1 x afterRenderComponent com_sppagebuilder (270.11KB) (6.42%) | 41.46ms |
1 x beforeRenderRawModule mod_menu (Offcanvas) (323.33KB) (5.59%) | 36.15ms |
1 x afterRender (296.13KB) (4.17%) | 26.97ms |
1 x Before Access::preloadComponents (all components) (436.77KB) (3.87%) | 24.98ms |
1 x afterLoad (77.84KB) (1.99%) | 12.86ms |
1 x afterRoute (108.5KB) (1.96%) | 12.67ms |
1 x beforeRenderComponent com_sppagebuilder (131.32KB) (0.78%) | 5.03ms |
1 x afterRenderModule mod_menu (Offcanvas) (71.84KB) (0.58%) | 3.75ms |
1 x afterRenderModule mod_sppagebuilder (Stopka) (76.23KB) (0.48%) | 3.12ms |
1 x afterDispatch (3.97KB) (0.39%) | 2.53ms |
1 x After Access::preloadComponents (all components) (124.97KB) (0.34%) | 2.21ms |
1 x afterRenderModule mod_allvideosharegallery (Pokaz konfetti all video) (15.45KB) (0.28%) | 1.84ms |
1 x After Access::preloadPermissions (com_sppagebuilder) (24.02KB) (0.22%) | 1.42ms |
1 x After Access::getAssetRules (id:92 name:com_sppagebuilder) (16.35KB) (0.19%) | 1.20ms |
1 x beforeRenderRawModule mod_sppagebuilder (Stopka) (2.29KB) (0.02%) | 118μs |
1 x Before Access::getAssetRules (id:92 name:com_sppagebuilder) (2.43KB) (0%) | 28μs |
1 x Before Access::getAssetRules (id:189 name:com_sppagebuilder.page.5) (192B) (0%) | 20μs |
1 x After Access::getAssetRules (id:189 name:com_sppagebuilder.page.5) (1.61KB) (0%) | 16μs |
1 x beforeRenderModule mod_menu (Offcanvas) (704B) (0%) | 15μs |
1 x beforeRenderModule mod_sppagebuilder (Stopka) (720B) (0%) | 15μs |
1 x beforeRenderModule mod_allvideosharegallery (Pokaz konfetti all video) (736B) (0%) | 14μs |
SELECT @@SESSION.sql_mode;
100μs1.57KB/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:308CopySELECT `data`
FROM `x6lcg_session`
WHERE `session_id` = ?
199μs1.61KBParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:250CopySELECT `session_id`
FROM `x6lcg_session`
WHERE `session_id` = :session_id LIMIT 1
127μs1.61KBParams/libraries/src/Session/MetadataManager.php:187CopyINSERT INTO `x6lcg_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
(:session_id, :guest, :time, :user_id, :username, :client_id)
826μs944BParams/libraries/src/Session/MetadataManager.php:260CopySELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `x6lcg_extensions`
WHERE `type` = 'component' AND `state` = 0 AND `enabled` = 1
148μs2.23KB/libraries/src/Component/ComponentHelper.php:399CopySELECT `id`,`rules`
FROM `x6lcg_viewlevels`
65μs976B/libraries/src/Access/Access.php:955CopySELECT `b`.`id`
FROM `x6lcg_usergroups` AS `a`
LEFT JOIN `x6lcg_usergroups` AS `b` ON `b`.`lft` <= `a`.`lft` AND `b`.`rgt` >= `a`.`rgt`
WHERE `a`.`id` = :guest
65μs1.64KBParams/libraries/src/Access/Access.php:868CopySELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM `x6lcg_extensions`
WHERE `enabled` = 1 AND `type` = 'plugin' AND `state` IN (0,1) AND `access` IN (:preparedArray1,:preparedArray2)
ORDER BY `ordering`
108μs3.8KBParams/libraries/src/Plugin/PluginHelper.php:294CopySELECT `template`
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `home` = 1
58μs2.09KB/components/com_sppagebuilder/parser/addon-parser.php:1335CopySELECT `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 `x6lcg_menu` AS `m`
LEFT JOIN `x6lcg_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`
785μs4.86KBParams/libraries/src/Menu/SiteMenu.php:166CopySELECT `id`,`home`,`template`,`s`.`params`,`inheritable`,`parent`
FROM `x6lcg_template_styles` AS `s`
LEFT JOIN `x6lcg_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
132μs1.14KB/administrator/components/com_templates/src/Model/StyleModel.php:775CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
88μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_languages`
WHERE `published` = 1
ORDER BY `ordering` ASC
354μs2.22KB/libraries/src/Language/LanguageHelper.php:177CopySELECT `id`,`name`,`rules`,`parent_id`
FROM `x6lcg_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)
979μs7.75KBParams/libraries/src/Access/Access.php:357CopySHOW FULL COLUMNS FROM `x6lcg_sppagebuilder`
1.07ms2.33KB/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:587CopySELECT *
FROM `x6lcg_sppagebuilder`
WHERE `id` = '5'
950μs308.25KB/libraries/src/Table/Table.php:780CopyUPDATE `x6lcg_sppagebuilder`
SET `hits` = (`hits` + 1)
WHERE `id` = '5'
813μs2.55KB/libraries/src/Table/Table.php:1348CopySELECT a.*,`l`.`title` AS `language_title`,`ua`.`name` AS `author_name`
FROM `x6lcg_sppagebuilder` AS `a`
LEFT JOIN `x6lcg_languages` AS `l` ON `l`.`lang_code` = `a`.`language`
LEFT JOIN `x6lcg_users` AS `ua` ON `ua`.`id` = `a`.`created_by`
WHERE `a`.`id` = 5 AND `a`.`published` = 1
671μs308.27KB/components/com_sppagebuilder/models/page.php:75CopySELECT `id`
FROM `x6lcg_menu`
WHERE (`link` LIKE '%option=com_sppagebuilder&view=page&id=5' OR `link` LIKE '%option=com_sppagebuilder&view=page&id=5&%') AND `published` = '1'
659μs856B/components/com_sppagebuilder/helpers/route.php:115CopySELECT `id`
FROM `x6lcg_menu`
WHERE (`link` LIKE '%option=com_sppagebuilder&view=page&id=5' OR `link` LIKE '%option=com_sppagebuilder&view=page&id=5&%') AND `published` = '1'
61μs856B/components/com_sppagebuilder/helpers/route.php:115CopySELECT `id`
FROM `x6lcg_menu`
WHERE (`link` LIKE '%option=com_sppagebuilder&view=page&id=5' OR `link` LIKE '%option=com_sppagebuilder&view=page&id=5&%') AND `published` = '1'
45μs856B/components/com_sppagebuilder/helpers/route.php:115CopySELECT e.manifest_cache,`e`.`manifest_cache`
FROM `x6lcg_extensions` AS `e`
WHERE `e`.`element` = 'com_sppagebuilder'
253μs912B/administrator/components/com_sppagebuilder/helpers/sppagebuilder.php:80CopySELECT enabled
FROM `x6lcg_extensions`
WHERE `name` = 'com_easystore'
399μs840B/administrator/components/com_sppagebuilder/editor/helpers/ApplicationHelper.php:138CopySELECT `template`
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `home` = 1
62μs856B/components/com_sppagebuilder/builder/classes/base.php:87CopySELECT DISTINCT a.id, a.title, a.level, a.published, a.lft, a.parent_id
FROM (
SELECT id,title,level,published,parent_id,lft,rgt
FROM x6lcg_tags
WHERE `published` = '1') AS a
LEFT JOIN `x6lcg_tags` AS b ON a.lft > b.lft AND a.rgt < b.rgt
WHERE `a`.`level` != '0'
ORDER BY a.lft ASC
596μs1.11KB/components/com_sppagebuilder/builder/classes/base.php:373CopySELECT a.enabled
FROM `x6lcg_extensions` AS `a`
WHERE `a`.`name` = 'com_k2'
349μs840B/components/com_sppagebuilder/builder/classes/base.php:968CopySELECT a.enabled
FROM `x6lcg_extensions` AS `a`
WHERE `a`.`name` = 'com_k2'
45μs840B/components/com_sppagebuilder/builder/classes/base.php:968CopySELECT DISTINCT a.id, a.title, a.level, a.published, a.lft, a.parent_id
FROM (
SELECT id,title,level,published,parent_id,lft,rgt
FROM x6lcg_tags
WHERE `published` = '1') AS a
LEFT JOIN `x6lcg_tags` AS b ON a.lft > b.lft AND a.rgt < b.rgt
WHERE `a`.`level` != '0'
ORDER BY a.lft ASC
68μs1.11KB/components/com_sppagebuilder/builder/classes/base.php:373CopySELECT a.enabled
FROM `x6lcg_extensions` AS `a`
WHERE `a`.`name` = 'com_k2'
43μs840B/components/com_sppagebuilder/builder/classes/base.php:968CopySELECT a.enabled
FROM `x6lcg_extensions` AS `a`
WHERE (`a`.`element` = 'com_acymailing' OR `a`.`element` = 'com_acym')
456μs840B/components/com_sppagebuilder/builder/classes/base.php:865CopySELECT `id`,`name`,`rules`,`parent_id`
FROM `x6lcg_assets`
WHERE `name` LIKE :asset OR `name` = :extension OR `parent_id` = 0
825μs2.05KBParams/libraries/src/Access/Access.php:301CopySELECT e.manifest_cache,`e`.`manifest_cache`
FROM `x6lcg_extensions` AS `e`
WHERE `e`.`element` = 'com_sppagebuilder'
71μs912B/components/com_sppagebuilder/helpers/helper.php:2035CopySELECT e.manifest_cache,`e`.`manifest_cache`
FROM `x6lcg_extensions` AS `e`
WHERE `e`.`element` = 'com_sppagebuilder'
63μs11.89KB/components/com_sppagebuilder/helpers/helper.php:2035CopySELECT e.manifest_cache,`e`.`manifest_cache`
FROM `x6lcg_extensions` AS `e`
WHERE `e`.`element` = 'com_sppagebuilder'
58μs912B/components/com_sppagebuilder/helpers/helper.php:2035CopySELECT `a`.`name`,`a`.`css_path`
FROM `x6lcg_sppagebuilder_assets` AS `a`
WHERE `a`.`published` = 1
327μs896B/components/com_sppagebuilder/helpers/helper.php:2066CopySELECT e.manifest_cache,`e`.`manifest_cache`
FROM `x6lcg_extensions` AS `e`
WHERE `e`.`element` = 'com_sppagebuilder'
71μs912B/components/com_sppagebuilder/helpers/helper.php:2035CopySELECT e.manifest_cache,`e`.`manifest_cache`
FROM `x6lcg_extensions` AS `e`
WHERE `e`.`element` = 'com_sppagebuilder'
66μs912B/components/com_sppagebuilder/helpers/helper.php:2035CopySELECT e.manifest_cache,`e`.`manifest_cache`
FROM `x6lcg_extensions` AS `e`
WHERE `e`.`element` = 'com_sppagebuilder'
49μs912B/components/com_sppagebuilder/helpers/helper.php:2035CopySELECT `template`
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `home` = 1
54μs856B/components/com_sppagebuilder/builder/classes/base.php:87CopySELECT m.id, m.title, m.module, m.position, m.ordering, m.content, m.showtitle, m.params
FROM x6lcg_modules AS m
WHERE
(
(m.published = 1 AND m.id = 142) AND
(`m`.`publish_up` IS NULL OR `m`.`publish_up` <= :publishUp)) AND
(`m`.`publish_down` IS NULL OR `m`.`publish_down` >= :publishDown) AND m.access IN (1,5) AND m.client_id = 0
380μs2.03KBParams/components/com_sppagebuilder/addons/module/site.php:159CopySHOW FULL TABLES WHERE table_type="BASE TABLE"
1.77ms2.63KB/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:635CopySELECT id
FROM `x6lcg_allvideoshare_categories`
WHERE `slug` = 'pokazy-konfetti'
249μs856B/components/com_allvideoshare/src/Helper/AllVideoShareQuery.php:40CopySELECT * FROM x6lcg_allvideoshare_videos WHERE state=1 AND ( catid=1 OR catids LIKE '% 1 %' ) ORDER BY created_date DESC LIMIT 16
633μs4.52KB/modules/mod_allvideosharegallery/src/Helper/AllVideoShareGalleryHelper.php:177CopySELECT id FROM x6lcg_menu WHERE link='index.php?option=com_allvideoshare&view=video&slg=pokaz-konfetti-sylwester-doubletree-by-hilton-lodz-2023-2024-bigparty' AND published=1 LIMIT 1
222μs840B/components/com_allvideoshare/src/Service/AllVideoShareNomenuRules.php:114CopySELECT id FROM x6lcg_menu WHERE link='index.php?option=com_allvideoshare&view=video&slg=pokaz-konfetti-na-mistrzostwa-polski-kobiet-35-2023-confetti-show' AND published=1 LIMIT 1
191μs840B/components/com_allvideoshare/src/Service/AllVideoShareNomenuRules.php:114CopySELECT id FROM x6lcg_menu WHERE link='index.php?option=com_allvideoshare&view=video&slg=pokaz-konfetti-wojewodzki-final-pucharu-polski-kobiet' AND published=1 LIMIT 1
188μs840B/components/com_allvideoshare/src/Service/AllVideoShareNomenuRules.php:114CopySELECT id FROM x6lcg_menu WHERE link='index.php?option=com_allvideoshare&view=video&slg=pokaz-konfetti-sylwester-doubletree-by-hilton-lodz-2029-2020' AND published=1 LIMIT 1
191μs840B/components/com_allvideoshare/src/Service/AllVideoShareNomenuRules.php:114CopySELECT id FROM x6lcg_menu WHERE link='index.php?option=com_allvideoshare&view=video&slg=pokaz-konfetti-pucharu-polski-lechia-tomaszow-vs-unia-skierniewice-2019-show-confetti' AND published=1 LIMIT 1
175μs840B/components/com_allvideoshare/src/Service/AllVideoShareNomenuRules.php:114CopySELECT id FROM x6lcg_menu WHERE link='index.php?option=com_allvideoshare&view=video&slg=pokaz-konfetti-sylwester-2021-2022' AND published=1 LIMIT 1
170μs840B/components/com_allvideoshare/src/Service/AllVideoShareNomenuRules.php:114CopySELECT id FROM x6lcg_menu WHERE link='index.php?option=com_allvideoshare&view=video&slg=pokaz-konfetti-puchar-lodz-show-confetti' AND published=1 LIMIT 1
210μs840B/components/com_allvideoshare/src/Service/AllVideoShareNomenuRules.php:114CopySELECT id FROM x6lcg_menu WHERE link='index.php?option=com_allvideoshare&view=video&slg=konfetti-na-awans-do-ekstraklasy-widzew-lodz-show-confetti' AND published=1 LIMIT 1
172μs840B/components/com_allvideoshare/src/Service/AllVideoShareNomenuRules.php:114CopySELECT 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 x6lcg_fields AS a
LEFT JOIN `x6lcg_languages` AS l ON l.lang_code = a.language
LEFT JOIN x6lcg_users AS uc ON uc.id=a.checked_out
LEFT JOIN x6lcg_viewlevels AS ag ON ag.id = a.access
LEFT JOIN x6lcg_users AS ua ON ua.id = a.created_user_id
LEFT JOIN x6lcg_fields_groups AS g ON g.id = a.group_id
LEFT JOIN `x6lcg_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)) AND `a`.`access` IN (:preparedArray2,:preparedArray3)) AND
(`a`.`group_id` = 0 OR `g`.`access` IN (:preparedArray4,:preparedArray5)) AND `a`.`state` = :state) AND
(`a`.`group_id` = 0 OR `g`.`state` = :gstate) AND `a`.`only_use_in_subform` = :only_use_in_subform
ORDER BY a.ordering ASC
1.6ms5.97KBParams/libraries/src/MVC/Model/BaseDatabaseModel.php:164CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
107μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
79μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
76μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
99μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
77μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
87μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
74μs1.22KB/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 `x6lcg_modules` AS `m`
LEFT JOIN `x6lcg_modules_menu` AS `mm` ON `mm`.`moduleid` = `m`.`id`
LEFT JOIN `x6lcg_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`
1.17ms18.56KBParams/libraries/src/Cache/Controller/CallbackController.php:51CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
96μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
90μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT `extension_view`
FROM `x6lcg_sppagebuilder`
WHERE `id` = 5
146μs856B/plugins/system/sppagebuilder/sppagebuilder.php:220CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
83μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
78μs9.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
75μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
75μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
85μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
74μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
72μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
70μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
85μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
77μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
88μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
74μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
98μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
80μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
75μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
70μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
75μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
71μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
71μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
71μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
79μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
74μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
75μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
74μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
77μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
73μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
82μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
82μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
76μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
77μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
73μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
74μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
88μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
77μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
77μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
76μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
79μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
84μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
106μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
73μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
91μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
78μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
90μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
90μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
88μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
89μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
96μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
73μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
82μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
72μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
78μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
80μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
82μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
72μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
82μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
87μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
84μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
85μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
84μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
85μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
89μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
81μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
91μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
71μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
98μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
98μs17.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
90μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
74μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_sppagebuilder`
WHERE `extension` = 'mod_sppagebuilder' AND `extension_view` = 'module' AND `view_id` = '113'
2.22ms68.25KB/modules/mod_sppagebuilder/helper.php:49CopySELECT enabled
FROM `x6lcg_extensions`
WHERE `name` = 'com_easystore'
64μs840B/administrator/components/com_sppagebuilder/editor/helpers/ApplicationHelper.php:138CopySELECT `template`
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `home` = 1
47μs856B/components/com_sppagebuilder/builder/classes/base.php:87CopySELECT e.manifest_cache,`e`.`manifest_cache`
FROM `x6lcg_extensions` AS `e`
WHERE `e`.`element` = 'com_sppagebuilder'
79μs912B/components/com_sppagebuilder/helpers/helper.php:2035CopySELECT e.manifest_cache,`e`.`manifest_cache`
FROM `x6lcg_extensions` AS `e`
WHERE `e`.`element` = 'com_sppagebuilder'
52μs912B/components/com_sppagebuilder/helpers/helper.php:2035CopySELECT `a`.`name`,`a`.`css_path`
FROM `x6lcg_sppagebuilder_assets` AS `a`
WHERE `a`.`published` = 1
50μs896B/components/com_sppagebuilder/helpers/helper.php:2066CopySELECT e.manifest_cache,`e`.`manifest_cache`
FROM `x6lcg_extensions` AS `e`
WHERE `e`.`element` = 'com_sppagebuilder'
49μs912B/components/com_sppagebuilder/helpers/helper.php:2035CopySELECT e.manifest_cache,`e`.`manifest_cache`
FROM `x6lcg_extensions` AS `e`
WHERE `e`.`element` = 'com_sppagebuilder'
51μs912B/components/com_sppagebuilder/helpers/helper.php:2035CopySELECT `template`
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `home` = 1
53μs856B/components/com_sppagebuilder/builder/classes/base.php:87CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
106μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
75μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
74μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
71μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
87μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
74μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
85μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
76μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
88μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
73μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
73μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
72μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
81μs1.22KB/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 `x6lcg_scheduler_tasks` AS `a`
WHERE `a`.`state` = 1
486μs1.68KBParams/administrator/components/com_scheduler/src/Model/TasksModel.php:465CopySELECT *
FROM `x6lcg_template_styles`
WHERE `client_id` = 0 AND `id` = '13'
86μs1.22KB/plugins/system/helixultimate/src/Platform/Helper.php:54CopySELECT `extension_view`
FROM `x6lcg_sppagebuilder`
WHERE `id` = 5
48μs856B/plugins/system/sppagebuilder/sppagebuilder.php:1516CopySELECT `session_id`
FROM `x6lcg_session`
WHERE `session_id` = ?
338μs1.63KBParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:277CopyUPDATE `x6lcg_session`
SET `data` = ?
, `time` = ?
WHERE `session_id` = ?
870μs912BParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:301Copy