| # | Запрос | Привязки | Время |
|---|---|---|---|
| 0 | select * from `cms_ban_ip` where ? BETWEEN `ip1` AND `ip2` limit 1 | 3628718433 | 0.89 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.58 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-09 12:33:32, 2026-05-09 12:33:32, 1 | 1.62 ms. |