Query Metrics
184
Database Queries
23
Different statements
145.90 ms
Query time
7
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
19.14 ms (13.12%) |
14 |
SELECT o0_.id AS id_0, o0_.code AS code_1, o0_.enabled AS enabled_2, o0_.created_at AS created_at_3, o0_.updated_at AS updated_at_4, o0_.archived_at AS archived_at_5, o1_.id AS id_6, o1_.slug AS slug_7, o1_.title AS title_8, o1_.content AS content_9, o1_.meta_keywords AS meta_keywords_10, o1_.meta_description AS meta_description_11, o1_.excerpt AS excerpt_12, o1_.metaTitle AS metaTitle_13, o1_.canonical AS canonical_14, o1_.noIndex AS noIndex_15, o1_.locale AS locale_16, o0_.author_id AS author_id_17, o1_.translatable_id AS translatable_id_18 FROM odiseo_blog_article o0_ LEFT JOIN odiseo_blog_article_translation o1_ ON o0_.id = o1_.translatable_id WHERE o0_.id = ? ORDER BY o0_.id ASC
Parameters:
[
7
]
|
|
18.38 ms (12.59%) |
26 |
SELECT s0_.code AS code_0, s0_.tree_left AS tree_left_1, s0_.tree_right AS tree_right_2, s0_.tree_level AS tree_level_3, s0_.position AS position_4, s0_.enabled AS enabled_5, s0_.id AS id_6, s0_.created_at AS created_at_7, s0_.updated_at AS updated_at_8, s1_.name AS name_9, s1_.slug AS slug_10, s1_.description AS description_11, s1_.id AS id_12, s1_.contentBlock AS contentBlock_13, s1_.metaTitle AS metaTitle_14, s1_.metaDescription AS metaDescription_15, s1_.canonical AS canonical_16, s1_.noIndex AS noIndex_17, s1_.locale AS locale_18, s0_.tree_root AS tree_root_19, s0_.parent_id AS parent_id_20, s1_.translatable_id AS translatable_id_21 FROM sylius_taxon s0_ LEFT JOIN sylius_taxon_translation s1_ ON s0_.id = s1_.translatable_id WHERE s0_.id = ? ORDER BY s0_.id ASC
Parameters:
[
3
]
|
|
16.88 ms (11.57%) |
22 |
SELECT t0.code AS code_1, t0.name AS name_2, t0.color AS color_3, t0.description AS description_4, t0.enabled AS enabled_5, t0.hostname AS hostname_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.id AS id_9, t0.theme_name AS theme_name_10, t0.tax_calculation_strategy AS tax_calculation_strategy_11, t0.contact_email AS contact_email_12, t0.contact_phone_number AS contact_phone_number_13, t0.skipping_shipping_step_allowed AS skipping_shipping_step_allowed_14, t0.skipping_payment_step_allowed AS skipping_payment_step_allowed_15, t0.account_verification_required AS account_verification_required_16, t0.shipping_address_in_checkout_required AS shipping_address_in_checkout_required_17, t0.default_locale_id AS default_locale_id_18, t19.code AS code_20, t19.created_at AS created_at_21, t19.updated_at AS updated_at_22, t19.id AS id_23, t0.base_currency_id AS base_currency_id_24, t25.code AS code_26, t25.created_at AS created_at_27, t25.updated_at AS updated_at_28, t25.id AS id_29, t0.default_tax_zone_id AS default_tax_zone_id_30, t0.menu_taxon_id AS menu_taxon_id_31, t0.shop_billing_data_id AS shop_billing_data_id_32 FROM sylius_channel t0 INNER JOIN sylius_locale t19 ON t0.default_locale_id = t19.id INNER JOIN sylius_currency t25 ON t0.base_currency_id = t25.id WHERE t0.code = ? ORDER BY t0.id ASC LIMIT 1
Parameters:
[
"default"
]
|
|
15.28 ms (10.47%) |
7 |
SELECT o0_.id AS id_0, o0_.code AS code_1, o0_.enabled AS enabled_2, o0_.created_at AS created_at_3, o0_.updated_at AS updated_at_4, o0_.archived_at AS archived_at_5, o1_.id AS id_6, o1_.slug AS slug_7, o1_.title AS title_8, o1_.content AS content_9, o1_.meta_keywords AS meta_keywords_10, o1_.meta_description AS meta_description_11, o1_.excerpt AS excerpt_12, o1_.metaTitle AS metaTitle_13, o1_.canonical AS canonical_14, o1_.noIndex AS noIndex_15, o1_.locale AS locale_16, o0_.author_id AS author_id_17, o1_.translatable_id AS translatable_id_18 FROM odiseo_blog_article o0_ LEFT JOIN odiseo_blog_article_translation o1_ ON o0_.id = o1_.translatable_id WHERE o0_.id IN (?, ?) ORDER BY o0_.id ASC
Parameters:
[ 7 20 ] |
|
10.96 ms (7.51%) |
11 |
SELECT t0.code AS code_1, t0.name AS name_2, t0.color AS color_3, t0.description AS description_4, t0.enabled AS enabled_5, t0.hostname AS hostname_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.id AS id_9, t0.theme_name AS theme_name_10, t0.tax_calculation_strategy AS tax_calculation_strategy_11, t0.contact_email AS contact_email_12, t0.contact_phone_number AS contact_phone_number_13, t0.skipping_shipping_step_allowed AS skipping_shipping_step_allowed_14, t0.skipping_payment_step_allowed AS skipping_payment_step_allowed_15, t0.account_verification_required AS account_verification_required_16, t0.shipping_address_in_checkout_required AS shipping_address_in_checkout_required_17, t0.default_locale_id AS default_locale_id_18, t19.code AS code_20, t19.created_at AS created_at_21, t19.updated_at AS updated_at_22, t19.id AS id_23, t0.base_currency_id AS base_currency_id_24, t25.code AS code_26, t25.created_at AS created_at_27, t25.updated_at AS updated_at_28, t25.id AS id_29, t0.default_tax_zone_id AS default_tax_zone_id_30, t0.menu_taxon_id AS menu_taxon_id_31, t0.shop_billing_data_id AS shop_billing_data_id_32 FROM sylius_channel t0 INNER JOIN sylius_locale t19 ON t0.default_locale_id = t19.id INNER JOIN sylius_currency t25 ON t0.base_currency_id = t25.id INNER JOIN odiseo_blog_articles_channels ON t0.id = odiseo_blog_articles_channels.channel_id WHERE odiseo_blog_articles_channels.article_id = ?
Parameters:
[
7
]
|
|
9.26 ms (6.35%) |
16 |
SELECT t0.id AS id_1, t0.type AS type_2, t0.path AS path_3, t0.alt AS alt_4, t0.owner_id AS owner_id_5 FROM odiseo_blog_article_image t0 WHERE t0.owner_id = ?
Parameters:
[
8
]
|
|
9.06 ms (6.21%) |
9 |
SELECT t0.code AS code_1, t0.name AS name_2, t0.color AS color_3, t0.description AS description_4, t0.enabled AS enabled_5, t0.hostname AS hostname_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.id AS id_9, t0.theme_name AS theme_name_10, t0.tax_calculation_strategy AS tax_calculation_strategy_11, t0.contact_email AS contact_email_12, t0.contact_phone_number AS contact_phone_number_13, t0.skipping_shipping_step_allowed AS skipping_shipping_step_allowed_14, t0.skipping_payment_step_allowed AS skipping_payment_step_allowed_15, t0.account_verification_required AS account_verification_required_16, t0.shipping_address_in_checkout_required AS shipping_address_in_checkout_required_17, t0.default_locale_id AS default_locale_id_18, t19.code AS code_20, t19.created_at AS created_at_21, t19.updated_at AS updated_at_22, t19.id AS id_23, t0.base_currency_id AS base_currency_id_24, t25.code AS code_26, t25.created_at AS created_at_27, t25.updated_at AS updated_at_28, t25.id AS id_29, t0.default_tax_zone_id AS default_tax_zone_id_30, t0.menu_taxon_id AS menu_taxon_id_31, t0.shop_billing_data_id AS shop_billing_data_id_32 FROM sylius_channel t0 INNER JOIN sylius_locale t19 ON t0.default_locale_id = t19.id INNER JOIN sylius_currency t25 ON t0.base_currency_id = t25.id INNER JOIN mcg_sylex_database_entry_channel ON t0.id = mcg_sylex_database_entry_channel.channel_id WHERE mcg_sylex_database_entry_channel.entry_id = ?
Parameters:
[
92
]
|
|
8.84 ms (6.06%) |
15 |
SELECT t0.id AS id_1, t0.code AS code_2, t0.enabled AS enabled_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.archived_at AS archived_at_6, t0.author_id AS author_id_7 FROM odiseo_blog_article t0 INNER JOIN sylius_taxon_article ON t0.id = sylius_taxon_article.article_id WHERE sylius_taxon_article.taxon_id = ?
Parameters:
[
3
]
|
|
8.11 ms (5.56%) |
8 |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.title AS title_3, t0.content AS content_4, t0.meta_keywords AS meta_keywords_5, t0.meta_description AS meta_description_6, t0.excerpt AS excerpt_7, t0.metaTitle AS metaTitle_8, t0.canonical AS canonical_9, t0.noIndex AS noIndex_10, t0.locale AS locale_11, t0.translatable_id AS translatable_id_12 FROM odiseo_blog_article_translation t0 WHERE t0.translatable_id = ? AND t0.locale = ? LIMIT 1
Parameters:
[ 8 "fr_FR" ] |
|
7.33 ms (5.02%) |
15 |
SELECT t0.type AS type_1, t0.path AS path_2, t0.id AS id_3, t0.owner_id AS owner_id_4 FROM sylius_taxon_image t0 WHERE t0.owner_id = ? ORDER BY t0.id ASC
Parameters:
[
3
]
|
|
7.18 ms (4.92%) |
11 |
SELECT t0.id AS id_1, t0.code AS code_2, t0.enabled AS enabled_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5 FROM odiseo_blog_article_category t0 INNER JOIN odiseo_blog_articles_categories ON t0.id = odiseo_blog_articles_categories.category_id WHERE odiseo_blog_articles_categories.article_id = ?
Parameters:
[
7
]
|
|
6.40 ms (4.39%) |
11 |
SELECT t0.id AS id_1, t0.comment AS comment_2, t0.name AS name_3, t0.email AS email_4, t0.enabled AS enabled_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.article_id AS article_id_8, t0.parent_id AS parent_id_9, t0.author_id AS author_id_10 FROM odiseo_blog_article_comment t0 WHERE t0.article_id = ?
Parameters:
[
7
]
|
|
2.91 ms (1.99%) |
9 |
SELECT t0.id AS id_1, t0.data AS data_2, t0.entry_id AS entry_id_3 FROM mcg_sylex_data_entry_values t0 WHERE t0.entry_id = ?
Parameters:
[
92
]
|
|
0.80 ms (0.55%) |
1 |
SELECT m0_.id AS id_0, m0_.code AS code_1, m0_.label AS label_2, m0_.type AS type_3, m0_.position AS position_4, m0_.required AS required_5, m0_.uniqueField AS uniqueField_6, m0_.isTranslatable AS isTranslatable_7, m0_.options AS options_8, m0_.listVisible AS listVisible_9, m0_.filterable AS filterable_10, m0_.sortable AS sortable_11, m0_.isIdentifier AS isIdentifier_12, m0_.inItemApiCalls AS inItemApiCalls_13, m0_.inCollectionApiCalls AS inCollectionApiCalls_14, m0_.database_id AS database_id_15 FROM mcg_sylex_database_field m0_ WHERE m0_.database_id = ? AND m0_.filterable = 1 ORDER BY m0_.position ASC, m0_.id ASC
Parameters:
[
2
]
|
|
0.76 ms (0.52%) |
1 |
SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.id AS id_4 FROM sylius_currency t0 INNER JOIN sylius_channel_currencies ON t0.id = sylius_channel_currencies.currency_id WHERE sylius_channel_currencies.channel_id = ? ORDER BY t0.id ASC
Parameters:
[
1
]
|
|
0.76 ms (0.52%) |
1 |
SELECT m0_.id AS id_0, m0_.status AS status_1, m0_.owner AS owner_2, m0_.enabled AS enabled_3, m0_.sortOrder AS sortOrder_4, m0_.createdAt AS createdAt_5, m0_.updatedAt AS updatedAt_6, m1_.id AS id_7, m1_.code AS code_8, m1_.name AS name_9, m1_.menuLabel AS menuLabel_10, m1_.menuIcon AS menuIcon_11, m1_.menuGroup AS menuGroup_12, m1_.menuOrder AS menuOrder_13, m1_.isApiEnabled AS isApiEnabled_14, m1_.isEnabled AS isEnabled_15, m1_.sortType AS sortType_16, m1_.createdAt AS createdAt_17, m1_.updatedAt AS updatedAt_18, m0_.database_id AS database_id_19 FROM mcg_sylex_data_entry m0_ LEFT JOIN mcg_sylex_database m1_ ON m0_.database_id = m1_.id LEFT JOIN mcg_sylex_database_entry_channel m3_ ON m0_.id = m3_.entry_id LEFT JOIN sylius_channel s2_ ON s2_.id = m3_.channel_id WHERE m1_.id = ? AND s2_.id = ? AND m0_.enabled = 1 ORDER BY m0_.sortOrder ASC, m0_.id ASC, m0_.id ASC LIMIT 30
Parameters:
[ 2 1 ] |
|
0.71 ms (0.49%) |
1 |
SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3, t0.menuLabel AS menuLabel_4, t0.menuIcon AS menuIcon_5, t0.menuGroup AS menuGroup_6, t0.menuOrder AS menuOrder_7, t0.isApiEnabled AS isApiEnabled_8, t0.isEnabled AS isEnabled_9, t0.sortType AS sortType_10, t0.createdAt AS createdAt_11, t0.updatedAt AS updatedAt_12 FROM mcg_sylex_database t0 WHERE t0.code = ? AND t0.isEnabled = ? LIMIT 1
Parameters:
[ "MENU_THEMATIQUE" 1 ] |
|
0.64 ms (0.44%) |
1 |
SELECT t0.code AS code_1, t0.enabled AS enabled_2, t0.id AS id_3 FROM sylius_country t0 INNER JOIN sylius_channel_countries ON t0.id = sylius_channel_countries.country_id WHERE sylius_channel_countries.channel_id = ?
Parameters:
[
1
]
|
|
0.58 ms (0.40%) |
1 |
SELECT t0.code AS code_1, t0.tree_left AS tree_left_2, t0.tree_right AS tree_right_3, t0.tree_level AS tree_level_4, t0.position AS position_5, t0.enabled AS enabled_6, t0.id AS id_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tree_root AS tree_root_10, t0.parent_id AS parent_id_11 FROM sylius_taxon t0 WHERE t0.parent_id = ? ORDER BY t0.position ASC, t0.id ASC
Parameters:
[
1
]
|
|
0.52 ms (0.36%) |
1 |
SELECT COUNT(m0_.id) AS sclr_0 FROM mcg_sylex_data_entry m0_ LEFT JOIN mcg_sylex_database m1_ ON m0_.database_id = m1_.id LEFT JOIN mcg_sylex_database_entry_channel m3_ ON m0_.id = m3_.entry_id LEFT JOIN sylius_channel s2_ ON s2_.id = m3_.channel_id WHERE m1_.id = ? AND s2_.id = ? AND m0_.enabled = 1
Parameters:
[ 2 1 ] |
|
0.51 ms (0.35%) |
1 |
SELECT t0.code AS code_1, t0.tree_left AS tree_left_2, t0.tree_right AS tree_right_3, t0.tree_level AS tree_level_4, t0.position AS position_5, t0.enabled AS enabled_6, t0.id AS id_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tree_root AS tree_root_10, t0.parent_id AS parent_id_11 FROM sylius_taxon t0 WHERE t0.id = ?
Parameters:
[
1
]
|
|
0.51 ms (0.35%) |
1 |
SELECT t0.id AS id_1, t0.code AS code_2, t0.label AS label_3, t0.type AS type_4, t0.position AS position_5, t0.required AS required_6, t0.uniqueField AS uniqueField_7, t0.isTranslatable AS isTranslatable_8, t0.options AS options_9, t0.listVisible AS listVisible_10, t0.filterable AS filterable_11, t0.sortable AS sortable_12, t0.isIdentifier AS isIdentifier_13, t0.inItemApiCalls AS inItemApiCalls_14, t0.inCollectionApiCalls AS inCollectionApiCalls_15, t0.database_id AS database_id_16 FROM mcg_sylex_database_field t0 WHERE t0.database_id = ? ORDER BY t0.position ASC
Parameters:
[
2
]
|
|
0.38 ms (0.26%) |
1 |
SELECT t0.code AS code_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.id AS id_4 FROM sylius_locale t0 INNER JOIN sylius_channel_locales ON t0.id = sylius_channel_locales.locale_id WHERE sylius_channel_locales.channel_id = ?
Parameters:
[
1
]
|
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.