Query Metrics
5
Database Queries
4
Different statements
2.99 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 0.73 ms |
SELECT t0.status AS status_1, t0.updated_at AS updated_at_2, t0.id AS id_3, t0.created_at AS created_at_4, t0.coupon_id AS coupon_id_5 FROM cart t0 WHERE t0.id IS NULL AND t0.status = ? LIMIT 1
Parameters:
[
"cart"
]
|
2 | 0.71 ms |
SELECT p0_.id AS id_0, o1_.quantity AS quantity_1 FROM order_item o1_ INNER JOIN product p0_ ON o1_.product_id = p0_.id WHERE o1_.cart_id = ?
Parameters:
[
null
]
|
3 | 0.56 ms |
SELECT t0.file_path AS file_path_1, t0.file_mobile AS file_mobile_2, t0.link AS link_3, t0.banner_type AS banner_type_4, t0.id AS id_5, t0.sort AS sort_6, t0.visibility AS visibility_7 FROM banner t0 WHERE t0.visibility = ? ORDER BY t0.sort ASC
Parameters:
[
1
]
|
4 | 0.59 ms |
SELECT t0.short_name AS short_name_1, t0.label AS label_2, t0.banner AS banner_3, t0.banner_mobile AS banner_mobile_4, t0.description AS description_5, t0.id AS id_6, t0.sort AS sort_7, t0.visibility AS visibility_8, t0.name AS name_9, t0.slug AS slug_10 FROM category t0 WHERE t0.visibility = ? ORDER BY t0.sort ASC
Parameters:
[
1
]
|
5 | 0.41 ms |
SELECT t0.status AS status_1, t0.updated_at AS updated_at_2, t0.id AS id_3, t0.created_at AS created_at_4, t0.coupon_id AS coupon_id_5 FROM cart t0 WHERE t0.id IS NULL AND t0.status = ? LIMIT 1
Parameters:
[
"cart"
]
|
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\Cart | No errors. |
App\Entity\Coupon | No errors. |
App\Entity\OrderItem | No errors. |
App\Entity\Product | No errors. |
App\Entity\Banner | No errors. |
App\Entity\Category | No errors. |