SELECT * FROM cl_configs0.00066494941711426Всего 0.00066494941711426 сек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.00012207031250000Всего 0.00078701972961426 сек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.00323295593261719Всего 0.0040199756622314 сек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.05471515655517578Всего 0.058735132217407 сек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.00023198127746582Всего 0.058967113494873 сек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 = 'отдыхлоо' LIMIT 10.00009083747863770Всего 0.059057950973511 сек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 = 13244)
ORDER BY `time` DESC, `id` DESC
LIMIT 15
0.00058197975158691Всего 0.059639930725098 секMysqliDb->rawQuery() >> file "/var/www/twitty/data/www/ai.twitty.ru/twitty_web/core/apps/explore/app_ctrl.php" line #122