Query Metrics
1
Database Queries
1
Different statements
0.50 ms
Query time
0
Invalid entities
0
Managed entities
Grouped Statements
| Time▼ | Count | Info | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
0.50 ms (100.00%) |
1 |
SELECT t0_.name AS name_0, t0_.slug AS slug_1, t0_.short_description AS short_description_2, t0_.description AS description_3, t0_.format AS format_4, t0_.visibility AS visibility_5, t0_.payment_mode AS payment_mode_6, t0_.team_registration_mode AS team_registration_mode_7, t0_.min_level AS min_level_8, t0_.max_level AS max_level_9, t0_.level_certification_required AS level_certification_required_10, t0_.license_required AS license_required_11, t0_.license_verification_mode AS license_verification_mode_12, t0_.price_per_team_amount AS price_per_team_amount_13, t0_.price_per_player_amount AS price_per_player_amount_14, t0_.currency AS currency_15, t0_.min_teams AS min_teams_16, t0_.court_assignment_mode AS court_assignment_mode_17, t0_.starts_at AS starts_at_18, t0_.ends_at AS ends_at_19, t0_.registration_opens_at AS registration_opens_at_20, t0_.registration_closes_at AS registration_closes_at_21, t0_.status AS status_22, t0_.max_teams AS max_teams_23, t0_.cancelled_at AS cancelled_at_24, t0_.id AS id_25, t0_.token AS token_26, t0_.created_at AS created_at_27, t0_.updated_at AS updated_at_28, t0_.club_id AS club_id_29, t0_.created_by_user_id AS created_by_user_id_30, t0_.sport_id AS sport_id_31 FROM tournament t0_ WHERE t0_.status IN (?, ?, ?, ?) ORDER BY t0_.starts_at DESC
Parameters:
[ "REGISTRATION_OPEN" "REGISTRATION_CLOSED" "IN_PROGRESS" "COMPLETED" ]
|
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\Tournament | No errors. |
| App\Entity\Club | No errors. |
| App\Entity\User | No errors. |
| App\Entity\Sport | No errors. |