logo
.
Авторизоваться
  • Вход
  • Регистрация
  • Архив новостей
  • Форум
  • Гостевая
  • Загрузки
  • Библиотека
  • Пользователи
  • Фотоальбомы
  • Информация, FAQ
0 / 91
logo

Новости

  1. Главная
  2. Новости
Старые новости
С новым годом!
0
610
0
Ищутся добровольцы #1
0
643
0
The "BIG SCORE"
0
737
0
BugHunt
0
627
0
Новый дом
0
635
0
Мы переезжаем!
0
650
0
Денег нет, но вы держитесь... ©
-2
643
1
Java: Online - Done!
0
659
0
Сходство, уникальность и зеркало :)
0
658
0
DeBug #4
0
695
0
  • «
  • 1
  • 2
  • 3
  • »
© 2026
SQL: 4, 3.00 MB, 0.07 sec.

Журнал SQL запросов

# Запрос Привязки Время
0 select * from `cms_ban_ip` where ? BETWEEN `ip1` AND `ip2` limit 1 0 0.75 ms.
1 select * from `news_sections` where `parent` = ? and `news_sections`.`deleted_at` is null 0 1.28 ms.
2 select count(*) as aggregate from `news_articles` where `active` = ? and (`active_from` is null or `active_from` <= ?) and (`active_to` is null or `active_to` >= ?) and `news_articles`.`deleted_at` is null 1, 2026-05-16 07:31:46, 2026-05-16 07:31:46 1.65 ms.
3 select `news_articles`.*, (select count(*) from `news_comments` where `news_articles`.`id` = `news_comments`.`article_id` and `news_comments`.`deleted_at` is null) as `comments_count`, (select sum(`news_votes`.`vote`) from `news_votes` where `news_articles`.`id` = `news_votes`.`article_id`) as `votes_sum_vote` from `news_articles` where `active` = ? and (`active_from` is null or `active_from` <= ?) and (`active_to` is null or `active_to` >= ?) and `news_articles`.`deleted_at` is null order by `id` desc limit 10 offset 10 1, 2026-05-16 07:31:46, 2026-05-16 07:31:46 3.08 ms.