| # | Запрос | Привязки | Время |
|---|---|---|---|
| 0 | select * from `cms_ban_ip` where ? BETWEEN `ip1` AND `ip2` limit 1 | 3628718397 | 0.59 ms. |
| 1 | select * from `news_sections` where `parent` = ? and `code` = ? and `news_sections`.`deleted_at` is null limit 1 | 0, old | 0.94 ms. |
| 2 | select * from `news_sections` where `parent` = ? and `news_sections`.`deleted_at` is null | 1 | 0.54 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-29 15:17:25, 2026-05-29 15:17:25, 1 | 1.06 ms. |