session.counter ⇒ 1
session.timer.start ⇒ 1780788512
session.timer.last ⇒ 1780788512
session.timer.now ⇒ 1780788512
session.client.browser ⇒ Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
registry ⇒ {}
id ⇒ 0
name ⇒
username ⇒
email ⇒
password ⇒
password_clear ⇒
block ⇒
sendEmail ⇒ 0
registerDate ⇒
lastvisitDate ⇒
activation ⇒
params ⇒
0 ⇒ 9
guest ⇒ 1
lastResetTime ⇒
resetCount ⇒
aid ⇒ 0
gid ⇒ 1
link ⇒ https://zakupki-inform.ru/44-fz-video/vebinary/vebinar-ot-26-04-2023-kak-schitat-sgoz-poshagovaya-instruktsiya.html
expiry ⇒ 1780788512
session.token ⇒ 8d005980503fbe2cff0365b3a3a0b52a
Application 0.000 seconds (+0.000); 0.33 MB (+0.330) - afterLoadApplication 0.024 seconds (+0.024); 1.28 MB (+0.950) - afterInitialiseApplication 0.075 seconds (+0.051); 2.19 MB (+0.913) - afterRouteApplication 0.102 seconds (+0.027); 2.95 MB (+0.754) - afterDispatchApplication 0.238 seconds (+0.136); 3.70 MB (+0.749) - beforeRenderModule mod_news_pro_gk4 (Свежие материалы)Application 0.540 seconds (+0.302); 3.90 MB (+0.203) - afterRenderModule mod_news_pro_gk4 (Свежие материалы)Application 0.541 seconds (+0.000); 3.83 MB (-0.069) - beforeRenderModule mod_news_pro_gk4 (Вопрос-Ответ)Application 0.629 seconds (+0.088); 3.90 MB (+0.072) - afterRenderModule mod_news_pro_gk4 (Вопрос-Ответ)Application 0.631 seconds (+0.002); 3.88 MB (-0.020) - beforeRenderModule mod_jak2filter (Поиск по теме)Application 0.826 seconds (+0.196); 4.31 MB (+0.427) - afterRenderModule mod_jak2filter (Поиск по теме)Application 0.829 seconds (+0.003); 4.18 MB (-0.134) - beforeRenderModule mod_news_pro_gk4 (Верхний скроллинг)Application 0.835 seconds (+0.006); 4.23 MB (+0.057) - afterRenderModule mod_news_pro_gk4 (Верхний скроллинг)Application 0.892 seconds (+0.057); 4.26 MB (+0.029) - afterRender4.37 MB (4,586,064 Bytes)SELECT `data`
FROM `cg84d_session`
WHERE `session_id` = 'aa201gdhtkr0avj1i43t7nm174'SELECT `session_id`
FROM `cg84d_session`
WHERE `session_id` = 'aa201gdhtkr0avj1i43t7nm174'
LIMIT 0, 1INSERT INTO `cg84d_session`
(`session_id`, `client_id`, `time`)
VALUES
('aa201gdhtkr0avj1i43t7nm174', 0, '1780788512')SELECT b.id
FROM cg84d_usergroups AS a
LEFT JOIN cg84d_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 9SELECT id, rules
FROM `cg84d_viewlevels`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 cg84d_menu AS m
LEFT JOIN cg84d_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 id
FROM cg84d_k2_items
WHERE alias = 'vebinar-ot-26-04-2023-kak-schitat-sgoz-poshagovaya-instruktsiya'SELECT a.rules
FROM cg84d_assets AS a
WHERE (a.id = 1)
GROUP BY a.id, a.rules, a.lftSELECT b.rules
FROM cg84d_assets AS a
LEFT JOIN cg84d_assets AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE (a.name = 'com_k2')
GROUP BY b.id, b.rules, b.lft
ORDER BY b.lftSELECT id
FROM cg84d_k2_categories
WHERE published=1
AND trash=0
AND access IN(1,1,5)SELECT *
FROM cg84d_k2_items
WHERE id=14287
LIMIT 0, 1SHOW FULL COLUMNS
FROM `cg84d_k2_categories`SELECT *
FROM cg84d_k2_categories
WHERE id = '18'SELECT *
FROM cg84d_k2_categories
WHERE id = '17'SELECT *
FROM cg84d_k2_attachments
WHERE itemID=14287SHOW FULL COLUMNS
FROM `cg84d_k2_items`UPDATE cg84d_k2_items
SET `hits` = (`hits` + 1)
WHERE id = '14287'SELECT *
FROM cg84d_k2_items
WHERE id != 14287
AND catid=18
AND ordering > 570
AND published=1
AND ( publish_up = '0000-00-00 00:00:00' OR publish_up <= '2026-06-06 23:28:32' )
AND ( publish_down = '0000-00-00 00:00:00' OR publish_down >= '2026-06-06 23:28:32' )
AND access IN(1,1,5)
AND trash=0
ORDER BY ordering ASC
LIMIT 0, 1SELECT *
FROM cg84d_k2_items
WHERE id != 14287
AND catid=18
AND ordering < 570
AND published=1
AND ( publish_up = '0000-00-00 00:00:00' OR publish_up <= '2026-06-06 23:28:32' )
AND ( publish_down = '0000-00-00 00:00:00' OR publish_down >= '2026-06-06 23:28:32' )
AND access IN(1,1,5)
AND trash=0
ORDER BY ordering DESC
LIMIT 0, 1SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM cg84d_modules AS m
LEFT JOIN cg84d_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN cg84d_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 <= '2026-06-06 23:28:32')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2026-06-06 23:28:32')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND (mm.menuid = 349 OR mm.menuid <= 0)
ORDER BY m.position, m.orderingSELECT DISTINCT
c.id AS ID,
c.name AS name,
c.alias AS alias
FROM
cg84d_k2_categories AS c
LEFT JOIN
cg84d_k2_items AS content
ON
c.id = content.catid
WHERE
( c.id = 15 OR c.id = 32 OR c.id = 31 OR c.id = 10 OR c.id = 12 OR c.id = 14 OR c.id = 21 OR c.id = 20 OR c.id = 16 OR c.id = 13 OR c.id = 17 OR c.id = 18 OR c.id = 23 OR c.id = 29 OR c.id = 24 OR c.id = 22 OR c.id = 25 OR c.id = 47 OR c.id = 48 OR c.id = 26 )
AND
c.published = 1;SELECT DISTINCT
cats.name AS cat_name,
cats.alias AS cat_alias,
content.catid AS cat_id,
users.name AS author,
users.email AS author_email,
users.id AS author_id,
content.title AS title,
content.introtext AS text,
content.created AS date,
content.publish_up AS date_publish,
content.id AS ID,
content.alias AS alias,
content.hits AS hits,
content_rating.rating_sum AS rating_sum,
content_rating.rating_count AS rating_count,
content.plugins AS plugins
FROM
cg84d_k2_items AS content
LEFT JOIN
cg84d_k2_categories AS cats
ON cats.id = content.catid
LEFT JOIN
cg84d_users AS users
ON users.id = content.created_by
LEFT JOIN
cg84d_k2_rating AS content_rating
ON content.id = content_rating.itemID
WHERE
content.trash = 0
AND content.published = 1
AND cats.published = 1
AND ( content.publish_up = '0000-00-00 00:00:00' OR content.publish_up <= '2026-06-07 00:00:00' )
AND ( content.publish_down = '0000-00-00 00:00:00' OR content.publish_down >= '2026-06-07 00:00:00' )
AND ( content.catid = 10 OR content.catid = 12 OR content.catid = 13 OR content.catid = 14 OR content.catid = 15 OR content.catid = 16 OR content.catid = 17 OR content.catid = 18 OR content.catid = 20 OR content.catid = 21 OR content.catid = 22 OR content.catid = 23 OR content.catid = 24 OR content.catid = 25 OR content.catid = 29 OR content.catid = 31 OR content.catid = 32 OR content.catid = 47 OR content.catid = 48 )
AND content.featured = 0
ORDER BY
content.created DESC
LIMIT
0,6;SELECT
content.id AS id,
COUNT(comments.itemID) AS count
FROM
cg84d_k2_items AS content
LEFT JOIN
cg84d_k2_comments AS comments
ON comments.itemID = content.id
WHERE
comments.published
AND ( content.id = 16412 OR content.id = 16411 OR content.id = 16410 OR content.id = 16408 OR content.id = 16407 OR content.id = 16406 )
GROUP BY
comments.itemID
;SELECT DISTINCT
c.id AS ID,
c.name AS name,
c.alias AS alias
FROM
cg84d_k2_categories AS c
LEFT JOIN
cg84d_k2_items AS content
ON
c.id = content.catid
WHERE
( c.id = 27 )
AND
c.published = 1
AND
c.access <= 5;SELECT DISTINCT
cats.name AS cat_name,
cats.alias AS cat_alias,
content.catid AS cat_id,
users.name AS author,
users.email AS author_email,
users.id AS author_id,
content.title AS title,
content.introtext AS text,
content.created AS date,
content.publish_up AS date_publish,
content.id AS ID,
content.alias AS alias,
content.hits AS hits,
content_rating.rating_sum AS rating_sum,
content_rating.rating_count AS rating_count,
content.plugins AS plugins
FROM
cg84d_k2_items AS content
LEFT JOIN
cg84d_k2_categories AS cats
ON cats.id = content.catid
LEFT JOIN
cg84d_users AS users
ON users.id = content.created_by
LEFT JOIN
cg84d_k2_rating AS content_rating
ON content.id = content_rating.itemID
WHERE
content.trash = 0
AND cats.access <= 5
AND content.access <= 5
AND content.published = 1
AND cats.published = 1
AND ( content.publish_up = '0000-00-00 00:00:00' OR content.publish_up <= '2026-06-07 00:00:00' )
AND ( content.publish_down = '0000-00-00 00:00:00' OR content.publish_down >= '2026-06-07 00:00:00' )
AND ( content.catid = 27 )
ORDER BY
content.created DESC
LIMIT
0,5;SELECT
content.id AS id,
COUNT(comments.itemID) AS count
FROM
cg84d_k2_items AS content
LEFT JOIN
cg84d_k2_comments AS comments
ON comments.itemID = content.id
WHERE
comments.published
AND ( content.id = 16405 OR content.id = 16404 OR content.id = 16403 OR content.id = 16390 OR content.id = 16375 )
GROUP BY
comments.itemID
;SELECT m.*
FROM cg84d_k2_categories m
WHERE id > 0
AND published=1
AND trash=0
AND id IN (10,12,14,20,13,16,21,15,31,32,17,18,23,24,25,47,22,27)
ORDER BY parent, orderingSELECT id
FROM cg84d_k2_categories
WHERE parent IN (10,12,13,14,15,16,17,18,20,21,22,23,24,25,27,31,32,47)
AND id NOT IN (10,12,13,14,15,16,17,18,20,21,22,23,24,25,27,31,32,47)
AND published=1
AND trash=0
AND access IN(1,1,5)SELECT id
FROM cg84d_k2_categories
WHERE parent IN (28,30,48,58)
AND id NOT IN (28,30,48,58)
AND published=1
AND trash=0
AND access IN(1,1,5)SELECT t.id as value,t.name as name
FROM cg84d_k2_tags AS t
LEFT JOIN cg84d_k2_tags_xref AS tx
ON t.id = tx.tagID
LEFT JOIN cg84d_k2_items as ki
ON tx.itemID = ki.id
WHERE ki.catid IN (10,12,13,14,15,16,17,18,20,21,22,23,24,25,27,31,32,47,28,30,48,58)
AND t.published=1
GROUP BY t.idSELECT f.`id`, f.name, f.
group, g.name AS group_name
FROM cg84d_k2_extra_fields f
INNER JOIN cg84d_k2_extra_fields_groups g
ON f.
group = g.id
WHERE f.`type` IN ('select','multipleSelect','radio','labels','textfield','date')
ORDER BY g.name, f.nameSELECT DISTINCT
c.id AS ID,
c.name AS name,
c.alias AS alias
FROM
cg84d_k2_categories AS c
LEFT JOIN
cg84d_k2_items AS content
ON
c.id = content.catid
WHERE
( c.id = 58 )
AND
c.published = 1;SELECT DISTINCT
cats.name AS cat_name,
cats.alias AS cat_alias,
content.catid AS cat_id,
users.name AS author,
users.email AS author_email,
users.id AS author_id,
content.title AS title,
content.introtext AS text,
content.created AS date,
content.publish_up AS date_publish,
content.id AS ID,
content.alias AS alias,
content.hits AS hits,
content_rating.rating_sum AS rating_sum,
content_rating.rating_count AS rating_count,
content.plugins AS plugins
FROM
cg84d_k2_items AS content
LEFT JOIN
cg84d_k2_categories AS cats
ON cats.id = content.catid
LEFT JOIN
cg84d_users AS users
ON users.id = content.created_by
LEFT JOIN
cg84d_k2_rating AS content_rating
ON content.id = content_rating.itemID
WHERE
content.trash = 0
AND content.published = 1
AND cats.published = 1
AND ( content.publish_up = '0000-00-00 00:00:00' OR content.publish_up <= '2026-06-07 12:00:00' )
AND ( content.publish_down = '0000-00-00 00:00:00' OR content.publish_down >= '2026-06-07 12:00:00' )
AND ( content.catid = 58 )
ORDER BY
RAND()
LIMIT
0,10;UPDATE `cg84d_session`
SET `data` = '__default|a:9:{s:15:\"session.counter\";i:1;s:19:\"session.timer.start\";i:1780788512;s:18:\"session.timer.last\";i:1780788512;s:17:\"session.timer.now\";i:1780788512;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\\0\\0data\";O:8:\"stdClass\":0:{}}s:4:\"user\";O:5:\"JUser\":25:{s:9:\"\\0\\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: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:1:{i:0;s:1:\"9\";}s:5:\"guest\";i:1;s:13:\"lastResetTime\";N;s:10:\"resetCount\";N;s:10:\"\\0\\0\\0_params\";O:9:\"JRegistry\":1:{s:7:\"\\0\\0\\0data\";O:8:\"stdClass\":0:{}}s:14:\"\\0\\0\\0_authGroups\";a:2:{i:0;i:1;i:1;i:9;}s:14:\"\\0\\0\\0_authLevels\";a:3:{i:0;i:1;i:1;i:1;i:2;i:5;}s:15:\"\\0\\0\\0_authActions\";N;s:12:\"\\0\\0\\0_errorMsg\";N;s:10:\"\\0\\0\\0_errors\";a:0:{}s:3:\"aid\";i:0;s:3:\"gid\";i:1;}s:16:\"com_mailto.links\";a:1:{s:40:\"c062a18d6aa050d309c89a13dd151cfba65f7c47\";O:8:\"stdClass\":2:{s:4:\"link\";s:115:\"https://zakupki-inform.ru/44-fz-video/vebinary/vebinar-ot-26-04-2023-kak-schitat-sgoz-poshagovaya-instruktsiya.html\";s:6:\"expiry\";i:1780788512;}}s:13:\"session.token\";s:32:\"8d005980503fbe2cff0365b3a3a0b52a\";}'
, `time` = '1780788513'
WHERE `session_id` = 'aa201gdhtkr0avj1i43t7nm174'3 × SELECT DISTINCT
cats.name AS cat_name,
cats.alias AS cat_alias,
content.catid AS cat_id,
users.name AS author,
users.email AS author_email,
users.id AS author_id,
content.title AS title,
content.introtext AS text,
content.created AS date,
content.publish_up AS date_publish,
content.id AS ID,
content.alias AS alias,
content.hits AS hits,
content_rating.rating_sum AS rating_sum,
content_rating.rating_count AS rating_count,
content.plugins AS plugins
FROM
cg84d_k2_items AS content
LEFT JOIN
cg84d_k2_categories AS cats
ON cats.id = content.catid
LEFT JOIN
cg84d_users AS users
ON users.id = content.created_by
LEFT JOIN
cg84d_k2_rating AS content_rating
ON content.id = content_rating.itemID3 × SELECT DISTINCT
c.id AS ID,
c.name AS name,
c.alias AS alias
FROM
cg84d_k2_categories AS c
LEFT JOIN
cg84d_k2_items AS content
ON
c.id = content.catid3 × SELECT *
FROM cg84d_k2_items2 × SELECT id
FROM cg84d_k2_categories2 × SELECT
content.id AS id,
COUNT(comments.itemID) AS count
FROM
cg84d_k2_items AS content
LEFT JOIN
cg84d_k2_comments AS comments
ON comments.itemID = content.id2 × SELECT *
FROM cg84d_k2_categories1 × SELECT `session_id`
FROM `cg84d_session`1 × SELECT b.id
FROM cg84d_usergroups AS a
LEFT JOIN cg84d_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt1 × SELECT m.*
FROM cg84d_k2_categories m1 × SELECT f.`id`, f.name, f.
group, g.name AS group_name
FROM cg84d_k2_extra_fields f
INNER JOIN cg84d_k2_extra_fields_groups g
ON f.
group = g.id1 × SELECT t.id as value,t.name as name
FROM cg84d_k2_tags AS t
LEFT JOIN cg84d_k2_tags_xref AS tx
ON t.id = tx.tagID
LEFT JOIN cg84d_k2_items as ki
ON tx.itemID = ki.id1 × SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM cg84d_modules AS m
LEFT JOIN cg84d_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN cg84d_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id1 × SELECT *
FROM cg84d_k2_attachments1 × SELECT id
FROM cg84d_k2_items1 × 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 cg84d_menu AS m
LEFT JOIN cg84d_extensions AS e
ON m.component_id = e.extension_id1 × SELECT a.rules
FROM cg84d_assets AS a1 × SELECT b.rules
FROM cg84d_assets AS a
LEFT JOIN cg84d_assets AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt1 × SELECT `data`
FROM `cg84d_session`1 × SELECT id
FROM cg84d_k2_categories1 × SELECT id, rules
FROM `cg84d_viewlevels1 × UPDATE `cg84d_session`
SET `data` = '__default|a:9:{s:15:\"session.counter\";i:1;s:19:\"session.timer.start\";i:1780788512;s:18:\"session.timer.last\";i:1780788512;s:17:\"session.timer.now\";i:1780788512;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\\0\\0data\";O:8:\"stdClass\":0:{}}s:4:\"user\";O:5:\"JUser\":25:{s:9:\"\\0\\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: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:1:{i:0;s:1:\"9\";}s:5:\"guest\";i:1;s:13:\"lastResetTime\";N;s:10:\"resetCount\";N;s:10:\"\\0\\0\\0_params\";O:9:\"JRegistry\":1:{s:7:\"\\0\\0\\0data\";O:8:\"stdClass\":0:{}}s:14:\"\\0\\0\\0_authGroups\";a:2:{i:0;i:1;i:1;i:9;}s:14:\"\\0\\0\\0_authLevels\";a:3:{i:0;i:1;i:1;i:1;i:2;i:5;}s:15:\"\\0\\0\\0_authActions\";N;s:12:\"\\0\\0\\0_errorMsg\";N;s:10:\"\\0\\0\\0_errors\";a:0:{}s:3:\"aid\";i:0;s:3:\"gid\";i:1;}s:16:\"com_mailto.links\";a:1:{s:40:\"c062a18d6aa050d309c89a13dd151cfba65f7c47\";O:8:\"stdClass\":2:{s:4:\"link\";s:115:\"https://zakupki-inform.ru/44-fz-video/vebinary/vebinar-ot-26-04-2023-kak-schitat-sgoz-poshagovaya-instruktsiya.html\";s:6:\"expiry\";i:1780788512;}}s:13:\"session.token\";s:32:\"8d005980503fbe2cff0365b3a3a0b52a\";}' , `time` = '1780788513'1 × UPDATE cg84d_k2_items
SET `hits` = (`hits` + 1)1 × SHOW FULL COLUMNS
FROM `cg84d_k2_items1 × SHOW FULL COLUMNS
FROM `cg84d_k2_categories1 × INSERT INTO `cg84d_session` (`session_id`, `client_id`, `time`)
VALUES ('aa201gdhtkr0avj1i43t7nm174', 0, '1780788512'