| # | Запрос | Привязки | Время |
|---|---|---|---|
| 0 | select * from `cms_ban_ip` where ? BETWEEN `ip1` AND `ip2` limit 1 | 3628718433 | 0.71 ms. |
| 1 | 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 `tags` like ? and `news_articles`.`deleted_at` is null | 1, 2026-05-09 14:31:31, 2026-05-09 14:31:31, %tegi% | 1.96 ms. |
| 2 | 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` from `news_articles` where `active` = ? and (`active_from` is null or `active_from` <= ?) and (`active_to` is null or `active_to` >= ?) and `tags` like ? and `news_articles`.`deleted_at` is null limit 10 offset 0 | 1, 2026-05-09 14:31:31, 2026-05-09 14:31:31, %tegi% | 4.16 ms. |
| 3 | select count(*) as aggregate from `users` where `preg` = ? | 1 | 1.54 ms. |
| 4 | select count(*) as aggregate from `users` where `preg` = ? and `datereg` > ? | 1, 1778250691 | 1.37 ms. |