Query Metrics
3
Database Queries
3
Different statements
3.56 ms
Query time
0
Invalid entities
7
Managed entities
Queries
| #▲ | Time | Info | ||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 1.61 ms |
SELECT c0_.id AS id_0, c0_.uuid AS uuid_1, c0_.title AS title_2, c0_.slug AS slug_3, c0_.description AS description_4, c0_.challenge_type AS challenge_type_5, c0_.difficulty AS difficulty_6, c0_.status AS status_7, c0_.visibility AS visibility_8, c0_.evaluation_mode AS evaluation_mode_9, c0_.total_xp AS total_xp_10, c0_.skill_configuration AS skill_configuration_11, c0_.registration_start AS registration_start_12, c0_.registration_end AS registration_end_13, c0_.execution_start AS execution_start_14, c0_.execution_end AS execution_end_15, c0_.time_limit AS time_limit_16, c0_.is_perpetual AS is_perpetual_17, c0_.participation_type AS participation_type_18, c0_.min_team_size AS min_team_size_19, c0_.max_team_size AS max_team_size_20, c0_.max_participants AS max_participants_21, c0_.max_attempts AS max_attempts_22, c0_.pass_percentage AS pass_percentage_23, c0_.target_audiences AS target_audiences_24, c0_.prerequisites AS prerequisites_25, c0_.knowledge_links AS knowledge_links_26, c0_.scenario_content AS scenario_content_27, c0_.badge_icon_class AS badge_icon_class_28, c0_.featured_image_url AS featured_image_url_29, c0_.participant_count AS participant_count_30, c0_.completion_count AS completion_count_31, c0_.average_score AS average_score_32, c0_.created_at AS created_at_33, c0_.updated_at AS updated_at_34, c0_.published_at AS published_at_35, c0_.created_by_id AS created_by_id_36 FROM challenge c0_ WHERE c0_.status = ? ORDER BY c0_.created_at DESC LIMIT 12
Parameters:
[
"published"
]
|
||||||||||||||||||||||||||||||||
| 2 | 0.71 ms |
SELECT COUNT(c0_.id) AS sclr_0 FROM challenge c0_ WHERE c0_.status = ?
Parameters:
[
"published"
]
|
||||||||||||||||||||||||||||||||
| 3 | 1.25 ms |
SELECT c0_.id AS id_0, c0_.uuid AS uuid_1, c0_.title AS title_2, c0_.slug AS slug_3, c0_.description AS description_4, c0_.challenge_type AS challenge_type_5, c0_.difficulty AS difficulty_6, c0_.status AS status_7, c0_.visibility AS visibility_8, c0_.evaluation_mode AS evaluation_mode_9, c0_.total_xp AS total_xp_10, c0_.skill_configuration AS skill_configuration_11, c0_.registration_start AS registration_start_12, c0_.registration_end AS registration_end_13, c0_.execution_start AS execution_start_14, c0_.execution_end AS execution_end_15, c0_.time_limit AS time_limit_16, c0_.is_perpetual AS is_perpetual_17, c0_.participation_type AS participation_type_18, c0_.min_team_size AS min_team_size_19, c0_.max_team_size AS max_team_size_20, c0_.max_participants AS max_participants_21, c0_.max_attempts AS max_attempts_22, c0_.pass_percentage AS pass_percentage_23, c0_.target_audiences AS target_audiences_24, c0_.prerequisites AS prerequisites_25, c0_.knowledge_links AS knowledge_links_26, c0_.scenario_content AS scenario_content_27, c0_.badge_icon_class AS badge_icon_class_28, c0_.featured_image_url AS featured_image_url_29, c0_.participant_count AS participant_count_30, c0_.completion_count AS completion_count_31, c0_.average_score AS average_score_32, c0_.created_at AS created_at_33, c0_.updated_at AS updated_at_34, c0_.published_at AS published_at_35, c0_.created_by_id AS created_by_id_36 FROM challenge c0_ WHERE c0_.status = ? AND c0_.challenge_type IN (?, ?) AND c0_.is_perpetual = 0 AND ((c0_.execution_end IS NULL OR c0_.execution_end > ?)) ORDER BY c0_.execution_start ASC LIMIT 5
Parameters:
[ "published" "hackathon" "battle" "2026-02-19 13:55:55" ]
|
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\Challenge | 6 |
| App\Entity\User | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Challenge | No errors. |
| App\Entity\User | No errors. |
| App\Entity\ChallengeDeliverable | No errors. |
| App\Entity\ChallengeEvaluator | No errors. |
| App\Entity\ChallengeParticipation | No errors. |
| App\Entity\ChallengeTeam | No errors. |
| App\Entity\ChallengeInvite | No errors. |