Query Metrics
5
Database Queries
4
Different statements
1.96 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.89 ms |
SELECT t0.manufacturers_id AS manufacturers_id_1, t0.manufacturers_name AS manufacturers_name_2, t0.manufacturers_image AS manufacturers_image_3, t0.date_added AS date_added_4, t0.last_modified AS last_modified_5, t0.manufacturers_statuts AS manufacturers_statuts_6, t0.manufacturers_order AS manufacturers_order_7, t0.manufacturers_locked_price AS manufacturers_locked_price_8, t0.manufacturers_welcome AS manufacturers_welcome_9, t0.manufacturers_export AS manufacturers_export_10 FROM manufacturers t0 WHERE t0.manufacturers_statuts = ? ORDER BY t0.manufacturers_name ASC
Parameters:
[
1
]
|
| 2 | 0.28 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3 FROM price_groups t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"VV"
]
|
| 3 | 0.30 ms |
SELECT t0.id AS id_1, t0.shipping_infos AS shipping_infos_2, t0.comment AS comment_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.customer_id AS customer_id_6, t0.price_group_id AS price_group_id_7, t0.shipping_address_id AS shipping_address_id_8, t0.billing_address_id AS billing_address_id_9, t0.carrier_id AS carrier_id_10, t0.payment_mean_id AS payment_mean_id_11 FROM carts t0 WHERE t0.id = ?
Parameters:
[
24347
]
|
| 4 | 0.31 ms |
SELECT t0.id AS id_1, t0.quantity AS quantity_2, t0.final_price AS final_price_3, t0.total_price AS total_price_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.cart_id AS cart_id_7, t0.product_id AS product_id_8 FROM carts_items t0 WHERE t0.cart_id = ?
Parameters:
[
24347
]
|
| 5 | 0.17 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3 FROM price_groups t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"VV"
]
|
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 |
|---|---|
| App\Entity\Manufacturer | No errors. |
| App\Entity\ManufacturerDescription | No errors. |
| App\Entity\ManufacturerCountry | No errors. |
| App\Entity\Language | No errors. |
| App\Entity\Country | No errors. |
| App\Entity\PriceGroup | No errors. |
| App\Entity\Cart | No errors. |
| App\Entity\Customer | No errors. |
| App\Entity\Address | No errors. |
| App\Entity\Carrier | No errors. |
| App\Entity\PaymentMean | No errors. |
| App\Entity\CartItem | No errors. |
| App\Entity\Product | No errors. |
| App\Entity\CustomerGroup | No errors. |
| App\Entity\CustomerPriceGroup | No errors. |
| App\Entity\ProductAttribute | No errors. |
| App\Entity\ProductDescription | No errors. |
| App\Entity\Picture | No errors. |
| App\Entity\PictureProduct | No errors. |
| App\Entity\ProductCountryRestriction | No errors. |
| App\Entity\ProductToProductExtraField | No errors. |
| App\Entity\ProductPrice | No errors. |
| App\Entity\TaxClass | No errors. |