Query Metrics
5
Database Queries
4
Different statements
13.86 ms
Query time
1
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 2.27 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.published AS published_3, t0.image AS image_4, t0.ordre AS ordre_5, t0.color AS color_6, t0.description AS description_7 FROM category t0 WHERE t0.id = ?
Parameters:
[
"6"
]
|
| 2 | 3.53 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.published AS published_3, t0.image AS image_4, t0.ordre AS ordre_5, t0.color AS color_6, t0.description AS description_7 FROM category t0
Parameters:
[] |
| 3 | 5.69 ms |
SELECT DATABASE()
Parameters:
[] |
| 4 | 2.12 ms |
SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME
Parameters:
[
"bookoachroot_db1_24"
]
|
| 5 | 0.25 ms |
SELECT DATABASE()
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\Category | No errors. |
| App\Entity\Subcategory | No errors. |
| App\Entity\Experience |
|