Redirect 301 redirect from GET @product_page (6bd41c)

Query Metrics

67 Database Queries
37 Different statements
104.07 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
47.95 ms
(46.07%)
12
SELECT GROUP_CONCAT(f0_.product_id) AS sclr_0, f1_.value AS value_1, f1_.id AS id_2, f1_.code AS code_3, f2_.feature_id AS feature_id_4, f2_.value_id AS value_id_5, f2_.weight AS weight_6, f2_.img AS img_7, f2_.url AS url_8, f2_.description AS description_9, f2_.color AS color_10, k3_.value_id AS value_id_11, k3_.feature_id AS feature_id_12, k3_.ln_id AS ln_id_13, k3_.value AS value_14, k3_.url AS url_15, k3_.description AS description_16, f1_.id AS id_17, f1_.feature_id AS feature_id_18, f1_.feature_id AS feature_id_19, k3_.value_id AS value_id_20, k3_.feature_id AS feature_id_21 FROM Feature_Values_string f1_ INNER JOIN Feature_Value_Settings f2_ ON f1_.id = f2_.value_id AND f1_.feature_id = f2_.feature_id LEFT JOIN kk_features_values_ln k3_ ON f2_.value_id = k3_.value_id AND f2_.feature_id = k3_.feature_id INNER JOIN Feature_Product_Values f0_ ON (f1_.id = f0_.value_id AND f1_.feature_id = f0_.feature_id) WHERE f1_.feature_id = ? AND f1_.value <> '' AND f0_.product_id IN (?) GROUP BY f1_.id ORDER BY f2_.weight ASC
Parameters:
[
  1
  207443
]
12.80 ms
(12.30%)
2
SELECT TABLE_NAME
FROM information_schema.TABLES
WHERE TABLE_SCHEMA = ?
  AND TABLE_TYPE = 'BASE TABLE'
