Query Metrics
6
Database Queries
6
Different statements
3.81 ms
Query time
0
Invalid entities
14
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
2.19 ms (57.56%) |
1 |
"COMMIT"
Parameters:
[] |
|
0.56 ms (14.61%) |
1 |
SELECT h0_.id AS id_0, h0_.ip AS ip_1, h0_.datetime AS datetime_2, h0_.route AS route_3 FROM historique_route h0_ WHERE h0_.ip = ? AND h0_.route = ? AND h0_.datetime >= ? LIMIT 1
Parameters:
[ "216.73.217.148" "devis_marbrerie" "2026-07-01 14:21:29" ] |
|
0.34 ms (8.81%) |
1 |
INSERT INTO historique_route (ip, datetime, route) VALUES (?, ?, ?)
Parameters:
[ "216.73.217.148" "2026-07-01 14:31:29" "devis_marbrerie" ] |
|
0.33 ms (8.63%) |
1 |
SELECT t0.id AS id_1, t0.finition AS finition_2 FROM type_finition t0
Parameters:
[] |
|
0.25 ms (6.66%) |
1 |
SELECT t0.id AS id_1, t0.emplacement AS emplacement_2 FROM type_emplacement t0
Parameters:
[] |
|
0.14 ms (3.73%) |
1 |
"START TRANSACTION"
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.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\TypeEmplacement | 8 |
| App\Entity\TypeFinition | 5 |
| App\Entity\HistoriqueRoute | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\HistoriqueRoute | No errors. |
| App\Entity\TypeFinition | No errors. |
| App\Entity\TypeEmplacement | No errors. |