Консоль отладки Joomla!
session.client.forwarded ⇒ 216.73.216.120
session.client.browser ⇒ Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
password_clear ⇒
groups ⇒
session.token ⇒ 77eb0fa82da9f1ed8d7300c52227cfb7
Application 0.001 seconds (+0.001); 0.34 MB (+0.336) - afterLoad
Application 0.020 seconds (+0.020); 1.47 MB (+1.129) - afterInitialise
Application 0.047 seconds (+0.027); 5.91 MB (+4.444) - afterRoute
Application 0.140 seconds (+0.093); 6.88 MB (+0.974) - afterDispatch
Application 0.151 seconds (+0.011); 7.07 MB (+0.184) - beforeRenderModule mod_news_pro_gk4 (Известные выпускники)
Application 0.855 seconds (+0.704); 7.38 MB (+0.311) - afterRenderModule mod_news_pro_gk4 (Известные выпускники)
Application 0.855 seconds (+0.000); 7.24 MB (-0.134) - beforeRenderModule mod_vertical_dropmenu (Новое левое меню)
Application 0.928 seconds (+0.073); 9.59 MB (+2.341) - afterRenderModule mod_vertical_dropmenu (Новое левое меню)
Application 0.932 seconds (+0.003); 7.56 MB (-2.029) - beforeRenderModule mod_articles_latest (Анонсы)
Application 0.935 seconds (+0.004); 7.66 MB (+0.103) - afterRenderModule mod_articles_latest (Анонсы)
Application 0.937 seconds (+0.002); 7.63 MB (-0.031) - beforeRenderModule mod_articles_latest (Конкурсы и гранты)
Application 0.945 seconds (+0.008); 7.78 MB (+0.152) - afterRenderModule mod_articles_latest (Конкурсы и гранты)
Application 0.948 seconds (+0.003); 7.65 MB (-0.130) - beforeRenderModule mod_menu (Main Menu)
Application 0.998 seconds (+0.050); 7.84 MB (+0.190) - afterRenderModule mod_menu (Main Menu)
Application 1.000 seconds (+0.002); 7.84 MB (-0.005) - beforeRenderModule mod_search (Поиск)
Application 1.003 seconds (+0.002); 7.86 MB (+0.020) - afterRenderModule mod_search (Поиск)
Application 1.004 seconds (+0.002); 7.83 MB (-0.028) - beforeRenderModule mod_login (Авторизация на сайте)
Application 1.010 seconds (+0.005); 7.85 MB (+0.017) - afterRenderModule mod_login (Авторизация на сайте)
Application 1.268 seconds (+0.258); 7.98 MB (+0.134) - afterRender
8.07 MB (8,465,160 Bytes)
38 SQL-запросов зафиксировано
SELECT `data`
FROM `j25_session`
WHERE `session_id` = 'ec4925519c50fde7da60ea442af4cf8c'
DELETE
FROM `j25_session`
WHERE `time` < '1759136009'
SELECT `component`
FROM `j25_tortags_components`
SELECT m.id, m.menutype, m.title, m.alias, m.note, m.path AS route, 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,e.element as component
FROM j25_menu AS m
LEFT JOIN j25_extensions AS e
ON m.component_id = e.extension_id
WHERE m.published = 1
AND m.parent_id > 0
AND m.client_id = 0
ORDER BY m.lft
SELECT c.*,
CASE WHEN CHAR_LENGTH(c.alias) THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM j25_categories as c
LEFT JOIN j25_categories AS s
ON (s.lft <= c.lft
AND s.rgt >= c.rgt) OR (s.lft > c.lft
AND s.rgt < c.rgt)
LEFT JOIN (SELECT cat.id as id
FROM j25_categories AS cat JOIN j25_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
WHERE parent.extension = 'com_content'
AND parent.published != 1
GROUP BY cat.id) AS badcats
ON badcats.id = c.id
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1)
AND c.published = 1
AND s.id=197
AND badcats.id is null
GROUP BY c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id
ORDER BY c.lft
SELECT id
FROM j25_content
WHERE catid = 224
AND alias = 'popelyukh-aleksandr-anatolevich'
SELECT b.id
FROM j25_usergroups AS a
LEFT JOIN j25_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 1
SELECT a.rules
FROM j25_assets AS a
WHERE (a.id = 1)
GROUP BY a.id, a.rules, a.lft
SELECT b.rules
FROM j25_assets AS a
LEFT JOIN j25_assets AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE (a.name = 'com_content')
GROUP BY b.id, b.rules, b.lft
ORDER BY b.lft
SELECT a.id, a.asset_id, a.title, a.alias, a.title_alias, a.introtext, a.fulltext,
CASE WHEN badcats.id is null THEN a.state ELSE 0 END AS state, a.mask, a.catid, a.created, a.created_by, a.created_by_alias,
CASE WHEN a.modified = 0 THEN a.created ELSE a.modified END as modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.parentid, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference,c.title AS category_title, c.alias AS category_alias, c.access AS category_access,u.name AS author,(
SELECT MAX(contact.id) AS id
FROM j25_contact_details AS contact
WHERE contact.published = 1
AND contact.user_id = a.created_by) as contactid,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count
FROM j25_content AS a
LEFT JOIN j25_categories AS c
on c.id = a.catid
LEFT JOIN j25_users AS u
on u.id = a.created_by
LEFT JOIN j25_categories as parent
ON parent.id = c.parent_id
LEFT JOIN j25_content_rating AS v
ON a.id = v.content_id
LEFT
OUTER JOIN (SELECT cat.id as id
FROM j25_categories AS cat JOIN j25_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
WHERE parent.extension = 'com_content'
AND parent.published <= 0
GROUP BY cat.id) AS badcats
ON badcats.id = c.id
WHERE a.id = 2250
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2025-09-29 09:53:29')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2025-09-29 09:53:29')
AND (a.state = 1 OR a.state =2)
SELECT created_by, catid
FROM j25_content
WHERE id = 2250
SELECT b.rules
FROM j25_assets AS a
LEFT JOIN j25_assets AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE (a.name = 'com_content.article.2250')
GROUP BY b.id, b.rules, b.lft
ORDER BY b.lft
SELECT b.rules
FROM j25_assets AS a
LEFT JOIN j25_assets AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE (a.name = 'com_attachments')
GROUP BY b.id, b.rules, b.lft
ORDER BY b.lft
SHOW FULL COLUMNS
FROM `j25_assets`
SELECT id
FROM j25_assets
WHERE parent_id = 0
SELECT b.rules
FROM j25_assets AS a
LEFT JOIN j25_assets AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE (a.id = 1)
GROUP BY b.id, b.rules, b.lft
ORDER BY b.lft
SELECT a.*, u.name as creator_name
FROM j25_attachments AS a
LEFT JOIN j25_users AS u
ON u.id = a.created_by
WHERE a.parent_id=2250
AND a.state = 1
AND a.parent_type='com_content'
AND a.parent_entity='article'
AND a.access IN (1)
ORDER BY created DESC
SELECT `component`
FROM `j25_tortags_components`
SELECT `id`
FROM `j25_tortags_components`
WHERE `component`='com_content'
SELECT `t`.*
FROM `j25_tortags_tags` AS `t`
INNER JOIN `j25_tortags` AS `m`
ON `m`.`tid`=`t`.`id`
WHERE `m`.`item_id`=2250
AND `m`.`oid`=1
ORDER BY `t`.`title` ASC
UPDATE j25_content
SET hits = hits + 1
WHERE id = 2250
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM j25_modules AS m
LEFT JOIN j25_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN j25_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.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2025-09-29 09:53:29')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2025-09-29 09:53:29')
AND m.access IN (1,1)
AND m.client_id = 0
AND (mm.menuid = 100224 OR mm.menuid <= 0)
ORDER BY m.position, m.ordering
SELECT DISTINCT
c.id AS CID
FROM
j25_categories AS c
LEFT JOIN
j25_content AS content
ON
c.id = content.catid
WHERE
( c.id = 224 )
AND
c.extension = 'com_content'
AND
c.published = 1
SELECT id, rules
FROM `j25_viewlevels`
SELECT
content.id AS IID,
content.title AS title,
content.introtext AS text,
content.created AS date,
content.publish_up AS date_publish,
content.hits AS hits,
content.images AS images,
content.featured AS frontpage
FROM
j25_content AS content
WHERE
content.state = 1
AND content.access IN (1,1)
AND ( content.publish_up = '0000-00-00 00:00:00' OR content.publish_up <= '2025-09-29 09:53:29' )
AND ( content.publish_down = '0000-00-00 00:00:00' OR content.publish_down >= '2025-09-29 09:53:29' )
AND ( content.catid = 224 )
ORDER BY
content.title ASC
LIMIT
0,100;
SELECT
content.id AS IID,
content.access AS access,
categories.title AS cat,
users.email AS author_email,
users.name AS author,
content_rating.rating_sum AS rating_sum,
content_rating.rating_count AS rating_count,
CASE WHEN CHAR_LENGTH(content.alias)
THEN CONCAT_WS(":", content.id, content.alias)
ELSE content.id END as ID,
CASE WHEN CHAR_LENGTH(categories.alias)
THEN CONCAT_WS(":", categories.id, categories.alias)
ELSE categories.id END as CID
FROM
j25_content AS content
LEFT JOIN
j25_categories AS categories
ON categories.id = content.catid
LEFT JOIN
j25_users AS users
ON users.id = content.created_by
LEFT JOIN
j25_content_rating AS content_rating
ON content_rating.content_id = content.id
WHERE
content.id = 3713 OR content.id = 4687 OR content.id = 2983 OR content.id = 6175 OR content.id = 4727 OR content.id = 504 OR content.id = 5749 OR content.id = 2251 OR content.id = 117 OR content.id = 420 OR content.id = 6088 OR content.id = 6155 OR content.id = 4391 OR content.id = 777 OR content.id = 6089 OR content.id = 5503 OR content.id = 6159 OR content.id = 77 OR content.id = 2252 OR content.id = 5643 OR content.id = 2245 OR content.id = 5504 OR content.id = 2258 OR content.id = 5505 OR content.id = 2250 OR content.id = 5507 OR content.id = 2243 OR content.id = 2845 OR content.id = 771 OR content.id = 5341 OR content.id = 2241 OR content.id = 2244 OR content.id = 2246 OR content.id = 91 OR content.id = 5340 OR content.id = 111
ORDER BY
content.title ASC
SELECT a.id, a.title, a.alias, a.title_alias, a.introtext, a.language, a.checked_out, a.checked_out_time, a.catid, a.created, a.created_by, a.created_by_alias,
CASE WHEN a.modified = 0 THEN a.created ELSE a.modified END as modified, a.modified_by, uam.name as modified_by_name,
CASE WHEN a.publish_up = 0 THEN a.created ELSE a.publish_up END as publish_up,a.publish_down, a.images, a.urls, a.attribs, a.metadata, a.metakey, a.metadesc, a.access, a.hits, a.xreference, a.featured, LENGTH(a.fulltext) AS readmore,
CASE WHEN badcats.id is not null THEN 0 ELSE a.state END AS state,c.title AS category_title, c.path AS category_route, c.access AS category_access, c.alias AS category_alias,
CASE WHEN a.created_by_alias > ' ' THEN a.created_by_alias ELSE ua.name END AS author,ua.email AS author_email,(
SELECT MAX(contact.id) AS id
FROM j25_contact_details AS contact
WHERE contact.published = 1
AND contact.user_id = a.created_by) as contactid,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count,c.published,
CASE WHEN badcats.id is null THEN c.published ELSE 0 END AS parents_published
FROM j25_content AS a
LEFT JOIN j25_content_frontpage AS fp
ON fp.content_id = a.id
LEFT JOIN j25_categories AS c
ON c.id = a.catid
LEFT JOIN j25_users AS ua
ON ua.id = a.created_by
LEFT JOIN j25_users AS uam
ON uam.id = a.modified_by
LEFT JOIN j25_categories as parent
ON parent.id = c.parent_id
LEFT JOIN j25_content_rating AS v
ON a.id = v.content_id
LEFT
OUTER JOIN (SELECT cat.id as id
FROM j25_categories AS cat JOIN j25_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
WHERE parent.extension = 'com_content'
AND parent.published != 1
GROUP BY cat.id ) AS badcats
ON badcats.id = c.id
WHERE a.access IN (1,1)
AND c.access IN (1,1)
AND
CASE WHEN badcats.id is null THEN a.state ELSE 0 END = 1
AND a.catid IN (90)
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2025-09-29 09:53:29')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2025-09-29 09:53:29')
ORDER BY a.created DESC
LIMIT 0, 1
SELECT c.*,
CASE WHEN CHAR_LENGTH(c.alias) THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM j25_categories as c
LEFT JOIN j25_categories AS s
ON (s.lft <= c.lft
AND s.rgt >= c.rgt) OR (s.lft > c.lft
AND s.rgt < c.rgt)
LEFT JOIN (SELECT cat.id as id
FROM j25_categories AS cat JOIN j25_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
WHERE parent.extension = 'com_content'
AND parent.published != 1
GROUP BY cat.id) AS badcats
ON badcats.id = c.id
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1)
AND c.published = 1
AND s.id=90
AND badcats.id is null
GROUP BY c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id
ORDER BY c.lft
SELECT a.id, a.title, a.alias, a.title_alias, a.introtext, a.language, a.checked_out, a.checked_out_time, a.catid, a.created, a.created_by, a.created_by_alias,
CASE WHEN a.modified = 0 THEN a.created ELSE a.modified END as modified, a.modified_by, uam.name as modified_by_name,
CASE WHEN a.publish_up = 0 THEN a.created ELSE a.publish_up END as publish_up,a.publish_down, a.images, a.urls, a.attribs, a.metadata, a.metakey, a.metadesc, a.access, a.hits, a.xreference, a.featured, LENGTH(a.fulltext) AS readmore,
CASE WHEN badcats.id is not null THEN 0 ELSE a.state END AS state,c.title AS category_title, c.path AS category_route, c.access AS category_access, c.alias AS category_alias,
CASE WHEN a.created_by_alias > ' ' THEN a.created_by_alias ELSE ua.name END AS author,ua.email AS author_email,(
SELECT MAX(contact.id) AS id
FROM j25_contact_details AS contact
WHERE contact.published = 1
AND contact.user_id = a.created_by) as contactid,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count,c.published,
CASE WHEN badcats.id is null THEN c.published ELSE 0 END AS parents_published
FROM j25_content AS a
LEFT JOIN j25_content_frontpage AS fp
ON fp.content_id = a.id
LEFT JOIN j25_categories AS c
ON c.id = a.catid
LEFT JOIN j25_users AS ua
ON ua.id = a.created_by
LEFT JOIN j25_users AS uam
ON uam.id = a.modified_by
LEFT JOIN j25_categories as parent
ON parent.id = c.parent_id
LEFT JOIN j25_content_rating AS v
ON a.id = v.content_id
LEFT
OUTER JOIN (SELECT cat.id as id
FROM j25_categories AS cat JOIN j25_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
WHERE parent.extension = 'com_content'
AND parent.published != 1
GROUP BY cat.id ) AS badcats
ON badcats.id = c.id
WHERE a.access IN (1,1)
AND c.access IN (1,1)
AND
CASE WHEN badcats.id is null THEN a.state ELSE 0 END = 1
AND a.catid IN (144)
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2025-09-29 09:53:29')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2025-09-29 09:53:29')
ORDER BY a.created DESC
LIMIT 0, 5
SELECT c.*,
CASE WHEN CHAR_LENGTH(c.alias) THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM j25_categories as c
LEFT JOIN j25_categories AS s
ON (s.lft <= c.lft
AND s.rgt >= c.rgt) OR (s.lft > c.lft
AND s.rgt < c.rgt)
LEFT JOIN (SELECT cat.id as id
FROM j25_categories AS cat JOIN j25_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
WHERE parent.extension = 'com_content'
AND parent.published != 1
GROUP BY cat.id) AS badcats
ON badcats.id = c.id
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1)
AND c.published = 1
AND s.id=144
AND badcats.id is null
GROUP BY c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id
ORDER BY c.lft
SELECT id
FROM j25_content
WHERE catid = 224
AND alias = 'popelyukh-aleksandr-anatolevich'
SELECT `component`
FROM `j25_tortags_components`
SELECT *
FROM `j25_tortags_components`
WHERE `component`='com_content'
SELECT `id`
FROM `j25_tortags_components`
WHERE `component`='com_content'
SELECT `t`.*
FROM `j25_tortags_tags` AS `t`
INNER JOIN `j25_tortags` AS `m`
ON `m`.`tid`=`t`.`id`
WHERE `m`.`item_id`=2250
AND `m`.`oid`=1
SELECT `t`.`title`
FROM `j25_tortags_tags` AS `t`
ORDER BY `t`.`hits` DESC
LIMIT 0, 200
SELECT b.rules
FROM j25_assets AS a
LEFT JOIN j25_assets AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE (a.name = 'com_tortags')
GROUP BY b.id, b.rules, b.lft
ORDER BY b.lft
UPDATE `j25_session`
SET `data` = '__default|a:9:{s:15:\"session.counter\";i:2;s:19:\"session.timer.start\";i:1759139608;s:18:\"session.timer.last\";i:1759139608;s:17:\"session.timer.now\";i:1759139609;s:24:\"session.client.forwarded\";s:14:\"216.73.216.120\";s:22:\"session.client.browser\";s:103:\"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)\";s:8:\"registry\";O:9:\"JRegistry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":1:{s:15:\"com_attachments\";O:8:\"stdClass\":1:{s:11:\"current_url\";s:128:\"&return=aHR0cHM6Ly9kZXYubGF3LnNmdS1rcmFzLnJ1L2dyYWR1YXRlcy9ub3RhYmxlLWFsdW1uaS9wb3BlbHl1a2gtYWxla3NhbmRyLWFuYXRvbGV2aWNoPw%3D%3D\";}}}s:4:\"user\";O:5:\"JUser\":25:{s:9:\"\0*\0isRoot\";b:0;s:2:\"id\";i:0;s:4:\"name\";N;s:8:\"username\";N;s:5:\"email\";N;s:8:\"password\";N;s:14:\"password_clear\";s:0:\"\";s:8:\"usertype\";N;s:5:\"block\";N;s:9:\"sendEmail\";i:0;s:12:\"registerDate\";N;s:13:\"lastvisitDate\";N;s:10:\"activation\";N;s:6:\"params\";N;s:6:\"groups\";a:0:{}s:5:\"guest\";i:1;s:13:\"lastResetTime\";N;s:10:\"resetCount\";N;s:10:\"\0*\0_params\";O:9:\"JRegistry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":0:{}}s:14:\"\0*\0_authGroups\";a:1:{i:0;i:1;}s:14:\"\0*\0_authLevels\";a:2:{i:0;i:1;i:1;i:1;}s:15:\"\0*\0_authActions\";N;s:12:\"\0*\0_errorMsg\";N;s:10:\"\0*\0_errors\";a:0:{}s:3:\"aid\";i:0;}s:13:\"session.token\";s:32:\"77eb0fa82da9f1ed8d7300c52227cfb7\";}'
, `time` = '1759139610'
WHERE `session_id` = 'ec4925519c50fde7da60ea442af4cf8c'
26 типов SQL-запросов зафиксировано, отсортировано по вхождениям
Запросы типа SELECT:
5 × SELECT b.rules
FROM j25_assets AS a
LEFT JOIN j25_assets AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
3 × SELECT c.*,
CASE WHEN CHAR_LENGTH(c.alias) THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM j25_categories as c
LEFT JOIN j25_categories AS s
ON (s.lft <= c.lft
AND s.rgt >= c.rgt) OR (s.lft > c.lft
AND s.rgt < c.rgt)
LEFT JOIN (SELECT cat.id as id
FROM j25_categories AS cat JOIN j25_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
3 × SELECT `component`
FROM `j25_tortags_components
2 × SELECT `id`
FROM `j25_tortags_components`
2 × SELECT `t`.*
FROM `j25_tortags_tags` AS `t`
INNER JOIN `j25_tortags` AS `m`
ON `m`.`tid`=`t`.`id`
2 × SELECT a.id, a.title, a.alias, a.title_alias, a.introtext, a.language, a.checked_out, a.checked_out_time, a.catid, a.created, a.created_by, a.created_by_alias,
CASE WHEN a.modified = 0 THEN a.created ELSE a.modified END as modified, a.modified_by, uam.name as modified_by_name,
CASE WHEN a.publish_up = 0 THEN a.created ELSE a.publish_up END as publish_up,a.publish_down, a.images, a.urls, a.attribs, a.metadata, a.metakey, a.metadesc, a.access, a.hits, a.xreference, a.featured, LENGTH(a.fulltext) AS readmore,
CASE WHEN badcats.id is not null THEN 0 ELSE a.state END AS state,c.title AS category_title, c.path AS category_route, c.access AS category_access, c.alias AS category_alias,
CASE WHEN a.created_by_alias > ' ' THEN a.created_by_alias ELSE ua.name END AS author,ua.email AS author_email,( SELECT MAX(contact.id) AS id
FROM j25_contact_details AS contact
2 × SELECT id
FROM j25_content
1 × SELECT DISTINCT c.id AS CID
FROM j25_categories AS c
LEFT JOIN j25_content AS content
ON c.id = content.catid
1 × SELECT `t`.`title`
FROM `j25_tortags_tags` AS `t`
1 × SELECT id, rules
FROM `j25_viewlevels
1 × SELECT content.id AS IID, content.title AS title, content.introtext AS text, content.created AS date, content.publish_up AS date_publish, content.hits AS hits, content.images AS images, content.featured AS frontpage
FROM j25_content AS content
1 × SELECT *
FROM `j25_tortags_components`
1 × SELECT content.id AS IID, content.access AS access, categories.title AS cat, users.email AS author_email, users.name AS author, content_rating.rating_sum AS rating_sum, content_rating.rating_count AS rating_count,
CASE WHEN CHAR_LENGTH(content.alias) THEN CONCAT_WS(":", content.id, content.alias) ELSE content.id END as ID,
CASE WHEN CHAR_LENGTH(categories.alias) THEN CONCAT_WS(":", categories.id, categories.alias) ELSE categories.id END as CID
FROM j25_content AS content
LEFT JOIN j25_categories AS categories
ON categories.id = content.catid
LEFT JOIN j25_users AS users
ON users.id = content.created_by
LEFT JOIN j25_content_rating AS content_rating
ON content_rating.content_id = content.id
1 × SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM j25_modules AS m
LEFT JOIN j25_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN j25_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
1 × SELECT id
FROM j25_assets
1 × SELECT b.id
FROM j25_usergroups AS a
LEFT JOIN j25_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
1 × SELECT m.id, m.menutype, m.title, m.alias, m.note, m.path AS route, 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,e.element as component
FROM j25_menu AS m
LEFT JOIN j25_extensions AS e
ON m.component_id = e.extension_id
1 × SELECT a.rules
FROM j25_assets AS a
1 × SELECT a.id, a.asset_id, a.title, a.alias, a.title_alias, a.introtext, a.fulltext,
CASE WHEN badcats.id is null THEN a.state ELSE 0 END AS state, a.mask, a.catid, a.created, a.created_by, a.created_by_alias,
CASE WHEN a.modified = 0 THEN a.created ELSE a.modified END as modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.parentid, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference,c.title AS category_title, c.alias AS category_alias, c.access AS category_access,u.name AS author,( SELECT MAX(contact.id) AS id
FROM j25_contact_details AS contact
1 × SELECT `data`
FROM `j25_session`
1 × SELECT created_by, catid
FROM j25_content
1 × SELECT a.*, u.name as creator_name
FROM j25_attachments AS a
LEFT JOIN j25_users AS u
ON u.id = a.created_by
Прочие SQL-запросы:
1 × UPDATE `j25_session`
SET `data` = '__default|a:9:{s:15:\"session.counter\";i:2;s:19:\"session.timer.start\";i:1759139608;s:18:\"session.timer.last\";i:1759139608;s:17:\"session.timer.now\";i:1759139609;s:24:\"session.client.forwarded\";s:14:\"216.73.216.120\";s:22:\"session.client.browser\";s:103:\"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)\";s:8:\"registry\";O:9:\"JRegistry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":1:{s:15:\"com_attachments\";O:8:\"stdClass\":1:{s:11:\"current_url\";s:128:\"&return=aHR0cHM6Ly9kZXYubGF3LnNmdS1rcmFzLnJ1L2dyYWR1YXRlcy9ub3RhYmxlLWFsdW1uaS9wb3BlbHl1a2gtYWxla3NhbmRyLWFuYXRvbGV2aWNoPw%3D%3D\";}}}s:4:\"user\";O:5:\"JUser\":25:{s:9:\"\0*\0isRoot\";b:0;s:2:\"id\";i:0;s:4:\"name\";N;s:8:\"username\";N;s:5:\"email\";N;s:8:\"password\";N;s:14:\"password_clear\";s:0:\"\";s:8:\"usertype\";N;s:5:\"block\";N;s:9:\"sendEmail\";i:0;s:12:\"registerDate\";N;s:13:\"lastvisitDate\";N;s:10:\"activation\";N;s:6:\"params\";N;s:6:\"groups\";a:0:{}s:5:\"guest\";i:1;s:13:\"lastResetTime\";N;s:10:\"resetCount\";N;s:10:\"\0*\0_params\";O:9:\"JRegistry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":0:{}}s:14:\"\0*\0_authGroups\";a:1:{i:0;i:1;}s:14:\"\0*\0_authLevels\";a:2:{i:0;i:1;i:1;i:1;}s:15:\"\0*\0_authActions\";N;s:12:\"\0*\0_errorMsg\";N;s:10:\"\0*\0_errors\";a:0:{}s:3:\"aid\";i:0;}s:13:\"session.token\";s:32:\"77eb0fa82da9f1ed8d7300c52227cfb7\";}' , `time` = '1759139610'
1 × UPDATE j25_content
SET hits = hits + 1
1 × SHOW FULL COLUMNS
FROM `j25_assets
1 × DELETE
FROM `j25_session`