Query Metrics
3
Database Queries
3
Different statements
1.54 ms
Query time
0
Invalid entities
0
Managed entities
Grouped Statements
| Time▼ | Count | Info | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
0.99 ms (64.60%) |
1 |
SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.description AS description_2, b0_.max_participants AS max_participants_3, b0_.start_date AS start_date_4, b0_.end_date AS end_date_5, b0_.status AS status_6, b0_.created_at AS created_at_7, b0_.is_public AS is_public_8, b0_.organizer_id AS organizer_id_9 FROM bgg_tournament b0_ WHERE b0_.is_public = ? AND b0_.start_date > ? ORDER BY b0_.start_date ASC
Parameters:
[ 1 "2026-01-10 05:29:45" ]
|
||||||||||||||||||||||||||||
|
0.31 ms (19.92%) |
1 |
SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.description AS description_2, b0_.max_participants AS max_participants_3, b0_.start_date AS start_date_4, b0_.end_date AS end_date_5, b0_.status AS status_6, b0_.created_at AS created_at_7, b0_.is_public AS is_public_8, b0_.organizer_id AS organizer_id_9 FROM bgg_tournament b0_ WHERE b0_.is_public = ? AND b0_.start_date <= ? AND b0_.end_date >= ? ORDER BY b0_.start_date DESC
Parameters:
[ 1 "2026-01-10 05:29:45" "2026-01-10 05:29:45" ]
|
||||||||||||||||||||||||||||
|
0.24 ms (15.48%) |
1 |
SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.description AS description_2, b0_.max_participants AS max_participants_3, b0_.start_date AS start_date_4, b0_.end_date AS end_date_5, b0_.status AS status_6, b0_.created_at AS created_at_7, b0_.is_public AS is_public_8, b0_.organizer_id AS organizer_id_9 FROM bgg_tournament b0_ WHERE b0_.is_public = ? AND b0_.end_date < ? ORDER BY b0_.end_date DESC
Parameters:
[ 1 "2026-01-10 05:29:45" ]
|
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\Boardgame\Tournament | No errors. |
| App\Entity\Users | No errors. |