Query Metrics
74
Database Queries
17
Different statements
60.94 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.56 ms |
SELECT n0_.id AS id_0, n0_.name AS name_1, n0_.description AS description_2, n0_.preview_text AS preview_text_3, n0_.code AS code_4, n0_.weight AS weight_5, n0_.is_section AS is_section_6, n0_.active AS active_7, n0_.pic AS pic_8, n0_.meta_title AS meta_title_9, n0_.meta_keywords AS meta_keywords_10, n0_.meta_desc AS meta_desc_11, n0_.views AS views_12, n0_.date AS date_13, n0_.date_start AS date_start_14, n0_.date_finish AS date_finish_15, n0_.p_id AS p_id_16 FROM news_data n0_ WHERE n0_.active = ? AND n0_.is_section = ? AND n0_.code = ? ORDER BY n0_.id ASC LIMIT 1
Parameters:
[ 1 1 "news" ] |
| 2 | 1.04 ms |
SELECT n0_.id AS id_0, n0_.name AS name_1, n0_.description AS description_2, n0_.preview_text AS preview_text_3, n0_.code AS code_4, n0_.weight AS weight_5, n0_.is_section AS is_section_6, n0_.active AS active_7, n0_.pic AS pic_8, n0_.meta_title AS meta_title_9, n0_.meta_keywords AS meta_keywords_10, n0_.meta_desc AS meta_desc_11, n0_.views AS views_12, n0_.date AS date_13, n0_.date_start AS date_start_14, n0_.date_finish AS date_finish_15, k1_.id AS id_16, k1_.ln_id AS ln_id_17, k1_.name AS name_18, k1_.description AS description_19, k1_.preview_text AS preview_text_20, k1_.meta_title AS meta_title_21, k1_.meta_keywords AS meta_keywords_22, k1_.meta_desc AS meta_desc_23, n0_.p_id AS p_id_24, k1_.data_id AS data_id_25 FROM news_data n0_ LEFT JOIN kk_news_data_ln k1_ ON n0_.id = k1_.data_id WHERE n0_.active = ? AND n0_.is_section = ? AND (n0_.date_start IS NULL OR n0_.date_start <= ?) AND (n0_.date_finish IS NULL OR n0_.date_finish >= ?) AND n0_.p_id = ? ORDER BY n0_.date DESC, n0_.weight ASC, n0_.name ASC LIMIT 10
Parameters:
[ 1 0 1781882404 1781882404 1 ] |
| 3 | 0.47 ms |
SELECT COUNT(DISTINCT n0_.id) AS sclr_0 FROM news_data n0_ LEFT JOIN kk_news_data_ln k1_ ON n0_.id = k1_.data_id WHERE n0_.active = ? AND n0_.is_section = ? AND (n0_.date_start IS NULL OR n0_.date_start <= ?) AND (n0_.date_finish IS NULL OR n0_.date_finish >= ?) AND n0_.p_id = ? ORDER BY n0_.id ASC LIMIT 1
Parameters:
[ 1 0 1781882404 1781882404 1 ] |
| 4 | 0.14 ms |
SELECT k0_.id AS id_0, k0_.name AS name_1, k0_.code AS code_2, k0_.active AS active_3, k0_.default AS default_4 FROM kk_language k0_ WHERE k0_.code = ? LIMIT 1
Parameters:
[
"uk"
]
|
| 5 | 0.13 ms |
SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.as_default AS as_default_2, s0_.product AS product_3, s0_.static AS static_4, s0_.news AS news_5, s0_.category AS category_6, s0_.subcategory AS subcategory_7, s0_.main AS main_8, s0_.catalog AS catalog_9 FROM seo_templates s0_ WHERE s0_.as_default = ? LIMIT 1
Parameters:
[
1
]
|
| 6 | 0.13 ms |
SELECT t0.currency_id AS currency_id_1, t0.currency AS currency_2, t0.is_cash AS is_cash_3, t0.rate AS rate_4 FROM Currencies t0
Parameters:
[] |
| 7 | 0.11 ms |
SELECT t0.currency_id AS currency_id_1, t0.currency AS currency_2, t0.is_cash AS is_cash_3, t0.rate AS rate_4 FROM Currencies t0
Parameters:
[] |
| 8 | 0.24 ms |
SELECT s0_.setting_id AS setting_id_0, s0_.type AS type_1, s0_.setting_name AS setting_name_2, s0_.setting_value AS setting_value_3, s0_.description AS description_4 FROM store_settings s0_ LEFT JOIN kk_settings_ln k1_ ON s0_.setting_id = k1_.setting_id WHERE s0_.type = 'site' AND s0_.setting_name IN (?, ?, ?) LIMIT 3
Parameters:
[ "notify_top" "datepicker" "notify_url" ] |
| 9 | 0.27 ms |
SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.lft AS lft_2, s0_.level AS level_3, s0_.rgt AS rgt_4, s0_.is_published AS is_published_5, s0_.is_active AS is_active_6, s0_.is_menu_item AS is_menu_item_7, s0_.is_hot_filter AS is_hot_filter_8, s0_.img AS img_9, s0_.filters AS filters_10, s0_.category_id AS category_id_11 FROM site_menu s0_ WHERE s0_.id = ? AND s0_.is_active = 1 AND s0_.is_menu_item = 1 LIMIT 1
Parameters:
[
1
]
|
| 10 | 0.19 ms |
SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.lft AS lft_2, s0_.level AS level_3, s0_.rgt AS rgt_4, s0_.is_published AS is_published_5, s0_.is_active AS is_active_6, s0_.is_menu_item AS is_menu_item_7, s0_.is_hot_filter AS is_hot_filter_8, s0_.img AS img_9, s0_.filters AS filters_10, k1_.id AS id_11, k1_.ln_id AS ln_id_12, k1_.name AS name_13, s0_.category_id AS category_id_14, k1_.menu_id AS menu_id_15 FROM site_menu s0_ LEFT JOIN kk_site_menu_ln k1_ ON s0_.id = k1_.menu_id WHERE s0_.is_active = 1 AND s0_.lft > ? AND s0_.rgt < ? AND s0_.level = ? AND s0_.id > 0 AND s0_.is_menu_item = ? ORDER BY s0_.lft ASC
Parameters:
[ 2 87 2 1 ] |
| 11 | 0.14 ms |
SELECT t0.category_id AS category_id_1, t0.category_name AS category_name_2, t0.category_left AS category_left_3, t0.category_level AS category_level_4, t0.category_right AS category_right_5, t0.description AS description_6, t0.short_desc AS short_desc_7, t0.code AS code_8, t0.img AS img_9, t0.meta_title AS meta_title_10, t0.meta_keywords AS meta_keywords_11, t0.meta_description AS meta_description_12, t0.active AS active_13, t0.is_empty AS is_empty_14, t0.category_top AS category_top_15 FROM Categories t0 WHERE t0.category_id = ?
Parameters:
[
1259
]
|
| 12 | 0.27 ms |
SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.lft AS lft_2, s0_.level AS level_3, s0_.rgt AS rgt_4, s0_.is_published AS is_published_5, s0_.is_active AS is_active_6, s0_.is_menu_item AS is_menu_item_7, s0_.is_hot_filter AS is_hot_filter_8, s0_.img AS img_9, s0_.filters AS filters_10, k1_.id AS id_11, k1_.ln_id AS ln_id_12, k1_.name AS name_13, s0_.category_id AS category_id_14, k1_.menu_id AS menu_id_15 FROM site_menu s0_ LEFT JOIN kk_site_menu_ln k1_ ON s0_.id = k1_.menu_id WHERE s0_.is_active = 1 AND s0_.lft > ? AND s0_.rgt < ? AND s0_.level = ? AND s0_.id > 0 AND s0_.is_menu_item = ? ORDER BY s0_.lft ASC
Parameters:
[ 3 14 3 1 ] |
| 13 | 0.15 ms |
SELECT t0.category_id AS category_id_1, t0.category_name AS category_name_2, t0.category_left AS category_left_3, t0.category_level AS category_level_4, t0.category_right AS category_right_5, t0.description AS description_6, t0.short_desc AS short_desc_7, t0.code AS code_8, t0.img AS img_9, t0.meta_title AS meta_title_10, t0.meta_keywords AS meta_keywords_11, t0.meta_description AS meta_description_12, t0.active AS active_13, t0.is_empty AS is_empty_14, t0.category_top AS category_top_15 FROM Categories t0 WHERE t0.category_id = ?
Parameters:
[
1260
]
|
| 14 | 0.13 ms |
SELECT t0.category_id AS category_id_1, t0.category_name AS category_name_2, t0.category_left AS category_left_3, t0.category_level AS category_level_4, t0.category_right AS category_right_5, t0.description AS description_6, t0.short_desc AS short_desc_7, t0.code AS code_8, t0.img AS img_9, t0.meta_title AS meta_title_10, t0.meta_keywords AS meta_keywords_11, t0.meta_description AS meta_description_12, t0.active AS active_13, t0.is_empty AS is_empty_14, t0.category_top AS category_top_15 FROM Categories t0 WHERE t0.category_id = ?
Parameters:
[
1265
]
|
| 15 | 0.13 ms |
SELECT t0.category_id AS category_id_1, t0.category_name AS category_name_2, t0.category_left AS category_left_3, t0.category_level AS category_level_4, t0.category_right AS category_right_5, t0.description AS description_6, t0.short_desc AS short_desc_7, t0.code AS code_8, t0.img AS img_9, t0.meta_title AS meta_title_10, t0.meta_keywords AS meta_keywords_11, t0.meta_description AS meta_description_12, t0.active AS active_13, t0.is_empty AS is_empty_14, t0.category_top AS category_top_15 FROM Categories t0 WHERE t0.category_id = ?
Parameters:
[
1266
]
|
| 16 | 0.13 ms |
SELECT t0.category_id AS category_id_1, t0.category_name AS category_name_2, t0.category_left AS category_left_3, t0.category_level AS category_level_4, t0.category_right AS category_right_5, t0.description AS description_6, t0.short_desc AS short_desc_7, t0.code AS code_8, t0.img AS img_9, t0.meta_title AS meta_title_10, t0.meta_keywords AS meta_keywords_11, t0.meta_description AS meta_description_12, t0.active AS active_13, t0.is_empty AS is_empty_14, t0.category_top AS category_top_15 FROM Categories t0 WHERE t0.category_id = ?
Parameters:
[
1267
]
|
| 17 | 0.13 ms |
SELECT t0.category_id AS category_id_1, t0.category_name AS category_name_2, t0.category_left AS category_left_3, t0.category_level AS category_level_4, t0.category_right AS category_right_5, t0.description AS description_6, t0.short_desc AS short_desc_7, t0.code AS code_8, t0.img AS img_9, t0.meta_title AS meta_title_10, t0.meta_keywords AS meta_keywords_11, t0.meta_description AS meta_description_12, t0.active AS active_13, t0.is_empty AS is_empty_14, t0.category_top AS category_top_15 FROM Categories t0 WHERE t0.category_id = ?
Parameters:
[
1272
]
|
| 18 | 0.13 ms |
SELECT t0.category_id AS category_id_1, t0.category_name AS category_name_2, t0.category_left AS category_left_3, t0.category_level AS category_level_4, t0.category_right AS category_right_5, t0.description AS description_6, t0.short_desc AS short_desc_7, t0.code AS code_8, t0.img AS img_9, t0.meta_title AS meta_title_10, t0.meta_keywords AS meta_keywords_11, t0.meta_description AS meta_description_12, t0.active AS active_13, t0.is_empty AS is_empty_14, t0.category_top AS category_top_15 FROM Categories t0 WHERE t0.category_id = ?
Parameters:
[
1261
]
|
| 19 | 0.13 ms |
SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.lft AS lft_2, s0_.level AS level_3, s0_.rgt AS rgt_4, s0_.is_published AS is_published_5, s0_.is_active AS is_active_6, s0_.is_menu_item AS is_menu_item_7, s0_.is_hot_filter AS is_hot_filter_8, s0_.img AS img_9, s0_.filters AS filters_10, k1_.id AS id_11, k1_.ln_id AS ln_id_12, k1_.name AS name_13, s0_.category_id AS category_id_14, k1_.menu_id AS menu_id_15 FROM site_menu s0_ LEFT JOIN kk_site_menu_ln k1_ ON s0_.id = k1_.menu_id WHERE s0_.is_active = 1 AND s0_.lft > ? AND s0_.rgt < ? AND s0_.level = ? AND s0_.id > 0 AND s0_.is_menu_item = ? ORDER BY s0_.lft ASC
Parameters:
[ 15 24 3 1 ] |
| 20 | 0.19 ms |
SELECT t0.category_id AS category_id_1, t0.category_name AS category_name_2, t0.category_left AS category_left_3, t0.category_level AS category_level_4, t0.category_right AS category_right_5, t0.description AS description_6, t0.short_desc AS short_desc_7, t0.code AS code_8, t0.img AS img_9, t0.meta_title AS meta_title_10, t0.meta_keywords AS meta_keywords_11, t0.meta_description AS meta_description_12, t0.active AS active_13, t0.is_empty AS is_empty_14, t0.category_top AS category_top_15 FROM Categories t0 WHERE t0.category_id = ?
Parameters:
[
1262
]
|
| 21 | 0.12 ms |
SELECT t0.category_id AS category_id_1, t0.category_name AS category_name_2, t0.category_left AS category_left_3, t0.category_level AS category_level_4, t0.category_right AS category_right_5, t0.description AS description_6, t0.short_desc AS short_desc_7, t0.code AS code_8, t0.img AS img_9, t0.meta_title AS meta_title_10, t0.meta_keywords AS meta_keywords_11, t0.meta_description AS meta_description_12, t0.active AS active_13, t0.is_empty AS is_empty_14, t0.category_top AS category_top_15 FROM Categories t0 WHERE t0.category_id = ?
Parameters:
[
1263
]
|
| 22 | 0.12 ms |
SELECT t0.category_id AS category_id_1, t0.category_name AS category_name_2, t0.category_left AS category_left_3, t0.category_level AS category_level_4, t0.category_right AS category_right_5, t0.description AS description_6, t0.short_desc AS short_desc_7, t0.code AS code_8, t0.img AS img_9, t0.meta_title AS meta_title_10, t0.meta_keywords AS meta_keywords_11, t0.meta_description AS meta_description_12, t0.active AS active_13, t0.is_empty AS is_empty_14, t0.category_top AS category_top_15 FROM Categories t0 WHERE t0.category_id = ?
Parameters:
[
1264
]
|
| 23 | 0.15 ms |
SELECT t0.category_id AS category_id_1, t0.category_name AS category_name_2, t0.category_left AS category_left_3, t0.category_level AS category_level_4, t0.category_right AS category_right_5, t0.description AS description_6, t0.short_desc AS short_desc_7, t0.code AS code_8, t0.img AS img_9, t0.meta_title AS meta_title_10, t0.meta_keywords AS meta_keywords_11, t0.meta_description AS meta_description_12, t0.active AS active_13, t0.is_empty AS is_empty_14, t0.category_top AS category_top_15 FROM Categories t0 WHERE t0.category_id = ?
Parameters:
[
1269
]
|
| 24 | 0.36 ms |
SELECT t0.category_id AS category_id_1, t0.category_name AS category_name_2, t0.category_left AS category_left_3, t0.category_level AS category_level_4, t0.category_right AS category_right_5, t0.description AS description_6, t0.short_desc AS short_desc_7, t0.code AS code_8, t0.img AS img_9, t0.meta_title AS meta_title_10, t0.meta_keywords AS meta_keywords_11, t0.meta_description AS meta_description_12, t0.active AS active_13, t0.is_empty AS is_empty_14, t0.category_top AS category_top_15 FROM Categories t0 WHERE t0.category_id = ?
Parameters:
[
1270
]
|
| 25 | 0.13 ms |
SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.lft AS lft_2, s0_.level AS level_3, s0_.rgt AS rgt_4, s0_.is_published AS is_published_5, s0_.is_active AS is_active_6, s0_.is_menu_item AS is_menu_item_7, s0_.is_hot_filter AS is_hot_filter_8, s0_.img AS img_9, s0_.filters AS filters_10, k1_.id AS id_11, k1_.ln_id AS ln_id_12, k1_.name AS name_13, s0_.category_id AS category_id_14, k1_.menu_id AS menu_id_15 FROM site_menu s0_ LEFT JOIN kk_site_menu_ln k1_ ON s0_.id = k1_.menu_id WHERE s0_.is_active = 1 AND s0_.lft > ? AND s0_.rgt < ? AND s0_.level = ? AND s0_.id > 0 AND s0_.is_menu_item = ? ORDER BY s0_.lft ASC
Parameters:
[ 25 36 3 1 ] |
| 26 | 0.13 ms |
SELECT t0.category_id AS category_id_1, t0.category_name AS category_name_2, t0.category_left AS category_left_3, t0.category_level AS category_level_4, t0.category_right AS category_right_5, t0.description AS description_6, t0.short_desc AS short_desc_7, t0.code AS code_8, t0.img AS img_9, t0.meta_title AS meta_title_10, t0.meta_keywords AS meta_keywords_11, t0.meta_description AS meta_description_12, t0.active AS active_13, t0.is_empty AS is_empty_14, t0.category_top AS category_top_15 FROM Categories t0 WHERE t0.category_id = ?
Parameters:
[
1271
]
|
| 27 | 0.37 ms |
SELECT t0.category_id AS category_id_1, t0.category_name AS category_name_2, t0.category_left AS category_left_3, t0.category_level AS category_level_4, t0.category_right AS category_right_5, t0.description AS description_6, t0.short_desc AS short_desc_7, t0.code AS code_8, t0.img AS img_9, t0.meta_title AS meta_title_10, t0.meta_keywords AS meta_keywords_11, t0.meta_description AS meta_description_12, t0.active AS active_13, t0.is_empty AS is_empty_14, t0.category_top AS category_top_15 FROM Categories t0 WHERE t0.category_id = ?
Parameters:
[
1289
]
|
| 28 | 0.13 ms |
SELECT t0.category_id AS category_id_1, t0.category_name AS category_name_2, t0.category_left AS category_left_3, t0.category_level AS category_level_4, t0.category_right AS category_right_5, t0.description AS description_6, t0.short_desc AS short_desc_7, t0.code AS code_8, t0.img AS img_9, t0.meta_title AS meta_title_10, t0.meta_keywords AS meta_keywords_11, t0.meta_description AS meta_description_12, t0.active AS active_13, t0.is_empty AS is_empty_14, t0.category_top AS category_top_15 FROM Categories t0 WHERE t0.category_id = ?
Parameters:
[
1290
]
|
| 29 | 0.12 ms |
SELECT t0.category_id AS category_id_1, t0.category_name AS category_name_2, t0.category_left AS category_left_3, t0.category_level AS category_level_4, t0.category_right AS category_right_5, t0.description AS description_6, t0.short_desc AS short_desc_7, t0.code AS code_8, t0.img AS img_9, t0.meta_title AS meta_title_10, t0.meta_keywords AS meta_keywords_11, t0.meta_description AS meta_description_12, t0.active AS active_13, t0.is_empty AS is_empty_14, t0.category_top AS category_top_15 FROM Categories t0 WHERE t0.category_id = ?
Parameters:
[
1293
]
|
| 30 | 0.12 ms |
SELECT t0.category_id AS category_id_1, t0.category_name AS category_name_2, t0.category_left AS category_left_3, t0.category_level AS category_level_4, t0.category_right AS category_right_5, t0.description AS description_6, t0.short_desc AS short_desc_7, t0.code AS code_8, t0.img AS img_9, t0.meta_title AS meta_title_10, t0.meta_keywords AS meta_keywords_11, t0.meta_description AS meta_description_12, t0.active AS active_13, t0.is_empty AS is_empty_14, t0.category_top AS category_top_15 FROM Categories t0 WHERE t0.category_id = ?
Parameters:
[
1294
]
|
| 31 | 0.11 ms |
SELECT t0.category_id AS category_id_1, t0.category_name AS category_name_2, t0.category_left AS category_left_3, t0.category_level AS category_level_4, t0.category_right AS category_right_5, t0.description AS description_6, t0.short_desc AS short_desc_7, t0.code AS code_8, t0.img AS img_9, t0.meta_title AS meta_title_10, t0.meta_keywords AS meta_keywords_11, t0.meta_description AS meta_description_12, t0.active AS active_13, t0.is_empty AS is_empty_14, t0.category_top AS category_top_15 FROM Categories t0 WHERE t0.category_id = ?
Parameters:
[
1273
]
|
| 32 | 0.12 ms |
SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.lft AS lft_2, s0_.level AS level_3, s0_.rgt AS rgt_4, s0_.is_published AS is_published_5, s0_.is_active AS is_active_6, s0_.is_menu_item AS is_menu_item_7, s0_.is_hot_filter AS is_hot_filter_8, s0_.img AS img_9, s0_.filters AS filters_10, k1_.id AS id_11, k1_.ln_id AS ln_id_12, k1_.name AS name_13, s0_.category_id AS category_id_14, k1_.menu_id AS menu_id_15 FROM site_menu s0_ LEFT JOIN kk_site_menu_ln k1_ ON s0_.id = k1_.menu_id WHERE s0_.is_active = 1 AND s0_.lft > ? AND s0_.rgt < ? AND s0_.level = ? AND s0_.id > 0 AND s0_.is_menu_item = ? ORDER BY s0_.lft ASC
Parameters:
[ 37 44 3 1 ] |
| 33 | 0.13 ms |
SELECT t0.category_id AS category_id_1, t0.category_name AS category_name_2, t0.category_left AS category_left_3, t0.category_level AS category_level_4, t0.category_right AS category_right_5, t0.description AS description_6, t0.short_desc AS short_desc_7, t0.code AS code_8, t0.img AS img_9, t0.meta_title AS meta_title_10, t0.meta_keywords AS meta_keywords_11, t0.meta_description AS meta_description_12, t0.active AS active_13, t0.is_empty AS is_empty_14, t0.category_top AS category_top_15 FROM Categories t0 WHERE t0.category_id = ?
Parameters:
[
1285
]
|
| 34 | 0.12 ms |
SELECT t0.category_id AS category_id_1, t0.category_name AS category_name_2, t0.category_left AS category_left_3, t0.category_level AS category_level_4, t0.category_right AS category_right_5, t0.description AS description_6, t0.short_desc AS short_desc_7, t0.code AS code_8, t0.img AS img_9, t0.meta_title AS meta_title_10, t0.meta_keywords AS meta_keywords_11, t0.meta_description AS meta_description_12, t0.active AS active_13, t0.is_empty AS is_empty_14, t0.category_top AS category_top_15 FROM Categories t0 WHERE t0.category_id = ?
Parameters:
[
1291
]
|
| 35 | 0.18 ms |
SELECT t0.category_id AS category_id_1, t0.category_name AS category_name_2, t0.category_left AS category_left_3, t0.category_level AS category_level_4, t0.category_right AS category_right_5, t0.description AS description_6, t0.short_desc AS short_desc_7, t0.code AS code_8, t0.img AS img_9, t0.meta_title AS meta_title_10, t0.meta_keywords AS meta_keywords_11, t0.meta_description AS meta_description_12, t0.active AS active_13, t0.is_empty AS is_empty_14, t0.category_top AS category_top_15 FROM Categories t0 WHERE t0.category_id = ?
Parameters:
[
1292
]
|
| 36 | 0.11 ms |
SELECT t0.category_id AS category_id_1, t0.category_name AS category_name_2, t0.category_left AS category_left_3, t0.category_level AS category_level_4, t0.category_right AS category_right_5, t0.description AS description_6, t0.short_desc AS short_desc_7, t0.code AS code_8, t0.img AS img_9, t0.meta_title AS meta_title_10, t0.meta_keywords AS meta_keywords_11, t0.meta_description AS meta_description_12, t0.active AS active_13, t0.is_empty AS is_empty_14, t0.category_top AS category_top_15 FROM Categories t0 WHERE t0.category_id = ?
Parameters:
[
1274
]
|
| 37 | 0.12 ms |
SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.lft AS lft_2, s0_.level AS level_3, s0_.rgt AS rgt_4, s0_.is_published AS is_published_5, s0_.is_active AS is_active_6, s0_.is_menu_item AS is_menu_item_7, s0_.is_hot_filter AS is_hot_filter_8, s0_.img AS img_9, s0_.filters AS filters_10, k1_.id AS id_11, k1_.ln_id AS ln_id_12, k1_.name AS name_13, s0_.category_id AS category_id_14, k1_.menu_id AS menu_id_15 FROM site_menu s0_ LEFT JOIN kk_site_menu_ln k1_ ON s0_.id = k1_.menu_id WHERE s0_.is_active = 1 AND s0_.lft > ? AND s0_.rgt < ? AND s0_.level = ? AND s0_.id > 0 AND s0_.is_menu_item = ? ORDER BY s0_.lft ASC
Parameters:
[ 45 52 3 1 ] |
| 38 | 0.12 ms |
SELECT t0.category_id AS category_id_1, t0.category_name AS category_name_2, t0.category_left AS category_left_3, t0.category_level AS category_level_4, t0.category_right AS category_right_5, t0.description AS description_6, t0.short_desc AS short_desc_7, t0.code AS code_8, t0.img AS img_9, t0.meta_title AS meta_title_10, t0.meta_keywords AS meta_keywords_11, t0.meta_description AS meta_description_12, t0.active AS active_13, t0.is_empty AS is_empty_14, t0.category_top AS category_top_15 FROM Categories t0 WHERE t0.category_id = ?
Parameters:
[
1276
]
|
| 39 | 0.11 ms |
SELECT t0.category_id AS category_id_1, t0.category_name AS category_name_2, t0.category_left AS category_left_3, t0.category_level AS category_level_4, t0.category_right AS category_right_5, t0.description AS description_6, t0.short_desc AS short_desc_7, t0.code AS code_8, t0.img AS img_9, t0.meta_title AS meta_title_10, t0.meta_keywords AS meta_keywords_11, t0.meta_description AS meta_description_12, t0.active AS active_13, t0.is_empty AS is_empty_14, t0.category_top AS category_top_15 FROM Categories t0 WHERE t0.category_id = ?
Parameters:
[
1302
]
|
| 40 | 0.12 ms |
SELECT t0.category_id AS category_id_1, t0.category_name AS category_name_2, t0.category_left AS category_left_3, t0.category_level AS category_level_4, t0.category_right AS category_right_5, t0.description AS description_6, t0.short_desc AS short_desc_7, t0.code AS code_8, t0.img AS img_9, t0.meta_title AS meta_title_10, t0.meta_keywords AS meta_keywords_11, t0.meta_description AS meta_description_12, t0.active AS active_13, t0.is_empty AS is_empty_14, t0.category_top AS category_top_15 FROM Categories t0 WHERE t0.category_id = ?
Parameters:
[
1303
]
|
| 41 | 0.16 ms |
SELECT t0.category_id AS category_id_1, t0.category_name AS category_name_2, t0.category_left AS category_left_3, t0.category_level AS category_level_4, t0.category_right AS category_right_5, t0.description AS description_6, t0.short_desc AS short_desc_7, t0.code AS code_8, t0.img AS img_9, t0.meta_title AS meta_title_10, t0.meta_keywords AS meta_keywords_11, t0.meta_description AS meta_description_12, t0.active AS active_13, t0.is_empty AS is_empty_14, t0.category_top AS category_top_15 FROM Categories t0 WHERE t0.category_id = ?
Parameters:
[
1275
]
|
| 42 | 0.12 ms |
SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.lft AS lft_2, s0_.level AS level_3, s0_.rgt AS rgt_4, s0_.is_published AS is_published_5, s0_.is_active AS is_active_6, s0_.is_menu_item AS is_menu_item_7, s0_.is_hot_filter AS is_hot_filter_8, s0_.img AS img_9, s0_.filters AS filters_10, k1_.id AS id_11, k1_.ln_id AS ln_id_12, k1_.name AS name_13, s0_.category_id AS category_id_14, k1_.menu_id AS menu_id_15 FROM site_menu s0_ LEFT JOIN kk_site_menu_ln k1_ ON s0_.id = k1_.menu_id WHERE s0_.is_active = 1 AND s0_.lft > ? AND s0_.rgt < ? AND s0_.level = ? AND s0_.id > 0 AND s0_.is_menu_item = ? ORDER BY s0_.lft ASC
Parameters:
[ 53 58 3 1 ] |
| 43 | 0.25 ms |
SELECT t0.category_id AS category_id_1, t0.category_name AS category_name_2, t0.category_left AS category_left_3, t0.category_level AS category_level_4, t0.category_right AS category_right_5, t0.description AS description_6, t0.short_desc AS short_desc_7, t0.code AS code_8, t0.img AS img_9, t0.meta_title AS meta_title_10, t0.meta_keywords AS meta_keywords_11, t0.meta_description AS meta_description_12, t0.active AS active_13, t0.is_empty AS is_empty_14, t0.category_top AS category_top_15 FROM Categories t0 WHERE t0.category_id = ?
Parameters:
[
1280
]
|
| 44 | 0.12 ms |
SELECT t0.category_id AS category_id_1, t0.category_name AS category_name_2, t0.category_left AS category_left_3, t0.category_level AS category_level_4, t0.category_right AS category_right_5, t0.description AS description_6, t0.short_desc AS short_desc_7, t0.code AS code_8, t0.img AS img_9, t0.meta_title AS meta_title_10, t0.meta_keywords AS meta_keywords_11, t0.meta_description AS meta_description_12, t0.active AS active_13, t0.is_empty AS is_empty_14, t0.category_top AS category_top_15 FROM Categories t0 WHERE t0.category_id = ?
Parameters:
[
1281
]
|
| 45 | 0.19 ms |
SELECT t0.category_id AS category_id_1, t0.category_name AS category_name_2, t0.category_left AS category_left_3, t0.category_level AS category_level_4, t0.category_right AS category_right_5, t0.description AS description_6, t0.short_desc AS short_desc_7, t0.code AS code_8, t0.img AS img_9, t0.meta_title AS meta_title_10, t0.meta_keywords AS meta_keywords_11, t0.meta_description AS meta_description_12, t0.active AS active_13, t0.is_empty AS is_empty_14, t0.category_top AS category_top_15 FROM Categories t0 WHERE t0.category_id = ?
Parameters:
[
1277
]
|
| 46 | 0.26 ms |
SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.lft AS lft_2, s0_.level AS level_3, s0_.rgt AS rgt_4, s0_.is_published AS is_published_5, s0_.is_active AS is_active_6, s0_.is_menu_item AS is_menu_item_7, s0_.is_hot_filter AS is_hot_filter_8, s0_.img AS img_9, s0_.filters AS filters_10, k1_.id AS id_11, k1_.ln_id AS ln_id_12, k1_.name AS name_13, s0_.category_id AS category_id_14, k1_.menu_id AS menu_id_15 FROM site_menu s0_ LEFT JOIN kk_site_menu_ln k1_ ON s0_.id = k1_.menu_id WHERE s0_.is_active = 1 AND s0_.lft > ? AND s0_.rgt < ? AND s0_.level = ? AND s0_.id > 0 AND s0_.is_menu_item = ? ORDER BY s0_.lft ASC
Parameters:
[ 59 66 3 1 ] |
| 47 | 0.13 ms |
SELECT t0.category_id AS category_id_1, t0.category_name AS category_name_2, t0.category_left AS category_left_3, t0.category_level AS category_level_4, t0.category_right AS category_right_5, t0.description AS description_6, t0.short_desc AS short_desc_7, t0.code AS code_8, t0.img AS img_9, t0.meta_title AS meta_title_10, t0.meta_keywords AS meta_keywords_11, t0.meta_description AS meta_description_12, t0.active AS active_13, t0.is_empty AS is_empty_14, t0.category_top AS category_top_15 FROM Categories t0 WHERE t0.category_id = ?
Parameters:
[
1286
]
|
| 48 | 0.17 ms |
SELECT t0.category_id AS category_id_1, t0.category_name AS category_name_2, t0.category_left AS category_left_3, t0.category_level AS category_level_4, t0.category_right AS category_right_5, t0.description AS description_6, t0.short_desc AS short_desc_7, t0.code AS code_8, t0.img AS img_9, t0.meta_title AS meta_title_10, t0.meta_keywords AS meta_keywords_11, t0.meta_description AS meta_description_12, t0.active AS active_13, t0.is_empty AS is_empty_14, t0.category_top AS category_top_15 FROM Categories t0 WHERE t0.category_id = ?
Parameters:
[
1287
]
|
| 49 | 0.12 ms |
SELECT t0.category_id AS category_id_1, t0.category_name AS category_name_2, t0.category_left AS category_left_3, t0.category_level AS category_level_4, t0.category_right AS category_right_5, t0.description AS description_6, t0.short_desc AS short_desc_7, t0.code AS code_8, t0.img AS img_9, t0.meta_title AS meta_title_10, t0.meta_keywords AS meta_keywords_11, t0.meta_description AS meta_description_12, t0.active AS active_13, t0.is_empty AS is_empty_14, t0.category_top AS category_top_15 FROM Categories t0 WHERE t0.category_id = ?
Parameters:
[
1288
]
|
| 50 | 0.12 ms |
SELECT t0.category_id AS category_id_1, t0.category_name AS category_name_2, t0.category_left AS category_left_3, t0.category_level AS category_level_4, t0.category_right AS category_right_5, t0.description AS description_6, t0.short_desc AS short_desc_7, t0.code AS code_8, t0.img AS img_9, t0.meta_title AS meta_title_10, t0.meta_keywords AS meta_keywords_11, t0.meta_description AS meta_description_12, t0.active AS active_13, t0.is_empty AS is_empty_14, t0.category_top AS category_top_15 FROM Categories t0 WHERE t0.category_id = ?
Parameters:
[
1278
]
|
| 51 | 0.14 ms |
SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.lft AS lft_2, s0_.level AS level_3, s0_.rgt AS rgt_4, s0_.is_published AS is_published_5, s0_.is_active AS is_active_6, s0_.is_menu_item AS is_menu_item_7, s0_.is_hot_filter AS is_hot_filter_8, s0_.img AS img_9, s0_.filters AS filters_10, k1_.id AS id_11, k1_.ln_id AS ln_id_12, k1_.name AS name_13, s0_.category_id AS category_id_14, k1_.menu_id AS menu_id_15 FROM site_menu s0_ LEFT JOIN kk_site_menu_ln k1_ ON s0_.id = k1_.menu_id WHERE s0_.is_active = 1 AND s0_.lft > ? AND s0_.rgt < ? AND s0_.level = ? AND s0_.id > 0 AND s0_.is_menu_item = ? ORDER BY s0_.lft ASC
Parameters:
[ 67 70 3 1 ] |
| 52 | 0.13 ms |
SELECT t0.category_id AS category_id_1, t0.category_name AS category_name_2, t0.category_left AS category_left_3, t0.category_level AS category_level_4, t0.category_right AS category_right_5, t0.description AS description_6, t0.short_desc AS short_desc_7, t0.code AS code_8, t0.img AS img_9, t0.meta_title AS meta_title_10, t0.meta_keywords AS meta_keywords_11, t0.meta_description AS meta_description_12, t0.active AS active_13, t0.is_empty AS is_empty_14, t0.category_top AS category_top_15 FROM Categories t0 WHERE t0.category_id = ?
Parameters:
[
1297
]
|
| 53 | 0.22 ms |
SELECT t0.category_id AS category_id_1, t0.category_name AS category_name_2, t0.category_left AS category_left_3, t0.category_level AS category_level_4, t0.category_right AS category_right_5, t0.description AS description_6, t0.short_desc AS short_desc_7, t0.code AS code_8, t0.img AS img_9, t0.meta_title AS meta_title_10, t0.meta_keywords AS meta_keywords_11, t0.meta_description AS meta_description_12, t0.active AS active_13, t0.is_empty AS is_empty_14, t0.category_top AS category_top_15 FROM Categories t0 WHERE t0.category_id = ?
Parameters:
[
1279
]
|
| 54 | 0.28 ms |
SELECT t0.category_id AS category_id_1, t0.category_name AS category_name_2, t0.category_left AS category_left_3, t0.category_level AS category_level_4, t0.category_right AS category_right_5, t0.description AS description_6, t0.short_desc AS short_desc_7, t0.code AS code_8, t0.img AS img_9, t0.meta_title AS meta_title_10, t0.meta_keywords AS meta_keywords_11, t0.meta_description AS meta_description_12, t0.active AS active_13, t0.is_empty AS is_empty_14, t0.category_top AS category_top_15 FROM Categories t0 WHERE t0.category_id = ?
Parameters:
[
1283
]
|
| 55 | 0.11 ms |
SELECT t0.category_id AS category_id_1, t0.category_name AS category_name_2, t0.category_left AS category_left_3, t0.category_level AS category_level_4, t0.category_right AS category_right_5, t0.description AS description_6, t0.short_desc AS short_desc_7, t0.code AS code_8, t0.img AS img_9, t0.meta_title AS meta_title_10, t0.meta_keywords AS meta_keywords_11, t0.meta_description AS meta_description_12, t0.active AS active_13, t0.is_empty AS is_empty_14, t0.category_top AS category_top_15 FROM Categories t0 WHERE t0.category_id = ?
Parameters:
[
1284
]
|
| 56 | 0.13 ms |
SELECT t0.category_id AS category_id_1, t0.category_name AS category_name_2, t0.category_left AS category_left_3, t0.category_level AS category_level_4, t0.category_right AS category_right_5, t0.description AS description_6, t0.short_desc AS short_desc_7, t0.code AS code_8, t0.img AS img_9, t0.meta_title AS meta_title_10, t0.meta_keywords AS meta_keywords_11, t0.meta_description AS meta_description_12, t0.active AS active_13, t0.is_empty AS is_empty_14, t0.category_top AS category_top_15 FROM Categories t0 WHERE t0.category_id = ?
Parameters:
[
1295
]
|
| 57 | 0.13 ms |
SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.lft AS lft_2, s0_.level AS level_3, s0_.rgt AS rgt_4, s0_.is_published AS is_published_5, s0_.is_active AS is_active_6, s0_.is_menu_item AS is_menu_item_7, s0_.is_hot_filter AS is_hot_filter_8, s0_.img AS img_9, s0_.filters AS filters_10, k1_.id AS id_11, k1_.ln_id AS ln_id_12, k1_.name AS name_13, s0_.category_id AS category_id_14, k1_.menu_id AS menu_id_15 FROM site_menu s0_ LEFT JOIN kk_site_menu_ln k1_ ON s0_.id = k1_.menu_id WHERE s0_.is_active = 1 AND s0_.lft > ? AND s0_.rgt < ? AND s0_.level = ? AND s0_.id > 0 AND s0_.is_menu_item = ? ORDER BY s0_.lft ASC
Parameters:
[ 77 82 3 1 ] |
| 58 | 0.12 ms |
SELECT t0.category_id AS category_id_1, t0.category_name AS category_name_2, t0.category_left AS category_left_3, t0.category_level AS category_level_4, t0.category_right AS category_right_5, t0.description AS description_6, t0.short_desc AS short_desc_7, t0.code AS code_8, t0.img AS img_9, t0.meta_title AS meta_title_10, t0.meta_keywords AS meta_keywords_11, t0.meta_description AS meta_description_12, t0.active AS active_13, t0.is_empty AS is_empty_14, t0.category_top AS category_top_15 FROM Categories t0 WHERE t0.category_id = ?
Parameters:
[
1298
]
|
| 59 | 0.12 ms |
SELECT t0.category_id AS category_id_1, t0.category_name AS category_name_2, t0.category_left AS category_left_3, t0.category_level AS category_level_4, t0.category_right AS category_right_5, t0.description AS description_6, t0.short_desc AS short_desc_7, t0.code AS code_8, t0.img AS img_9, t0.meta_title AS meta_title_10, t0.meta_keywords AS meta_keywords_11, t0.meta_description AS meta_description_12, t0.active AS active_13, t0.is_empty AS is_empty_14, t0.category_top AS category_top_15 FROM Categories t0 WHERE t0.category_id = ?
Parameters:
[
1299
]
|
| 60 | 0.12 ms |
SELECT t0.category_id AS category_id_1, t0.category_name AS category_name_2, t0.category_left AS category_left_3, t0.category_level AS category_level_4, t0.category_right AS category_right_5, t0.description AS description_6, t0.short_desc AS short_desc_7, t0.code AS code_8, t0.img AS img_9, t0.meta_title AS meta_title_10, t0.meta_keywords AS meta_keywords_11, t0.meta_description AS meta_description_12, t0.active AS active_13, t0.is_empty AS is_empty_14, t0.category_top AS category_top_15 FROM Categories t0 WHERE t0.category_id = ?
Parameters:
[
1296
]
|
| 61 | 0.14 ms |
SELECT t0.category_id AS category_id_1, t0.category_name AS category_name_2, t0.category_left AS category_left_3, t0.category_level AS category_level_4, t0.category_right AS category_right_5, t0.description AS description_6, t0.short_desc AS short_desc_7, t0.code AS code_8, t0.img AS img_9, t0.meta_title AS meta_title_10, t0.meta_keywords AS meta_keywords_11, t0.meta_description AS meta_description_12, t0.active AS active_13, t0.is_empty AS is_empty_14, t0.category_top AS category_top_15 FROM Categories t0 WHERE t0.category_id = ?
Parameters:
[
1301
]
|
| 62 | 0.45 ms |
SELECT DATABASE()
Parameters:
[] |
| 63 | 12.51 ms |
SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME
Parameters:
[
"elektrofortecia"
]
|
| 64 | 0.18 ms |
SELECT DATABASE()
Parameters:
[] |
| 65 | 5.10 ms |
SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME
Parameters:
[
"elektrofortecia"
]
|
| 66 | 0.13 ms |
SELECT DATABASE()
Parameters:
[] |
| 67 | 1.06 ms |
SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON /*M!101001 ccsa.FULL_COLLATION_NAME = t.TABLE_COLLATION OR */ ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'
Parameters:
[ "elektrofortecia" "doctrine_migration_versions" ] |
| 68 | 0.12 ms |
SELECT DATABASE()
Parameters:
[] |
| 69 | 24.63 ms |
SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'elektrofortecia' */ ORDER BY k.ORDINAL_POSITION
Parameters:
[ "elektrofortecia" "doctrine_migration_versions" ] |
| 70 | 4.78 ms |
SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS TYPE, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS COMMENT, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS COLLATION FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION
Parameters:
[ "elektrofortecia" "elektrofortecia" "doctrine_migration_versions" ] |
| 71 | 0.20 ms |
SELECT DATABASE()
Parameters:
[] |
| 72 | 0.30 ms |
SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX
Parameters:
[ "elektrofortecia" "doctrine_migration_versions" ] |
| 73 | 0.18 ms |
SELECT * FROM doctrine_migration_versions
Parameters:
[] |
| 74 | 0.23 ms |
SELECT DATABASE()
Parameters:
[] |
Database Connections
| Name | Service |
|---|---|
| default | doctrine.dbal.default_connection |
Entity Managers
| Name | Service |
|---|---|
| default | doctrine.orm.default_entity_manager |
Second Level Cache
Second Level Cache is not enabled.
Entities Mapping
| Class | Mapping errors |
|---|---|
| SoftUa\ArticleBundle\Entity\Article | No errors. |
| SoftUa\ArticleBundle\Entity\ArticleTranslation | No errors. |
| SoftUa\CoreBundle\Entity\DataLanguage | No errors. |
| SoftUa\SeoBundle\Entity\SeoTemplate | No errors. |
| SoftUa\SeoBundle\Entity\SeoTemplateTranslation | No errors. |
| SoftUa\CurrencyBundle\Entity\Currency | No errors. |
| SoftUa\HeaderNotificationBundle\Entity\StoreSettings | No errors. |
| SoftUa\HeaderNotificationBundle\Entity\StoreSettingsTranslation | No errors. |
| SoftUa\MenuBundle\Entity\Menu | No errors. |
| SoftUa\CategoryBundle\Entity\Category | No errors. |
| SoftUa\MenuBundle\Entity\MenuTranslation | No errors. |
| SoftUa\CategoryBundle\Entity\CategoryTranslation | No errors. |