Query Metrics
16
Database Queries
3
Different statements
8.74 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 1.97 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.60 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM difficultes t0 WHERE t0.id = ?
Parameters:
[
5
]
|
| 3 | 0.54 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM categories t0 WHERE t0.id = ?
Parameters:
[
9
]
|
| 4 | 0.44 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM difficultes t0 WHERE t0.id = ?
Parameters:
[
1
]
|
| 5 | 0.42 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM categories t0 WHERE t0.id = ?
Parameters:
[
2
]
|
| 6 | 0.42 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM difficultes t0 WHERE t0.id = ?
Parameters:
[
2
]
|
| 7 | 0.43 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM categories t0 WHERE t0.id = ?
Parameters:
[
1
]
|
| 8 | 0.48 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM categories t0 WHERE t0.id = ?
Parameters:
[
7
]
|
| 9 | 0.48 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM categories t0 WHERE t0.id = ?
Parameters:
[
10
]
|
| 10 | 0.41 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM difficultes t0 WHERE t0.id = ?
Parameters:
[
3
]
|
| 11 | 0.38 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM categories t0 WHERE t0.id = ?
Parameters:
[
3
]
|
| 12 | 0.40 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM difficultes t0 WHERE t0.id = ?
Parameters:
[
4
]
|
| 13 | 0.34 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM categories t0 WHERE t0.id = ?
Parameters:
[
4
]
|
| 14 | 0.53 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM categories t0 WHERE t0.id = ?
Parameters:
[
8
]
|
| 15 | 0.45 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM categories t0 WHERE t0.id = ?
Parameters:
[
6
]
|
| 16 | 0.47 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM categories t0 WHERE t0.id = ?
Parameters:
[
5
]
|
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. |