Query Metrics
47
Database Queries
26
Different statements
32.03 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
4.21 ms (13.14%) |
9 |
SELECT DISTINCT rg.*, rgd.* FROM nglayouts_rule_group rg INNER JOIN nglayouts_rule_group_data rgd ON rgd.rule_group_id = rg.id WHERE (rg.uuid = :uuid) AND (rg.status = :status)
Parameters:
[ "uuid" => "00000000-0000-0000-0000-000000000000" "status" => 1 ] |
|
2.47 ms (7.72%) |
3 |
SELECT DISTINCT r.*, rd.*, l.uuid AS layout_uuid FROM nglayouts_rule r INNER JOIN nglayouts_rule_data rd ON rd.rule_id = r.id LEFT JOIN nglayouts_layout l ON (r.layout_uuid = l.uuid) AND (l.status = 1) INNER JOIN nglayouts_rule_target rt ON (r.id = rt.rule_id) AND (r.status = rt.status) WHERE (r.rule_group_id = :rule_group_id) AND (rd.enabled = :enabled) AND (rt.type = :target_type) AND (r.status = :status) AND (rt.value = :target_value) ORDER BY rd.priority DESC
Parameters:
[ "rule_group_id" => 1 "target_type" => "request_uri" "enabled" => 1 "status" => 1 "target_value" => "/en/taxons/die-cut-boxes" ] |
|
2.39 ms (7.47%) |
3 |
SELECT DISTINCT r.*, rd.*, l.uuid AS layout_uuid FROM nglayouts_rule r INNER JOIN nglayouts_rule_data rd ON rd.rule_id = r.id LEFT JOIN nglayouts_layout l ON (r.layout_uuid = l.uuid) AND (l.status = 1) INNER JOIN nglayouts_rule_target rt ON (r.id = rt.rule_id) AND (r.status = rt.status) WHERE (r.rule_group_id = :rule_group_id) AND (rd.enabled = :enabled) AND (rt.type = :target_type) AND (r.status = :status) AND ((LENGTH(TRIM(rt.value)) > 0) AND (:target_value LIKE CONCAT(TRIM(rt.value), '%'))) ORDER BY rd.priority DESC
Parameters:
[ "rule_group_id" => 1 "target_type" => "request_uri_prefix" "enabled" => 1 "status" => 1 "target_value" => "/en/taxons/die-cut-boxes" ] |
|
2.12 ms (6.60%) |
2 |
SELECT DISTINCT b.*, bt.*, l.uuid as layout_uuid FROM nglayouts_block b INNER JOIN nglayouts_block_translation bt ON (bt.block_id = b.id) AND (bt.status = b.status) INNER JOIN nglayouts_layout l ON (l.id = b.layout_id) AND (l.status = b.status) WHERE (b.parent_id = :parent_id) AND (b.status = :status) ORDER BY b.placeholder ASC, b.position ASC
Parameters:
[ "parent_id" => 1 "status" => 1 ] |
|
2.06 ms (6.42%) |
2 |
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_.displayMode AS displayMode_9, s1_.name AS name_10, s1_.slug AS slug_11, s1_.description AS description_12, s1_.id AS id_13, s1_.locale AS locale_14, s0_.tree_root AS tree_root_15, s0_.parent_id AS parent_id_16, s1_.translatable_id AS translatable_id_17 FROM sylius_taxon s0_ INNER JOIN sylius_taxon_translation s1_ ON s0_.id = s1_.translatable_id WHERE s0_.enabled = ? AND s1_.slug = ? AND s1_.locale = ? ORDER BY s0_.id ASC
Parameters:
[ 1 "die-cut-boxes" "en" ] |
|
1.93 ms (6.02%) |
1 |
SELECT DISTINCT id_4 FROM (SELECT DISTINCT id_4, position_17, position_15 FROM (SELECT s0_.code AS code_0, s0_.created_at AS created_at_1, s0_.updated_at AS updated_at_2, s0_.enabled AS enabled_3, s0_.id AS id_4, s0_.variant_selection_method AS variant_selection_method_5, s0_.average_rating AS average_rating_6, s1_.name AS name_7, s1_.slug AS slug_8, s1_.description AS description_9, s1_.meta_keywords AS meta_keywords_10, s1_.meta_description AS meta_description_11, s1_.id AS id_12, s1_.short_description AS short_description_13, s1_.locale AS locale_14, s2_.position AS position_15, s2_.id AS id_16, s3_.position AS position_17, s4_.tree_left AS tree_left_18, s4_.tree_right AS tree_right_19 FROM sylius_product s0_ INNER JOIN sylius_product_translation s1_ ON s0_.id = s1_.translatable_id AND (s1_.locale = ?) INNER JOIN sylius_product_taxon s2_ ON s0_.id = s2_.product_id INNER JOIN sylius_taxon s4_ ON s2_.taxon_id = s4_.id LEFT JOIN sylius_product_taxon s3_ ON s0_.id = s3_.product_id AND (s3_.taxon_id = ?) WHERE s4_.tree_left >= ? AND s4_.tree_right <= ? AND s4_.tree_root = ? AND EXISTS (SELECT 1 FROM sylius_product_channels s5_ WHERE s5_.product_id = s0_.id AND s5_.channel_id IN (?)) AND s0_.enabled = ? ORDER BY s2_.id ASC, s3_.id ASC) dctrn_result_inner ORDER BY position_17 ASC, position_15 ASC, id_4 ASC) dctrn_result LIMIT 9
Parameters:
[ "en" 8 8 9 1 1 1 ] |
|
1.83 ms (5.72%) |
4 |
SELECT DISTINCT z.*, l.uuid as layout_uuid FROM nglayouts_zone z INNER JOIN nglayouts_layout l ON (l.id = z.layout_id) AND (l.status = z.status) WHERE (z.identifier = :identifier) AND (l.uuid = :uuid) AND (l.status = :status)
Parameters:
[ "identifier" => "header" "uuid" => "69a22269-441c-4b3f-9428-4700fe2cc879" "status" => 1 ] |
|
1.51 ms (4.72%) |
1 |
SELECT s0_.code AS code_0, s0_.created_at AS created_at_1, s0_.updated_at AS updated_at_2, s0_.enabled AS enabled_3, s0_.id AS id_4, s0_.variant_selection_method AS variant_selection_method_5, s0_.average_rating AS average_rating_6, s1_.name AS name_7, s1_.slug AS slug_8, s1_.description AS description_9, s1_.meta_keywords AS meta_keywords_10, s1_.meta_description AS meta_description_11, s1_.id AS id_12, s1_.short_description AS short_description_13, s1_.locale AS locale_14, s2_.position AS position_15, s2_.id AS id_16, s0_.main_taxon_id AS main_taxon_id_17, s1_.translatable_id AS translatable_id_18, s2_.product_id AS product_id_19, s2_.taxon_id AS taxon_id_20 FROM sylius_product s0_ INNER JOIN sylius_product_translation s1_ ON s0_.id = s1_.translatable_id AND (s1_.locale = ?) INNER JOIN sylius_product_taxon s2_ ON s0_.id = s2_.product_id INNER JOIN sylius_taxon s3_ ON s2_.taxon_id = s3_.id LEFT JOIN sylius_product_taxon s4_ ON s0_.id = s4_.product_id AND (s4_.taxon_id = ?) WHERE s3_.tree_left >= ? AND s3_.tree_right <= ? AND s3_.tree_root = ? AND EXISTS (SELECT 1 FROM sylius_product_channels s5_ WHERE s5_.product_id = s0_.id AND s5_.channel_id IN (?)) AND s0_.enabled = ? AND s0_.id IN (?) ORDER BY s4_.position ASC, s2_.position ASC, s0_.id ASC, s2_.id ASC
Parameters:
[ "en" 8 8 9 1 1 1 [ 1 ] ] |
|
1.32 ms (4.13%) |
1 |
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.socialNetwork_id AS socialNetwork_id_32, t0.business_id AS business_id_33, t0.shop_billing_data_id AS shop_billing_data_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:
[ "sonapack.com" 1 ] |
|
1.25 ms (3.89%) |
2 |
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.socialNetwork_id AS socialNetwork_id_32, t0.business_id AS business_id_33, t0.shop_billing_data_id AS shop_billing_data_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
Parameters:
[] |
|
1.16 ms (3.62%) |
2 |
SELECT DISTINCT c.*, ct.*, bc.* FROM nglayouts_collection c INNER JOIN nglayouts_collection_translation ct ON (ct.collection_id = c.id) AND (ct.status = c.status) INNER JOIN nglayouts_block_collection bc ON (c.id = bc.collection_id) AND (c.status = bc.collection_status) WHERE (bc.block_id = :id) AND (bc.block_status = :status) ORDER BY bc.identifier ASC
Parameters:
[ "id" => 6 "status" => 1 ] |
|
1.08 ms (3.38%) |
2 |
SELECT DISTINCT b.*, bt.*, l.uuid as layout_uuid FROM nglayouts_block b INNER JOIN nglayouts_block_translation bt ON (bt.block_id = b.id) AND (bt.status = b.status) INNER JOIN nglayouts_layout l ON (l.id = b.layout_id) AND (l.status = b.status) WHERE (b.id = :id) AND (b.status = :status)
Parameters:
[ "id" => 1 "status" => 1 ] |
|
1.00 ms (3.12%) |
1 |
SELECT DISTINCT r.*, rd.*, l.uuid AS layout_uuid FROM nglayouts_rule r INNER JOIN nglayouts_rule_data rd ON rd.rule_id = r.id LEFT JOIN nglayouts_layout l ON (r.layout_uuid = l.uuid) AND (l.status = 1) INNER JOIN nglayouts_rule_target rt ON (r.id = rt.rule_id) AND (r.status = rt.status) WHERE (r.rule_group_id = :rule_group_id) AND (rd.enabled = :enabled) AND (rt.type = :target_type) AND (r.status = :status) AND (rt.value IN (:target_value)) ORDER BY rd.priority DESC
Parameters:
[ "rule_group_id" => 1 "target_type" => "sylius_taxon" "enabled" => 1 "status" => 1 "target_value" => [ 8 1 ] ] |
|
0.98 ms (3.05%) |
2 |
SELECT DISTINCT l.*, lt.* FROM nglayouts_layout l INNER JOIN nglayouts_layout_translation lt ON (lt.layout_id = l.id) AND (lt.status = l.status) WHERE (l.uuid = :uuid) AND (l.status = :status)
Parameters:
[ "uuid" => "b6e09d3c-6c42-4e3c-9e14-d331925ff439" "status" => 1 ] |
|
0.87 ms (2.73%) |
1 |
SELECT b0_.code AS code_0, b0_.type AS type_1, b0_.path AS path_2, b0_.mime_type AS mime_type_3, b0_.enabled AS enabled_4, b0_.width AS width_5, b0_.height AS height_6, b0_.id AS id_7 FROM bitbag_cms_media b0_ LEFT JOIN bitbag_cms_media_translation b1_ ON b0_.id = b1_.translatable_id INNER JOIN bitbag_cms_media_channels b3_ ON b0_.id = b3_.block_id INNER JOIN sylius_channel s2_ ON s2_.id = b3_.channel_id WHERE b1_.locale = ? AND b0_.code = ? AND b0_.enabled = 1 AND s2_.code = ? ORDER BY b0_.id ASC
Parameters:
[ "en" "shop_post_header" "default" ] |
|
0.84 ms (2.62%) |
1 |
SELECT DISTINCT rg.*, rgd.* FROM nglayouts_rule_group rg INNER JOIN nglayouts_rule_group_data rgd ON rgd.rule_group_id = rg.id WHERE (parent_id = :parent_id) AND (rg.status = :status) ORDER BY rgd.priority DESC
Parameters:
[ "parent_id" => 1 "status" => 1 ] |
|
0.68 ms (2.11%) |
1 |
SELECT DISTINCT c.*, cr.rule_id, r.uuid AS rule_uuid FROM nglayouts_rule_condition c INNER JOIN nglayouts_rule_condition_rule cr ON (cr.condition_id = c.id) AND (cr.condition_status = c.status) INNER JOIN nglayouts_rule r ON (r.id = cr.rule_id) AND (r.status = cr.rule_status) WHERE (cr.rule_id = :rule_id) AND (c.status = :status) ORDER BY c.id ASC
Parameters:
[ "rule_id" => 9 "status" => 1 ] |
|
0.66 ms (2.06%) |
1 |
SELECT DISTINCT z.*, l.uuid as layout_uuid FROM nglayouts_zone z INNER JOIN nglayouts_layout l ON (l.id = z.layout_id) AND (l.status = z.status) WHERE (z.layout_id = :layout_id) AND (z.status = :status) ORDER BY z.identifier ASC
Parameters:
[ "layout_id" => 10 "status" => 1 ] |
|
0.64 ms (2.01%) |
1 |
SELECT t0.company AS company_1, t0.tax_id AS tax_id_2, t0.country_code AS country_code_3, t0.street AS street_4, t0.city AS city_5, t0.postcode AS postcode_6, t0.id AS id_7 FROM sylius_shop_billing_data t0 WHERE t0.id = ?
Parameters:
[
1
]
|
|
0.61 ms (1.91%) |
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.51 ms (1.61%) |
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.44 ms (1.37%) |
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
]
|
|
0.42 ms (1.30%) |
1 |
SELECT t0.name AS name_1, t0.content AS content_2, t0.alt AS alt_3, t0.link AS link_4, t0.id AS id_5, t0.locale AS locale_6, t0.translatable_id AS translatable_id_7 FROM bitbag_cms_media_translation t0 WHERE t0.translatable_id = ? AND t0.locale = ? LIMIT 1
Parameters:
[ 15 "en" ] |
|
0.38 ms (1.20%) |
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.displayMode AS displayMode_10, t0.tree_root AS tree_root_11, t0.parent_id AS parent_id_12 FROM sylius_taxon t0 WHERE t0.id = ?
Parameters:
[
1
]
|
|
0.36 ms (1.13%) |
1 |
SELECT DISTINCT rg.*, rgd.* FROM nglayouts_rule_group rg INNER JOIN nglayouts_rule_group_data rgd ON rgd.rule_group_id = rg.id WHERE (rg.id = :id) AND (rg.status = :status)
Parameters:
[ "id" => 1 "status" => 1 ] |
|
0.30 ms (0.95%) |
1 |
SELECT t0.id AS id_1, t0.facebookUrl AS facebookUrl_2, t0.twitterUrl AS twitterUrl_3, t0.youtubeUrl AS youtubeUrl_4, t0.linkedinUrl AS linkedinUrl_5, t0.instagramUrl AS instagramUrl_6 FROM app_social_network t0 WHERE t0.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.
Entities Mapping
| 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\Taxonomy\Model\Taxon | No errors. |
| Sylius\Component\Core\Model\Taxon | No errors. |
| App\Entity\Taxonomy\Taxon | No errors. |
| Sylius\Component\Product\Model\Product | No errors. |
| Sylius\Component\Core\Model\Product | No errors. |
| App\Entity\Product\Product | No errors. |
| App\Entity\Cms\Slider | No errors. |
| App\Entity\Cms\Client | No errors. |
| App\Entity\Cms\Testimonial | No errors. |
| App\Entity\Cms\TeamMember | No errors. |
| App\Entity\Cms\Document | No errors. |
| App\Entity\Cms\Term | 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. |
| App\Entity\Addressing\SocialNetwork | No errors. |
| App\Entity\Channel\BusinessSummary | No errors. |
| Sylius\Component\Core\Model\ShopBillingData | No errors. |
| Sylius\Component\Addressing\Model\Country | No errors. |
| App\Entity\Addressing\Country | No errors. |
| Sylius\Component\Addressing\Model\Province | No errors. |
| App\Entity\Addressing\Province | No errors. |
| Sylius\Component\Payment\Model\PaymentMethod | No errors. |
| Sylius\Component\Core\Model\PaymentMethod | No errors. |
| App\Entity\Payment\PaymentMethod | No errors. |
| Sylius\Component\Taxonomy\Model\TaxonTranslation | No errors. |
| App\Entity\Taxonomy\TaxonTranslation | No errors. |
| Sylius\Component\Core\Model\Image | No errors. |
| Sylius\Component\Core\Model\TaxonImage | No errors. |
| App\Entity\Taxonomy\TaxonImage | No errors. |
| Sylius\Component\Core\Model\ProductTaxon | No errors. |
| App\Entity\Product\ProductTaxon | No errors. |
| Sylius\Component\Product\Model\ProductTranslation | No errors. |
| Sylius\Component\Core\Model\ProductTranslation | No errors. |
| App\Entity\Product\ProductTranslation | No errors. |
| App\Entity\Product\ProductSymbol | No errors. |
| Sylius\Component\Core\Model\ProductImage | No errors. |
| App\Entity\Product\ProductImage | No errors. |
| Sylius\Component\Attribute\Model\AttributeValue | No errors. |
| Sylius\Component\Product\Model\ProductAttributeValue | No errors. |
| App\Entity\Product\ProductAttributeValue | No errors. |
| Sylius\Component\Attribute\Model\Attribute | No errors. |
| Sylius\Component\Product\Model\ProductAttribute | No errors. |
| App\Entity\Product\ProductAttribute | No errors. |
| Sylius\Component\Product\Model\ProductVariant | No errors. |
| Sylius\Component\Core\Model\ProductVariant | No errors. |
| App\Entity\Product\ProductVariant | No errors. |
| Sylius\Component\Product\Model\ProductAssociation | No errors. |
| App\Entity\Product\ProductAssociation | No errors. |
| Sylius\Component\Product\Model\ProductOption | No errors. |
| App\Entity\Product\ProductOption | No errors. |
| Sylius\Component\Review\Model\Review | No errors. |
| Sylius\Component\Core\Model\ProductReview | No errors. |
| App\Entity\Product\ProductReview | No errors. |
| Sylius\Component\Customer\Model\Customer | No errors. |
| Sylius\Component\Core\Model\Customer | No errors. |
| App\Entity\Customer\Customer | No errors. |
| BitBag\SyliusCmsPlugin\Entity\Block | No errors. |
| BitBag\SyliusCmsPlugin\Entity\Media | No errors. |
| BitBag\SyliusCmsPlugin\Entity\Page | No errors. |
| BitBag\SyliusCmsPlugin\Entity\MediaTranslation | No errors. |
| BitBag\SyliusCmsPlugin\Entity\Section | No errors. |