Query Metrics

13 Database Queries
13 Different statements
15.05 ms Query time
4 Invalid entities
1337 Managed entities

Queries

Group similar statements

default connection

# Time Info
1 0.99 ms
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, t0.channel_price_history_config_id AS channel_price_history_config_id_33 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.hostname = ? AND t0.enabled = ? ORDER BY t0.id ASC LIMIT 1
Parameters:
[
  "sogedisv2.preprod.d-impulse.com"
  1
]
2 0.42 ms
SELECT COUNT(*) FROM sylius_channel t0
Parameters:
[]
3 0.56 ms
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, t0.channel_price_history_config_id AS channel_price_history_config_id_33 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 LIMIT 1
Parameters:
[]
4 0.86 ms
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
]
5 0.63 ms
SELECT t0.id AS id_1, t0.path AS path_2, t0.title AS title_3, t0.slug AS slug_4, t0.template AS template_5 FROM app_custom_page t0 WHERE t0.path = ? LIMIT 1
Parameters:
[
  "/fleck"
]
6 1.15 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.featured AS featured_4, t0.position AS position_5, t0.createdAt AS createdAt_6, t0.updatedAt AS updatedAt_7 FROM app_brands t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
  "fleck"
]
7 2.97 ms
SELECT a0_.createdAt AS createdAt_0, a0_.updatedAt AS updatedAt_1, a0_.id AS id_2, a0_.reference AS reference_3, a0_.slug AS slug_4, a0_.codeSAP AS codeSAP_5, a0_.isWebPublished AS isWebPublished_6, a0_.factorySpecification AS factorySpecification_7, a0_.remarks AS remarks_8, a0_.agora AS agora_9, a1_.id AS id_10, a1_.createdAt AS createdAt_11, a1_.updatedAt AS updatedAt_12, a2_.id AS id_13, a2_.name AS name_14, a2_.slug AS slug_15, a2_.title AS title_16, a2_.description AS description_17, a2_.shortDescription AS shortDescription_18, a2_.createdAt AS createdAt_19, a2_.updatedAt AS updatedAt_20, a2_.metadata_title AS metadata_title_21, a2_.metadata_description AS metadata_description_22, a2_.locale AS locale_23, a0_.brand_id AS brand_id_24, a0_.category_id AS category_id_25, a0_.factory_id AS factory_id_26, a0_.warrantyStatus_id AS warrantyStatus_id_27, a2_.translatable_id AS translatable_id_28 FROM app_products_finished a0_ LEFT JOIN app_products_finished_translation a3_ ON a0_.id = a3_.translatable_id AND (a3_.locale = ?) LEFT JOIN app_categories a1_ ON a0_.category_id = a1_.id LEFT JOIN app_categories_translation a2_ ON a1_.id = a2_.translatable_id AND (a2_.locale = ?) LEFT JOIN app_brands a4_ ON a0_.brand_id = a4_.id WHERE a4_.id = ? ORDER BY a0_.id ASC
Parameters:
[
  "fr_FR"
  "fr_FR"
  726
]
8 0.62 ms
SELECT t0.id AS id_1, t0.metaTitle AS metaTitle_2, t0.metadataDescription AS metadataDescription_3, t0.createdAt AS createdAt_4, t0.updatedAt AS updatedAt_5, t0.locale AS locale_6, t0.translatable_id AS translatable_id_7 FROM app_brands_translation t0 WHERE t0.translatable_id = ? AND t0.locale = ? LIMIT 1
Parameters:
[
  726
  "fr_FR"
]
9 0.43 ms
SELECT COUNT(*) FROM app_brands_translation t0 WHERE (t0.translatable_id = ? AND t0.locale = ?)
Parameters:
[
  726
  "fr_FR"
]
10 0.37 ms
SELECT t0.id AS id_1, t0.metaTitle AS metaTitle_2, t0.metadataDescription AS metadataDescription_3, t0.createdAt AS createdAt_4, t0.updatedAt AS updatedAt_5, t0.locale AS locale_6, t0.translatable_id AS translatable_id_7 FROM app_brands_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  726
]
11 0.60 ms
SELECT t0.id AS id_1, t0.path AS path_2, t0.title AS title_3, t0.slug AS slug_4, t0.template AS template_5 FROM app_custom_page t0
Parameters:
[]
12 1.03 ms
SELECT a0_.id AS id_0, a0_.sortOrder AS sortOrder_1, a0_.createdAt AS createdAt_2, a0_.updatedAt AS updatedAt_3, a1_.id AS id_4, a1_.createdAt AS createdAt_5, a1_.updatedAt AS updatedAt_6, a2_.id AS id_7, a2_.description AS description_8, a2_.fileName AS fileName_9, a2_.fileSize AS fileSize_10, a2_.isWeb AS isWeb_11, a2_.isPro AS isPro_12, a2_.isAgora AS isAgora_13, a2_.createdAt AS createdAt_14, a2_.updatedAt AS updatedAt_15, a2_.locale AS locale_16, a3_.id AS id_17, a3_.createdAt AS createdAt_18, a3_.updatedAt AS updatedAt_19, a4_.id AS id_20, a4_.shortDescription AS shortDescription_21, a4_.name AS name_22, a4_.slug AS slug_23, a4_.createdAt AS createdAt_24, a4_.updatedAt AS updatedAt_25, a4_.locale AS locale_26, a5_.id AS id_27, a5_.name AS name_28, a5_.slug AS slug_29, a5_.title AS title_30, a5_.description AS description_31, a5_.shortDescription AS shortDescription_32, a5_.createdAt AS createdAt_33, a5_.updatedAt AS updatedAt_34, a5_.metadata_title AS metadata_title_35, a5_.metadata_description AS metadata_description_36, a5_.locale AS locale_37, a2_.subType_id AS subType_id_38, a2_.mediaType_id AS mediaType_id_39, a2_.translatable_id AS translatable_id_40, a4_.translatable_id AS translatable_id_41, a5_.translatable_id AS translatable_id_42 FROM app_families a0_ LEFT JOIN families_media f6_ ON a0_.id = f6_.families_id LEFT JOIN app_media a1_ ON a1_.id = f6_.media_id LEFT JOIN app_media_translation a2_ ON a1_.id = a2_.translatable_id AND (a2_.locale = ?) LEFT JOIN categories_families c7_ ON a0_.id = c7_.families_id LEFT JOIN app_categories a3_ ON a3_.id = c7_.categories_id LEFT JOIN app_families_translation a4_ ON a0_.id = a4_.translatable_id AND (a4_.locale = ?) LEFT JOIN app_categories_translation a5_ ON a3_.id = a5_.translatable_id AND (a5_.locale = ?) ORDER BY a0_.id ASC
Parameters:
[
  "fr_FR"
  "fr_FR"
  "fr_FR"
]
13 4.43 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.featured AS featured_4, t0.position AS position_5, t0.createdAt AS createdAt_6, t0.updatedAt AS updatedAt_7 FROM app_brands t0 ORDER BY t0.name ASC
Parameters:
[]

