Консоль отладки Joomla!
session.client.forwarded ⇒ 216.73.216.62
session.client.browser ⇒ Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
password_clear ⇒
groups ⇒
session.token ⇒ ec64ed0cf527605e2399329095b546bf
Application 0.001 seconds (+0.001); 0.34 MB (+0.336) - afterLoad
Application 0.019 seconds (+0.019); 1.47 MB (+1.130) - afterInitialise
Application 0.082 seconds (+0.062); 5.91 MB (+4.444) - afterRoute
Application 0.171 seconds (+0.089); 6.88 MB (+0.973) - afterDispatch
Application 0.180 seconds (+0.010); 7.07 MB (+0.184) - beforeRenderModule mod_news_pro_gk4 (Известные выпускники)
Application 0.879 seconds (+0.699); 7.38 MB (+0.312) - afterRenderModule mod_news_pro_gk4 (Известные выпускники)
Application 0.880 seconds (+0.000); 7.24 MB (-0.134) - beforeRenderModule mod_vertical_dropmenu (Новое левое меню)
Application 0.960 seconds (+0.081); 9.59 MB (+2.341) - afterRenderModule mod_vertical_dropmenu (Новое левое меню)
Application 0.964 seconds (+0.004); 7.56 MB (-2.029) - beforeRenderModule mod_articles_latest (Анонсы)
Application 0.973 seconds (+0.009); 7.66 MB (+0.104) - afterRenderModule mod_articles_latest (Анонсы)
Application 0.975 seconds (+0.002); 7.63 MB (-0.031) - beforeRenderModule mod_articles_latest (Конкурсы и гранты)
Application 0.984 seconds (+0.009); 7.78 MB (+0.152) - afterRenderModule mod_articles_latest (Конкурсы и гранты)
Application 0.987 seconds (+0.003); 7.64 MB (-0.137) - beforeRenderModule mod_custom (Обращение к выпускникам)
Application 0.995 seconds (+0.008); 7.66 MB (+0.016) - afterRenderModule mod_custom (Обращение к выпускникам)
Application 0.997 seconds (+0.002); 7.66 MB (-0.002) - beforeRenderModule mod_menu (Main Menu)
Application 1.077 seconds (+0.080); 7.85 MB (+0.191) - afterRenderModule mod_menu (Main Menu)
Application 1.080 seconds (+0.003); 7.82 MB (-0.025) - beforeRenderModule mod_login (Авторизация на сайте)
Application 1.085 seconds (+0.005); 7.84 MB (+0.017) - afterRenderModule mod_login (Авторизация на сайте)
Application 1.350 seconds (+0.265); 7.98 MB (+0.133) - afterRender
8.07 MB (8,458,624 Bytes)
37 SQL-запросов зафиксировано
SELECT `data`
FROM `j25_session`
WHERE `session_id` = '15f9e372ee53bf2a935c75fcab7cf89a'DELETE
FROM `j25_session`
WHERE `time` < '1762957987'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.lftSELECT 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.lftSELECT id
FROM j25_content
WHERE catid = 224
AND alias = 'saul'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.lftSELECT 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 = 1SELECT 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 = 2243
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2025-11-12 15:33:08')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2025-11-12 15:33:08')
AND (a.state = 1 OR a.state =2)SELECT created_by, catid
FROM j25_content
WHERE id = 2243SELECT 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.2243')
GROUP BY b.id, b.rules, b.lft
ORDER BY b.lftSELECT 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.lftSHOW FULL COLUMNS
FROM `j25_assets`SELECT id
FROM j25_assets
WHERE parent_id = 0SELECT 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.lftSELECT 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=2243
AND a.state = 1
AND a.parent_type='com_content'
AND a.parent_entity='article'
AND a.access IN (1)
ORDER BY created DESCSELECT `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`=2243
AND `m`.`oid`=1
ORDER BY `t`.`title` ASCUPDATE j25_content
SET hits = hits + 1
WHERE id = 2243SELECT 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-11-12 15:33:08')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2025-11-12 15:33:08')
AND m.access IN (1,1)
AND m.client_id = 0
AND (mm.menuid = 100224 OR mm.menuid <= 0)
ORDER BY m.position, m.orderingSELECT 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 = 1SELECT 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-11-12 15:33:08' )
AND ( content.publish_down = '0000-00-00 00:00:00' OR content.publish_down >= '2025-11-12 15:33:08' )
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 ASCSELECT 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-11-12 15:33:08')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2025-11-12 15:33:08')
ORDER BY a.created DESC
LIMIT 0, 1SELECT 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.lftSELECT 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-11-12 15:33:08')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2025-11-12 15:33:08')
ORDER BY a.created DESC
LIMIT 0, 5SELECT 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.lftSELECT id
FROM j25_content
WHERE catid = 224
AND alias = 'saul'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`=2243
AND `m`.`oid`=1SELECT `t`.`title`
FROM `j25_tortags_tags` AS `t`
ORDER BY `t`.`hits` DESC
LIMIT 0, 200SELECT 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.lftUPDATE `j25_session`
SET `data` = '__default|a:9:{s:15:\"session.counter\";i:5;s:19:\"session.timer.start\";i:1762961585;s:18:\"session.timer.last\";i:1762961587;s:17:\"session.timer.now\";i:1762961587;s:24:\"session.client.forwarded\";s:13:\"216.73.216.62\";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:92:\"&return=aHR0cHM6Ly9kZXYubGF3LnNmdS1rcmFzLnJ1L2dyYWR1YXRlcy9ub3RhYmxlLWFsdW1uaS9zYXVsPw%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:\"ec64ed0cf527605e2399329095b546bf\";}'
, `time` = '1762961589'
WHERE `session_id` = '15f9e372ee53bf2a935c75fcab7cf89a'
25 типов 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.rgt3 × 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.rgt3 × SELECT `component`
FROM `j25_tortags_components2 × SELECT `id`
FROM `j25_tortags_components`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 contact2 × SELECT id
FROM j25_content2 × SELECT `t`.*
FROM `j25_tortags_tags` AS `t`
INNER JOIN `j25_tortags` AS `m`
ON `m`.`tid`=`t`.`id`1 × SELECT id, rules
FROM `j25_viewlevels1 × 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 content1 × SELECT *
FROM `j25_tortags_components`1 × SELECT `t`.`title`
FROM `j25_tortags_tags` AS `t`1 × SELECT DISTINCT c.id AS CID
FROM j25_categories AS c
LEFT JOIN j25_content AS content
ON c.id = content.catid1 × 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.id1 × SELECT a.*, u.name as creator_name
FROM j25_attachments AS a
LEFT JOIN j25_users AS u
ON u.id = a.created_by1 × SELECT b.id
FROM j25_usergroups AS a
LEFT JOIN j25_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt1 × 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_id1 × 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 contact1 × SELECT created_by, catid
FROM j25_content1 × SELECT `data`
FROM `j25_session`1 × SELECT id
FROM j25_assets1 × 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
Прочие SQL-запросы:
1 × UPDATE `j25_session`
SET `data` = '__default|a:9:{s:15:\"session.counter\";i:5;s:19:\"session.timer.start\";i:1762961585;s:18:\"session.timer.last\";i:1762961587;s:17:\"session.timer.now\";i:1762961587;s:24:\"session.client.forwarded\";s:13:\"216.73.216.62\";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:92:\"&return=aHR0cHM6Ly9kZXYubGF3LnNmdS1rcmFzLnJ1L2dyYWR1YXRlcy9ub3RhYmxlLWFsdW1uaS9zYXVsPw%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:\"ec64ed0cf527605e2399329095b546bf\";}' , `time` = '1762961589'1 × UPDATE j25_content
SET hits = hits + 11 × SHOW FULL COLUMNS
FROM `j25_assets1 × DELETE
FROM `j25_session`