Query Metrics
18
Database Queries
14
Different statements
5.99 ms
Query time
0
Invalid entities
7
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.93 ms |
SELECT t0.name AS name_1, t0.slug AS slug_2, t0.position AS position_3, t0.enabled AS enabled_4, t0.number_id AS number_id_5, t0.is_virtual AS is_virtual_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.id AS id_9, t0.related_category_id AS related_category_id_10, t0.parent_category_id AS parent_category_id_11 FROM products_categories t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"compactas"
]
|
| 2 | 0.39 ms |
SELECT t0.name AS name_1, t0.slug AS slug_2, t0.position AS position_3, t0.enabled AS enabled_4, t0.number_id AS number_id_5, t0.is_virtual AS is_virtual_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.id AS id_9, t0.related_category_id AS related_category_id_10, t0.parent_category_id AS parent_category_id_11 FROM products_categories t0 WHERE t0.parent_category_id = ?
Parameters:
[
"c91738be-cfd8-47c0-bfef-d20031f19d36"
]
|
| 3 | 0.79 ms |
SELECT p0_.slug AS slug_0, p0_.name AS name_1, p0_.description AS description_2, p0_.description_short AS description_short_3, p0_.supplier_reference AS supplier_reference_4, p0_.manufacturer_reference AS manufacturer_reference_5, p0_.ean AS ean_6, p0_.position AS position_7, p0_.status AS status_8, p0_.tax_type AS tax_type_9, p0_.showcase AS showcase_10, p0_.on_offer AS on_offer_11, p0_.new AS new_12, p0_.kit AS kit_13, p0_.show_only_in_pack AS show_only_in_pack_14, p0_.price_buy AS price_buy_15, p0_.price_sell AS price_sell_16, p0_.price_offer AS price_offer_17, p0_.soa AS soa_18, p0_.stock AS stock_19, p0_.stock_supplier AS stock_supplier_20, p0_.min AS min_21, p0_.max AS max_22, p0_.period AS period_23, p0_.internal_comments AS internal_comments_24, p0_.created_at AS created_at_25, p0_.updated_at AS updated_at_26, p0_.last_activation_at AS last_activation_at_27, p0_.product_specs AS product_specs_28, p0_.cron_export_status AS cron_export_status_29, p0_.id AS id_30, CASE WHEN p0_.price_offer IS NOT NULL THEN p0_.price_offer ELSE p0_.price_sell END AS sclr_31, p0_.brand_id AS brand_id_32, p0_.created_by_user AS created_by_user_33, p0_.updated_by_user AS updated_by_user_34, p0_.last_activation_by_user AS last_activation_by_user_35 FROM products p0_ LEFT JOIN products_rel_categories p2_ ON p0_.id = p2_.product_id LEFT JOIN products_categories p1_ ON p1_.id = p2_.category_id INNER JOIN products_brands p3_ ON p0_.brand_id = p3_.id WHERE p0_.show_only_in_pack = ? AND p1_.id IN (?) AND p3_.enabled = ? AND p0_.status = ? ORDER BY p3_.name ASC, sclr_31 DESC LIMIT 20
Parameters:
[ 0 "c91738be-cfd8-47c0-bfef-d20031f19d36" 1 1 ] |
| 4 | 0.33 ms |
SELECT count(1) AS sclr_0 FROM products p0_ LEFT JOIN products_rel_categories p2_ ON p0_.id = p2_.product_id LEFT JOIN products_categories p1_ ON p1_.id = p2_.category_id INNER JOIN products_brands p3_ ON p0_.brand_id = p3_.id WHERE p0_.show_only_in_pack = ? AND p1_.id IN (?) AND p3_.enabled = ? AND p0_.status = ?
Parameters:
[ 0 "c91738be-cfd8-47c0-bfef-d20031f19d36" 1 1 ] |
| 5 | 0.33 ms |
SELECT p0_.slug AS slug_0, p0_.name AS name_1 FROM products p1_ LEFT JOIN products_rel_categories p3_ ON p1_.id = p3_.product_id LEFT JOIN products_categories p2_ ON p2_.id = p3_.category_id INNER JOIN products_brands p4_ ON p1_.brand_id = p4_.id INNER JOIN products_brands p0_ ON p1_.brand_id = p0_.id WHERE p1_.show_only_in_pack = ? AND p2_.id IN (?) AND p4_.enabled = ? AND p1_.status = ? GROUP BY p0_.id ORDER BY p0_.name ASC
Parameters:
[ 0 "c91738be-cfd8-47c0-bfef-d20031f19d36" 1 1 ] |
| 6 | 0.31 ms |
SELECT p0_.slug AS slug_0, p0_.name AS name_1, p0_.slug AS slug_2 FROM products p1_ LEFT JOIN products_rel_categories p2_ ON p1_.id = p2_.product_id LEFT JOIN products_categories p0_ ON p0_.id = p2_.category_id INNER JOIN products_brands p3_ ON p1_.brand_id = p3_.id INNER JOIN products_brands p4_ ON p1_.brand_id = p4_.id WHERE p1_.show_only_in_pack = ? AND p0_.id IN (?) AND p3_.enabled = ? AND p1_.status = ? GROUP BY p0_.id ORDER BY p0_.name ASC
Parameters:
[ 0 "c91738be-cfd8-47c0-bfef-d20031f19d36" 1 1 ] |
| 7 | 0.43 ms |
SELECT p0_.id AS id_0, p1_.id AS id_1, p1_.name AS name_2, p0_.name AS name_3, p1_.slug AS slug_4, p0_.slug AS slug_5, p0_.position AS position_6 FROM products p2_ LEFT JOIN products_rel_categories p4_ ON p2_.id = p4_.product_id LEFT JOIN products_categories p3_ ON p3_.id = p4_.category_id INNER JOIN products_brands p5_ ON p2_.brand_id = p5_.id INNER JOIN products_brands p6_ ON p2_.brand_id = p6_.id INNER JOIN products_rel_feature_values p7_ ON p2_.id = p7_.product_id INNER JOIN products_feature_values p0_ ON p0_.id = p7_.feature_value_id INNER JOIN products_features p1_ ON p0_.feature_id = p1_.id INNER JOIN products_categories_rel_products_features p8_ ON p1_.id = p8_.feature_id AND (p8_.feature_id = p1_.id AND p8_.category_id IN (?)) WHERE p2_.show_only_in_pack = ? AND p3_.id IN (?) AND p5_.enabled = ? AND p2_.status = ? GROUP BY p0_.id, p1_.id, p1_.name, p0_.name, p1_.slug, p0_.slug, p0_.position, p8_.position ORDER BY p3_.name ASC, p8_.position ASC, p0_.position ASC
Parameters:
[ "c91738be-cfd8-47c0-bfef-d20031f19d36" 0 "c91738be-cfd8-47c0-bfef-d20031f19d36" 1 1 ] |
| 8 | 0.29 ms |
SELECT b0_.name AS name_0, b0_.link_to AS link_to_1, b0_.status AS status_2, b0_.created_at AS created_at_3, b0_.updated_at AS updated_at_4, b0_.id AS id_5 FROM banners b0_ INNER JOIN banner_location_position b1_ ON b0_.id = b1_.banner_id WHERE b0_.status = ? AND b1_.location = ? AND b1_.category_id = ? ORDER BY b1_.position ASC LIMIT 30
Parameters:
[ 2 2 "c91738be-cfd8-47c0-bfef-d20031f19d36" ] |
| 9 | 0.26 ms |
SELECT count(1) AS sclr_0 FROM banners b0_ INNER JOIN banner_location_position b1_ ON b0_.id = b1_.banner_id WHERE b0_.status = ? AND b1_.location = ? AND b1_.category_id = ?
Parameters:
[ 2 2 "c91738be-cfd8-47c0-bfef-d20031f19d36" ] |
| 10 | 0.24 ms |
SELECT b0_.name AS name_0, b0_.link_to AS link_to_1, b0_.status AS status_2, b0_.created_at AS created_at_3, b0_.updated_at AS updated_at_4, b0_.id AS id_5 FROM banners b0_ INNER JOIN banner_location_position b1_ ON b0_.id = b1_.banner_id WHERE b0_.status = ? AND b1_.location = ? ORDER BY b1_.position ASC LIMIT 30
Parameters:
[ 2 3 ] |
| 11 | 0.23 ms |
SELECT count(1) AS sclr_0 FROM banners b0_ INNER JOIN banner_location_position b1_ ON b0_.id = b1_.banner_id WHERE b0_.status = ? AND b1_.location = ?
Parameters:
[ 2 3 ] |
| 12 | 0.22 ms |
SELECT t0.name AS name_1, t0.slug AS slug_2, t0.position AS position_3, t0.enabled AS enabled_4, t0.number_id AS number_id_5, t0.is_virtual AS is_virtual_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.id AS id_9, t0.related_category_id AS related_category_id_10, t0.parent_category_id AS parent_category_id_11 FROM products_categories t0 WHERE t0.id = ?
Parameters:
[
"397c8e43-0608-4e64-a3c9-aab4d125ac8c"
]
|
| 13 | 0.20 ms |
SELECT t0.name AS name_1, t0.slug AS slug_2, t0.position AS position_3, t0.enabled AS enabled_4, t0.number_id AS number_id_5, t0.is_virtual AS is_virtual_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.id AS id_9, t0.related_category_id AS related_category_id_10, t0.parent_category_id AS parent_category_id_11 FROM products_categories t0 WHERE t0.id = ?
Parameters:
[
"56d99310-13ee-4448-90a8-53cc656c9e7d"
]
|
| 14 | 0.29 ms |
SELECT t0.keyname AS keyname_1, t0.value AS value_2, t0.label AS label_3, t0.description AS description_4, t0.id AS id_5 FROM configuration t0 WHERE t0.keyname = ? LIMIT 1
Parameters:
[
"info_header_contact_1"
]
|
| 15 | 0.19 ms |
SELECT t0.keyname AS keyname_1, t0.value AS value_2, t0.label AS label_3, t0.description AS description_4, t0.id AS id_5 FROM configuration t0 WHERE t0.keyname = ? LIMIT 1
Parameters:
[
"info_header_contact_2"
]
|
| 16 | 0.18 ms |
SELECT t0.keyname AS keyname_1, t0.value AS value_2, t0.label AS label_3, t0.description AS description_4, t0.id AS id_5 FROM configuration t0 WHERE t0.keyname = ? LIMIT 1
Parameters:
[
"info_opening_hours_1"
]
|
| 17 | 0.18 ms |
SELECT t0.keyname AS keyname_1, t0.value AS value_2, t0.label AS label_3, t0.description AS description_4, t0.id AS id_5 FROM configuration t0 WHERE t0.keyname = ? LIMIT 1
Parameters:
[
"info_opening_hours_2"
]
|
| 18 | 0.22 ms |
SELECT p0_.name AS name_0, p0_.url AS url_1, p0_.status AS status_2, p0_.date_start AS date_start_3, p0_.date_end AS date_end_4, p0_.created_at AS created_at_5, p0_.updated_at AS updated_at_6, p0_.id AS id_7 FROM promotions p0_ WHERE p0_.status = ? ORDER BY p0_.date_start ASC LIMIT 30
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.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| Fotoboom\Configuration\Domain\Configuration | 4 |
| Fotoboom\Product\Domain\Category | 3 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| Fotoboom\Product\Domain\Category | No errors. |
| Fotoboom\Product\Domain\CategoryMedia | No errors. |
| Fotoboom\Product\Domain\CategoryFeature | No errors. |
| Fotoboom\Banner\Domain\BannerLocationPosition | No errors. |
| Fotoboom\Product\Domain\Product | No errors. |
| Fotoboom\Product\Domain\Brand | No errors. |
| Fotoboom\User\Domain\User | No errors. |
| Fotoboom\Product\Domain\FeatureValue | No errors. |
| Fotoboom\Product\Domain\Feature | No errors. |
| Fotoboom\Banner\Domain\Banner | No errors. |
| Fotoboom\Configuration\Domain\Configuration | No errors. |
| Fotoboom\Promotion\Domain\Promotion | No errors. |