Query Metrics
57
Database Queries
30
Different statements
42.82 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
6.54 ms (15.26%) |
12 |
SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.active AS active_2, s0_.weight AS weight_3, s0_.description AS description_4, s0_.full_description AS full_description_5, s0_.code AS code_6, s0_.meta_title AS meta_title_7, s0_.meta_desc AS meta_desc_8, s0_.meta_keywords AS meta_keywords_9, k1_.id AS id_10, k1_.ln_id AS ln_id_11, k1_.name AS name_12, k1_.description AS description_13, k1_.preview_text AS preview_text_14, k1_.meta_title AS meta_title_15, k1_.meta_keywords AS meta_keywords_16, k1_.meta_desc AS meta_desc_17, s0_.parent_id AS parent_id_18, k1_.data_id AS data_id_19 FROM static_pages s0_ LEFT JOIN kk_static_pages_ln k1_ ON s0_.id = k1_.data_id WHERE s0_.active = ? AND s0_.parent_id = ? ORDER BY s0_.weight ASC
Parameters:
[ 1 5 ] |
|
4.34 ms (10.13%) |
3 |
SELECT DISTINCT f0_.value_id AS value_id_0, f1_.feature_id AS feature_id_1, f1_.feature_name AS feature_name_2, f1_.coment AS coment_3, f1_.code AS code_4, f1_.in_short_list AS in_short_list_5, f1_.in_full_list AS in_full_list_6, f1_.in_individual_selection AS in_individual_selection_7, f1_.weight AS weight_8, f1_.img AS img_9, f1_.type AS type_10, f1_.format AS format_11, f1_.multivalues AS multivalues_12, f1_.use_as AS use_as_13, k2_.id AS id_14, k2_.ln_id AS ln_id_15, k2_.feature_name AS feature_name_16, k2_.coment AS coment_17, k2_.format AS format_18, f3_.id AS id_19, f3_.name AS name_20, f3_.weight AS weight_21, f3_.img AS img_22, f3_.description AS description_23, f3_.code AS code_24, k4_.fs_id AS fs_id_25, k4_.ln_id AS ln_id_26, k4_.name AS name_27, k4_.description AS description_28, f0_.product_id AS product_id_29, f0_.feature_id AS feature_id_30, f1_.feature_section_id AS feature_section_id_31, k2_.feature_id AS feature_id_32, k4_.id AS id_33 FROM Feature_Product_Values f0_ INNER JOIN Feature f1_ ON f0_.feature_id = f1_.feature_id LEFT JOIN kk_features_ln k2_ ON f1_.feature_id = k2_.feature_id INNER JOIN Feature_Section f3_ ON f1_.feature_section_id = f3_.id LEFT JOIN kk_features_sections_ln k4_ ON f3_.id = k4_.id WHERE f0_.product_id IN (?) AND f1_.use_as = ? ORDER BY f3_.weight ASC, f1_.weight ASC
Parameters:
[ 137031 "unit" ] |
|
2.36 ms (5.51%) |
1 |
SELECT p0_.product_id AS product_id_0, p0_.product AS product_1, p0_.pn AS pn_2, p0_.description AS description_3, p0_.detail_description AS detail_description_4, p0_.deleted AS deleted_5, p0_.pic AS pic_6, p0_.warranty AS warranty_7, p0_.cost_min AS cost_min_8, p0_.create_time AS create_time_9, s1_.product_id AS product_id_10, s1_.group_id AS group_id_11, s1_.product_type AS product_type_12, s1_.is_show_in_catalog AS is_show_in_catalog_13, s1_.presence AS presence_14, s1_.presence_str AS presence_str_15, s1_.rating AS rating_16, p2_.product_id AS product_id_17, p2_.url_code AS url_code_18, p2_.rating AS rating_19, p2_.seo_title AS seo_title_20, p2_.seo_description AS seo_description_21, p2_.seo_keyword AS seo_keyword_22, p3_.id AS id_23, p3_.default AS default_24, p3_.change_data AS change_data_25, p3_.show_img AS show_img_26, p3_.show_price AS show_price_27, p3_.show_presence AS show_presence_28, p3_.features_sharing AS features_sharing_29, p3_.manual_sharing AS manual_sharing_30, p3_.features AS features_31, p0_.category_id AS category_id_32, s1_.category_id AS category_id_33, s1_.catalog_product_id AS catalog_product_id_34, s1_.product_id AS product_id_35, p2_.product_id AS product_id_36, p3_.product_id AS product_id_37 FROM Products p0_ INNER JOIN sf_product_index s1_ ON p0_.product_id = s1_.product_id INNER JOIN Products_Data p2_ ON p0_.product_id = p2_.product_id LEFT JOIN products_groups p3_ ON p0_.product_id = p3_.product_id WHERE p0_.deleted = 0 AND p2_.url_code <> '' AND s1_.presence > 0 ORDER BY p0_.product_id DESC LIMIT 5
Parameters:
[] |
|
2.32 ms (5.41%) |
3 |
SELECT COUNT(DISTINCT c0_.id) AS sclr_0 FROM COMMENT c0_ WHERE c0_.type_comment = ? AND (c0_.parent_id IS NULL OR c0_.parent_id = 0) AND c0_.id_article = ? AND c0_.status = ? ORDER BY c0_.id ASC
Parameters:
[ "product" 137031 1 ] |
|
2.30 ms (5.38%) |
3 |
SELECT c0_.id AS id_0, c0_.status AS status_1, c0_.content AS content_2, c0_.isNew AS isNew_3, c0_.type_comment AS type_comment_4, c0_.id_article AS id_article_5, c0_.assessment AS assessment_6, c0_.email AS email_7, c0_.url AS url_8, c0_.phone AS phone_9, c0_.created AS created_10, c0_.author AS author_11, c0_.user_id AS user_id_12, c0_.parent_id AS parent_id_13, c0_.user_id AS user_id_14 FROM COMMENT c0_ WHERE c0_.type_comment = ? AND (c0_.parent_id IS NULL OR c0_.parent_id = 0) AND c0_.id_article = ? AND c0_.status = ? ORDER BY c0_.id DESC LIMIT 1
Parameters:
[ "product" 137031 1 ] |
|
2.23 ms (5.22%) |
2 |
SELECT s0_.catalog_product_id AS sclr_0 FROM Top t1_ INNER JOIN Products p2_ ON t1_.product_id = p2_.product_id INNER JOIN sf_product_index s0_ ON p2_.product_id = s0_.product_id INNER JOIN top_categories t3_ ON t1_.top_category_id = t3_.id WHERE t1_.top_category_id = ? AND s0_.presence > 0 AND t3_.activity = 1 ORDER BY t1_.weight ASC
Parameters:
[
2
]
|
|
1.95 ms (4.56%) |
4 |
SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.active AS active_2, s0_.weight AS weight_3, s0_.description AS description_4, s0_.full_description AS full_description_5, s0_.code AS code_6, s0_.meta_title AS meta_title_7, s0_.meta_desc AS meta_desc_8, s0_.meta_keywords AS meta_keywords_9, s0_.parent_id AS parent_id_10 FROM static_pages s0_ WHERE s0_.code = ? AND s0_.active = ? ORDER BY s0_.id ASC LIMIT 1
Parameters:
[ "about" 1 ] |
|
1.64 ms (3.84%) |
3 |
SELECT t0.id AS id_1, t0.amount AS amount_2, t0.in_percent AS in_percent_3, t0.description AS description_4, t0.date_end AS date_end_5, t0.product_id AS product_id_6, t0.currency_id AS currency_id_7 FROM sf_product_discount_index t0 WHERE t0.product_id = ? LIMIT 1
Parameters:
[
137031
]
|
|
1.59 ms (3.70%) |
3 |
SELECT t0.id AS id_1, t0.price_type AS price_type_2, t0.price AS price_3, t0.old_price AS old_price_4, t0.product_id AS product_id_5, t0.currency_id AS currency_id_6 FROM sf_product_price_index t0 WHERE t0.product_id = ?
Parameters:
[
137031
]
|
|
1.32 ms (3.08%) |
1 |
SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.active AS active_2, s0_.weight AS weight_3, s0_.description AS description_4, s0_.full_description AS full_description_5, s0_.code AS code_6, s0_.meta_title AS meta_title_7, s0_.meta_desc AS meta_desc_8, s0_.meta_keywords AS meta_keywords_9, k1_.id AS id_10, k1_.ln_id AS ln_id_11, k1_.name AS name_12, k1_.description AS description_13, k1_.preview_text AS preview_text_14, k1_.meta_title AS meta_title_15, k1_.meta_keywords AS meta_keywords_16, k1_.meta_desc AS meta_desc_17, s0_.parent_id AS parent_id_18, k1_.data_id AS data_id_19 FROM static_pages s0_ LEFT JOIN kk_static_pages_ln k1_ ON s0_.id = k1_.data_id WHERE s0_.active = ? AND s0_.parent_id IS NULL ORDER BY s0_.weight ASC LIMIT 20
Parameters:
[
1
]
|
|
1.25 ms (2.92%) |
2 |
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_.img AS img_7, s0_.filters AS filters_8, k1_.id AS id_9, k1_.ln_id AS ln_id_10, k1_.name AS name_11, s0_.category_id AS category_id_12, k1_.menu_id AS menu_id_13 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 ORDER BY s0_.lft ASC
Parameters:
[ 1 228 1 ] |
|
1.11 ms (2.59%) |
1 |
SELECT s0_.product_id AS sclr_0 FROM stocks s0_ INNER JOIN stocks_products s1_ ON s0_.stock_id = s1_.stock_id AND (s1_.type_discount = ?) INNER JOIN Products p2_ ON s1_.product_id = p2_.product_id INNER JOIN sf_product_index s3_ ON p2_.product_id = s3_.product_id AND (s3_.presence > 0 AND s3_.product_type <> ?) WHERE s0_.product_id IN (?, ?, ?) AND s1_.active = 1 AND (s0_.date_start IS NULL OR s0_.date_start <= ?) AND (s0_.date_end IS NULL OR s0_.date_end >= ?) GROUP BY s0_.product_id ORDER BY IF(s0_.date_end IS NULL, 1, 0) ASC, s0_.date_end ASC
Parameters:
[ "g" "group" 137031 136897 134944 "2026-01-12 12:38:14" "2026-01-12 12:38:14" ] |
|
1.06 ms (2.48%) |
1 |
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 3
Parameters:
[ 1 0 1768214293 1768214293 1 ] |
|
1.01 ms (2.36%) |
1 |
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"
]
|
|
1.00 ms (2.35%) |
1 |
SELECT c0_.category_id AS category_id_0, c0_.category_name AS category_name_1, c0_.category_left AS category_left_2, c0_.category_level AS category_level_3, c0_.category_right AS category_right_4, c0_.description AS description_5, c0_.short_desc AS short_desc_6, c0_.code AS code_7, c0_.img AS img_8, c0_.meta_title AS meta_title_9, c0_.meta_keywords AS meta_keywords_10, c0_.meta_description AS meta_description_11, c0_.active AS active_12, c0_.is_empty AS is_empty_13, c0_.category_top AS category_top_14, k1_.id AS id_15, k1_.ln_id AS ln_id_16, k1_.category_name AS category_name_17, k1_.category_description AS category_description_18, k1_.short_desc AS short_desc_19, k1_.meta_title AS meta_title_20, k1_.meta_keywords AS meta_keywords_21, k1_.meta_description AS meta_description_22, k1_.category_id AS category_id_23 FROM Categories c0_ LEFT JOIN kk_categories_ln k1_ ON c0_.category_id = k1_.category_id WHERE c0_.active = 1 AND c0_.category_left > ? AND c0_.category_right < ? AND c0_.category_level = ? AND c0_.category_id > 0 AND c0_.is_empty = 0 ORDER BY c0_.category_left ASC
Parameters:
[ 2 15 2 ] |
|
0.96 ms (2.23%) |
1 |
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
]
|
|
0.94 ms (2.21%) |
1 |
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" ] |
|
0.93 ms (2.18%) |
1 |
SELECT c0_.category_id AS category_id_0, c0_.category_name AS category_name_1, c0_.category_left AS category_left_2, c0_.category_level AS category_level_3, c0_.category_right AS category_right_4, c0_.description AS description_5, c0_.short_desc AS short_desc_6, c0_.code AS code_7, c0_.img AS img_8, c0_.meta_title AS meta_title_9, c0_.meta_keywords AS meta_keywords_10, c0_.meta_description AS meta_description_11, c0_.active AS active_12, c0_.is_empty AS is_empty_13, c0_.category_top AS category_top_14, k1_.id AS id_15, k1_.ln_id AS ln_id_16, k1_.category_name AS category_name_17, k1_.category_description AS category_description_18, k1_.short_desc AS short_desc_19, k1_.meta_title AS meta_title_20, k1_.meta_keywords AS meta_keywords_21, k1_.meta_description AS meta_description_22, k1_.category_id AS category_id_23 FROM Categories c0_ LEFT JOIN kk_categories_ln k1_ ON c0_.category_id = k1_.category_id WHERE c0_.active = 1 AND c0_.category_left > ? AND c0_.category_right < ? AND c0_.category_level = ? AND c0_.category_id > 0 AND c0_.is_empty = 0 ORDER BY c0_.category_left ASC, c0_.category_left ASC
Parameters:
[ 1 886 1 ] |
|
0.91 ms (2.13%) |
1 |
SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.active AS active_2, b0_.weight AS weight_3, b0_.alt AS alt_4, b0_.title AS title_5, b0_.link AS link_6, b1_.id AS id_7, b1_.name AS name_8, b1_.code AS code_9, k2_.id AS id_10, k2_.ln_id AS ln_id_11, k2_.alt AS alt_12, k2_.title AS title_13, b0_.type_id AS type_id_14, k2_.banner_id AS banner_id_15 FROM banners b0_ INNER JOIN banners_type b1_ ON b0_.type_id = b1_.id LEFT JOIN kk_banners_ln k2_ ON b0_.id = k2_.banner_id WHERE b0_.active = ? AND b1_.code = ? ORDER BY b0_.weight DESC
Parameters:
[ 1 "main" ] |
|
0.83 ms (1.93%) |
1 |
SELECT p0_.product_id AS product_id_0, p0_.product AS product_1, p0_.pn AS pn_2, p0_.description AS description_3, p0_.detail_description AS detail_description_4, p0_.deleted AS deleted_5, p0_.pic AS pic_6, p0_.warranty AS warranty_7, p0_.cost_min AS cost_min_8, p0_.create_time AS create_time_9, s1_.product_id AS product_id_10, s1_.group_id AS group_id_11, s1_.product_type AS product_type_12, s1_.is_show_in_catalog AS is_show_in_catalog_13, s1_.presence AS presence_14, s1_.presence_str AS presence_str_15, s1_.rating AS rating_16, p2_.product_id AS product_id_17, p2_.url_code AS url_code_18, p2_.rating AS rating_19, p2_.seo_title AS seo_title_20, p2_.seo_description AS seo_description_21, p2_.seo_keyword AS seo_keyword_22, p3_.id AS id_23, p3_.default AS default_24, p3_.change_data AS change_data_25, p3_.show_img AS show_img_26, p3_.show_price AS show_price_27, p3_.show_presence AS show_presence_28, p3_.features_sharing AS features_sharing_29, p3_.manual_sharing AS manual_sharing_30, p3_.features AS features_31, p0_.category_id AS category_id_32, s1_.category_id AS category_id_33, s1_.catalog_product_id AS catalog_product_id_34, s1_.product_id AS product_id_35, p2_.product_id AS product_id_36, p3_.product_id AS product_id_37 FROM Products p0_ INNER JOIN sf_product_index s1_ ON p0_.product_id = s1_.product_id INNER JOIN Products_Data p2_ ON p0_.product_id = p2_.product_id LEFT JOIN products_groups p3_ ON p0_.product_id = p3_.product_id WHERE p0_.deleted = 0 AND p2_.url_code <> '' AND s1_.presence > 0 AND 1 = 0 ORDER BY p0_.product_id DESC LIMIT 5
Parameters:
[] |
|
0.76 ms (1.78%) |
1 |
SELECT f0_.feature_id AS feature_id_0, f0_.feature_name AS feature_name_1, f0_.coment AS coment_2, f0_.code AS code_3, f0_.in_short_list AS in_short_list_4, f0_.in_full_list AS in_full_list_5, f0_.in_individual_selection AS in_individual_selection_6, f0_.weight AS weight_7, f0_.img AS img_8, f0_.type AS type_9, f0_.format AS format_10, f0_.multivalues AS multivalues_11, f0_.use_as AS use_as_12, f0_.feature_section_id AS feature_section_id_13 FROM Feature f0_ WHERE f0_.use_as = ? LIMIT 1
Parameters:
[
"brend"
]
|
|
0.75 ms (1.75%) |
1 |
SELECT c0_.category_id AS category_id_0, c0_.category_left AS category_left_1, c0_.category_right AS category_right_2, c0_.active AS active_3 FROM Categories c0_ WHERE c0_.active = ? ORDER BY c0_.category_left ASC
Parameters:
[
0
]
|
|
0.71 ms (1.67%) |
1 |
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" ] |
|
0.70 ms (1.64%) |
1 |
SELECT c0_.id AS id_0, c0_.term AS term_1, c0_.is_no_commission AS is_no_commission_2, c0_.credit_rule_id AS credit_rule_id_3, b1_.id AS id_4, b1_.name AS name_5, b1_.is_active AS is_active_6, b1_.handler AS handler_7, b1_.logo AS logo_8, b1_.created_at AS created_at_9, b1_.updated_at AS updated_at_10, c0_.product_id AS product_id_11, c0_.bank_id AS bank_id_12 FROM credits_index c0_ INNER JOIN banks b1_ ON c0_.bank_id = b1_.id WHERE b1_.is_active = ? AND c0_.product_id IN (?, ?, ?) AND c0_.term > ?
Parameters:
[ 1 137031 136897 134944 1 ] |
|
0.66 ms (1.55%) |
1 |
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_.img AS img_7, s0_.filters AS filters_8, s0_.category_id AS category_id_9 FROM site_menu s0_ WHERE s0_.id = ? AND s0_.is_active = 1 LIMIT 1
Parameters:
[
0
]
|
|
0.61 ms (1.43%) |
1 |
SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.position AS position_2, l0_.description AS description_3, l0_.active AS active_4, l0_.offset AS offset_5, l0_.img AS img_6, p1_.product_id AS product_id_7 FROM labels l0_ INNER JOIN labels_products l2_ ON l0_.id = l2_.label_id INNER JOIN Products p1_ ON p1_.product_id = l2_.product_id WHERE p1_.product_id IN (?, ?, ?) AND l0_.active = ?
Parameters:
[ 137031 136897 134944 1 ] |
|
0.60 ms (1.40%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.point AS point_3, t0.banner_id AS banner_id_4 FROM banners_images t0 WHERE t0.banner_id = ?
Parameters:
[
4
]
|
|
0.53 ms (1.23%) |
2 |
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:
[] |
|
0.52 ms (1.22%) |
1 |
SELECT AVG(c0_.assessment) AS sclr_0, c0_.id_article AS id_article_1 FROM COMMENT c0_ WHERE c0_.type_comment = ? AND c0_.id_article IN (?, ?, ?) AND c0_.status = ? AND (c0_.parent_id IS NULL OR c0_.parent_id = 0) AND c0_.assessment <> 0 GROUP BY c0_.id_article
Parameters:
[ "product" 137031 136897 134944 1 ] |
|
0.37 ms (0.86%) |
1 |
SELECT c0_.category_id AS category_id_0, c0_.category_name AS category_name_1, c0_.category_left AS category_left_2, c0_.category_level AS category_level_3, c0_.category_right AS category_right_4, c0_.description AS description_5, c0_.short_desc AS short_desc_6, c0_.code AS code_7, c0_.img AS img_8, c0_.meta_title AS meta_title_9, c0_.meta_keywords AS meta_keywords_10, c0_.meta_description AS meta_description_11, c0_.active AS active_12, c0_.is_empty AS is_empty_13, c0_.category_top AS category_top_14 FROM Categories c0_ WHERE c0_.active = 1 AND c0_.category_id = ? AND (NOT (c0_.category_left BETWEEN 16 AND 881)) LIMIT 1
Parameters:
[
0
]
|
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.