10MBMemory Usage725msRequest Duration
Joomla! Version4.3.0
PHP Version8.2.26
Identityguest
Response200
Templateshaper_helixultimate
Database
Server
mysql
Version
8.0.28-0ubuntu0.20.04.3
Collation
utf8mb4_general_ci
Conn Collation
utf8mb4_0900_ai_ci
$_GET
array:1 [ "start" => "120" ]
$_POST
[]
$_SESSION
[]
$_COOKIE
[]
$_SERVER
array:60 [ "PATH" => "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" "CONTENT_LEN...
session
array:3 [ "counter" => 1 "timer" => array:3 [ "start" => 1753489035 "last" => 1753489035...
registry
array:3 [ "data" => [] "initialized" => false "separator" => "." ]
user
array:18 [ "id" => 0 "name" => null "username" => null "email" => null "password" => "***r...
plg_system_webauthn
array:1 [ "returnUrl" => "https://concretemuscle.com/index.php/members-area/videos-avs" ]
PHPDEBUGBAR_STACK_DATA
[]
  • afterLoad (734.62KB) (55.14ms)
  • afterInitialise (2.23MB) (266ms)
  • afterRoute (629.22KB) (49.58ms)
  • beforeRenderComponent com_allvideoshare (127.25KB) (4.33ms)
  • afterRenderComponent com_allvideoshare (1.3MB) (130ms)
  • afterDispatch (2.15KB) (1.38ms)
  • beforeRenderRawModule mod_menu (Main Menu) (717.19KB) (64.68ms)
  • afterRenderRawModule mod_menu (Main Menu) (6.55KB) (3.21ms)
  • beforeRenderModule mod_menu (Main Menu) (704B) (5μs)
  • afterRenderModule mod_menu (Main Menu) (41.32KB) (6.1ms)
  • beforeRenderRawModule mod_maximenuck (Maximenu CK) (44.37KB) (1.53ms)
  • afterRenderRawModule mod_maximenuck (Maximenu CK) (174.91KB) (26.88ms)
  • beforeRenderModule mod_maximenuck (Maximenu CK) (720B) (7μs)
  • afterRenderModule mod_maximenuck (Maximenu CK) (57.56KB) (11.72ms)
  • beforeRenderRawModule mod_login (Login Form) (26.16KB) (76μs)
  • afterRenderRawModule mod_login (Login Form) (148.81KB) (16.4ms)
  • beforeRenderModule mod_login (Login Form) (720B) (6μs)
  • afterRenderModule mod_login (Login Form) (39.23KB) (4.72ms)
  • afterRender (341.18KB) (48.94ms)
  • 1 x afterInitialise (2.23MB) (36.75%)
    266.41ms
    1 x afterRenderComponent com_allvideoshare (1.3MB) (17.99%)
    130.40ms
    1 x beforeRenderRawModule mod_menu (Main Menu) (717.19KB) (8.92%)
    64.68ms
    1 x afterLoad (734.62KB) (7.61%)
    55.14ms
    1 x afterRoute (629.22KB) (6.84%)
    49.58ms
    1 x afterRender (341.18KB) (6.75%)
    48.94ms
    1 x afterRenderRawModule mod_maximenuck (Maximenu CK) (174.91KB) (3.71%)
    26.88ms
    1 x afterRenderRawModule mod_login (Login Form) (148.81KB) (2.26%)
    16.40ms
    1 x afterRenderModule mod_maximenuck (Maximenu CK) (57.56KB) (1.62%)
    11.72ms
    1 x afterRenderModule mod_menu (Main Menu) (41.32KB) (0.84%)
    6.10ms
    1 x afterRenderModule mod_login (Login Form) (39.23KB) (0.65%)
    4.72ms
    1 x beforeRenderComponent com_allvideoshare (127.25KB) (0.6%)
    4.33ms
    1 x afterRenderRawModule mod_menu (Main Menu) (6.55KB) (0.44%)
    3.21ms
    1 x beforeRenderRawModule mod_maximenuck (Maximenu CK) (44.37KB) (0.21%)
    1.53ms
    1 x afterDispatch (2.15KB) (0.19%)
    1.38ms
    1 x beforeRenderRawModule mod_login (Login Form) (26.16KB) (0.01%)
    76μs
    1 x beforeRenderModule mod_maximenuck (Maximenu CK) (720B) (0%)
    7μs
    1 x beforeRenderModule mod_login (Login Form) (720B) (0%)
    6μs
    1 x beforeRenderModule mod_menu (Main Menu) (704B) (0%)
    5μs
122 statements were executed, 101 of which were duplicates, 21 unique137ms4.21MB
  • SELECT @@SESSION.sql_mode;3.5ms968B/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:334Copy
  • SELECT `data` FROM `yli84_session` WHERE `session_id` = ?4.61ms1008BParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:261Copy
  • SELECT `session_id` FROM `yli84_session` WHERE `session_id` = :session_id LIMIT 14.57ms1.3KBParams/libraries/src/Session/MetadataManager.php:187Copy
  • INSERT INTO `yli84_session` (`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES (:session_id, :guest, :time, :user_id, :username, :client_id)6.61ms944BParams/libraries/src/Session/MetadataManager.php:260Copy
  • SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled` FROM `yli84_extensions` WHERE `type` = 'component' AND `state` = 0 AND `enabled` = 18.53ms17.86KB/libraries/src/Component/ComponentHelper.php:399Copy
  • SELECT `id`,`rules` FROM `yli84_viewlevels`5.01ms704B/libraries/src/Access/Access.php:955Copy
  • SELECT `b`.`id` FROM `yli84_usergroups` AS `a` LEFT JOIN `yli84_usergroups` AS `b` ON `b`.`lft` <= `a`.`lft` AND `b`.`rgt` >= `a`.`rgt` WHERE `a`.`id` = :guest5.27ms1.33KBParams/libraries/src/Access/Access.php:868Copy
  • SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id` FROM `yli84_extensions` WHERE `enabled` = 1 AND `type` = 'plugin' AND `state` IN (0,1) AND `access` IN (:preparedArray1,:preparedArray2) ORDER BY `ordering`6.56ms3.98KBParams/libraries/src/Plugin/PluginHelper.php:283Copy
  • SET sql_mode=(SELECT REPLACE(@@sql_mode,'STRICT_TRANS_TABLES',''));2.51ms640B/administrator/components/com_osmembership/loader.php:88Copy
  • SELECT * FROM yli84_j2store_configurations2.54ms2.38KB/administrator/components/com_j2store/helpers/config.php:20Copy
  • SELECT `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 `yli84_menu` AS `m` LEFT JOIN `yli84_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`3.97ms35.8KBParams/libraries/src/Menu/SiteMenu.php:166Copy
  • SELECT `id`,`home`,`template`,`s`.`params`,`inheritable`,`parent` FROM `yli84_template_styles` AS `s` LEFT JOIN `yli84_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` = 11.89ms40.86KB/administrator/components/com_templates/src/Model/StyleModel.php:771Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'1.8ms40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_languages` WHERE `published` = 1 ORDER BY `ordering` ASC583μs1.64KB/libraries/src/Language/LanguageHelper.php:142Copy
  • SELECT COUNT(*) FROM `yli84_allvideoshare_videos` AS `a` WHERE a.state = 1808μs536B/libraries/src/MVC/Model/BaseDatabaseModel.php:199Copy
  • SELECT DISTINCT a.* FROM `yli84_allvideoshare_videos` AS `a` WHERE a.state = 1 ORDER BY created_date DESC LIMIT 120, 241.64ms21.02KB/libraries/src/MVC/Model/BaseDatabaseModel.php:166Copy
  • SHOW TABLES11.56ms9.76KB/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:678Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'607μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'342μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'557μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'307μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'617μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'766μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'606μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'364μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'511μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'481μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'448μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'862μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'530μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'403μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'407μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'444μs43.41KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'406μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'338μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'282μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'300μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'310μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'357μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'333μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'308μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'529μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'521μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'1.42ms40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'488μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'719μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'475μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'318μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'1.42ms40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'263μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'275μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'342μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'291μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'544μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'422μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'406μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'580μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'1.51ms40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'657μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'430μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'409μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'594μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'906μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'443μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'588μs51.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'421μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'845μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'443μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'461μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'378μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'365μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'374μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'514μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'684μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'404μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'287μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'273μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'273μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'280μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'692μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'1.45ms40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'385μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'307μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'621μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'642μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'431μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'391μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT `m`.`id`,`m`.`title`,`m`.`module`,`m`.`position`,`m`.`content`,`m`.`showtitle`,`m`.`params`,`mm`.`menuid` FROM `yli84_modules` AS `m` LEFT JOIN `yli84_modules_menu` AS `mm` ON `mm`.`moduleid` = `m`.`id` LEFT JOIN `yli84_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`863μs1.94KBParams/libraries/src/Cache/Controller/CallbackController.php:51Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'347μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'462μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'483μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'423μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'586μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'441μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'831μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'450μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM yli84_modules WHERE published=1 ORDER BY id1.23ms19.39KB/administrator/components/com_maximenuck/helpers/ckfof.php:168Copy
  • SELECT a.params, a.layoutcss, a.customcss FROM yli84_maximenuck_styles as a WHERE (a.state IN (0, 1)) AND a.id = 11.02ms656B/administrator/components/com_maximenuck/helpers/ckfof.php:176Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'558μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'1.07ms40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'2.01ms40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'411μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'1.35ms40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'865μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'756μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'437μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'603μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'506μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'601μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'507μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'412μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'937μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'710μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'3.66ms40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'1.46ms40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'609μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'525μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'380μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'597μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT `a`.`id`,`a`.`asset_id`,`a`.`title`,`a`.`type`,`a`.`execution_rules`,`a`.`state`,`a`.`last_exit_code`,`a`.`locked`,`a`.`last_execution`,`a`.`next_execution`,`a`.`times_executed`,`a`.`times_failed`,`a`.`priority`,`a`.`ordering`,`a`.`note`,`a`.`checked_out`,`a`.`checked_out_time`,`uc`.`name` AS `editor` FROM `yli84_scheduler_tasks` AS `a` LEFT JOIN `yli84_users` AS `uc` ON `uc`.`id` = `a`.`checked_out` WHERE `a`.`state` = :state AND `a`.`next_execution` <= :now ORDER BY `a`.`title` asc968μs3.2KBParams/administrator/components/com_scheduler/src/Model/TasksModel.php:391Copy
  • SELECT `a`.`id`,`a`.`asset_id`,`a`.`title`,`a`.`type`,`a`.`execution_rules`,`a`.`state`,`a`.`last_exit_code`,`a`.`locked`,`a`.`last_execution`,`a`.`next_execution`,`a`.`times_executed`,`a`.`times_failed`,`a`.`priority`,`a`.`ordering`,`a`.`note`,`a`.`checked_out`,`a`.`checked_out_time`,`uc`.`name` AS `editor` FROM `yli84_scheduler_tasks` AS `a` LEFT JOIN `yli84_users` AS `uc` ON `uc`.`id` = `a`.`checked_out` WHERE `a`.`state` = :state AND `a`.`locked` IS NOT NULL ORDER BY `a`.`title` asc582μs3.18KBParams/administrator/components/com_scheduler/src/Model/TasksModel.php:391Copy
  • SELECT * FROM `yli84_template_styles` WHERE `client_id` = 0 AND `id` = '10'724μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy