26.267MBMemory Usage200msRequest Duration
Joomla! Version4.4.9
PHP Version8.0.30
Identityguest
Response200
Templateshaper_helixultimate
Database
Server
mysql
Version
10.3.39-MariaDB
Collation
latin1_swedish_ci
Conn Collation
utf8mb4_general_ci
$_GET
array:1 [ "Itemid" => "101" ]
$_POST
[]
$_SESSION
array:1 [ "joomla" => "***redacted***" ]
$_COOKIE
[]
$_SERVER
array:58 [ "CONTEXT_DOCUMENT_ROOT" => "/home6/jerryfar/public_html" "CONTEXT_PREFIX" => "" "DO...
session
array:3 [ "counter" => 1 "timer" => array:3 [ "start" => 1754061381 "last" => 1754061381...
registry
array:3 [ "data" => array:1 [ "users" => array:1 [ "login" => array:1 [ "form" =...
user
array:18 [ "id" => 0 "name" => null "username" => null "email" => null "password" => "***r...
plg_system_webauthn
array:1 [ "returnUrl" => "https://jerryfarsoun.com/index.php/component/users/login" ]
  • afterLoad (4.33MB) (21.24ms)
  • afterInitialise (13.22MB) (84.99ms)
  • afterRoute (1.43MB) (13.71ms)
  • beforeRenderComponent com_users (405.26KB) (2.86ms)
  • afterRenderComponent com_users (2.92MB) (30.94ms)
  • afterDispatch (65.67KB) (541μs)
  • beforeRenderRawModule mod_finder (Search) (2.27MB) (20.05ms)
  • afterRenderRawModule mod_finder (Search) (457.44KB) (5.76ms)
  • beforeRenderModule mod_finder (Search) (704B) (6μs)
  • afterRenderModule mod_finder (Search) (69.93KB) (1.62ms)
  • beforeRenderRawModule mod_menu (Main Menu) (232B) (86μs)
  • afterRenderRawModule mod_menu (Main Menu) (325.9KB) (8.07ms)
  • beforeRenderModule mod_menu (Main Menu) (704B) (6μs)
  • afterRenderModule mod_menu (Main Menu) (46.34KB) (1.45ms)
  • afterRender (331.52KB) (8.21ms)
  • 1 x afterInitialise (13.22MB) (42.45%)
    84.99ms
    1 x afterRenderComponent com_users (2.92MB) (15.45%)
    30.94ms
    1 x afterLoad (4.33MB) (10.61%)
    21.24ms
    1 x beforeRenderRawModule mod_finder (Search) (2.27MB) (10.01%)
    20.05ms
    1 x afterRoute (1.43MB) (6.85%)
    13.71ms
    1 x afterRender (331.52KB) (4.1%)
    8.21ms
    1 x afterRenderRawModule mod_menu (Main Menu) (325.9KB) (4.03%)
    8.07ms
    1 x afterRenderRawModule mod_finder (Search) (457.44KB) (2.88%)
    5.76ms
    1 x beforeRenderComponent com_users (405.26KB) (1.43%)
    2.86ms
    1 x afterRenderModule mod_finder (Search) (69.93KB) (0.81%)
    1.62ms
    1 x afterRenderModule mod_menu (Main Menu) (46.34KB) (0.73%)
    1.45ms
    1 x afterDispatch (65.67KB) (0.27%)
    541μs
    1 x beforeRenderRawModule mod_menu (Main Menu) (232B) (0.04%)
    86μs
    1 x beforeRenderModule mod_finder (Search) (704B) (0%)
    6μs
    1 x beforeRenderModule mod_menu (Main Menu) (704B) (0%)
    6μs
93 statements were executed, 73 of which were duplicates, 20 unique18.61ms2.48MB
  • SELECT @@SESSION.sql_mode;122μs1.59KB/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:334Copy
  • SELECT `data` FROM `abswg_session` WHERE `session_id` = ?116μs1.61KBParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:261Copy
  • SELECT `session_id` FROM `abswg_session` WHERE `session_id` = :session_id LIMIT 1113μs1.61KBParams/libraries/src/Session/MetadataManager.php:187Copy
  • INSERT INTO `abswg_session` (`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES (:session_id, :guest, :time, :user_id, :username, :client_id)3.65ms944BParams/libraries/src/Session/MetadataManager.php:260Copy
  • SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled` FROM `abswg_extensions` WHERE `type` = 'component' AND `state` = 0 AND `enabled` = 1297μs5.36KB/libraries/src/Component/ComponentHelper.php:399Copy
  • SELECT `id`,`rules` FROM `abswg_viewlevels`117μs1.11KB/libraries/src/Access/Access.php:955Copy
  • SELECT `b`.`id` FROM `abswg_usergroups` AS `a` LEFT JOIN `abswg_usergroups` AS `b` ON `b`.`lft` <= `a`.`lft` AND `b`.`rgt` >= `a`.`rgt` WHERE `a`.`id` = :guest146μs1.67KBParams/libraries/src/Access/Access.php:868Copy
  • SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id` FROM `abswg_extensions` WHERE `enabled` = 1 AND `type` = 'plugin' AND `state` IN (0,1) AND `access` IN (:preparedArray1,:preparedArray2) ORDER BY `ordering`721μs16.3KBParams/libraries/src/Plugin/PluginHelper.php:294Copy
  • SELECT `template` FROM `abswg_template_styles` WHERE `client_id` = 0 AND `home` = 1184μs2.1KB/components/com_sppagebuilder/parser/addon-parser.php:1335Copy
  • 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 `abswg_menu` AS `m` LEFT JOIN `abswg_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`463μs5.86KBParams/libraries/src/Menu/SiteMenu.php:166Copy
  • SELECT `id`,`home`,`template`,`s`.`params`,`inheritable`,`parent` FROM `abswg_template_styles` AS `s` LEFT JOIN `abswg_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` = 1242μs33.33KB/administrator/components/com_templates/src/Model/StyleModel.php:773Copy
  • SELECT * FROM `abswg_template_styles` WHERE `client_id` = 0 AND `id` = '9'126μs33.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `abswg_languages` WHERE `published` = 1 ORDER BY `ordering` ASC165μs2.44KB/libraries/src/Language/LanguageHelper.php:142Copy
  • SELECT enabled FROM `abswg_extensions` WHERE `element` = 'com_sppagebuilder' AND `type` = 'component'186μs872B/plugins/content/sppagebuilder/sppagebuilder.php:306Copy
  • SELECT * FROM `abswg_template_styles` WHERE `client_id` = 0 AND `id` = '9'164μs33.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT 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 abswg_fields AS a LEFT JOIN `abswg_languages` AS l ON l.lang_code = a.language LEFT JOIN abswg_users AS uc ON uc.id=a.checked_out LEFT JOIN abswg_viewlevels AS ag ON ag.id = a.access LEFT JOIN abswg_users AS ua ON ua.id = a.created_user_id LEFT JOIN abswg_fields_groups AS g ON g.id = a.group_id WHERE ( (`a`.`context` = :context AND `a`.`access` IN (:preparedArray1,:preparedArray2)) AND (`a`.`group_id` = 0 OR `g`.`access` IN (:preparedArray3,:preparedArray4)) AND `a`.`state` = :state) AND (`a`.`group_id` = 0 OR `g`.`state` = :gstate) AND `a`.`only_use_in_subform` = :only_use_in_subform ORDER BY a.ordering ASC653μs5.31KBParams/libraries/src/MVC/Model/BaseDatabaseModel.php:166Copy
  • SELECT * FROM `abswg_template_styles` WHERE `client_id` = 0 AND `id` = '9'152μs35.84KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `abswg_template_styles` WHERE `client_id` = 0 AND `id` = '9'113μs33.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `abswg_template_styles` WHERE `client_id` = 0 AND `id` = '9'86μs33.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `abswg_template_styles` WHERE `client_id` = 0 AND `id` = '9'85μs33.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `abswg_template_styles` WHERE `client_id` = 0 AND `id` = '9'88μs33.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `abswg_template_styles` WHERE `client_id` = 0 AND `id` = '9'94μs33.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `abswg_template_styles` WHERE `client_id` = 0 AND `id` = '9'88μs33.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `abswg_template_styles` WHERE `client_id` = 0 AND `id` = '9'83μs33.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `abswg_template_styles` WHERE `client_id` = 0 AND `id` = '9'96μs33.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `abswg_template_styles` WHERE `client_id` = 0 AND `id` = '9'97μs33.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `abswg_template_styles` WHERE `client_id` = 0 AND `id` = '9'94μs33.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `abswg_template_styles` WHERE `client_id` = 0 AND `id` = '9'93μs33.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `abswg_template_styles` WHERE `client_id` = 0 AND `id` = '9'87μs33.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `abswg_template_styles` WHERE `client_id` = 0 AND `id` = '9'84μs33.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `abswg_template_styles` WHERE `client_id` = 0 AND `id` = '9'89μs33.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `abswg_template_styles` WHERE `client_id` = 0 AND `id` = '9'85μs33.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `abswg_template_styles` WHERE `client_id` = 0 AND `id` = '9'91μs44.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `abswg_template_styles` WHERE `client_id` = 0 AND `id` = '9'81μs33.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `abswg_template_styles` WHERE `client_id` = 0 AND `id` = '9'89μs33.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `abswg_template_styles` WHERE `client_id` = 0 AND `id` = '9'80μs33.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `abswg_template_styles` WHERE `client_id` = 0 AND `id` = '9'89μs33.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `abswg_template_styles` WHERE `client_id` = 0 AND `id` = '9'83μs33.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `abswg_template_styles` WHERE `client_id` = 0 AND `id` = '9'85μs33.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `abswg_template_styles` WHERE `client_id` = 0 AND `id` = '9'83μs33.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `abswg_template_styles` WHERE `client_id` = 0 AND `id` = '9'89μs33.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `abswg_template_styles` WHERE `client_id` = 0 AND `id` = '9'86μs33.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `abswg_template_styles` WHERE `client_id` = 0 AND `id` = '9'88μs33.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `abswg_template_styles` WHERE `client_id` = 0 AND `id` = '9'142μs33.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `abswg_template_styles` WHERE `client_id` = 0 AND `id` = '9'93μs33.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `abswg_template_styles` WHERE `client_id` = 0 AND `id` = '9'84μs33.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `abswg_template_styles` WHERE `client_id` = 0 AND `id` = '9'81μs33.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `abswg_template_styles` WHERE `client_id` = 0 AND `id` = '9'77μs33.34KB/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 `abswg_modules` AS `m` LEFT JOIN `abswg_modules_menu` AS `mm` ON `mm`.`moduleid` = `m`.`id` LEFT JOIN `abswg_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`401μs2.41KBParams/libraries/src/Cache/Controller/CallbackController.php:51Copy
  • SELECT * FROM `abswg_template_styles` WHERE `client_id` = 0 AND `id` = '9'103μs33.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT `name`,`element` FROM `abswg_extensions` WHERE `type` = 'plugin' AND `folder` = 'finder' AND `enabled` = 1216μs1.11KB/administrator/components/com_finder/src/Helper/LanguageHelper.php:135Copy
  • SELECT `title` FROM `abswg_finder_taxonomy` WHERE `parent_id` = 1 AND `state` = 1 AND `access` IN (1,5)104μs840B/administrator/components/com_finder/src/Indexer/Taxonomy.php:314Copy
  • SELECT * FROM `abswg_template_styles` WHERE `client_id` = 0 AND `id` = '9'105μs33.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `abswg_template_styles` WHERE `client_id` = 0 AND `id` = '9'98μs33.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `abswg_template_styles` WHERE `client_id` = 0 AND `id` = '9'88μs33.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `abswg_template_styles` WHERE `client_id` = 0 AND `id` = '9'84μs33.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `abswg_template_styles` WHERE `client_id` = 0 AND `id` = '9'98μs33.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `abswg_template_styles` WHERE `client_id` = 0 AND `id` = '9'95μs33.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `abswg_template_styles` WHERE `client_id` = 0 AND `id` = '9'82μs33.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `abswg_template_styles` WHERE `client_id` = 0 AND `id` = '9'81μs33.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `abswg_template_styles` WHERE `client_id` = 0 AND `id` = '9'83μs33.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `abswg_template_styles` WHERE `client_id` = 0 AND `id` = '9'90μs33.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `abswg_template_styles` WHERE `client_id` = 0 AND `id` = '9'82μs33.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `abswg_template_styles` WHERE `client_id` = 0 AND `id` = '9'91μs33.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `abswg_template_styles` WHERE `client_id` = 0 AND `id` = '9'87μs41.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `abswg_template_styles` WHERE `client_id` = 0 AND `id` = '9'84μs33.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `abswg_template_styles` WHERE `client_id` = 0 AND `id` = '9'84μs33.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `abswg_template_styles` WHERE `client_id` = 0 AND `id` = '9'83μs33.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `abswg_template_styles` WHERE `client_id` = 0 AND `id` = '9'86μs33.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `abswg_template_styles` WHERE `client_id` = 0 AND `id` = '9'87μs33.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `abswg_template_styles` WHERE `client_id` = 0 AND `id` = '9'83μs33.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `abswg_template_styles` WHERE `client_id` = 0 AND `id` = '9'83μs33.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `abswg_template_styles` WHERE `client_id` = 0 AND `id` = '9'85μs33.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `abswg_template_styles` WHERE `client_id` = 0 AND `id` = '9'88μs33.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `abswg_template_styles` WHERE `client_id` = 0 AND `id` = '9'83μs33.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `abswg_template_styles` WHERE `client_id` = 0 AND `id` = '9'83μs33.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `abswg_template_styles` WHERE `client_id` = 0 AND `id` = '9'85μs33.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `abswg_template_styles` WHERE `client_id` = 0 AND `id` = '9'84μs33.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `abswg_template_styles` WHERE `client_id` = 0 AND `id` = '9'83μs33.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `abswg_template_styles` WHERE `client_id` = 0 AND `id` = '9'84μs33.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `abswg_template_styles` WHERE `client_id` = 0 AND `id` = '9'109μs33.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `abswg_template_styles` WHERE `client_id` = 0 AND `id` = '9'77μs33.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `abswg_template_styles` WHERE `client_id` = 0 AND `id` = '9'75μs33.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `abswg_template_styles` WHERE `client_id` = 0 AND `id` = '9'89μs33.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `abswg_template_styles` WHERE `client_id` = 0 AND `id` = '9'87μs33.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `abswg_template_styles` WHERE `client_id` = 0 AND `id` = '9'78μs33.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `abswg_template_styles` WHERE `client_id` = 0 AND `id` = '9'79μs33.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `abswg_template_styles` WHERE `client_id` = 0 AND `id` = '9'81μs33.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `abswg_template_styles` WHERE `client_id` = 0 AND `id` = '9'80μs33.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT 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 `abswg_scheduler_tasks` AS `a` WHERE `a`.`state` = 1126μs1.71KBParams/administrator/components/com_scheduler/src/Model/TasksModel.php:466Copy
  • SELECT * FROM `abswg_template_styles` WHERE `client_id` = 0 AND `id` = '9'86μs33.34KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT `session_id` FROM `abswg_session` WHERE `session_id` = ?81μs1.64KBParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:291Copy
  • UPDATE `abswg_session` SET `data` = ? , `time` = ? WHERE `session_id` = ?3.91ms912BParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:318Copy