Query Metrics
8
Database Queries
8
Different statements
39.18 ms
Query time
0
Invalid entities
62
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 2.31 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.translatable_id AS translatable_id_32, t0.shop_billing_data_id AS shop_billing_data_id_33, t0.channel_price_history_config_id AS channel_price_history_config_id_34 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:
[ "acooptest01.taller.fesomia.net" 1 ] |
| 2 | 2.10 ms |
SELECT COUNT(*) FROM sylius_channel t0
Parameters:
[] |
| 3 | 0.97 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.translatable_id AS translatable_id_32, t0.shop_billing_data_id AS shop_billing_data_id_33, t0.channel_price_history_config_id AS channel_price_history_config_id_34 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 | 6.73 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:
[
2
]
|
| 5 | 12.46 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.code AS code_4, t0.commercial_email AS commercial_email_5, t0.commercial_phone_number AS commercial_phone_number_6, t0.business_type AS business_type_7, t0.identification_document_number AS identification_document_number_8, t0.fcac_member AS fcac_member_9, t0.street AS street_10, t0.city AS city_11, t0.postcode AS postcode_12, t0.region AS region_13, t0.vegueria AS vegueria_14, t0.demarcation AS demarcation_15, t0.latitude AS latitude_16, t0.longitude AS longitude_17, t0.shipping_method AS shipping_method_18, t0.stripe_user_id AS stripe_user_id_19, t0.woo_commerce_api_key AS woo_commerce_api_key_20, t0.woo_commerce_api_secret AS woo_commerce_api_secret_21, t0.enabled AS enabled_22, t0.address AS address_23, t0.social_reason AS social_reason_24, t0.schedule AS schedule_25, t0.featured AS featured_26, t0.generalitat_cooperative_number AS generalitat_cooperative_number_27, t0.riaac_number AS riaac_number_28, t0.og_image AS og_image_29, t30.type AS type_31, t30.path AS path_32, t30.id AS id_33, t30.alt AS alt_34, t30.owner_id AS owner_id_35, t36.type AS type_37, t36.path AS path_38, t36.id AS id_39, t36.alt AS alt_40, t36.owner_id AS owner_id_41, t0.province_id AS province_id_42 FROM vendor t0 LEFT JOIN vendor_logo t30 ON t30.owner_id = t0.id LEFT JOIN vendor_main_image t36 ON t36.owner_id = t0.id WHERE t0.slug = ? LIMIT 1
Parameters:
[
"coselva"
]
|
| 6 | 9.41 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_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:
[
2
]
|
| 7 | 2.98 ms |
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, s0_.og_image AS og_image_9, s0_.wp_id AS wp_id_10, s0_.wp_data AS wp_data_11, s0_.code AS code_12, s0_.tree_left AS tree_left_13, s0_.tree_right AS tree_right_14, s0_.tree_level AS tree_level_15, s0_.position AS position_16, s0_.enabled AS enabled_17, s0_.id AS id_18, s0_.created_at AS created_at_19, s0_.updated_at AS updated_at_20, s0_.og_image AS og_image_21, s0_.wp_id AS wp_id_22, s0_.wp_data AS wp_data_23, s1_.name AS name_24, s1_.slug AS slug_25, s1_.description AS description_26, s1_.id AS id_27, s1_.meta_title AS meta_title_28, s1_.meta_description AS meta_description_29, s1_.og_title AS og_title_30, s1_.og_description AS og_description_31, s1_.locale AS locale_32, s2_.code AS code_33, s2_.tree_left AS tree_left_34, s2_.tree_right AS tree_right_35, s2_.tree_level AS tree_level_36, s2_.position AS position_37, s2_.enabled AS enabled_38, s2_.id AS id_39, s2_.created_at AS created_at_40, s2_.updated_at AS updated_at_41, s2_.og_image AS og_image_42, s2_.wp_id AS wp_id_43, s2_.wp_data AS wp_data_44, s0_.tree_root AS tree_root_45, s0_.parent_id AS parent_id_46, s1_.translatable_id AS translatable_id_47, s2_.tree_root AS tree_root_48, s2_.parent_id AS parent_id_49 FROM sylius_taxon s0_ LEFT JOIN sylius_taxon_translation s1_ ON s0_.id = s1_.translatable_id LEFT JOIN sylius_taxon s2_ ON s0_.id = s2_.parent_id WHERE s1_.locale = ? AND s0_.tree_root = ? ORDER BY s0_.id ASC, s2_.position ASC, s2_.id ASC
Parameters:
[ "ca" 28 ] |
| 8 | 2.23 ms |
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, s0_.og_image AS og_image_9, s0_.wp_id AS wp_id_10, s0_.wp_data AS wp_data_11, s1_.name AS name_12, s1_.slug AS slug_13, s1_.description AS description_14, s1_.id AS id_15, s1_.meta_title AS meta_title_16, s1_.meta_description AS meta_description_17, s1_.og_title AS og_title_18, s1_.og_description AS og_description_19, s1_.locale AS locale_20, s2_.code AS code_21, s2_.tree_left AS tree_left_22, s2_.tree_right AS tree_right_23, s2_.tree_level AS tree_level_24, s2_.position AS position_25, s2_.enabled AS enabled_26, s2_.id AS id_27, s2_.created_at AS created_at_28, s2_.updated_at AS updated_at_29, s2_.og_image AS og_image_30, s2_.wp_id AS wp_id_31, s2_.wp_data AS wp_data_32, s0_.tree_root AS tree_root_33, s0_.parent_id AS parent_id_34, s1_.translatable_id AS translatable_id_35, s2_.tree_root AS tree_root_36, s2_.parent_id AS parent_id_37 FROM sylius_taxon s0_ LEFT JOIN sylius_taxon_translation s1_ ON s0_.id = s1_.translatable_id INNER JOIN sylius_taxon s3_ ON s0_.parent_id = s3_.id LEFT JOIN sylius_taxon s2_ ON s0_.id = s2_.parent_id WHERE s1_.locale = ? AND s0_.enabled = ? AND s3_.code = ? ORDER BY s0_.position ASC, s0_.id ASC, s2_.position ASC, s2_.id ASC
Parameters:
[ "ca" 1 "ABC_CATEGORY" ] |
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.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\Taxonomy\Taxon | 27 |
| App\Entity\Taxonomy\TaxonTranslation | 27 |
| App\Entity\Channel\Channel | 1 |
| App\Entity\Addressing\Zone | 1 |
| App\Entity\Channel\ChannelTranslatable | 1 |
| App\Entity\Channel\ShopBillingData | 1 |
| App\Entity\Channel\ChannelPriceHistoryConfig | 1 |
| App\Entity\Locale\Locale | 1 |
| App\Entity\Currency\Currency | 1 |
| App\Entity\Marketplace\Vendor | 1 |