Query Metrics
7
Database Queries
4
Different statements
2.85 ms
Query time
0
Invalid entities
43
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 1.06 ms |
SELECT t0.status AS status_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.id AS id_4, t0.client_id AS client_id_5, t0.shipment_address_id AS shipment_address_id_6, t0.invoice_address_id AS invoice_address_id_7 FROM carts t0 WHERE t0.id = ?
Parameters:
[
"b57de610-03ac-46d7-a178-33e5ecb32281"
]
|
| 2 | 0.45 ms |
SELECT t0.reference AS reference_1, t0.amount AS amount_2, t0.name AS name_3, t0.price_sell AS price_sell_4, t0.price_offer AS price_offer_5, t0.id AS id_6, t0.cart_id AS cart_id_7, t0.product_id AS product_id_8 FROM carts_products t0 WHERE t0.cart_id = ?
Parameters:
[
"b57de610-03ac-46d7-a178-33e5ecb32281"
]
|
| 3 | 0.35 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"
]
|
| 4 | 0.22 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"
]
|
| 5 | 0.20 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"
]
|
| 6 | 0.20 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"
]
|
| 7 | 0.38 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\Cart\Domain\CartProduct | 19 |
| Fotoboom\Product\Domain\Product | 19 |
| Fotoboom\Configuration\Domain\Configuration | 4 |
| Fotoboom\Cart\Domain\Cart | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| Fotoboom\Cart\Domain\Cart | No errors. |
| Fotoboom\Client\Domain\Client | No errors. |
| Fotoboom\Client\Domain\ClientAddress | No errors. |
| Fotoboom\Cart\Domain\CartProduct | No errors. |
| Fotoboom\Product\Domain\Product | No errors. |
| Fotoboom\Configuration\Domain\Configuration | No errors. |
| Fotoboom\Promotion\Domain\Promotion | No errors. |