Query Metrics
2
Database Queries
2
Different statements
5.25 ms
Query time
0
Invalid entities
3
Managed entities
Queries
| #▲ | Time | Info | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 3.88 ms |
SELECT t0.id AS id_1, t0.token AS token_2, t0.status AS status_3, t0.status_internal AS status_internal_4, t0.public_status AS public_status_5, t0.difficulty AS difficulty_6, t0.focus AS focus_7, t0.execution_type AS execution_type_8, t0.workout_parts AS workout_parts_9, t0.tension_type AS tension_type_10, t0.validate_at AS validate_at_11, t0.is_avatar_default_back_view AS is_avatar_default_back_view_12, t0.grips AS grips_13, t0.is_suggestion AS is_suggestion_14, t0.preferred_gender_view AS preferred_gender_view_15, t0.default_unit AS default_unit_16, t0.side AS side_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.deleted_at AS deleted_at_20, t0.published AS published_21, t0.published_at AS published_at_22, t0.notes AS notes_23, t0.view_counter AS view_counter_24, t0.tiers_id AS tiers_id_25, t0.tiers_name AS tiers_name_26, t0.source AS source_27, t0.source_model AS source_model_28, t0.normalized_name AS normalized_name_29, t0.metaphone_name AS metaphone_name_30, t0.main_exercise_id AS main_exercise_id_31, t0.exercise_group_id AS exercise_group_id_32, t0.suggest_by_id AS suggest_by_id_33, t0.exercise_proposal_id AS exercise_proposal_id_34, t0.created_by_id AS created_by_id_35, t0.updated_by_id AS updated_by_id_36, t0.publisher AS publisher_37 FROM training_exercise t0 WHERE t0.token = ? AND ((t0.deleted_at IS NULL)) LIMIT 1
Parameters:
[
"6733d73478833"
]
|
||||||||||||||||||||||||||||
| 2 | 1.37 ms |
SELECT p0_.id AS id_0, p0_.token AS token_1, p0_.duration_weeks AS duration_weeks_2, p0_.created_at AS created_at_3, p0_.updated_at AS updated_at_4, p0_.archived AS archived_5, p0_.view_counter AS view_counter_6, p0_.source AS source_7, p0_.source_model AS source_model_8, p0_.free AS free_9, p0_.pinned AS pinned_10, p0_.published AS published_11, p0_.published_at AS published_at_12, p0_.type AS type_13, p0_.created_by_id AS created_by_id_14, p0_.preferences_id AS preferences_id_15, p0_.updated_by_id AS updated_by_id_16, p0_.publisher AS publisher_17 FROM program p0_ LEFT JOIN workout w1_ ON p0_.id = w1_.program_id AND w1_.type IN ('user', 'template') LEFT JOIN workout_block w2_ ON w1_.id = w2_.workout_id LEFT JOIN exercise_config e3_ ON w2_.id = e3_.workout_block_id WHERE (p0_.published = ? AND e3_.exercise_id = ?) AND p0_.type IN ('template') ORDER BY p0_.published_at DESC
Parameters:
[ 1 1130 ] |
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\Training\Exercise | 2 |
| App\Entity\Training\ExerciseGroup | 1 |