Query Metrics
3
Database Queries
3
Different statements
1.13 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
0.48 ms (42.86%) |
1 |
SELECT p0_.id AS id_0, p0_.date AS date_1, p0_.booker AS booker_2, p0_.validated AS validated_3, p0_.phone AS phone_4 FROM partyroom p0_ WHERE p0_.date <= ? AND p0_.date >= ? ORDER BY p0_.date ASC
Parameters:
[ "2035-03-31 00:00:00" "2035-03-01 00:00:00" ] |
0.37 ms (33.00%) |
1 |
SELECT t0.id AS id_1, t0.date AS date_2, t0.booker AS booker_3, t0.validated AS validated_4, t0.phone AS phone_5 FROM partyroom t0
Parameters:
[] |
0.27 ms (24.14%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2 FROM category 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\Partyroom | No errors. |
App\Entity\Category | No errors. |
App\Entity\Content | No errors. |