Query Metrics
42
Database Queries
5
Different statements
57.94 ms
Query time
3
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
43.07 ms (74.34%) |
34 |
SELECT t0.id AS id_1, t0.images AS images_2, t0.video AS video_3, t0.html AS html_4, t0.theme AS theme_5, t0.to_do AS to_do_6, t0.how_to AS how_to_7, t0.when_to AS when_to_8, t0.attention_to AS attention_to_9, t0.success_how AS success_how_10, t0.duration AS duration_11, t0.subtitle AS subtitle_12, t0.is_permanent_by_default AS is_permanent_by_default_13, t0.is_weekly_by_default AS is_weekly_by_default_14, t0.to_do_count AS to_do_count_15, t0.added_value AS added_value_16, t0.position AS position_17, t0.type_id AS type_id_18, t0.badge_type_id AS badge_type_id_19, t0.linked_badge_id AS linked_badge_id_20 FROM exercise_template t0 WHERE t0.id = ?
Parameters:
[
3
]
|
9.53 ms (16.45%) |
5 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.position AS position_3 FROM exercise_type t0 WHERE t0.id = ?
Parameters:
[
3
]
|
2.48 ms (4.28%) |
1 |
SELECT t0.id AS id_1, t0.images AS images_2, t0.video AS video_3, t0.html AS html_4, t0.theme AS theme_5, t0.to_do AS to_do_6, t0.how_to AS how_to_7, t0.when_to AS when_to_8, t0.attention_to AS attention_to_9, t0.success_how AS success_how_10, t0.duration AS duration_11, t0.subtitle AS subtitle_12, t0.is_permanent AS is_permanent_13, t0.is_weekly AS is_weekly_14, t0.completed_count AS completed_count_15, t0.last_completed_date AS last_completed_date_16, t0.completed AS completed_17, t0.total_elapsed_seconds AS total_elapsed_seconds_18, t0.to_do_count AS to_do_count_19, t0.daily_completed_count AS daily_completed_count_20, t0.position AS position_21, t0.template_id AS template_id_22, t0.user_id AS user_id_23 FROM exercise t0 WHERE t0.user_id = ?
Parameters:
[
137
]
|
1.48 ms (2.56%) |
1 |
SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.total_completed_days AS total_completed_days_5, t0.creation_date AS creation_date_6, t0.starting_date AS starting_date_7, t0.week_completed_percents AS week_completed_percents_8, t0.notes AS notes_9, t0.max_completed_days AS max_completed_days_10 FROM user t0 WHERE t0.username = ? LIMIT 1
Parameters:
[
"RayaneLEVRAI"
]
|
1.37 ms (2.37%) |
1 |
SELECT t0.id AS id_1, t0.enabled AS enabled_2, t0.position AS position_3, t0.completed AS completed_4, t0.user_id AS user_id_5, t0.exercise_type_id AS exercise_type_id_6 FROM user_exercise_type t0 WHERE t0.user_id = ? ORDER BY t0.position ASC
Parameters:
[
137
]
|
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 |
---|---|
Gesdinet\JWTRefreshTokenBundle\Entity\RefreshToken | No errors. |
App\Entity\RefreshToken | No errors. |
App\Entity\User | No errors. |
App\Entity\Exercise | No errors. |
App\Entity\UserBadge | No errors. |
App\Entity\UserAccessory | No errors. |
App\Entity\UserAvatar | No errors. |
App\Entity\UserExerciseType | No errors. |
App\Entity\UserBadgeType | No errors. |
App\Entity\ExerciseType |
|
App\Entity\ExerciseTemplate | No errors. |
App\Entity\BadgeType |
|
App\Entity\Badge |
|