https://prod.golmanagerpanel.com/api/es/exercise/user/list?isIos=false&p=api%2Fes%2Fexercise%2Fuser%2Flist&version_app=4.0.7

Query Metrics

881 Database Queries
8 Different statements
696.31 ms Query time
7 Invalid entities

Queries

Group similar statements

# Time Info
1 39.73 ms
SELECT
        *
        FROM
        customer_device
        WHERE
            :token LIKE CONCAT(token,'%') AND
            `status` = 0
Parameters:
[
  "token" => "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJpYXQiOjE3MjY4NTkzMTEsImV4cCI6MTcyNjg2MjkxMSwicm9sZXMiOlsiUk9MRV9DVVNUT01FUiJdLCJ1c2VybmFtZSI6Imp1YW5mcmFuZHRAb3V0bG9vay5jb20ifQ.krJJ1TzCqsfZPMwETwIhqH_5WVMQ4PYWzXSp6klZQObzKJ0Y5leQ0rNf4ZuaqVCZQQ1qw7zNFsl3ZU-NcZZHz5lh2qWiVw8CD8v6W4bRACAd6OmMXrRixacur0cmMKqfqY0KCnG41klu1M8xdxoT_YYtwwjQRSp4FMU2gI9B8coYWXGeSBCjc-t-_SmBFQghwBNZ9Cf0LkHNNhvNuoev3JZYGp4Z-AAtG2ZPJ4THMZ0tPY_XRCzMgi52zujHoEvS1gXMXjQHgUAqy_P_pY2ZY_POV18HLTVR-0JrYuEJAlzHvlxkOcM6jegpHBLVqD3hbApGNX5wtGOMOHCPipNtAdioaBj4hBku9PrpQi5Wx2gZSnaqKkTA733h29BU7-WA932I2KNz7WMjcJwAHeC4rvI2FJxve_qlUFyPPD9ie2fA1ynkTfNyz1k64yUDFlOaJU0TSGGrlYdaJ2d3pOUq5EVeu_G_ZxAAiJ2KS5LsGHip9oHcl1tBm7zlmUVOrhtY3ZSmeeDHnUv1mbiaA_TwrTsrOvd8II0KuOVqywbQOh1ZiisuuXA7zNyngpgrRUYD8bxm4HNrROjV0GVFelf5FtaN0Re2hxfjB_ZFgB-4F2J1-0KCnLinR8rA6-BFqXQezOJ89Avr9n1OBZRU9jrkHCyi0SHhrMo_fDapCZsoh7o"
]
2 1.49 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.plain_password AS plain_password_6, t0.enabled AS enabled_7, t0.name AS name_8, t0.surname AS surname_9, t0.address AS address_10, t0.celular AS celular_11, t0.image AS image_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.country_id AS country_id_15, t0.season_active AS season_active_16, t0.type_account AS type_account_17, t0.is_pro AS is_pro_18, t0.purchase AS purchase_19, t0.purchase_platform AS purchase_platform_20, t0.membership_id AS membership_id_21, t0.coupon_status AS coupon_status_22, t0.phone AS phone_23, t0.google_auth_code AS google_auth_code_24, t0.google_auth_code_verified AS google_auth_code_verified_25, t0.date_of_birth AS date_of_birth_26, t0.deleted_at AS deleted_at_27, t0.is_deleted AS is_deleted_28, t0.country_id AS country_id_29 FROM customer t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
  "juanfrandt@outlook.com"
]
3 3.87 ms
SELECT t0.id AS id_1, t0.year AS year_2, t0.is_active AS is_active_3, t0.team_id AS team_id_4, t0.customer_id AS customer_id_5, t0.country_id AS country_id_6 FROM season t0 WHERE t0.customer_id = ?
Parameters:
[
  25298
]
4 11.13 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3, t0.poster AS poster_4, t0.dificulty AS dificulty_5, t0.intensity AS intensity_6, t0.duration AS duration_7, t0.customer_id AS customer_id_8, t0.category_id AS category_id_9, t0.is_shared AS is_shared_10, t0.deleted_at AS deleted_at_11, t0.category_id AS category_id_12 FROM exercise t0 WHERE t0.customer_id = ? AND t0.deleted_at IS NULL
Parameters:
[
  25298
]
5 5.12 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  3898
]
6 7.25 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  3898
]
7 2.23 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.locale AS locale_3, t0.translatable_id AS translatable_id_4 FROM material_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  1
]
8 0.49 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.locale AS locale_3, t0.translatable_id AS translatable_id_4 FROM material_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  5
]
9 1.53 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  3898
]
10 0.51 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  3899
]
11 0.47 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  3899
]
12 0.36 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  3899
]
13 0.42 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  3900
]
14 1.37 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  3900
]
15 0.44 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.locale AS locale_3, t0.translatable_id AS translatable_id_4 FROM material_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  6
]
16 0.42 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  3900
]
17 0.44 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  3901
]
18 0.43 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  3901
]
19 0.38 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  3901
]
20 1.88 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  3902
]
21 2.12 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  3902
]
22 1.82 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.locale AS locale_3, t0.translatable_id AS translatable_id_4 FROM material_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  3
]
23 0.61 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.locale AS locale_3, t0.translatable_id AS translatable_id_4 FROM material_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  7
]
24 1.23 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.locale AS locale_3, t0.translatable_id AS translatable_id_4 FROM material_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  11
]
25 5.94 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  3902
]
26 0.81 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  3903
]
27 0.56 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  3903
]
28 1.60 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  3903
]
29 1.79 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  3904
]
30 0.52 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  3904
]
31 0.91 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  3904
]
32 0.92 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  3905
]
33 3.29 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  3905
]
34 0.57 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  3905
]
35 0.49 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  3906
]
36 0.43 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  3906
]
37 0.84 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  3906
]
38 0.48 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  3917
]
39 0.60 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  3917
]
40 1.03 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  3917
]
41 0.60 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  3918
]
42 0.73 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  3918
]
43 1.29 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  3918
]
44 1.54 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  3919
]
45 0.44 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  3919
]
46 1.45 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  3919
]
47 1.22 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  3920
]
48 6.59 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  3920
]
49 1.48 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  3920
]
50 2.52 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  3921
]
51 3.64 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  3921
]
52 0.75 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  3921
]
53 2.68 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  3922
]
54 2.56 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  3922
]
55 2.39 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.locale AS locale_3, t0.translatable_id AS translatable_id_4 FROM material_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  9
]
56 0.91 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  3922
]
57 0.59 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  3923
]
58 1.15 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  3923
]
59 0.40 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  3923
]
60 1.71 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  3928
]
61 0.49 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  3928
]
62 0.45 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  3928
]
63 0.85 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  3929
]
64 0.53 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  3929
]
65 0.43 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  3929
]
66 0.62 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  3930
]
67 0.51 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  3930
]
68 0.43 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  3930
]
69 0.42 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  3936
]
70 0.77 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  3936
]
71 0.40 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  3936
]
72 0.57 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  3937
]
73 0.62 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  3937
]
74 0.35 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  3937
]
75 0.42 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  3938
]
76 0.49 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  3938
]
77 0.37 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  3938
]
78 0.47 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  3939
]
79 0.51 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  3939
]
80 0.37 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  3939
]
81 0.69 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  3940
]
82 0.61 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  3940
]
83 0.54 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  3940
]
84 1.61 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  3941
]
85 1.01 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  3941
]
86 0.44 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  3941
]
87 2.01 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  3942
]
88 0.94 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  3942
]
89 2.82 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  3942
]
90 12.93 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  3943
]
91 0.70 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  3943
]
92 0.85 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  3943
]
93 0.62 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  3944
]
94 0.57 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  3944
]
95 0.48 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  3944
]
96 0.54 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  3947
]
97 1.09 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  3947
]
98 0.53 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  3947
]
99 0.53 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  3948
]
100 0.60 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  3948
]
101 0.46 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  3948
]
102 0.54 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  3964
]
103 0.58 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  3964
]
104 0.40 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  3964
]
105 0.52 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  3965
]
106 0.66 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  3965
]
107 0.44 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  3965
]
108 0.55 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  3966
]
109 0.56 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  3966
]
110 0.47 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  3966
]
111 0.61 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  3967
]
112 1.12 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  3967
]
113 0.50 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  3967
]
114 0.54 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  3968
]
115 0.68 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  3968
]
116 0.45 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  3968
]
117 0.58 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  3971
]
118 0.57 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  3971
]
119 0.45 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  3971
]
120 0.51 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  3972
]
121 0.56 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  3972
]
122 0.45 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  3972
]
123 0.55 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  3973
]
124 0.45 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  3973
]
125 0.79 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  3973
]
126 0.46 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  3974
]
127 0.37 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  3974
]
128 0.34 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  3974
]
129 1.15 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  3975
]
130 3.89 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  3975
]
131 0.49 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  3975
]
132 1.47 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  3976
]
133 0.50 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  3976
]
134 0.65 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  3976
]
135 0.45 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  3977
]
136 0.64 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  3977
]
137 0.35 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  3977
]
138 0.55 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  3978
]
139 0.61 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  3978
]
140 0.58 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  3978
]
141 0.38 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  3979
]
142 0.44 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  3979
]
143 0.39 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  3979
]
144 0.38 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  3980
]
145 0.37 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  3980
]
146 0.34 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  3980
]
147 0.47 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  3990
]
148 0.47 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  3990
]
149 0.39 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  3990
]
150 0.45 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  3991
]
151 1.39 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  3991
]
152 0.42 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  3991
]
153 0.57 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  3992
]
154 1.08 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  3992
]
155 0.73 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  3992
]
156 0.43 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  3993
]
157 0.37 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  3993
]
158 0.31 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  3993
]
159 1.24 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  3994
]
160 0.47 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  3994
]
161 2.06 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  3994
]
162 0.54 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  3995
]
163 0.93 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  3995
]
164 0.56 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  3995
]
165 0.54 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  3996
]
166 0.46 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  3996
]
167 0.50 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  3996
]
168 0.91 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  3998
]
169 4.28 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  3998
]
170 0.44 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  3998
]
171 0.52 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4008
]
172 0.47 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4008
]
173 0.37 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4008
]
174 0.45 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4009
]
175 0.45 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4009
]
176 0.39 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4009
]
177 0.54 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4012
]
178 0.44 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4012
]
179 0.35 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4012
]
180 0.43 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4013
]
181 0.41 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4013
]
182 0.36 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4013
]
183 0.45 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4014
]
184 0.50 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4014
]
185 0.58 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4014
]
186 0.44 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4015
]
187 0.44 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4015
]
188 0.29 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4015
]
189 0.39 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4016
]
190 0.40 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4016
]
191 0.34 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4016
]
192 0.42 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4019
]
193 0.42 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4019
]
194 0.34 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4019
]
195 0.41 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4020
]
196 0.41 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4020
]
197 0.36 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4020
]
198 0.46 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4021
]
199 0.69 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4021
]
200 0.35 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4021
]
201 4.16 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4022
]
202 3.63 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4022
]
203 3.65 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4022
]
204 0.52 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4023
]
205 0.73 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4023
]
206 0.84 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4023
]
207 3.38 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4025
]
208 0.47 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4025
]
209 0.95 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4025
]
210 2.09 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4026
]
211 0.81 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4026
]
212 1.38 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4026
]
213 0.45 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4027
]
214 6.52 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4027
]
215 2.44 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4027
]
216 0.53 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4039
]
217 0.94 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4039
]
218 0.38 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4039
]
219 1.07 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4040
]
220 1.66 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4040
]
221 1.96 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4040
]
222 0.57 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4052
]
223 0.46 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4052
]
224 0.36 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4052
]
225 0.42 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4053
]
226 0.42 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4053
]
227 0.38 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4053
]
228 0.42 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4054
]
229 0.55 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4054
]
230 0.35 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4054
]
231 0.44 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4057
]
232 1.34 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4057
]
233 0.46 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4057
]
234 0.65 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4058
]
235 0.54 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4058
]
236 0.38 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4058
]
237 0.36 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4059
]
238 0.43 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4059
]
239 0.57 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4059
]
240 0.54 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4061
]
241 0.44 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4061
]
242 0.28 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4061
]
243 0.35 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4062
]
244 0.31 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4062
]
245 0.46 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4062
]
246 0.31 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4065
]
247 0.28 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4065
]
248 0.25 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4065
]
249 0.56 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4067
]
250 0.29 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4067
]
251 0.31 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4067
]
252 0.33 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4068
]
253 0.48 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4068
]
254 0.26 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4068
]
255 1.14 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4069
]
256 0.50 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4069
]
257 0.29 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4069
]
258 0.40 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4076
]
259 0.43 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4076
]
260 0.27 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4076
]
261 0.29 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4077
]
262 0.29 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4077
]
263 0.26 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4077
]
264 0.31 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4078
]
265 0.47 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4078
]
266 0.27 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4078
]
267 0.28 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4081
]
268 0.36 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4081
]
269 0.29 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4081
]
270 0.35 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4087
]
271 0.34 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4087
]
272 0.28 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4087
]
273 1.73 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4088
]
274 3.47 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4088
]
275 3.83 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4088
]
276 3.15 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4089
]
277 0.55 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4089
]
278 3.13 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4089
]
279 1.18 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4100
]
280 3.41 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4100
]
281 1.59 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4100
]
282 0.72 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4101
]
283 0.56 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4101
]
284 0.43 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4101
]
285 0.48 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4102
]
286 0.58 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4102
]
287 0.28 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4102
]
288 3.29 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4103
]
289 1.34 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4103
]
290 0.47 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4103
]
291 0.34 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4104
]
292 0.29 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4104
]
293 0.26 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4104
]
294 0.31 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4122
]
295 0.34 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4122
]
296 0.26 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4122
]
297 0.29 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4123
]
298 0.37 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4123
]
299 0.33 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4123
]
300 3.04 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4133
]
301 0.48 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4133
]
302 1.78 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4133
]
303 3.69 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4134
]
304 1.88 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4134
]
305 3.37 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4134
]
306 4.07 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4137
]
307 1.19 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4137
]
308 2.07 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4137
]
309 0.48 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4138
]
310 0.66 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4138
]
311 2.76 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4138
]
312 0.68 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4139
]
313 3.23 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4139
]
314 1.22 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4139
]
315 2.27 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4140
]
316 1.65 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4140
]
317 1.25 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4140
]
318 1.22 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4141
]
319 2.31 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4141
]
320 4.40 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4141
]
321 3.90 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4142
]
322 3.61 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4142
]
323 4.24 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4142
]
324 3.30 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4154
]
325 0.90 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4154
]
326 0.77 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4154
]
327 0.83 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4156
]
328 0.61 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4156
]
329 0.43 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4156
]
330 2.86 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4166
]
331 0.55 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4166
]
332 0.61 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4166
]
333 0.51 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4168
]
334 0.49 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4168
]
335 0.42 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4168
]
336 0.47 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4169
]
337 0.46 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4169
]
338 0.39 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4169
]
339 0.45 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4170
]
340 0.46 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4170
]
341 0.38 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4170
]
342 0.46 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4171
]
343 0.45 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4171
]
344 0.40 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4171
]
345 0.48 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4172
]
346 0.75 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4172
]
347 0.70 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4172
]
348 0.76 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4174
]
349 0.54 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4174
]
350 0.42 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4174
]
351 0.47 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4176
]
352 0.47 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4176
]
353 0.41 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4176
]
354 0.49 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4177
]
355 0.66 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4177
]
356 0.40 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4177
]
357 0.47 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4179
]
358 0.45 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4179
]
359 0.56 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4179
]
360 0.64 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4180
]
361 0.46 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4180
]
362 0.40 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4180
]
363 0.50 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4181
]
364 0.54 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4181
]
365 0.42 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4181
]
366 0.50 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4188
]
367 0.53 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4188
]
368 0.42 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4188
]
369 1.06 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4189
]
370 1.05 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4189
]
371 0.82 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4189
]
372 0.52 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4190
]
373 0.65 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4190
]
374 0.39 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4190
]
375 0.51 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4191
]
376 0.46 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4191
]
377 0.41 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4191
]
378 0.49 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4192
]
379 0.65 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4192
]
380 0.40 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4192
]
381 0.46 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4201
]
382 0.51 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4201
]
383 0.42 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4201
]
384 0.45 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4202
]
385 0.47 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4202
]
386 0.41 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4202
]
387 0.48 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4203
]
388 0.46 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4203
]
389 0.39 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4203
]
390 0.45 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4204
]
391 0.44 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4204
]
392 0.39 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4204
]
393 0.44 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4206
]
394 0.46 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4206
]
395 0.41 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4206
]
396 0.46 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4207
]
397 0.46 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4207
]
398 0.55 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4207
]
399 0.47 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4208
]
400 0.42 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4208
]
401 0.39 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4208
]
402 0.44 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4209
]
403 0.52 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4209
]
404 0.42 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4209
]
405 1.05 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4210
]
406 0.52 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4210
]
407 0.43 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4210
]
408 0.47 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4211
]
409 0.54 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4211
]
410 0.41 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4211
]
411 0.49 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4212
]
412 0.46 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4212
]
413 0.41 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4212
]
414 0.43 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4213
]
415 0.46 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4213
]
416 0.39 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4213
]
417 0.48 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4214
]
418 0.52 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4214
]
419 0.40 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4214
]
420 1.28 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4217
]
421 0.48 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4217
]
422 0.67 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4217
]
423 0.51 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4218
]
424 0.52 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4218
]
425 0.39 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4218
]
426 0.47 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4219
]
427 0.46 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4219
]
428 0.40 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4219
]
429 0.46 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4220
]
430 0.44 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4220
]
431 0.37 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4220
]
432 0.41 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4221
]
433 0.54 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4221
]
434 0.41 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4221
]
435 0.45 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4222
]
436 0.50 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4222
]
437 0.39 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4222
]
438 0.44 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4223
]
439 0.51 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4223
]
440 0.42 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4223
]
441 0.47 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4224
]
442 0.51 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4224
]
443 0.42 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4224
]
444 0.49 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4225
]
445 0.51 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4225
]
446 0.41 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4225
]
447 0.48 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4226
]
448 0.48 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4226
]
449 0.41 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4226
]
450 0.47 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4227
]
451 0.45 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4227
]
452 0.44 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4227
]
453 0.53 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4228
]
454 0.51 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4228
]
455 0.41 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4228
]
456 0.43 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4231
]
457 0.44 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4231
]
458 0.41 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4231
]
459 0.51 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4233
]
460 0.47 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4233
]
461 0.49 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4233
]
462 1.47 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4234
]
463 0.48 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4234
]
464 0.42 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4234
]
465 0.50 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4235
]
466 0.54 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4235
]
467 0.43 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4235
]
468 0.50 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4236
]
469 0.55 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4236
]
470 0.42 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4236
]
471 1.28 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4237
]
472 0.57 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4237
]
473 0.43 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4237
]
474 0.50 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4243
]
475 0.49 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4243
]
476 0.41 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4243
]
477 0.51 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4252
]
478 0.47 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4252
]
479 0.41 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4252
]
480 0.51 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4253
]
481 0.55 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4253
]
482 0.42 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4253
]
483 0.46 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4254
]
484 0.53 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4254
]
485 0.42 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4254
]
486 0.46 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4255
]
487 0.47 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4255
]
488 0.41 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4255
]
489 0.45 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4263
]
490 1.06 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4263
]
491 0.40 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4263
]
492 0.47 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4265
]
493 0.47 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4265
]
494 0.40 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4265
]
495 0.94 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4268
]
496 0.45 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4268
]
497 0.41 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4268
]
498 0.52 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4269
]
499 0.53 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4269
]
500 0.55 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.locale AS locale_3, t0.translatable_id AS translatable_id_4 FROM material_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  8
]
501 0.48 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4269
]
502 0.47 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4270
]
503 0.45 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4270
]
504 0.38 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4270
]
505 0.46 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4271
]
506 0.46 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4271
]
507 0.43 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4271
]
508 0.50 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4272
]
509 0.51 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4272
]
510 0.34 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4272
]
511 0.46 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4273
]
512 0.48 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4273
]
513 0.44 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4273
]
514 0.41 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4274
]
515 0.48 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4274
]
516 0.46 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4274
]
517 0.47 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4275
]
518 0.45 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4275
]
519 0.40 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4275
]
520 0.46 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4281
]
521 0.42 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4281
]
522 0.38 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4281
]
523 0.49 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4282
]
524 0.52 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4282
]
525 0.42 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4282
]
526 0.49 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4284
]
527 0.52 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4284
]
528 0.41 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4284
]
529 0.46 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4289
]
530 0.45 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4289
]
531 0.41 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4289
]
532 0.46 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4290
]
533 0.47 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4290
]
534 0.41 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4290
]
535 0.46 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4292
]
536 0.51 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4292
]
537 0.42 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4292
]
538 0.45 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4293
]
539 0.50 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4293
]
540 0.43 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4293
]
541 0.52 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4295
]
542 0.52 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4295
]
543 0.43 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4295
]
544 0.46 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4296
]
545 0.45 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4296
]
546 0.49 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4296
]
547 0.46 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4297
]
548 0.44 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4297
]
549 0.39 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4297
]
550 0.49 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4299
]
551 0.54 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4299
]
552 0.41 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4299
]
553 0.48 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4300
]
554 0.53 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4300
]
555 0.41 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4300
]
556 0.46 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4301
]
557 0.44 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4301
]
558 0.51 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4301
]
559 0.49 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4303
]
560 0.46 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4303
]
561 0.39 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4303
]
562 0.46 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4304
]
563 0.43 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4304
]
564 0.39 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4304
]
565 0.48 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4305
]
566 0.64 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4305
]
567 0.42 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4305
]
568 0.48 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4306
]
569 0.52 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4306
]
570 0.50 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4306
]
571 0.49 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4309
]
572 0.45 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4309
]
573 0.41 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4309
]
574 0.47 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4310
]
575 0.51 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4310
]
576 0.41 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4310
]
577 0.46 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4311
]
578 0.60 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4311
]
579 0.41 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4311
]
580 0.45 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4326
]
581 0.44 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4326
]
582 0.39 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4326
]
583 0.45 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4329
]
584 0.44 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4329
]
585 0.29 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4329
]
586 0.33 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4330
]
587 0.32 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4330
]
588 0.31 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4330
]
589 0.36 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4331
]
590 0.44 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4331
]
591 0.35 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4331
]
592 0.43 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4335
]
593 0.45 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4335
]
594 0.37 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4335
]
595 0.46 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4336
]
596 0.42 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4336
]
597 0.39 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4336
]
598 1.32 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4337
]
599 0.37 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4337
]
600 0.33 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4337
]
601 0.46 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4338
]
602 0.44 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4338
]
603 0.35 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4338
]
604 0.33 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4339
]
605 0.41 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4339
]
606 0.30 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4339
]
607 0.40 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4344
]
608 0.35 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4344
]
609 0.36 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4344
]
610 0.43 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4345
]
611 0.38 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4345
]
612 0.37 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4345
]
613 0.43 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4349
]
614 0.38 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4349
]
615 0.32 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4349
]
616 0.42 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4351
]
617 6.70 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4351
]
618 0.55 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4351
]
619 0.51 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4352
]
620 0.54 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4352
]
621 0.42 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4352
]
622 0.58 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4353
]
623 0.46 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4353
]
624 0.37 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4353
]
625 0.48 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4358
]
626 0.55 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4358
]
627 0.43 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4358
]
628 0.46 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4359
]
629 0.44 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4359
]
630 0.38 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4359
]
631 0.49 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4360
]
632 0.56 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4360
]
633 0.37 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4360
]
634 0.48 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4361
]
635 0.43 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4361
]
636 0.39 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4361
]
637 0.47 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4364
]
638 0.52 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4364
]
639 0.43 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4364
]
640 0.51 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4365
]
641 0.52 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4365
]
642 0.37 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4365
]
643 1.28 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4366
]
644 0.52 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4366
]
645 0.40 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4366
]
646 0.46 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4367
]
647 0.59 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4367
]
648 0.38 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4367
]
649 0.48 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4368
]
650 0.46 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4368
]
651 0.40 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4368
]
652 0.44 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4369
]
653 0.42 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4369
]
654 0.36 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4369
]
655 0.44 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4370
]
656 0.44 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4370
]
657 0.37 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4370
]
658 0.43 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4374
]
659 0.44 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4374
]
660 0.39 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4374
]
661 0.91 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4376
]
662 0.44 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4376
]
663 0.37 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4376
]
664 0.47 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4377
]
665 0.57 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4377
]
666 0.40 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4377
]
667 0.53 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4378
]
668 0.52 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4378
]
669 0.45 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.locale AS locale_3, t0.translatable_id AS translatable_id_4 FROM material_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  13
]
670 0.38 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4378
]
671 0.46 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4383
]
672 0.51 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4383
]
673 0.45 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4383
]
674 0.44 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4402
]
675 0.66 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4402
]
676 0.39 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4402
]
677 0.44 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4424
]
678 0.44 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4424
]
679 0.41 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4424
]
680 0.44 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4425
]
681 0.47 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4425
]
682 0.40 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4425
]
683 0.47 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4459
]
684 0.45 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4459
]
685 0.39 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4459
]
686 0.46 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4466
]
687 0.44 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4466
]
688 0.40 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4466
]
689 0.42 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4467
]
690 0.43 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4467
]
691 0.35 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4467
]
692 0.44 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4468
]
693 0.52 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4468
]
694 0.36 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4468
]
695 0.41 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4469
]
696 0.49 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4469
]
697 0.40 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4469
]
698 0.41 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4470
]
699 0.46 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4470
]
700 0.39 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4470
]
701 0.46 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4471
]
702 0.45 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4471
]
703 0.42 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4471
]
704 0.46 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4472
]
705 0.45 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4472
]
706 0.39 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4472
]
707 0.45 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4473
]
708 0.52 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4473
]
709 0.42 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4473
]
710 0.45 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4474
]
711 0.45 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4474
]
712 0.52 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4474
]
713 0.47 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4486
]
714 0.46 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4486
]
715 0.38 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4486
]
716 0.49 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4487
]
717 0.44 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4487
]
718 0.38 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4487
]
719 0.45 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4488
]
720 0.41 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4488
]
721 0.41 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4488
]
722 0.48 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4489
]
723 0.51 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4489
]
724 0.40 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4489
]
725 0.46 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4490
]
726 0.49 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4490
]
727 0.60 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4490
]
728 0.47 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4491
]
729 0.52 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4491
]
730 0.41 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4491
]
731 0.47 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4499
]
732 0.50 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4499
]
733 0.40 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4499
]
734 0.44 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4501
]
735 0.44 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4501
]
736 0.39 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4501
]
737 0.45 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4502
]
738 0.45 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4502
]
739 0.39 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4502
]
740 0.47 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4507
]
741 0.50 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4507
]
742 0.40 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4507
]
743 0.48 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4508
]
744 0.50 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4508
]
745 0.39 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4508
]
746 0.44 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4550
]
747 0.44 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4550
]
748 0.40 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4550
]
749 0.45 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4551
]
750 0.44 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4551
]
751 0.39 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4551
]
752 0.46 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4576
]
753 0.50 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4576
]
754 0.40 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4576
]
755 0.46 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4577
]
756 0.50 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4577
]
757 0.40 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4577
]
758 0.43 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4578
]
759 0.52 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4578
]
760 0.46 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4578
]
761 10.29 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4581
]
762 3.78 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4581
]
763 3.56 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4581
]
764 3.83 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4606
]
765 0.57 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4606
]
766 0.43 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4606
]
767 0.49 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4629
]
768 0.47 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4629
]
769 0.41 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4629
]
770 0.51 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4632
]
771 0.45 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4632
]
772 0.42 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4632
]
773 0.45 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4633
]
774 0.46 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4633
]
775 0.39 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4633
]
776 1.15 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4661
]
777 0.53 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4661
]
778 0.42 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4661
]
779 0.51 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4662
]
780 0.54 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4662
]
781 0.48 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4662
]
782 0.97 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4663
]
783 0.42 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4663
]
784 0.38 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4663
]
785 0.46 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4664
]
786 0.46 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4664
]
787 0.39 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4664
]
788 0.44 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4665
]
789 6.85 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4665
]
790 3.26 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4665
]
791 0.57 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4666
]
792 0.57 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4666
]
793 0.46 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4666
]
794 0.48 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4667
]
795 0.52 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4667
]
796 0.42 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4667
]
797 0.48 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4668
]
798 0.52 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4668
]
799 0.41 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4668
]
800 0.45 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4669
]
801 0.49 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4669
]
802 0.40 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4669
]
803 1.01 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4769
]
804 0.50 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4769
]
805 0.39 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4769
]
806 0.46 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4770
]
807 0.46 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4770
]
808 0.39 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4770
]
809 0.52 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4784
]
810 0.50 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4784
]
811 0.40 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4784
]
812 0.48 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4785
]
813 0.51 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4785
]
814 0.40 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4785
]
815 0.48 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4786
]
816 0.44 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4786
]
817 0.37 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4786
]
818 0.46 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4787
]
819 0.53 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4787
]
820 0.38 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4787
]
821 0.47 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4788
]
822 0.51 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4788
]
823 0.38 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4788
]
824 0.48 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4791
]
825 0.53 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4791
]
826 0.41 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4791
]
827 0.52 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4792
]
828 0.50 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4792
]
829 0.40 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4792
]
830 0.46 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4793
]
831 0.44 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4793
]
832 0.41 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4793
]
833 0.48 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4838
]
834 0.52 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4838
]
835 0.40 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4838
]
836 0.44 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4840
]
837 0.43 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4840
]
838 0.38 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4840
]
839 0.44 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4841
]
840 0.46 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4841
]
841 0.40 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4841
]
842 0.49 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4842
]
843 0.61 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4842
]
844 0.41 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4842
]
845 0.55 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4843
]
846 0.46 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4843
]
847 0.40 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4843
]
848 0.47 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4932
]
849 0.52 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4932
]
850 0.41 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4932
]
851 0.48 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4934
]
852 0.49 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4934
]
853 0.40 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4934
]
854 0.49 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4947
]
855 0.52 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4947
]
856 0.46 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.locale AS locale_3, t0.translatable_id AS translatable_id_4 FROM material_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4
]
857 0.41 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4947
]
858 0.48 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4948
]
859 0.51 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4948
]
860 0.42 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4948
]
861 0.45 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4949
]
862 0.43 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4949
]
863 0.33 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4949
]
864 0.34 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4950
]
865 0.43 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4950
]
866 0.45 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4950
]
867 0.42 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4951
]
868 0.51 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4951
]
869 0.41 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4951
]
870 0.52 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  4952
]
871 0.37 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  4952
]
872 0.27 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  4952
]
873 0.34 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  5061
]
874 0.39 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  5061
]
875 0.37 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  5061
]
876 0.49 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  5062
]
877 0.46 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  5062
]
878 0.41 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  5062
]
879 0.39 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.translatable_id AS translatable_id_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM exercise_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  5063
]
880 0.44 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3 FROM material t0 INNER JOIN exercise_material ON t0.id = exercise_material.material_id WHERE exercise_material.exercise_id = ?
Parameters:
[
  5063
]
881 0.34 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.note AS note_4, t0.exercise_id AS exercise_id_5 FROM note_exercise t0 WHERE t0.exercise_id = ?
Parameters:
[
  5063
]

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\Customer
  • The association App\Entity\Customer#exerciseQualifications refers to the owning side field App\Entity\ExerciseQualification#customer_id which does not exist.
