Query Metrics
1
Database Queries
1
Different statements
2.38 ms
Query time
0
Invalid entities
50
Managed entities
Queries
| #▲ | Time | Info | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 2.38 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.username AS username_3, t0.roles AS roles_4, t0.password AS password_5, t0.role AS role_6, t0.level AS level_7, t0.total_xp AS total_xp_8, t0.global_rank AS global_rank_9, t0.profile_title AS profile_title_10, t0.avatar_url AS avatar_url_11, t0.bio AS bio_12, t0.location AS location_13, t0.linkedin_url AS linkedin_url_14, t0.github_url AS github_url_15, t0.created_at AS created_at_16, t0.updated_at AS updated_at_17, t0.last_active_at AS last_active_at_18, t0.is_active AS is_active_19, t0.email_verified AS email_verified_20, t0.preferred_locale AS preferred_locale_21, t0.password_reset_token AS password_reset_token_22, t0.password_reset_requested_at AS password_reset_requested_at_23, t0.password_reset_expires_at AS password_reset_expires_at_24 FROM user t0 WHERE t0.is_active = ? ORDER BY t0.total_xp DESC LIMIT 50
Parameters:
[
1
]
|
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 |
|---|---|
| App\Entity\User | 50 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\User | No errors. |
| App\Entity\Challenge | No errors. |
| App\Entity\ChallengeParticipation | No errors. |
| App\Entity\UserBadge | No errors. |
| App\Entity\ChallengeTeamMember | No errors. |
| App\Entity\ChallengeEvaluator | No errors. |
| App\Entity\ChallengeTeamInvitation | No errors. |