Query Metrics
18
Database Queries
6
Different statements
38.68 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
14.15 ms (36.59%) |
13 |
SELECT c0_.id AS id_0, c0_.lft AS lft_1, c0_.lvl AS lvl_2, c0_.rgt AS rgt_3, c0_.root AS root_4, c0_.created_at AS created_at_5, c0_.updated_at AS updated_at_6, c0_.deleted_at AS deleted_at_7, c0_.active AS active_8, c1_.id AS id_9, c1_.name AS name_10, c1_.metaTitle AS metaTitle_11, c1_.sort_order AS sort_order_12, c1_.created_at AS created_at_13, c1_.updated_at AS updated_at_14, c1_.deleted_at AS deleted_at_15, c1_.culture AS culture_16, c2_.id AS id_17, c2_.lft AS lft_18, c2_.lvl AS lvl_19, c2_.rgt AS rgt_20, c2_.root AS root_21, c2_.created_at AS created_at_22, c2_.updated_at AS updated_at_23, c2_.deleted_at AS deleted_at_24, c2_.active AS active_25, c3_.id AS id_26, c3_.name AS name_27, c3_.metaTitle AS metaTitle_28, c3_.sort_order AS sort_order_29, c3_.created_at AS created_at_30, c3_.updated_at AS updated_at_31, c3_.deleted_at AS deleted_at_32, c3_.culture AS culture_33, c4_.id AS id_34, c4_.sort_order AS sort_order_35, c5_.id AS id_36, c5_.sort_order AS sort_order_37, c0_.parent_id AS parent_id_38, c1_.category_id AS category_id_39, c1_.langage_id AS langage_id_40, c2_.parent_id AS parent_id_41, c3_.category_id AS category_id_42, c3_.langage_id AS langage_id_43, c4_.category_translation_id AS category_translation_id_44, c4_.carac_id AS carac_id_45, c5_.category_translation_id AS category_translation_id_46, c5_.carac_id AS carac_id_47 FROM category c0_ LEFT JOIN category_translation c1_ ON c0_.id = c1_.category_id LEFT JOIN category c2_ ON c0_.parent_id = c2_.id LEFT JOIN category_translation c3_ ON c2_.id = c3_.category_id LEFT JOIN category_title c4_ ON c1_.id = c4_.category_translation_id LEFT JOIN category_title c5_ ON c3_.id = c5_.category_translation_id WHERE c0_.id = ? ORDER BY c4_.sort_order DESC, c5_.sort_order DESC
Parameters: [0 => 1]
|
9.60 ms (24.82%) |
1 |
SELECT MAX(p0_.price) AS sclr_0, MIN(p0_.price) AS sclr_1 FROM product p0_ INNER JOIN category c1_ ON p0_.category_id = c1_.id WHERE p0_.status = ? AND c1_.lft >= ? AND c1_.rgt <= ? AND c1_.root = ?
Parameters: [0 => VALIDATED, 1 => 1, 2 => 296, 3 => 1]
|
5.45 ms (14.08%) |
1 |
SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT p0_.id AS id_0, p0_.created_at AS created_at_1, p0_.updated_at AS updated_at_2, p0_.deleted_at AS deleted_at_3, p0_.price AS price_4, p0_.quantity AS quantity_5, p0_.initial_stock AS initial_stock_6, p0_.status AS status_7, p0_.featured AS featured_8, p0_.reassortable AS reassortable_9, p0_.km AS km_10, p0_.db AS db_11, p0_.is_published AS is_published_12, p0_.weight AS weight_13, i1_.id AS id_14, i1_.name AS name_15, p2_.id AS id_16, p2_.title AS title_17, p2_.description AS description_18, p2_.head AS head_19, p2_.reverse AS reverse_20, p2_.comment AS comment_21, p2_.notes AS notes_22, p2_.head_caption AS head_caption_23, p2_.reverse_caption AS reverse_caption_24, p2_.culture AS culture_25 FROM product p0_ INNER JOIN image i1_ ON p0_.id = i1_.product_id INNER JOIN product_translation p2_ ON p0_.id = p2_.product_id INNER JOIN category c3_ ON p0_.category_id = c3_.id INNER JOIN product_caracteristicvalue p5_ ON p0_.id = p5_.product_id INNER JOIN caracteristic_value c4_ ON c4_.id = p5_.carac_value_id WHERE p0_.status = ? AND p0_.quantity >= 1 AND p0_.price >= ? AND p0_.price <= ? AND c3_.lft >= ? AND c3_.rgt <= ? AND c3_.root = ? AND c4_.carac_id = 170 ORDER BY p0_.price DESC) dctrn_result) dctrn_table
Parameters: [0 => VALIDATED, 1 => 9.99, 2 => 1000.00, 3 => 1, 4 => 296, 5 => 1]
|
5.45 ms (14.08%) |
1 |
SELECT DISTINCT id_0 FROM (SELECT p0_.id AS id_0, p0_.created_at AS created_at_1, p0_.updated_at AS updated_at_2, p0_.deleted_at AS deleted_at_3, p0_.price AS price_4, p0_.quantity AS quantity_5, p0_.initial_stock AS initial_stock_6, p0_.status AS status_7, p0_.featured AS featured_8, p0_.reassortable AS reassortable_9, p0_.km AS km_10, p0_.db AS db_11, p0_.is_published AS is_published_12, p0_.weight AS weight_13, i1_.id AS id_14, i1_.name AS name_15, p2_.id AS id_16, p2_.title AS title_17, p2_.description AS description_18, p2_.head AS head_19, p2_.reverse AS reverse_20, p2_.comment AS comment_21, p2_.notes AS notes_22, p2_.head_caption AS head_caption_23, p2_.reverse_caption AS reverse_caption_24, p2_.culture AS culture_25, c3_.lft AS lft_26, c3_.rgt AS rgt_27, c3_.root AS root_28 FROM product p0_ INNER JOIN image i1_ ON p0_.id = i1_.product_id INNER JOIN product_translation p2_ ON p0_.id = p2_.product_id INNER JOIN category c3_ ON p0_.category_id = c3_.id INNER JOIN product_caracteristicvalue p5_ ON p0_.id = p5_.product_id INNER JOIN caracteristic_value c4_ ON c4_.id = p5_.carac_value_id WHERE p0_.status = ? AND p0_.quantity >= 1 AND p0_.price >= ? AND p0_.price <= ? AND c3_.lft >= ? AND c3_.rgt <= ? AND c3_.root = ? AND c4_.carac_id = 170) dctrn_result ORDER BY price_4 DESC LIMIT 21 OFFSET 0
Parameters: [0 => VALIDATED, 1 => 9.99, 2 => 1000.00, 3 => 1, 4 => 296, 5 => 1]
|
3.32 ms (8.58%) |
1 |
SELECT p0_.id AS id_0, p0_.created_at AS created_at_1, p0_.updated_at AS updated_at_2, p0_.deleted_at AS deleted_at_3, p0_.price AS price_4, p0_.quantity AS quantity_5, p0_.initial_stock AS initial_stock_6, p0_.status AS status_7, p0_.featured AS featured_8, p0_.reassortable AS reassortable_9, p0_.km AS km_10, p0_.db AS db_11, p0_.is_published AS is_published_12, p0_.weight AS weight_13, i1_.id AS id_14, i1_.name AS name_15, p2_.id AS id_16, p2_.title AS title_17, p2_.description AS description_18, p2_.head AS head_19, p2_.reverse AS reverse_20, p2_.comment AS comment_21, p2_.notes AS notes_22, p2_.head_caption AS head_caption_23, p2_.reverse_caption AS reverse_caption_24, p2_.culture AS culture_25, p0_.created_by AS created_by_26, p0_.updated_by AS updated_by_27, p0_.tax_id AS tax_id_28, p0_.category_id AS category_id_29, i1_.product_id AS product_id_30, p2_.langage_id AS langage_id_31, p2_.product_id AS product_id_32 FROM product p0_ INNER JOIN image i1_ ON p0_.id = i1_.product_id INNER JOIN product_translation p2_ ON p0_.id = p2_.product_id INNER JOIN category c3_ ON p0_.category_id = c3_.id INNER JOIN product_caracteristicvalue p5_ ON p0_.id = p5_.product_id INNER JOIN caracteristic_value c4_ ON c4_.id = p5_.carac_value_id WHERE p0_.status = ? AND p0_.quantity >= 1 AND p0_.price >= ? AND p0_.price <= ? AND c3_.lft >= ? AND c3_.rgt <= ? AND c3_.root = ? AND c4_.carac_id = 170 AND p0_.id IN (?) ORDER BY p0_.price DESC
Parameters: [
0 => VALIDATED,
1 => 9.99,
2 => 1000.00,
3 => 1,
4 => 296,
5 => 1,
6 => [
0 => 1,
1 => 2180,
2 => 2435,
3 => 2747,
4 => 1480,
5 => 2434,
6 => 3650,
7 => 3671,
8 => 3691,
9 => 3672,
10 => 3692,
11 => 3673,
12 => 3693,
13 => 3675,
14 => 3694,
15 => 3676,
16 => 3695,
17 => 3677,
18 => 3696,
19 => 3658,
20 => 3678
]
]
|
0.72 ms (1.85%) |
1 |
SELECT p0_.id AS id_0, p0_.created_at AS created_at_1, p0_.updated_at AS updated_at_2, p0_.deleted_at AS deleted_at_3, p0_.price AS price_4, p0_.quantity AS quantity_5, p0_.initial_stock AS initial_stock_6, p0_.status AS status_7, p0_.featured AS featured_8, p0_.reassortable AS reassortable_9, p0_.km AS km_10, p0_.db AS db_11, p0_.is_published AS is_published_12, p0_.weight AS weight_13, p1_.id AS id_14, p1_.title AS title_15, p1_.description AS description_16, p1_.head AS head_17, p1_.reverse AS reverse_18, p1_.comment AS comment_19, p1_.notes AS notes_20, p1_.head_caption AS head_caption_21, p1_.reverse_caption AS reverse_caption_22, p1_.culture AS culture_23, i2_.id AS id_24, i2_.name AS name_25, p0_.created_by AS created_by_26, p0_.updated_by AS updated_by_27, p0_.tax_id AS tax_id_28, p0_.category_id AS category_id_29, p1_.langage_id AS langage_id_30, p1_.product_id AS product_id_31, i2_.product_id AS product_id_32 FROM product p0_ INNER JOIN product_translation p1_ ON p0_.id = p1_.product_id INNER JOIN image i2_ ON p0_.id = i2_.product_id WHERE p0_.status = ? AND p0_.id IN (?)
Parameters: [
0 => VALIDATED,
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 |
---|---|
BaseBundle\Entity\User | No errors. |
ProductBundle\Entity\Category | No errors. |
ProductBundle\Entity\CategoryTranslation | No errors. |
ProductBundle\Entity\CategoryTitle | No errors. |
BaseBundle\Entity\Langage | No errors. |
ProductBundle\Entity\Caracteristic | No errors. |
ProductBundle\Entity\Product | No errors. |
ProductBundle\Entity\CaracteristicCategory | No errors. |
ProductBundle\Entity\MarketCategory | No errors. |
EbayBundle\Entity\MarketStore | No errors. |
ProductBundle\Entity\CaracteristicValue | No errors. |
ProductBundle\Entity\Image | No errors. |
ProductBundle\Entity\ProductTranslation | No errors. |
ProductBundle\Entity\Tax | No errors. |
DepositBundle\Entity\Deposit | No errors. |
InvoiceBundle\Entity\Order | No errors. |
InvoiceBundle\Entity\Shipment | No errors. |
ProductBundle\Entity\CaracteristicValueTranslation | No errors. |
ProductBundle\Entity\Lot | No errors. |
BaseBundle\Entity\UserGroup | No errors. |
ProductBundle\Entity\CaracteristicTranslation | No errors. |
ProductBundle\Entity\Market | No errors. |
InvoiceBundle\Entity\Country | No errors. |
ProductBundle\Entity\TaxTranslation | No errors. |
InvoiceBundle\Entity\Customer | No errors. |
ProductBundle\Entity\ServiceTranslation | No errors. |
InvoiceBundle\Entity\CountryTranslation | No errors. |
ProductBundle\Entity\ProductLot | No errors. |
ProductBundle\Entity\ProductMarket | No errors. |
ProductBundle\Entity\ServiceToItem | No errors. |
InvoiceBundle\Entity\OrderItem | No errors. |
InvoiceBundle\Entity\MarketTransaction | No errors. |
EbayBundle\Entity\EbayStockAllocator | No errors. |
InvoiceBundle\Entity\InvoiceItem | No errors. |
DepositBundle\Entity\DepositItem | No errors. |
InvoiceBundle\Entity\ItemShipment | No errors. |
ProductBundle\Entity\MarketCategoryData | No errors. |
ProductBundle\Entity\Service | No errors. |
BaseBundle\Entity\Currency | No errors. |
InvoiceBundle\Entity\Address | No errors. |
InvoiceBundle\Entity\PromoCode | No errors. |
InvoiceBundle\Entity\Invoice | No errors. |
InvoiceBundle\Entity\AbstractPayment | No errors. |
InvoiceBundle\Entity\Shipper | No errors. |
EbayBundle\Entity\CategorySpecifics | No errors. |
ProductBundle\Entity\StatutLot | No errors. |
InvoiceBundle\Entity\MarketDiscount | No errors. |
InvoiceBundle\Entity\CustomerMarket | No errors. |
ProductBundle\Entity\MarketConfiguration | No errors. |
InvoiceBundle\Entity\Zone | No errors. |
InvoiceBundle\Entity\State | No errors. |
InvoiceBundle\Entity\AbstractProof | No errors. |
InvoiceBundle\Entity\MarketDiscountItem | No errors. |