| # | Запрос | Привязки | Время |
|---|---|---|---|
| 0 | select * from `cms_ban_ip` where ? BETWEEN `ip1` AND `ip2` limit 1 | 3628718238 | 0.37 ms. |
| 1 | select * from `news_sections` where `parent` = ? and `code` = ? and `news_sections`.`deleted_at` is null limit 1 | 0, old | 1.53 ms. |
| 2 | select * from `news_sections` where `parent` = ? and `news_sections`.`deleted_at` is null | 1 | 0.56 ms. |
| 3 | 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 `section_id` in (?) and `news_articles`.`deleted_at` is null | 1, 2026-05-13 11:32:07, 2026-05-13 11:32:07, 1 | 1.42 ms. |