Query Metrics
2
Database Queries
2
Different statements
1.49 ms
Query time
0
Invalid entities
0
Managed entities
Grouped Statements
| Time▼ | Count | Info | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
1.03 ms (69.15%) |
1 |
SELECT a0_.id AS id_0, a0_.nom AS nom_1, a0_.horaire AS horaire_2, a0_.lieu AS lieu_3, a0_.date AS date_4, a0_.description AS description_5, a0_.prix AS prix_6, a0_.lien_inscription AS lien_inscription_7, a0_.place_maximum AS place_maximum_8, a0_.age_min AS age_min_9, a0_.age_max AS age_max_10, a0_.inscriptions_en_attente AS inscriptions_en_attente_11, a0_.inscriptions_validees AS inscriptions_validees_12, a0_.categorie_id AS categorie_id_13 FROM activite a0_ WHERE a0_.date >= ? AND a0_.date < ? ORDER BY a0_.date ASC
Parameters:
[ "2025-07-01 00:00:00" "2025-08-01 00:00:00" ]
|
||||||||||||||||||||||||||||
|
0.46 ms (30.85%) |
1 |
SELECT e0_.id AS id_0, e0_.titre AS titre_1, e0_.date AS date_2, e0_.description AS description_3, e0_.lieu AS lieu_4 FROM evenement e0_ WHERE e0_.date >= ? AND e0_.date < ? ORDER BY e0_.date ASC
Parameters:
[ "2025-07-01 00:00:00" "2025-08-01 00:00:00" ]
|
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 |
|---|
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Activite | No errors. |
| App\Entity\Categorie | No errors. |
| App\Entity\Evenement | No errors. |