Database Connections

Name Service
default doctrine.dbal.default_connection
sogedis_legacy doctrine.dbal.sogedis_legacy_connection

Entity Managers

Name Service
default doctrine.orm.default_entity_manager
sogedis_legacy doctrine.orm.sogedis_legacy_entity_manager

Second Level Cache

Second Level Cache is not enabled.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\Brands\Brands 1017
App\Entity\Product\ProductFinished 256
App\Entity\Categories\Categories 15
App\Entity\Categories\CategoriesTranslation 15
App\Entity\Families\Families 9
App\Entity\Families\FamiliesTranslation 9
App\Entity\CustomPage\CustomPage 8
App\Entity\Channel\Channel 1
App\Entity\Addressing\Zone 1
App\Entity\Taxonomy\Taxon 1
Sylius\Component\Core\Model\ShopBillingData 1
App\Entity\Channel\ChannelPriceHistoryConfig 1
App\Entity\Locale\Locale 1
App\Entity\Currency\Currency 1
App\Entity\Factories\Factories 1

sogedis_legacy entity manager

Class Amount of managed objects

Entities Mapping

default entity manager

Class Mapping errors
Sylius\Component\Order\Model\Order No errors.
Sylius\Component\Core\Model\Order No errors.
App\Entity\Order\Order No errors.
Sylius\Component\Shipping\Model\Shipment No errors.
Sylius\Component\Core\Model\Shipment No errors.
App\Entity\Shipping\Shipment No errors.
Sylius\Component\Customer\Model\Customer No errors.
Sylius\Component\Core\Model\Customer No errors.
App\Entity\Customer\Customer No errors.
Sylius\Component\Taxonomy\Model\Taxon No errors.
Sylius\Component\Core\Model\Taxon No errors.
App\Entity\Taxonomy\Taxon No errors.
BitBag\SyliusWishlistPlugin\Entity\Wishlist No errors.
App\Entity\WarrantyFolder No errors.
App\Entity\Categories\Categories No errors.
App\Entity\Brands\Brands No errors.
App\Entity\CustomPage\CustomPage No errors.
Dimpulse\SyliusBlogPlugin\Entity\Post\PostCategory No errors.
Sylius\Component\Channel\Model\Channel No errors.
Sylius\Component\Core\Model\Channel No errors.
App\Entity\Channel\Channel No errors.
Sylius\Component\Locale\Model\Locale No errors.
App\Entity\Locale\Locale No errors.
Sylius\Component\Currency\Model\Currency No errors.
App\Entity\Currency\Currency No errors.
Sylius\Component\Addressing\Model\Zone No errors.
App\Entity\Addressing\Zone No errors.
Sylius\Component\Core\Model\ShopBillingData No errors.
Sylius\Component\Core\Model\ChannelPriceHistoryConfig No errors.
App\Entity\Channel\ChannelPriceHistoryConfig No errors.
Sylius\Component\Addressing\Model\Country No errors.
App\Entity\Addressing\Country No errors.
Sylius\Component\Product\Model\Product No errors.
Sylius\Component\Core\Model\Product No errors.
App\Entity\Product\Product
  • The association App\Entity\Product\Product#productsRecommendations refers to the owning side field App\Entity\Recommendation\ProductRecommendation#product which does not exist.
