SELECT * FROM cl_configs0.00087904930114746Всего 0.00087904930114746 секMysqliDb->get() >> file "/var/www/twitty/data/www/ai.twitty.ru/twitty_web/core/components/tools.php" line #1406
SELECT * FROM cl_ui_langs WHERE status = '1' 0.00021219253540039Всего 0.0010912418365479 секMysqliDb->get() >> file "/var/www/twitty/data/www/ai.twitty.ru/twitty_web/core/components/user.php" line #1659
SELECT
u.id,
u.username,
u.avatar,
u.followers,
u.posts,
u.following,
u.country_id,
u.website,
u.about,
u.last_active,
u.is_online,
u.fname,
u.lname,
u.email,
u.verified,
u.follow_privacy
FROM cl_users u
WHERE u.active = '1' AND u.id != 0
ORDER BY u.followers DESC, u.posts DESC
LIMIT 50.00603795051574707Всего 0.0071291923522949 секMysqliDb->rawQuery() >> file "/var/www/twitty/data/www/ai.twitty.ru/twitty_web/core/components/user.php" line #1005
SELECT
h.id,
h.tag,
h.posts,
COUNT(DISTINCT p.user_id) AS unique_users,
COUNT(*) AS posts_count,
MAX(ph.time) AS last_activity
FROM cl_hashtags h
JOIN cl_publications_hashtags ph
ON ph.hashtag_id = h.id
JOIN cl_publications p
ON p.id = ph.publication_id
WHERE CHAR_LENGTH(h.tag) >= 2
AND ph.time >= NOW() - INTERVAL 7 DAY
GROUP BY h.id
HAVING unique_users >= 1
ORDER BY unique_users DESC, last_activity DESC
LIMIT 15;
0.09538912773132324Всего 0.10251832008362 секMysqliDb->rawQuery() >> file "/var/www/twitty/data/www/ai.twitty.ru/twitty_web/core/components/post.php" line #385
SELECT * FROM cl_publications WHERE admin_pinned = 'Y' LIMIT 10.00030899047851562Всего 0.10282731056213 секMysqliDb->getOne() >> file "/var/www/twitty/data/www/ai.twitty.ru/twitty_web/core/apps/explore/app_ctrl.php" line #185
SELECT id FROM cl_hashtags WHERE tag = 'деньотца2025' LIMIT 10.00009489059448242Всего 0.10292220115662 секMysqliDb->getOne() >> file "/var/www/twitty/data/www/ai.twitty.ru/twitty_web/core/components/post.php" line #409
SELECT cl_publications.*
FROM `cl_publications`
INNER JOIN cl_users u
ON u.id = cl_publications.user_id
WHERE `status` = "active"
AND `target` = "publication"
AND `admin_pinned` = "N"
AND `priv_wcs` = "everyone"
AND EXISTS (
SELECT 1
FROM cl_publications_hashtags ph
WHERE ph.publication_id = cl_publications.id
AND ph.hashtag_id = 6394)
ORDER BY `time` DESC, `id` DESC
LIMIT 15
0.00057196617126465Всего 0.10349416732788 секMysqliDb->rawQuery() >> file "/var/www/twitty/data/www/ai.twitty.ru/twitty_web/core/apps/explore/app_ctrl.php" line #122