Query Metrics
6
Database Queries
4
Different statements
1.47 ms
Query time
1
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.33 ms |
SELECT p0_.id AS id_0, p0_.nom AS nom_1, p0_.cout AS cout_2, p0_.prix AS prix_3, p0_.statut AS statut_4, p0_.stock AS stock_5, p0_.image AS image_6, p0_.quantite_alerte AS quantite_alerte_7, p0_.date_expiration AS date_expiration_8, p0_.user_id AS user_id_9 FROM produit p0_ WHERE p0_.stock <= p0_.quantite_alerte AND p0_.statut = 0
Parameters:
[] |
| 2 | 0.28 ms |
SELECT t0.id AS id_1, t0.setting_key AS setting_key_2, t0.setting_value AS setting_value_3 FROM blo_site_setting t0 WHERE t0.setting_key = ? LIMIT 1
Parameters:
[
"site_logo"
]
|
| 3 | 0.27 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.position AS position_4, t0.parent_id AS parent_id_5 FROM blo_category t0 WHERE t0.parent_id IS NULL ORDER BY t0.position ASC, t0.name ASC
Parameters:
[] |
| 4 | 0.19 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.position AS position_4, t0.parent_id AS parent_id_5 FROM blo_category t0 WHERE t0.parent_id IS NULL ORDER BY t0.position ASC, t0.name ASC
Parameters:
[] |
| 5 | 0.19 ms |
SELECT t0.id AS id_1, t0.session_id AS session_id_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.customer_id AS customer_id_5 FROM blo_cart t0 WHERE t0.session_id = ? LIMIT 1
Parameters:
[
"ainnqp229a99e8u98l5vgnlhf1"
]
|
| 6 | 0.20 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.position AS position_4, t0.parent_id AS parent_id_5 FROM blo_category t0 WHERE t0.parent_id IS NULL ORDER BY t0.position ASC, t0.name ASC
Parameters:
[] |
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\Produit |
|
| App\Entity\Achatproduit | No errors. |
| App\Entity\Blo\Cart | No errors. |
| App\Entity\Blo\Category | No errors. |
| App\Entity\Blo\SiteSetting | No errors. |
| App\Entity\User | No errors. |