В этой категории нет объявлений
5.702MBMemory Usage152msRequest Duration
Joomla! Version5.2.3
PHP Version8.4.5
Identityguest
Response200
Templateshaper_helixultimate
Database
Server
mysql
Version
10.11.10-MariaDB
Collation
utf8mb3_general_ci
Conn Collation
utf8mb4_general_ci
$_GET
[]
$_POST
[]
$_SESSION
array:2 [ "VMCHECK" => "NOCHECK" "joomla" => "***redacted***" ]
$_COOKIE
array:1 [ "djcf_lastcat" => 27 ]
$_SERVER
array:49 [ "USER" => "apache" "HOME" => "/usr/share/httpd" "PATH_TRANSLATED" => "/var/www/targ...
session
array:3 [ "counter" => 1 "timer" => array:3 [ "start" => 1744105112 "last" => 1744105112...
registry
array:3 [ "data" => [] "initialized" => false "separator" => "." ]
user
array:21 [ "id" => 0 "name" => null "username" => null "email" => null "password" => "***r...
jomsocial_userip
"18.217.228.61"
  • afterLoad (82.49KB) (4.7ms)
  • afterInitialise (2.5MB) (57.93ms)
  • afterRoute (238.2KB) (4.2ms)
  • beforeRenderComponent com_djclassifieds (163.27KB) (2.62ms)
  • afterRenderComponent com_djclassifieds (1.18MB) (27.85ms)
  • afterDispatch (70.95KB) (10.73ms)
  • beforeRenderRawModule mod_finder (Search) (263.68KB) (5.67ms)
  • afterRenderRawModule mod_finder (Search) (141.47KB) (6.11ms)
  • beforeRenderModule mod_finder (Search) (704B) (7μs)
  • afterRenderModule mod_finder (Search) (62.84KB) (2.14ms)
  • beforeRenderRawModule mod_menu (Main Menu) (72.35KB) (4.78ms)
  • afterRenderRawModule mod_menu (Main Menu) (237.27KB) (9.78ms)
  • beforeRenderModule mod_menu (Main Menu) (704B) (7μs)
  • afterRenderModule mod_menu (Main Menu) (42.11KB) (1.88ms)
  • Before Access::preloadComponents (all components) (94.89KB) (7.74ms)
  • After Access::preloadComponents (all components) (133.65KB) (780μs)
  • Before Access::getAssetRules (id:1 name:root.1) (104B) (16μs)
  • After Access::getAssetRules (id:1 name:root.1) (7.78KB) (60μs)
  • afterRender (27.38KB) (4.25ms)
  • 1 x afterInitialise (2.5MB) (38.21%)
    57.93ms
    1 x afterRenderComponent com_djclassifieds (1.18MB) (18.37%)
    27.85ms
    1 x afterDispatch (70.95KB) (7.08%)
    10.73ms
    1 x afterRenderRawModule mod_menu (Main Menu) (237.27KB) (6.45%)
    9.78ms
    1 x Before Access::preloadComponents (all components) (94.89KB) (5.11%)
    7.74ms
    1 x afterRenderRawModule mod_finder (Search) (141.47KB) (4.03%)
    6.11ms
    1 x beforeRenderRawModule mod_finder (Search) (263.68KB) (3.74%)
    5.67ms
    1 x beforeRenderRawModule mod_menu (Main Menu) (72.35KB) (3.15%)
    4.78ms
    1 x afterLoad (82.49KB) (3.1%)
    4.70ms
    1 x afterRender (27.38KB) (2.8%)
    4.25ms
    1 x afterRoute (238.2KB) (2.77%)
    4.20ms
    1 x beforeRenderComponent com_djclassifieds (163.27KB) (1.73%)
    2.62ms
    1 x afterRenderModule mod_finder (Search) (62.84KB) (1.41%)
    2.14ms
    1 x afterRenderModule mod_menu (Main Menu) (42.11KB) (1.24%)
    1.88ms
    1 x After Access::preloadComponents (all components) (133.65KB) (0.51%)
    780μs
    1 x After Access::getAssetRules (id:1 name:root.1) (7.78KB) (0.04%)
    60μs
    1 x Before Access::getAssetRules (id:1 name:root.1) (104B) (0.01%)
    16μs
    1 x beforeRenderModule mod_finder (Search) (704B) (0%)
    7μs
    1 x beforeRenderModule mod_menu (Main Menu) (704B) (0%)
    7μs
132 statements were executed, 80 of which were duplicates, 52 unique47.91ms3.21MB
  • SELECT @@SESSION.sql_mode;614μs968B/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:308Copy
  • SELECT `data` FROM `targed_session` WHERE `session_id` = ?997μs1008BParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:250Copy
  • SELECT `session_id` FROM `targed_session` WHERE `session_id` = :session_id LIMIT 1779μs1.3KBParams/libraries/src/Session/MetadataManager.php:187Copy
  • INSERT INTO `targed_session` (`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES (:session_id, :guest, :time, :user_id, :username, :client_id)2.6ms944BParams/libraries/src/Session/MetadataManager.php:260Copy
  • SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled` FROM `targed_extensions` WHERE `type` = 'component' AND `state` = 0 AND `enabled` = 1864μs49.98KB/libraries/src/Component/ComponentHelper.php:399Copy
  • SELECT `id`,`rules` FROM `targed_viewlevels`408μs656B/libraries/src/Access/Access.php:955Copy
  • SELECT `b`.`id` FROM `targed_usergroups` AS `a` LEFT JOIN `targed_usergroups` AS `b` ON `b`.`lft` <= `a`.`lft` AND `b`.`rgt` >= `a`.`rgt` WHERE `a`.`id` = :guest460μs1.33KBParams/libraries/src/Access/Access.php:868Copy
  • SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id` FROM `targed_extensions` WHERE `enabled` = 1 AND `type` = 'plugin' AND `state` IN (0,1) AND `access` IN (:preparedArray1,:preparedArray2) ORDER BY `ordering`1.47ms21.48KBParams/libraries/src/Plugin/PluginHelper.php:294Copy
  • SELECT `template` FROM `targed_template_styles` WHERE `client_id` = 0 AND `home` = 1574μs1.15KB/components/com_sppagebuilder/parser/addon-parser.php:1335Copy
  • SELECT * FROM `targed_kunena_configuration` WHERE `id` = 1394μs592B/libraries/kunena/src/Config/KunenaConfig.php:1709Copy
  • SELECT sampleData FROM targed_kunena_version ORDER BY id DESC LIMIT 1418μs536B/libraries/kunena/src/Forum/KunenaForum.php:374Copy
  • SET @@SESSION.sql_mode =''103μs0B/plugins/system/jomsocial.system/jomsocial.system.php:146Copy
  • SELECT `params` FROM `targed_extensions` WHERE `type` = 'component' AND `element` = 'com_rsseo'329μs536B/administrator/components/com_rsseo/helpers/rsseo.php:35Copy
  • SELECT * FROM `targed_rsseo_redirects` WHERE `published` = 1191μs816B/plugins/system/rsseo/rsseo.php:239Copy
  • SELECT `url`,`sef` FROM `targed_rsseo_pages` WHERE `short` = 'index.php/stroitelstvo,27'2.52ms576B/plugins/system/rsseo/rsseo.php:292Copy
  • SELECT `url` FROM `targed_rsseo_pages` WHERE `sef` = 'index.php/stroitelstvo,27'226μs520B/components/com_rsseo/sef.php:107Copy
  • SELECT `url` FROM `targed_rsseo_pages` WHERE `sef` = 'index.php/stroitelstvo,27'229μs1.76KB/components/com_rsseo/sef.php:117Copy
  • 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 `targed_menu` AS `m` LEFT JOIN `targed_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`572μs19.61KBParams/libraries/src/Menu/SiteMenu.php:166Copy
  • SELECT * FROM `targed_template_styles` WHERE `client_id` = 0 AND `id` = '17'260μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `targed_languages` WHERE `published` = 1 ORDER BY `ordering` ASC231μs1.59KB/libraries/src/Language/LanguageHelper.php:177Copy
  • SELECT `id`,`home`,`template`,`s`.`params`,`inheritable`,`parent` FROM `targed_template_styles` AS `s` LEFT JOIN `targed_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` = 1287μs40.83KB/administrator/components/com_templates/src/Model/StyleModel.php:775Copy
  • SELECT item_id FROM targed_djcf_items_promotions WHERE date_exp <= '2025-04-08 09:38:32' AND updated=0 GROUP BY item_id355μs520B/administrator/components/com_djclassifieds/lib/djpayment.php:818Copy
  • SELECT * FROM targed_djcf_categories WHERE id=27 AND published=1 LIMIT 1229μs2.81KB/components/com_djclassifieds/model.php:284Copy
  • SELECT * FROM targed_djcf_categories WHERE published=1 AND access_view IN (1,5) ORDER BY parent_id, ordering ASC459μs20.3KB/administrator/components/com_djclassifieds/lib/djcategory.php:538Copy
  • SELECT cat_id, count(*) as items_count FROM (SELECT i.cat_id FROM targed_djcf_items i WHERE i.published=1 AND i.blocked=0 AND i.date_exp > '2025-04-08 09:00:00' ) v GROUP BY cat_id269μs656B/administrator/components/com_djclassifieds/lib/djcategory.php:509Copy
  • SELECT * FROM targed_djcf_categories WHERE published=1 AND access_view IN (1,5) ORDER BY parent_id, ordering ASC441μs20.3KB/administrator/components/com_djclassifieds/lib/djcategory.php:538Copy
  • SELECT * FROM targed_djcf_images WHERE type='category' AND item_id IN (27)235μs1.27KB/administrator/components/com_djclassifieds/lib/djimage.php:347Copy
  • SELECT `sef` FROM `targed_rsseo_pages` WHERE `hash` = 'f9aad464879239160171be03541aea4d' AND `published` = '1'253μs520B/components/com_rsseo/sef.php:35Copy
  • SELECT * FROM targed_djcf_fields WHERE published=1 AND source IN (0,1) AND sortable=1 ORDER BY ordering272μs5.27KB/administrator/components/com_djclassifieds/lib/djfield.php:44Copy
  • SELECT i.*, c.name c_name, c.alias c_alias, c.id c_id, c.rev_group_id, c.restriction_18 c_restr_18, c.schema_type c_schema_type, r.name r_name, r.id r_id, r.alias r_alias, u.name u_name, u.username as u_username, u.name as username, u.email as u_email, p.group_id, p.verified p_verified FROM targed_djcf_items i LEFT JOIN targed_djcf_categories c ON i.cat_id=c.id LEFT JOIN targed_djcf_regions r ON i.region_id=r.id LEFT JOIN targed_users u ON i.user_id=u.id LEFT JOIN targed_djcf_profiles p ON u.id=p.user_id WHERE i.blocked=0 AND c.published!=0 AND i.cat_id IN (27,27) AND c.access_view IN (0,1,5) AND i.published=1 AND i.date_exp > '2025-04-08 09:38:32' ORDER BY i.special DESC, i.date_exp DESC LIMIT 20416μs9.17KB/libraries/src/MVC/Model/BaseDatabaseModel.php:164Copy
  • SELECT count(id) FROM (SELECT i.*, c.name c_name, c.alias c_alias, c.id c_id, c.rev_group_id, c.restriction_18 c_restr_18, c.schema_type c_schema_type, r.name r_name, r.id r_id, r.alias r_alias, u.name u_name, u.username as u_username, u.name as username, u.email as u_email, p.group_id, p.verified p_verified FROM targed_djcf_items i LEFT JOIN targed_djcf_categories c ON i.cat_id=c.id LEFT JOIN targed_djcf_regions r ON i.region_id=r.id LEFT JOIN targed_users u ON i.user_id=u.id LEFT JOIN targed_djcf_profiles p ON u.id=p.user_id WHERE i.blocked=0 AND c.published!=0 AND i.cat_id IN (27,27) AND c.access_view IN (0,1,5) AND i.published=1 AND i.date_exp > '2025-04-08 09:38:32' ORDER BY i.special DESC, i.date_exp DESC) as q375μs536B/components/com_djclassifieds/models/items.php:418Copy
  • SELECT f.* FROM targed_djcf_fields f WHERE f.published=1 AND (f.in_table>0 OR f.in_blog=1) ORDER BY f.ordering267μs5.27KB/components/com_djclassifieds/models/items.php:460Copy
  • SELECT * FROM targed_djcf_fields WHERE published=1 AND source IN (0,1) AND sortable=1 ORDER BY ordering285μs7.77KB/administrator/components/com_djclassifieds/lib/djfield.php:44Copy
  • SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params,am.params AS extra, 0 AS menuid, m.publish_up, m.publish_down FROM targed_modules AS m LEFT JOIN targed_extensions AS e ON e.element = m.module AND e.client_id = m.client_id LEFT JOIN targed_advancedmodules as am ON am.module_id = m.id WHERE m.published = 1 AND e.enabled = 1 AND m.client_id = 0 ORDER BY m.position, m.ordering452μs1.8KB/plugins/system/advancedmodules/src/Helper.php:199Copy
  • SELECT m.condition_id,m.item_id FROM targed_conditions_map as m LEFT JOIN targed_conditions as c ON c.id = m.condition_id WHERE `m`.`extension` = 'com_advancedmodules' AND `c`.`published` = 1187μs576B/administrator/components/com_conditions/src/Model/ItemModel.php:831Copy
  • SELECT `sef` FROM `targed_rsseo_pages` WHERE `hash` = '3431a14f4455df7d02ac9d175d5dfde7' AND `published` = '1'258μs520B/components/com_rsseo/sef.php:35Copy
  • SELECT * FROM `targed_template_styles` WHERE `client_id` = 0 AND `id` = '17'179μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `targed_template_styles` WHERE `client_id` = 0 AND `id` = '17'168μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `targed_template_styles` WHERE `client_id` = 0 AND `id` = '17'173μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `targed_template_styles` WHERE `client_id` = 0 AND `id` = '17'181μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `targed_template_styles` WHERE `client_id` = 0 AND `id` = '17'172μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `targed_template_styles` WHERE `client_id` = 0 AND `id` = '17'157μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `targed_template_styles` WHERE `client_id` = 0 AND `id` = '17'179μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `targed_template_styles` WHERE `client_id` = 0 AND `id` = '17'158μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `targed_template_styles` WHERE `client_id` = 0 AND `id` = '17'178μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `targed_template_styles` WHERE `client_id` = 0 AND `id` = '17'175μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `targed_template_styles` WHERE `client_id` = 0 AND `id` = '17'157μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `targed_template_styles` WHERE `client_id` = 0 AND `id` = '17'156μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `targed_template_styles` WHERE `client_id` = 0 AND `id` = '17'145μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `targed_template_styles` WHERE `client_id` = 0 AND `id` = '17'157μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `targed_template_styles` WHERE `client_id` = 0 AND `id` = '17'140μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `targed_template_styles` WHERE `client_id` = 0 AND `id` = '17'217μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `targed_template_styles` WHERE `client_id` = 0 AND `id` = '17'146μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `targed_template_styles` WHERE `client_id` = 0 AND `id` = '17'218μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `targed_template_styles` WHERE `client_id` = 0 AND `id` = '17'148μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `targed_template_styles` WHERE `client_id` = 0 AND `id` = '17'166μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `targed_template_styles` WHERE `client_id` = 0 AND `id` = '17'143μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `targed_template_styles` WHERE `client_id` = 0 AND `id` = '17'139μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `targed_template_styles` WHERE `client_id` = 0 AND `id` = '17'143μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `targed_template_styles` WHERE `client_id` = 0 AND `id` = '17'138μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT `sef` FROM `targed_rsseo_pages` WHERE `url` = 'index.php/stroitelstvo,27' AND `published` = '1'2.38ms520B/plugins/system/rsseo/rsseo.php:1753Copy
  • SELECT `id` FROM `targed_rsseo_pages` WHERE (`url` = 'index.php/stroitelstvo,27' OR `sef` = 'stroitelstvo,27')2.5ms536B/plugins/system/rsseo/rsseo.php:961Copy
  • SELECT `id`,`title`,`description`,`keywords`,`level`,`crawled`,`modified`,`canonical`,`customhead`,`robots`,`custom` FROM `targed_rsseo_pages` WHERE `published` = 1 AND (`url` = 'index.php/stroitelstvo,27' OR `sef` = 'stroitelstvo,27') LIMIT 12.9ms1.42KB/plugins/system/rsseo/rsseo.php:1048Copy
  • SELECT `id`,`date` FROM `targed_rsseo_visitors` WHERE `session_id` = 'e0c482ce03b03ee0e929377b21cf8089' ORDER BY `date` DESC207μs576B/plugins/system/rsseo/rsseo.php:1604Copy
  • INSERT INTO `targed_rsseo_visitors` SET `session_id` = 'e0c482ce03b03ee0e929377b21cf8089' , `date` = '2025-04-08 09:38:32' , `ip` = '18.217.228.61' , `user_id` = '0' , `agent` = 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' , `referer` = '' , `page` = 'index.php/stroitelstvo,27'1.19ms11KB/plugins/system/rsseo/rsseo.php:1617Copy
  • SELECT * FROM `targed_template_styles` WHERE `client_id` = 0 AND `id` = '17'202μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `targed_template_styles` WHERE `client_id` = 0 AND `id` = '17'152μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `targed_template_styles` WHERE `client_id` = 0 AND `id` = '17'203μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `targed_template_styles` WHERE `client_id` = 0 AND `id` = '17'223μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `targed_template_styles` WHERE `client_id` = 0 AND `id` = '17'176μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `targed_template_styles` WHERE `client_id` = 0 AND `id` = '17'175μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT `sef` FROM `targed_rsseo_pages` WHERE `hash` = '828e0013b8f3bc1bb22b4f57172b019d' AND `published` = '1'198μs536B/components/com_rsseo/sef.php:35Copy
  • SELECT `sef` FROM `targed_rsseo_pages` WHERE `hash` = '83cb691feb04ffa3c12645d9b37123b6' AND `published` = '1'165μs520B/components/com_rsseo/sef.php:35Copy
  • SELECT `sef` FROM `targed_rsseo_pages` WHERE `hash` = 'ad3da6817e8eb7b59d8633d45db9c880' AND `published` = '1'179μs520B/components/com_rsseo/sef.php:35Copy
  • SELECT `sef` FROM `targed_rsseo_pages` WHERE `hash` = 'ffab477b39e7dc7194d3163e3164c4e4' AND `published` = '1'157μs520B/components/com_rsseo/sef.php:35Copy
  • SELECT `sef` FROM `targed_rsseo_pages` WHERE `hash` = '57f2c8600312f6748a935cbff8e0a5d2' AND `published` = '1'219μs520B/components/com_rsseo/sef.php:35Copy
  • SELECT `name`,`element` FROM `targed_extensions` WHERE `type` = 'plugin' AND `folder` = 'finder' AND `enabled` = 1368μs672B/administrator/components/com_finder/src/Helper/LanguageHelper.php:135Copy
  • SELECT `title` FROM `targed_finder_taxonomy` WHERE `parent_id` = 1 AND `state` = 1 AND `access` IN (1,5)202μs648B/administrator/components/com_finder/src/Indexer/Taxonomy.php:325Copy
  • SELECT `sef` FROM `targed_rsseo_pages` WHERE `hash` = 'c9a7bd303a3346bc7800497aa1c735e0' AND `published` = '1'194μs520B/components/com_rsseo/sef.php:35Copy
  • SELECT `sef` FROM `targed_rsseo_pages` WHERE `hash` = 'afaa431fbc2874a2f1062ed43e598eba' AND `published` = '1'156μs520B/components/com_rsseo/sef.php:35Copy
  • SELECT `sef` FROM `targed_rsseo_pages` WHERE `hash` = '9ba42b8606dde215a7a8b3036be21df0' AND `published` = '1'192μs520B/components/com_rsseo/sef.php:35Copy
  • SELECT * FROM `targed_template_styles` WHERE `client_id` = 0 AND `id` = '17'179μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `targed_template_styles` WHERE `client_id` = 0 AND `id` = '17'172μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `targed_template_styles` WHERE `client_id` = 0 AND `id` = '17'177μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `targed_template_styles` WHERE `client_id` = 0 AND `id` = '17'156μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT `sef` FROM `targed_rsseo_pages` WHERE `hash` = 'abad1399f0f778c457f34d601cb8c6d9' AND `published` = '1'218μs520B/components/com_rsseo/sef.php:35Copy
  • SELECT * FROM `targed_template_styles` WHERE `client_id` = 0 AND `id` = '17'162μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `targed_template_styles` WHERE `client_id` = 0 AND `id` = '17'277μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `targed_template_styles` WHERE `client_id` = 0 AND `id` = '17'203μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `targed_template_styles` WHERE `client_id` = 0 AND `id` = '17'181μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `targed_template_styles` WHERE `client_id` = 0 AND `id` = '17'211μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `targed_template_styles` WHERE `client_id` = 0 AND `id` = '17'199μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `targed_template_styles` WHERE `client_id` = 0 AND `id` = '17'175μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `targed_template_styles` WHERE `client_id` = 0 AND `id` = '17'160μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `targed_template_styles` WHERE `client_id` = 0 AND `id` = '17'144μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `targed_template_styles` WHERE `client_id` = 0 AND `id` = '17'147μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `targed_template_styles` WHERE `client_id` = 0 AND `id` = '17'141μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `targed_template_styles` WHERE `client_id` = 0 AND `id` = '17'145μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `targed_template_styles` WHERE `client_id` = 0 AND `id` = '17'140μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `targed_template_styles` WHERE `client_id` = 0 AND `id` = '17'162μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `targed_template_styles` WHERE `client_id` = 0 AND `id` = '17'142μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `targed_template_styles` WHERE `client_id` = 0 AND `id` = '17'182μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `targed_template_styles` WHERE `client_id` = 0 AND `id` = '17'142μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `targed_template_styles` WHERE `client_id` = 0 AND `id` = '17'192μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `targed_template_styles` WHERE `client_id` = 0 AND `id` = '17'144μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `targed_template_styles` WHERE `client_id` = 0 AND `id` = '17'139μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `targed_template_styles` WHERE `client_id` = 0 AND `id` = '17'141μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `targed_template_styles` WHERE `client_id` = 0 AND `id` = '17'139μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `targed_template_styles` WHERE `client_id` = 0 AND `id` = '17'167μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `targed_template_styles` WHERE `client_id` = 0 AND `id` = '17'145μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `targed_template_styles` WHERE `client_id` = 0 AND `id` = '17'152μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `targed_template_styles` WHERE `client_id` = 0 AND `id` = '17'150μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `targed_template_styles` WHERE `client_id` = 0 AND `id` = '17'224μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `targed_template_styles` WHERE `client_id` = 0 AND `id` = '17'140μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `targed_template_styles` WHERE `client_id` = 0 AND `id` = '17'151μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `targed_rsseo_data`122μs576B/plugins/system/rsseo/rsseo.php:344Copy
  • SELECT * FROM `targed_template_styles` WHERE `client_id` = 0 AND `id` = '17'155μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `targed_template_styles` WHERE `client_id` = 0 AND `id` = '17'186μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `targed_template_styles` WHERE `client_id` = 0 AND `id` = '17'197μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `targed_template_styles` WHERE `client_id` = 0 AND `id` = '17'138μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `targed_template_styles` WHERE `client_id` = 0 AND `id` = '17'155μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `targed_template_styles` WHERE `client_id` = 0 AND `id` = '17'159μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `targed_template_styles` WHERE `client_id` = 0 AND `id` = '17'145μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `targed_template_styles` WHERE `client_id` = 0 AND `id` = '17'135μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT * FROM `targed_template_styles` WHERE `client_id` = 0 AND `id` = '17'158μs40.91KB/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 `targed_scheduler_tasks` AS `a` WHERE `a`.`state` = 1192μs1.37KBParams/administrator/components/com_scheduler/src/Model/TasksModel.php:465Copy
  • SELECT * FROM `targed_template_styles` WHERE `client_id` = 0 AND `id` = '17'171μs40.91KB/plugins/system/helixultimate/src/Platform/Helper.php:54Copy
  • SELECT `id`,`name`,`rules`,`parent_id` FROM `targed_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,:preparedArray42,:preparedArray43,:preparedArray44,:preparedArray45,:preparedArray46,:preparedArray47,:preparedArray48,:preparedArray49,:preparedArray50,:preparedArray51,:preparedArray52,:preparedArray53,:preparedArray54,:preparedArray55,:preparedArray56,:preparedArray57)389μs8.19KBParams/libraries/src/Access/Access.php:357Copy
  • SELECT * FROM `targed_rsseo_keywords` ORDER BY CHAR_LENGTH(keyword) DESC171μs9.34KB/plugins/system/rsseo/rsseo.php:389Copy
  • SELECT `id`,`css`,`scripts` FROM `targed_rsseo_pages` WHERE `published` = 1 AND (`url` = 'index.php/stroitelstvo,27' OR `sef` = 'stroitelstvo,27') LIMIT 12.44ms640B/plugins/system/rsseo/rsseo.php:1826Copy
  • SELECT `session_id` FROM `targed_session` WHERE `session_id` = ?193μs1KBParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:277Copy
  • UPDATE `targed_session` SET `data` = ? , `time` = ? WHERE `session_id` = ?1.55ms592BParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:301Copy