Query Metrics
18
Database Queries
5
Different statements
4.44 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 1.24 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.is_validated AS is_validated_4, t0.created_at AS created_at_5, t0.category_id AS category_id_6, t0.difficulty_id AS difficulty_id_7 FROM projets t0 WHERE t0.is_validated = ?
Parameters:
[
1
]
|
| 2 | 0.30 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM difficultes t0 WHERE t0.id = ?
Parameters:
[
5
]
|
| 3 | 0.24 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM categories t0 WHERE t0.id = ?
Parameters:
[
9
]
|
| 4 | 0.23 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM difficultes t0 WHERE t0.id = ?
Parameters:
[
1
]
|
| 5 | 0.18 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM categories t0 WHERE t0.id = ?
Parameters:
[
2
]
|
| 6 | 0.19 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM difficultes t0 WHERE t0.id = ?
Parameters:
[
2
]
|
| 7 | 0.18 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM categories t0 WHERE t0.id = ?
Parameters:
[
1
]
|
| 8 | 0.16 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM categories t0 WHERE t0.id = ?
Parameters:
[
7
]
|
| 9 | 0.14 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM categories t0 WHERE t0.id = ?
Parameters:
[
10
]
|
| 10 | 0.17 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM difficultes t0 WHERE t0.id = ?
Parameters:
[
3
]
|
| 11 | 0.14 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM categories t0 WHERE t0.id = ?
Parameters:
[
3
]
|
| 12 | 0.16 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM difficultes t0 WHERE t0.id = ?
Parameters:
[
4
]
|
| 13 | 0.16 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM categories t0 WHERE t0.id = ?
Parameters:
[
4
]
|
| 14 | 0.15 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM categories t0 WHERE t0.id = ?
Parameters:
[
8
]
|
| 15 | 0.17 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM categories t0 WHERE t0.id = ?
Parameters:
[
6
]
|
| 16 | 0.19 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM categories t0 WHERE t0.id = ?
Parameters:
[
5
]
|
| 17 | 0.24 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM difficultes t0
Parameters:
[] |
| 18 | 0.22 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM categories t0
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\Projets | No errors. |
| App\Entity\Categories | No errors. |
| App\Entity\Difficultes | No errors. |
| App\Entity\UserProjets | No errors. |
| App\Entity\ImageSlider | No errors. |