App\Entity\Country No errors.
App\Entity\Season No errors.
App\Entity\Suggestion No errors.
App\Entity\CouponCustomer No errors.
App\Entity\Notification No errors.
App\Entity\ExerciseQualification
  • The association App\Entity\ExerciseQualification#exercise refers to the inverse side field App\Entity\Exercise#qualifications which does not exist.
  • The association App\Entity\ExerciseQualification#customer refers to the inverse side field App\Entity\Customer#exerciseQualification which does not exist.
  • The association App\Entity\ExerciseQualification#exercises refers to the owning side field App\Entity\Exercise#qualifications which does not exist.
App\Entity\Strategy No errors.
App\Entity\Team
  • The association App\Entity\Team#typeSoccer refers to the inverse side field App\Entity\TypeSoccer#teams which does not exist.
App\Entity\SeasonPlayer
  • The association App\Entity\SeasonPlayer#minutes refers to the owning side field App\Entity\Minutes#player_id which does not exist.
  • The association App\Entity\SeasonPlayer#playerWeights refers to the owning side field App\Entity\PlayerWeight#season_player_id which does not exist.
App\Entity\Game
  • The association App\Entity\Game#minutes refers to the owning side field App\Entity\Minutes#game_id which does not exist.
  • The mappings App\Entity\Game#rival_alignment and App\Entity\GameAlignment#game are inconsistent with each other.
  • The mappings App\Entity\Game#seasonplayer and App\Entity\GamePlayerStatistics#game are inconsistent with each other.
App\Entity\TrainingAsist No errors.
App\Entity\ExerciseCalendar
  • The association App\Entity\ExerciseCalendar#exerciseUser refers to the inverse side field App\Entity\ExerciseUser#exerciseCalendar which does not exist.
App\Entity\PlayerJustification No errors.
App\Entity\Exercise
  • The field App\Entity\Exercise#notes is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\NoteExercise#exercise does not contain the required 'inversedBy="notes"' attribute.
  • The mappings App\Entity\Exercise#exerciseQualifications and App\Entity\ExerciseQualification#exercise are inconsistent with each other.
App\Entity\Category No errors.
App\Entity\Material No errors.
App\Entity\NoteExercise No errors.
App\Entity\ExerciseTranslation No errors.
App\Entity\ExerciseUser No errors.
App\Entity\MaterialTranslation No errors.