Публикация #1
04.04.2026 13:34
| Метод | Маршрут | URI | Query String | Генерация | Память | Пик | Рост | Резерв PHP |
|---|---|---|---|---|---|---|---|---|
| GET | forum/topic | /index.php?forum_topic_id=1&route=forum%2Ftopic | forum_topic_id=1&route=forum%2Ftopic | 17.708 ms | 2.60 MB | 2.64 MB | 1.71 MB | 6.00 MB |
| Маршрут | Время | Дельта памяти |
|---|---|---|
| startup/startup/index | 2.242 ms | 422.81 KB |
| startup/impersonate/index | 0.004 ms | 376 B |
| startup/error/index | 0.085 ms | 72.29 KB |
| startup/event/index | 0.124 ms | 7.49 KB |
| startup/maintenance/index | 0.004 ms | 376 B |
| startup/seo_url/index | 0.017 ms | 1 008 B |
| event/theme/index | 0.012 ms | 64.59 KB |
| common/column_left/index | 1.523 ms | 244.55 KB |
| event/theme/index | 0.017 ms | 616 B |
| common/column_right/index | 0.087 ms | 1.70 KB |
| event/theme/index | 0.007 ms | 600 B |
| common/content_top/index | 0.058 ms | 1.54 KB |
| event/theme/index | 0.010 ms | 616 B |
| common/content_bottom/index | 0.080 ms | 1.54 KB |
| Метод | Время | Дельта памяти |
|---|---|---|
| localisation/language/getLanguages | 0.099 ms | 3.71 KB |
| localisation/currency/getCurrencies | 0.076 ms | 3.52 KB |
| extension/event/getEvents | 0.061 ms | 1.10 KB |
| forum/forum/getTopic | 0.082 ms | 2.77 KB |
| forum/forum/getCategory | 0.090 ms | 3.02 KB |
| forum/forum/getTotalPostsByTopicId | 0.061 ms | 1.87 KB |
| forum/forum/getCategoryPath | 0.011 ms | 1.54 KB |
| forum/forum/getFirstPostIdByTopicId | 0.063 ms | 1.84 KB |
| forum/forum/getPostsByTopicId | 0.078 ms | 2.72 KB |
| design/layout/getLayout | 0.087 ms | 2.21 KB |
| design/layout/getLayoutModulesAll | 0.098 ms | 7.09 KB |
| Шаблон | Время | Дельта памяти |
|---|---|---|
| theme_magii/template/common/column_left.tpl | 0.038 ms | 728 B |
| theme_magii/template/common/column_right.tpl | 0.036 ms | 568 B |
| theme_magii/template/common/content_top.tpl | 0.025 ms | 568 B |
| theme_magii/template/common/content_bottom.tpl | 0.039 ms | 568 B |
| Тип | Кэш | Строки | Время | SQL |
|---|---|---|---|---|
| read | no | 375 | 0.377 ms | SELECT `key`, `value`, serialized FROM `oc_setting` WHERE `key` NOT IN ('config_image_resize_mode','config_image_resize_filter','config_image_resize_blur','config_image_auto_orient','config_image_preserve_alpha','config_image_background_color','config_image_strip_metadata','config_image_jpeg_quality_small','config_image_jpeg_quality_medium','config_image_jpeg_quality_large','config_image_jpeg_small_max','config_image_jpeg_medium_max','config_image_jpeg_progressive','config_image_jpeg_sampling','config_image_png_compression','config_image_png_filter','config_image_png_strategy','config_image_webp_quality','config_image_avif_quality') |
| read | no | 1 | 0.085 ms | SELECT language_id, name, code, locale, image, directory, sort_order, status, default_currency_code, url_prefix, hreflang FROM oc_language WHERE status = '1' ORDER BY sort_order, name |
| read | no | 1 | 0.065 ms | SELECT currency_id, title, code, symbol_left, symbol_right, decimal_place, value, status, date_modified FROM oc_currency ORDER BY title ASC |
| read | no | 0 | 0.054 ms | SELECT `trigger`, `action` FROM `oc_event` WHERE `trigger` LIKE 'catalog/%' AND status = '1' ORDER BY `event_id` ASC |
| read | no | 1 | 0.071 ms | SELECT forum_topic_id, forum_category_id, customer_id, author_name, title, status, is_hidden, reply_count, post_count, last_post_added, date_added, date_modified FROM oc_forum_topic WHERE forum_topic_id = '1' LIMIT 1 |
| read | no | 1 | 0.079 ms | SELECT c.forum_category_id, c.parent_id, c.sort_order, c.status, c.is_hidden, c.topic_count, c.post_count, c.last_topic_id, c.last_post_added, c.date_added, c.date_modified, cd.name, cd.description FROM oc_forum_category c LEFT JOIN oc_forum_category_description cd ON (cd.forum_category_id = c.forum_category_id AND cd.language_id = '3') WHERE c.forum_category_id = '1' LIMIT 1 |
| read | no | 1 | 0.053 ms | SELECT COUNT(*) AS total FROM oc_forum_post WHERE forum_topic_id = '1' AND status = '1' AND is_hidden = '0' |
| read | no | 1 | 0.067 ms | SELECT keyword FROM `oc_url_alias` WHERE `query` = 'forum/home' LIMIT 1 |
| read | yes | 1 | 0.003 ms | SELECT c.forum_category_id, c.parent_id, c.sort_order, c.status, c.is_hidden, c.topic_count, c.post_count, c.last_topic_id, c.last_post_added, c.date_added, c.date_modified, cd.name, cd.description FROM oc_forum_category c LEFT JOIN oc_forum_category_description cd ON (cd.forum_category_id = c.forum_category_id AND cd.language_id = '3') WHERE c.forum_category_id = '1' LIMIT 1 |
| read | no | 1 | 0.056 ms | SELECT forum_post_id FROM oc_forum_post WHERE forum_topic_id = '1' ORDER BY forum_post_id ASC LIMIT 1 |
| read | no | 1 | 0.066 ms | SELECT forum_post_id, forum_topic_id, customer_id, author_name, message, status, is_hidden, date_added, date_modified FROM oc_forum_post WHERE forum_topic_id = '1' AND status = '1' AND is_hidden = '0' ORDER BY forum_post_id ASC LIMIT 0, 20 |
| read | no | 1 | 0.074 ms | SELECT layout_id FROM oc_layout_route WHERE 'forum/topic' LIKE route ORDER BY route DESC LIMIT 1 |
| read | no | 11 | 0.090 ms | SELECT code, position, sort_order FROM oc_layout_module WHERE layout_id = '16' ORDER BY position, sort_order |
| read | no | 0 | 0.105 ms | SELECT sp.seo_page_id, sp.route, sp.status, spd.name, spd.meta_title, spd.h1, spd.meta_description, spd.meta_keyword, spd.short_description, spd.description
FROM oc_seo_page sp
LEFT JOIN oc_seo_page_description spd ON (sp.seo_page_id = spd.seo_page_id)
WHERE sp.route IN ('forum/topic&forum_topic_id=1')
AND sp.status = '1'
AND spd.language_id = '3'
ORDER BY CASE sp.route WHEN 'forum/topic&forum_topic_id=1' THEN 0 ELSE 9999 END
LIMIT 1 |
| Повторов | Сумма времени | SQL |
|---|---|---|
| 2 | 0.082 ms | SELECT c.forum_category_id, c.parent_id, c.sort_order, c.status, c.is_hidden, c.topic_count, c.post_count, c.last_topic_id, c.last_post_added, c.date_added, c.date_modified, cd.name, cd.description FROM oc_forum_category c LEFT JOIN oc_forum_category_description cd ON (cd.forum_category_id = c.forum_category_id AND cd.language_id = '3') WHERE c.forum_category_id = '1' LIMIT 1 |
| 1 | 0.377 ms | SELECT `key`, `value`, serialized FROM `oc_setting` WHERE `key` NOT IN ('config_image_resize_mode','config_image_resize_filter','config_image_resize_blur','config_image_auto_orient','config_image_preserve_alpha','config_image_background_color','config_image_strip_metadata','config_image_jpeg_quality_small','config_image_jpeg_quality_medium','config_image_jpeg_quality_large','config_image_jpeg_small_max','config_image_jpeg_medium_max','config_image_jpeg_progressive','config_image_jpeg_sampling','config_image_png_compression','config_image_png_filter','config_image_png_strategy','config_image_webp_quality','config_image_avif_quality') |
| 1 | 0.105 ms | SELECT sp.seo_page_id, sp.route, sp.status, spd.name, spd.meta_title, spd.h1, spd.meta_description, spd.meta_keyword, spd.short_description, spd.description FROM oc_seo_page sp LEFT JOIN oc_seo_page_description spd ON (sp.seo_page_id = spd.seo_page_id) WHERE sp.route IN ('forum/topic&forum_topic_id=1') AND sp.status = '1' AND spd.language_id = '3' ORDER BY CASE sp.route WHEN 'forum/topic&forum_topic_id=1' THEN 0 ELSE 9999 END LIMIT 1 |
| 1 | 0.090 ms | SELECT code, position, sort_order FROM oc_layout_module WHERE layout_id = '16' ORDER BY position, sort_order |
| 1 | 0.085 ms | SELECT language_id, name, code, locale, image, directory, sort_order, status, default_currency_code, url_prefix, hreflang FROM oc_language WHERE status = '1' ORDER BY sort_order, name |
| 1 | 0.074 ms | SELECT layout_id FROM oc_layout_route WHERE 'forum/topic' LIKE route ORDER BY route DESC LIMIT 1 |
| 1 | 0.071 ms | SELECT forum_topic_id, forum_category_id, customer_id, author_name, title, status, is_hidden, reply_count, post_count, last_post_added, date_added, date_modified FROM oc_forum_topic WHERE forum_topic_id = '1' LIMIT 1 |
| 1 | 0.067 ms | SELECT keyword FROM `oc_url_alias` WHERE `query` = 'forum/home' LIMIT 1 |
| 1 | 0.066 ms | SELECT forum_post_id, forum_topic_id, customer_id, author_name, message, status, is_hidden, date_added, date_modified FROM oc_forum_post WHERE forum_topic_id = '1' AND status = '1' AND is_hidden = '0' ORDER BY forum_post_id ASC LIMIT 0, 20 |
| 1 | 0.065 ms | SELECT currency_id, title, code, symbol_left, symbol_right, decimal_place, value, status, date_modified FROM oc_currency ORDER BY title ASC |
| 1 | 0.056 ms | SELECT forum_post_id FROM oc_forum_post WHERE forum_topic_id = '1' ORDER BY forum_post_id ASC LIMIT 1 |
| 1 | 0.054 ms | SELECT `trigger`, `action` FROM `oc_event` WHERE `trigger` LIKE 'catalog/%' AND status = '1' ORDER BY `event_id` ASC |
| 1 | 0.053 ms | SELECT COUNT(*) AS total FROM oc_forum_post WHERE forum_topic_id = '1' AND status = '1' AND is_hidden = '0' |