Dimpulse\SyliusBlogPlugin\Entity\Post\Post
  • The target entity 'Sylius\Component\Channel\Model\Channel' specified on Dimpulse\SyliusBlogPlugin\Entity\Post\Post#channels is a mapped superclass. This is not possible since there is no table that a foreign key could refer to.
Sylius\Component\Taxation\Model\TaxRate No errors.
Sylius\Component\Core\Model\TaxRate No errors.
App\Entity\Taxation\TaxRate No errors.
Sylius\Component\Product\Model\ProductVariant No errors.
Sylius\Component\Core\Model\ProductVariant No errors.
App\Entity\Product\ProductVariant No errors.
App\Entity\Product\ProductFinished No errors.
App\Entity\Media\Media No errors.
App\Entity\ShoppingFeed No errors.
App\Entity\Brands\BrandsTranslation No errors.
App\Entity\Product\ProductFinishedTranslation No errors.
App\Entity\Categories\CategoriesTranslation No errors.
App\Entity\Factories\Factories No errors.
App\Entity\Product\ProductFinishedWarrantyValue No errors.
App\Entity\Product\ProductPosition No errors.
App\Entity\Families\Families No errors.
Sylius\Component\Payment\Model\PaymentMethod No errors.
Sylius\Component\Core\Model\PaymentMethod No errors.
App\Entity\Payment\PaymentMethod No errors.
Sylius\Component\Customer\Model\CustomerGroup No errors.
App\Entity\Customer\CustomerGroup No errors.
App\Entity\CustomPage\CustomPageBlock No errors.
App\Entity\CustomPage\CustomPageTranslation No errors.
App\Entity\Media\MediaTranslation No errors.
App\Entity\Families\FamiliesTranslation No errors.
App\Entity\Media\MediaSubTypeVich
  • The mappings App\Entity\Media\MediaSubTypeVich#mediaTypeVich and App\Entity\Media\MediaTypeVich#mediaSubTypes are inconsistent with each other.
App\Entity\Media\MediaTypeVich
  • The association App\Entity\Media\MediaTypeVich#mediaSubTypes refers to the owning side field App\Entity\Media\MediaSubTypeVich#type which is not defined as association, but as field.
  • The association App\Entity\Media\MediaTypeVich#mediaSubTypes refers to the owning side field App\Entity\Media\MediaSubTypeVich#type which does not exist.

sogedis_legacy entity manager

No loaded entities.