ORDER BY TABLE_NAME
Parameters:
[
  "kalin"
]
9.30 ms
(8.94%)
1
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:
[
  "kalin"
  "kalin"
  "doctrine_migration_versions"
]
5.35 ms
(5.14%)
1
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 = 'kalin' */ ORDER BY k.ORDINAL_POSITION
Parameters:
[
  "kalin"
  "doctrine_migration_versions"
]
2.42 ms
(2.32%)
1
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_.in_full_list = ? ORDER BY f3_.weight ASC, f1_.weight ASC
Parameters:
[
  207443
  1
]
2.17 ms
(2.09%)
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:
[
  207443
  "unit"
]
1.78 ms
(1.71%)
1
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_.in_short_list = ? ORDER BY f3_.weight ASC, f1_.weight ASC
Parameters:
[
  207443
  1
]
1.47 ms
(1.42%)
2
SELECT p0_.product_id AS product_id_0, p0_.product AS product_1, p0_.pn AS pn_2, p0_.model AS model_3, p0_.description AS description_4, p0_.detail_description AS detail_description_5, p0_.deleted AS deleted_6, p0_.pic AS pic_7, p0_.warranty AS warranty_8, p0_.cost_min AS cost_min_9, p0_.create_time AS create_time_10, s1_.product_id AS product_id_11, s1_.group_id AS group_id_12, s1_.product_type AS product_type_13, s1_.is_show_in_catalog AS is_show_in_catalog_14, s1_.presence AS presence_15, s1_.presence_str AS presence_str_16, s1_.rating AS rating_17, p2_.product_id AS product_id_18, p2_.url_code AS url_code_19, p2_.rating AS rating_20, p2_.seo_title AS seo_title_21, p2_.seo_description AS seo_description_22, p2_.seo_keyword AS seo_keyword_23, p3_.id AS id_24, p3_.default AS default_25, p3_.change_data AS change_data_26, p3_.show_img AS show_img_27, p3_.show_price AS show_price_28, p3_.show_presence AS show_presence_29, p3_.features_sharing AS features_sharing_30, p3_.manual_sharing AS manual_sharing_31, p3_.features AS features_32, p0_.category_id AS category_id_33, s1_.category_id AS category_id_34, s1_.catalog_product_id AS catalog_product_id_35, s1_.product_id AS product_id_36, p2_.product_id AS product_id_37, p3_.product_id AS product_id_38 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 p2_.url_code = ? LIMIT 1
Parameters:
[
  "inversor-solar-hbrido-3-6kw-monofsico-3-aos-de-garanta-ip65"
]
1.43 ms
(1.38%)
6
SELECT DATABASE()
Parameters:
[]
1.40 ms
(1.35%)
1
SELECT p0_.product_id AS product_id_0, p0_.product AS product_1, p0_.pn AS pn_2, p0_.model AS model_3, p0_.description AS description_4, p0_.detail_description AS detail_description_5, p0_.deleted AS deleted_6, p0_.pic AS pic_7, p0_.warranty AS warranty_8, p0_.cost_min AS cost_min_9, p0_.create_time AS create_time_10, s1_.product_id AS product_id_11, s1_.group_id AS group_id_12, s1_.product_type AS product_type_13, s1_.is_show_in_catalog AS is_show_in_catalog_14, s1_.presence AS presence_15, s1_.presence_str AS presence_str_16, s1_.rating AS rating_17, p2_.product_id AS product_id_18, p2_.url_code AS url_code_19, p2_.rating AS rating_20, p2_.seo_title AS seo_title_21, p2_.seo_description AS seo_description_22, p2_.seo_keyword AS seo_keyword_23, p3_.id AS id_24, p3_.default AS default_25, p3_.change_data AS change_data_26, p3_.show_img AS show_img_27, p3_.show_price AS show_price_28, p3_.show_presence AS show_presence_29, p3_.features_sharing AS features_sharing_30, p3_.manual_sharing AS manual_sharing_31, p3_.features AS features_32, p0_.category_id AS category_id_33, s1_.category_id AS category_id_34, s1_.catalog_product_id AS catalog_product_id_35, s1_.product_id AS product_id_36, p2_.product_id AS product_id_37, p3_.product_id AS product_id_38 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 (p0_.product_id IN (SELECT DISTINCT s4_.catalog_product_id AS sclr_39 FROM sf_product_index s4_ WHERE s4_.catalog_product_id IN (?) OR s4_.product_id IN (?))) ORDER BY FIELD(p0_.product_id, ?) ASC LIMIT 10
Parameters:
[
  "207443"
  "207443"
  "207443"
]
1.29 ms
(1.24%)
3
SELECT p0_.product_id AS product_id_0, p0_.product AS product_1, p0_.pn AS pn_2, p0_.model AS model_3, p0_.description AS description_4, p0_.detail_description AS detail_description_5, p0_.deleted AS deleted_6, p0_.pic AS pic_7, p0_.warranty AS warranty_8, p0_.cost_min AS cost_min_9, p0_.create_time AS create_time_10, s1_.product_id AS product_id_11, s1_.group_id AS group_id_12, s1_.product_type AS product_type_13, s1_.is_show_in_catalog AS is_show_in_catalog_14, s1_.presence AS presence_15, s1_.presence_str AS presence_str_16, s1_.rating AS rating_17, p2_.product_id AS product_id_18, p2_.url_code AS url_code_19, p2_.rating AS rating_20, p2_.seo_title AS seo_title_21, p2_.seo_description AS seo_description_22, p2_.seo_keyword AS seo_keyword_23, p3_.id AS id_24, p3_.default AS default_25, p3_.change_data AS change_data_26, p3_.show_img AS show_img_27, p3_.show_price AS show_price_28, p3_.show_presence AS show_presence_29, p3_.features_sharing AS features_sharing_30, p3_.manual_sharing AS manual_sharing_31, p3_.features AS features_32, p0_.category_id AS category_id_33, s1_.category_id AS category_id_34, s1_.catalog_product_id AS catalog_product_id_35, s1_.product_id AS product_id_36, p2_.product_id AS product_id_37, p3_.product_id AS product_id_38 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 p0_.product_id = ? LIMIT 1
Parameters:
[
  207443
]
1.19 ms
(1.14%)
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"
  207443
  "2026-01-26 05:11:50"
  "2026-01-26 05:11:50"
]
1.18 ms
(1.13%)
1
SELECT s0_.stock_id AS stock_id_0, s0_.date_start AS date_start_1, s0_.date_end AS date_end_2, s1_.stock_products_id AS stock_products_id_3, s1_.discount AS discount_4, s1_.type_discount AS type_discount_5, s1_.description AS description_6, s1_.active AS active_7, p2_.product_id AS product_id_8, p2_.product AS product_9, p2_.pn AS pn_10, p2_.model AS model_11, p2_.description AS description_12, p2_.detail_description AS detail_description_13, p2_.deleted AS deleted_14, p2_.pic AS pic_15, p2_.warranty AS warranty_16, p2_.cost_min AS cost_min_17, p2_.create_time AS create_time_18, s3_.product_id AS product_id_19, s3_.group_id AS group_id_20, s3_.product_type AS product_type_21, s3_.is_show_in_catalog AS is_show_in_catalog_22, s3_.presence AS presence_23, s3_.presence_str AS presence_str_24, s3_.rating AS rating_25, s0_.product_id AS product_id_26, s1_.product_id AS product_id_27, s1_.stock_id AS stock_id_28, p2_.category_id AS category_id_29, s3_.category_id AS category_id_30, s3_.catalog_product_id AS catalog_product_id_31, s3_.product_id AS product_id_32 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 = ? AND s1_.active = 1 AND (s0_.date_start IS NULL OR s0_.date_start <= ?) AND (s0_.date_end IS NULL OR s0_.date_end >= ?) ORDER BY IF(s0_.date_end IS NULL, 1, 0) ASC, s0_.date_end ASC LIMIT 1
Parameters:
[
  "g"
  "group"
  207443
  "2026-01-26 05:11:50"
  "2026-01-26 05:11:50"
]
1.17 ms
(1.13%)
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:
[
  "en"
]
1.01 ms
(0.97%)
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_left < ? AND c0_.category_right > ? AND c0_.category_id > 0 ORDER BY c0_.category_left ASC
Parameters:
[
  33
  34
]
0.97 ms
(0.93%)
1
SELECT COUNT(DISTINCT p0_.product_id) AS sclr_0 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 (p0_.product_id IN (SELECT DISTINCT s4_.catalog_product_id AS sclr_1 FROM sf_product_index s4_ WHERE s4_.catalog_product_id IN (?) OR s4_.product_id IN (?))) ORDER BY p0_.product_id ASC
Parameters:
[
  "207443"
  "207443"
]
0.94 ms
(0.91%)
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.78 ms
(0.75%)
1
SELECT t0.product_id AS product_id_1, t0.ln_id AS ln_id_2, t0.product AS product_3, t0.description AS description_4, t0.detail_description AS detail_description_5, t0.seo_title AS seo_title_6, t0.seo_description AS seo_description_7, t0.seo_keyword AS seo_keyword_8, t0.product_id AS product_id_9 FROM kk_products_ln t0 WHERE t0.product_id = ?
Parameters:
[
  207443
]
0.78 ms
(0.75%)
2
SELECT t0.setting_id AS setting_id_1, t0.ln_id AS ln_id_2, t0.setting_value AS setting_value_3, t0.setting_id AS setting_id_4 FROM kk_settings_ln t0 WHERE t0.setting_id = ?
Parameters:
[
  15
]
0.71 ms
(0.68%)
1
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 1000
Parameters:
[
  "product"
  207443
  1
]
0.69 ms
(0.66%)
4
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"
  207443
  1
]
0.69 ms
(0.66%)
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
  207443
  1
]
0.67 ms
(0.65%)
2
SELECT t0.id AS id_1, t0.ln_id AS ln_id_2, t0.category_name AS category_name_3, t0.category_description AS category_description_4, t0.short_desc AS short_desc_5, t0.meta_title AS meta_title_6, t0.meta_keywords AS meta_keywords_7, t0.meta_description AS meta_description_8, t0.category_id AS category_id_9 FROM kk_categories_ln t0 WHERE t0.category_id = ?
Parameters:
[
  1032
]
0.64 ms
(0.62%)
2
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"
  207443
  1
]
0.60 ms
(0.58%)
1
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:
[
  "kalin"
  "doctrine_migration_versions"
]
0.57 ms
(0.55%)
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:
[
  207443
  1
]
0.56 ms
(0.54%)
1
SELECT f0_.value AS value_0, f0_.id AS id_1, f0_.code AS code_2, f1_.feature_id AS feature_id_3, f1_.value_id AS value_id_4, f1_.weight AS weight_5, f1_.img AS img_6, f1_.url AS url_7, f1_.description AS description_8, f1_.color AS color_9, k2_.value_id AS value_id_10, k2_.feature_id AS feature_id_11, k2_.ln_id AS ln_id_12, k2_.value AS value_13, k2_.url AS url_14, k2_.description AS description_15, f0_.id AS id_16, f0_.feature_id AS feature_id_17, f0_.feature_id AS feature_id_18, k2_.value_id AS value_id_19, k2_.feature_id AS feature_id_20 FROM Feature_Values_string f0_ INNER JOIN Feature_Value_Settings f1_ ON f0_.id = f1_.value_id AND f0_.feature_id = f1_.feature_id LEFT JOIN kk_features_values_ln k2_ ON f1_.value_id = k2_.value_id AND f1_.feature_id = k2_.feature_id WHERE f0_.feature_id = ? AND f0_.value <> '' AND f0_.id = ?
Parameters:
[
  1
  67
]
0.56 ms
(0.54%)
1
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 10
Parameters:
[
  "product"
  207443
  1
]
0.48 ms
(0.46%)
1
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:
[
  1032
]
0.45 ms
(0.43%)
2
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:
[
  207443
]
0.33 ms
(0.32%)
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"
  207443
  1
]
0.33 ms
(0.32%)
1
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:
[
  207443
]
0.33 ms
(0.32%)
1
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:
[
  "kalin"
  "doctrine_migration_versions"
]
0.32 ms
(0.31%)
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.30 ms
(0.29%)
1
SELECT t0.data_id AS data_id_1, t0.ln_id AS ln_id_2, t0.product AS product_3, t0.static AS static_4, t0.news AS news_5, t0.category AS category_6, t0.subcategory AS subcategory_7, t0.main AS main_8, t0.catalog AS catalog_9, t0.data_id AS data_id_10 FROM kk_seo_templates_ln t0 WHERE t0.data_id = ?
Parameters:
[
  1
]
0.29 ms
(0.27%)
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.16 ms
(0.15%)
1
SELECT * FROM doctrine_migration_versions
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\ProductBundle\Entity\Product No errors.
SoftUa\ProductBundle\Entity\ProductIndex No errors.
SoftUa\ProductBundle\Entity\ProductData No errors.
SoftUa\ProductBundle\Entity\GroupSettings No errors.
SoftUa\CategoryBundle\Entity\Category No errors.
SoftUa\ProductBundle\Entity\ProductTranslation No errors.
SoftUa\ProductBundle\Entity\ProductPriceIndex No errors.
SoftUa\CoreBundle\Entity\DataLanguage No errors.
SoftUa\CurrencyBundle\Entity\Currency No errors.
SoftUa\ProductSpecificationsBundle\Entity\ProductSpecificationValue No errors.
SoftUa\SpecificationsBundle\Entity\Specification No errors.
SoftUa\SpecificationsBundle\Entity\SpecificationTranslation No errors.
SoftUa\SpecificationsBundle\Entity\SpecificationSection No errors.
SoftUa\SpecificationsBundle\Entity\SpecificationSectionTranslation No errors.
SoftUa\ReviewBundle\Entity\Review No errors.
SoftUa\UserBundle\Entity\Customer No errors.
SoftUa\ActionBundle\Entity\ProductDiscountIndex No errors.
SoftUa\SeoBundle\Entity\SeoTemplate No errors.
SoftUa\SeoBundle\Entity\SeoTemplateTranslation No errors.
SoftUa\SpecificationsBundle\Entity\SpecificationValue\SpecificationStringValue No errors.
SoftUa\SpecificationsBundle\Entity\SpecificationValue\SpecificationValueSettings No errors.
SoftUa\SpecificationsBundle\Entity\SpecificationValue\SpecificationValueTranslation No errors.
SoftUa\CategoryBundle\Entity\CategoryTranslation No errors.
SoftUa\LabelBundle\Entity\Label No errors.
SoftUa\CreditPayBundle\Entity\CreditIndex No errors.
SoftUa\CreditPayBundle\Entity\Bank No errors.
SoftUa\ActionBundle\Entity\Action No errors.
SoftUa\ActionBundle\Entity\ActionData No errors.
SoftUa\HeaderNotificationBundle\Entity\StoreSettings No errors.
SoftUa\HeaderNotificationBundle\Entity\StoreSettingsTranslation No errors.
SoftUa\UserBundle\Entity\CustomerInfo No errors.