Query Metrics
1
Database Queries
1
Different statements
1.13 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
1.13 ms (100.00%) |
1 |
SELECT t0.id AS id_1, t0.logistic AS logistic_2, t0.frequency AS frequency_3, t0.status AS status_4, t0.created_at AS created_at_5, t0.token AS token_6, t0.country_code AS country_code_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.hide_club_info AS hide_club_info_10, t0.hide_coach_info AS hide_coach_info_11, t0.step_saved AS step_saved_12, t0.sended_alert AS sended_alert_13, t0.cover AS cover_14, t0.visible_to_club AS visible_to_club_15, t0.visible_to_coach AS visible_to_coach_16, t0.visible_to_operator AS visible_to_operator_17, t0.published_at AS published_at_18, t0.updated_at AS updated_at_19, t0.club_id AS club_id_20, t21.id AS id_22, t21.name AS name_23, t21.swimmingpool AS swimmingpool_24, t21.gym AS gym_25, t21.restaurant AS restaurant_26, t21.bar AS bar_27, t21.seminar_room AS seminar_room_28, t21.insurance AS insurance_29, t21.description AS description_30, t21.created_at AS created_at_31, t21.image AS image_32, t21.owner_id AS owner_id_33, t21.address_id AS address_id_34, t21.created_by_coach_id AS created_by_coach_id_35, t21.created_by_operator_id AS created_by_operator_id_36, t0.address_id AS address_id_37, t0.owner_id AS owner_id_38, t0.operator_id AS operator_id_39 FROM course t0 LEFT JOIN club_info t21 ON t0.club_id = t21.id WHERE t0.token = ? LIMIT 1
Parameters:
[
"7b2302c22c34551e"
]
|
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 |
---|---|
App\Entity\Course | No errors. |
App\Entity\ClubInfo | No errors. |
App\Entity\User | No errors. |
App\Entity\Club | No errors. |
App\Entity\Address | No errors. |
App\Entity\Coach | No errors. |
App\Entity\Operator | No errors. |
App\Entity\OperatorInfo | No errors. |