Query Metrics

732 Database Queries
9 Different statements
378.91 ms Query time
3 Invalid entities
865 Managed entities

Queries

Group similar statements

# Time Info
1 0.94 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.first_name AS first_name_21, t0.last_name AS last_name_22, t0.locale_code AS locale_code_23, t24.type AS type_25, t24.path AS path_26, t24.id AS id_27, t24.owner_id AS owner_id_28 FROM sylius_admin_user t0 LEFT JOIN sylius_avatar_image t24 ON t24.owner_id = t0.id WHERE t0.id = ?
Parameters:
[
  5
]
2 0.95 ms
SELECT t0.code AS code_1, t0.name AS name_2, t0.color AS color_3, t0.description AS description_4, t0.enabled AS enabled_5, t0.hostname AS hostname_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.id AS id_9, t0.theme_name AS theme_name_10, t0.tax_calculation_strategy AS tax_calculation_strategy_11, t0.contact_email AS contact_email_12, t0.contact_phone_number AS contact_phone_number_13, t0.skipping_shipping_step_allowed AS skipping_shipping_step_allowed_14, t0.skipping_payment_step_allowed AS skipping_payment_step_allowed_15, t0.account_verification_required AS account_verification_required_16, t0.shipping_address_in_checkout_required AS shipping_address_in_checkout_required_17, t0.default_locale_id AS default_locale_id_18, t19.code AS code_20, t19.created_at AS created_at_21, t19.updated_at AS updated_at_22, t19.id AS id_23, t0.base_currency_id AS base_currency_id_24, t25.code AS code_26, t25.created_at AS created_at_27, t25.updated_at AS updated_at_28, t25.id AS id_29, t0.default_tax_zone_id AS default_tax_zone_id_30, t0.menu_taxon_id AS menu_taxon_id_31, t0.shop_billing_data_id AS shop_billing_data_id_32, t0.channel_price_history_config_id AS channel_price_history_config_id_33 FROM sylius_channel t0 INNER JOIN sylius_locale t19 ON t0.default_locale_id = t19.id INNER JOIN sylius_currency t25 ON t0.base_currency_id = t25.id WHERE t0.hostname = ? AND t0.enabled = ? ORDER BY t0.id ASC LIMIT 1
Parameters:
[
  "gestion.ecoleconduitevachon.com"
  1
]
3 1.87 ms
SELECT d0_.id AS id_0, d0_.start AS start_1, d0_.end AS end_2, d0_.student_id AS student_id_3 FROM disponibility_missed d0_ WHERE d0_.start >= ? AND d0_.end <= ? ORDER BY d0_.end DESC, d0_.id ASC
Parameters:
[
  "2025-07-07T00:00:00-04:00"
  "2025-07-14T00:00:00-04:00"
]
4 24.61 ms
SELECT d0_.id AS id_0, d0_.start AS start_1, d0_.end AS end_2, d0_.public AS public_3, d0_.reserved AS reserved_4, d0_.double_exit AS double_exit_5, d0_.pause AS pause_6, d0_.exit_number AS exit_number_7, d0_.id_calendar AS id_calendar_8, d0_.instructorName AS instructorName_9, d0_.note AS note_10, d0_.studentName AS studentName_11, d0_.shopUser_id AS shopUser_id_12, d0_.student_id AS student_id_13, d0_.taxon_id AS taxon_id_14, d0_.pickup_point_id AS pickup_point_id_15, d0_.disponibility_id AS disponibility_id_16, d0_.disponibility_id AS disponibility_id_17, d0_.disponibility_id AS disponibility_id_18, d0_.disponibility_id AS disponibility_id_19, d0_.disponibility_id AS disponibility_id_20, d0_.disponibility_id AS disponibility_id_21, d0_.disponibility_id AS disponibility_id_22, d0_.disponibility_id AS disponibility_id_23, d0_.disponibility_id AS disponibility_id_24, d0_.disponibility_id AS disponibility_id_25, d0_.disponibility_id AS disponibility_id_26, d0_.disponibility_id AS disponibility_id_27, d0_.disponibility_id AS disponibility_id_28, d0_.disponibility_id AS disponibility_id_29, d0_.disponibility_id AS disponibility_id_30 FROM disponibility d0_ WHERE d0_.start >= ? AND d0_.end <= ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  "2025-07-07T00:00:00-04:00"
  "2025-07-14T00:00:00-04:00"
]
5 0.91 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33197
]
6 0.85 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  2976
  "2025-07-07T00:00:00-04:00"
]
7 0.52 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33484
]
8 0.43 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33541
]
9 0.50 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5682
  "2025-07-07T00:00:00-04:00"
]
10 0.43 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33568
]
11 0.54 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  3822
  "2025-07-07T00:00:00-04:00"
]
12 0.53 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  32379
]
13 0.46 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  4789
  "2025-07-07T00:00:00-04:00"
]
14 0.44 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33542
]
15 0.52 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5231
  "2025-07-07T00:00:00-04:00"
]
16 0.51 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33569
]
17 0.55 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5689
  "2025-07-07T00:00:00-04:00"
]
18 0.49 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  32380
]
19 0.48 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  4380
  "2025-07-07T00:00:00-04:00"
]
20 0.46 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33543
]
21 0.50 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5708
  "2025-07-07T00:00:00-04:00"
]
22 0.47 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33570
]
23 0.48 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5633
  "2025-07-07T00:00:00-04:00"
]
24 0.46 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  32381
]
25 0.51 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5547
  "2025-07-07T00:00:00-04:00"
]
26 0.49 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33544
]
27 0.44 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5646
  "2025-07-07T00:00:00-04:00"
]
28 0.56 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33571
]
29 0.61 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  4779
  "2025-07-07T00:00:00-04:00"
]
30 0.58 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  32393
]
31 0.59 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5533
  "2025-07-07T00:00:00-04:00"
]
32 0.53 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33546
]
33 0.52 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5629
  "2025-07-07T00:00:00-04:00"
]
34 0.51 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33573
]
35 0.60 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  4936
  "2025-07-07T00:00:00-04:00"
]
36 0.52 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33970
]
37 0.58 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5002
  "2025-07-07T00:00:00-04:00"
]
38 0.55 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  32394
]
39 0.60 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  3588
  "2025-07-07T00:00:00-04:00"
]
40 0.53 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33547
]
41 0.48 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5699
  "2025-07-07T00:00:00-04:00"
]
42 0.52 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33574
]
43 0.49 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5306
  "2025-07-07T00:00:00-04:00"
]
44 0.43 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33971
]
45 0.57 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  32395
]
46 0.57 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5370
  "2025-07-07T00:00:00-04:00"
]
47 0.42 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33548
]
48 0.48 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5061
  "2025-07-07T00:00:00-04:00"
]
49 0.46 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33575
]
50 0.44 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  4797
  "2025-07-07T00:00:00-04:00"
]
51 0.52 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33972
]
52 0.60 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  4562
  "2025-07-07T00:00:00-04:00"
]
53 0.49 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33549
]
54 0.48 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  4427
  "2025-07-07T00:00:00-04:00"
]
55 0.51 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33576
]
56 0.55 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5860
  "2025-07-07T00:00:00-04:00"
]
57 0.42 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33973
]
58 0.56 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5385
  "2025-07-07T00:00:00-04:00"
]
59 0.46 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  32146
]
60 0.53 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5580
  "2025-07-07T00:00:00-04:00"
]
61 0.51 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  32382
]
62 0.58 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5800
  "2025-07-07T00:00:00-04:00"
]
63 0.39 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33485
]
64 0.48 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33578
]
65 0.58 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  4878
  "2025-07-07T00:00:00-04:00"
]
66 0.41 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33770
]
67 0.44 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  4697
  "2025-07-07T00:00:00-04:00"
]
68 0.46 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  32147
]
69 0.49 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5505
  "2025-07-07T00:00:00-04:00"
]
70 0.49 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  32383
]
71 0.54 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33579
]
72 0.48 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5595
  "2025-07-07T00:00:00-04:00"
]
73 0.48 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33771
]
74 0.54 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5217
  "2025-07-07T00:00:00-04:00"
]
75 0.46 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  32148
]
76 0.50 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  4585
  "2025-07-07T00:00:00-04:00"
]
77 0.59 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  32384
]
78 0.53 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5463
  "2025-07-07T00:00:00-04:00"
]
79 0.47 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33580
]
80 0.55 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  4531
  "2025-07-07T00:00:00-04:00"
]
81 0.56 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33772
]
82 0.62 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  3772
  "2025-07-07T00:00:00-04:00"
]
83 0.53 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  32149
]
84 0.56 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5121
  "2025-07-07T00:00:00-04:00"
]
85 0.48 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  32385
]
86 0.60 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5372
  "2025-07-07T00:00:00-04:00"
]
87 0.40 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33581
]
88 0.57 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  4271
  "2025-07-07T00:00:00-04:00"
]
89 0.55 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33773
]
90 0.60 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  4228
  "2025-07-07T00:00:00-04:00"
]
91 0.54 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  32158
]
92 0.52 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5528
  "2025-07-07T00:00:00-04:00"
]
93 0.49 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  32396
]
94 0.56 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  4644
  "2025-07-07T00:00:00-04:00"
]
95 0.56 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33583
]
96 0.52 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5320
  "2025-07-07T00:00:00-04:00"
]
97 0.46 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33975
]
98 0.48 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5902
  "2025-07-07T00:00:00-04:00"
]
99 0.58 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  34123
]
100 0.58 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  4488
  "2025-07-07T00:00:00-04:00"
]
101 0.42 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  32159
]
102 0.53 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5039
  "2025-07-07T00:00:00-04:00"
]
103 0.50 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  32397
]
104 0.49 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  4628
  "2025-07-07T00:00:00-04:00"
]
105 0.47 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33584
]
106 0.43 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33976
]
107 0.44 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5812
  "2025-07-07T00:00:00-04:00"
]
108 0.48 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  34124
]
109 0.51 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  32160
]
110 0.52 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  4213
  "2025-07-07T00:00:00-04:00"
]
111 0.47 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  32398
]
112 0.59 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  4947
  "2025-07-07T00:00:00-04:00"
]
113 0.56 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33585
]
114 0.51 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  4248
  "2025-07-07T00:00:00-04:00"
]
115 0.45 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33777
]
116 0.62 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5215
  "2025-07-07T00:00:00-04:00"
]
117 0.42 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33977
]
118 0.39 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5732
  "2025-07-07T00:00:00-04:00"
]
119 0.52 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  34058
]
120 0.57 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5112
  "2025-07-07T00:00:00-04:00"
]
121 0.52 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33586
]
122 0.47 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  4650
  "2025-07-07T00:00:00-04:00"
]
123 0.48 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33978
]
124 0.55 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5564
  "2025-07-07T00:00:00-04:00"
]
125 0.48 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  34059
]
126 0.49 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5894
  "2025-07-07T00:00:00-04:00"
]
127 0.52 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  34060
]
128 0.44 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5308
  "2025-07-07T00:00:00-04:00"
]
129 0.49 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  34061
]
130 0.52 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5142
  "2025-07-07T00:00:00-04:00"
]
131 0.41 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33551
]
132 0.56 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5051
  "2025-07-07T00:00:00-04:00"
]
133 0.44 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  34083
]
134 0.40 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  32150
]
135 0.51 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5295
  "2025-07-07T00:00:00-04:00"
]
136 0.54 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  32386
]
137 0.56 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  4722
  "2025-07-07T00:00:00-04:00"
]
138 0.53 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33486
]
139 0.56 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33588
]
140 0.49 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  4914
  "2025-07-07T00:00:00-04:00"
]
141 0.49 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33779
]
142 0.52 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  4724
  "2025-07-07T00:00:00-04:00"
]
143 0.41 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33552
]
144 0.61 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5562
  "2025-07-07T00:00:00-04:00"
]
145 0.48 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  34084
]
146 0.43 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  32151
]
147 0.46 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5080
  "2025-07-07T00:00:00-04:00"
]
148 0.38 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  32387
]
149 0.44 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5630
  "2025-07-07T00:00:00-04:00"
]
150 0.50 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33589
]
151 0.50 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5179
  "2025-07-07T00:00:00-04:00"
]
152 0.50 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33780
]
153 0.46 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33553
]
154 0.56 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5688
  "2025-07-07T00:00:00-04:00"
]
155 0.43 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  34085
]
156 0.45 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  32152
]
157 0.53 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  4072
  "2025-07-07T00:00:00-04:00"
]
158 0.49 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  32388
]
159 0.54 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5416
  "2025-07-07T00:00:00-04:00"
]
160 0.51 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33590
]
161 0.54 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  4781
  "2025-07-07T00:00:00-04:00"
]
162 0.53 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33781
]
163 0.50 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  4698
  "2025-07-07T00:00:00-04:00"
]
164 0.47 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33554
]
165 0.43 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  4491
  "2025-07-07T00:00:00-04:00"
]
166 0.47 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  34086
]
167 0.46 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  32153
]
168 0.46 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5817
  "2025-07-07T00:00:00-04:00"
]
169 0.40 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  32389
]
170 0.57 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  4733
  "2025-07-07T00:00:00-04:00"
]
171 0.43 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33591
]
172 0.43 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5391
  "2025-07-07T00:00:00-04:00"
]
173 0.46 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33782
]
174 0.44 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5419
  "2025-07-07T00:00:00-04:00"
]
175 0.43 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33555
]
176 0.45 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5730
  "2025-07-07T00:00:00-04:00"
]
177 0.40 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  34087
]
178 0.37 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  32161
]
179 0.45 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5649
  "2025-07-07T00:00:00-04:00"
]
180 0.51 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  32399
]
181 0.52 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  4848
  "2025-07-07T00:00:00-04:00"
]
182 0.50 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33556
]
183 0.49 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5202
  "2025-07-07T00:00:00-04:00"
]
184 0.57 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33593
]
185 0.64 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  3768
  "2025-07-07T00:00:00-04:00"
]
186 0.48 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33784
]
187 0.55 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5354
  "2025-07-07T00:00:00-04:00"
]
188 0.51 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33980
]
189 0.54 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  4456
  "2025-07-07T00:00:00-04:00"
]
190 0.47 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  34077
]
191 0.47 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  4907
  "2025-07-07T00:00:00-04:00"
]
192 0.41 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  32162
]
193 0.49 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5034
  "2025-07-07T00:00:00-04:00"
]
194 0.47 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  32400
]
195 0.55 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  4527
  "2025-07-07T00:00:00-04:00"
]
196 0.46 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33594
]
197 0.48 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5589
  "2025-07-07T00:00:00-04:00"
]
198 0.57 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33785
]
199 0.39 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5624
  "2025-07-07T00:00:00-04:00"
]
200 0.48 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33981
]
201 0.59 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  4719
  "2025-07-07T00:00:00-04:00"
]
202 0.51 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  34081
]
203 0.54 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  4910
  "2025-07-07T00:00:00-04:00"
]
204 0.55 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  32163
]
205 0.53 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  32401
]
206 0.48 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5537
  "2025-07-07T00:00:00-04:00"
]
207 0.48 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33595
]
208 0.45 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5018
  "2025-07-07T00:00:00-04:00"
]
209 0.39 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33786
]
210 0.48 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  4803
  "2025-07-07T00:00:00-04:00"
]
211 0.38 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  34079
]
212 0.54 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  3837
  "2025-07-07T00:00:00-04:00"
]
213 0.52 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  34089
]
214 0.47 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33596
]
215 0.48 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5021
  "2025-07-07T00:00:00-04:00"
]
216 0.52 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33983
]
217 0.60 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  3421
  "2025-07-07T00:00:00-04:00"
]
218 0.44 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  34090
]
219 0.56 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33914
]
220 0.51 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5477
  "2025-07-07T00:00:00-04:00"
]
221 0.44 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  34092
]
222 0.47 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  32154
]
223 0.53 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5222
  "2025-07-07T00:00:00-04:00"
]
224 0.51 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33487
]
225 0.52 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33558
]
226 0.48 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5412
  "2025-07-07T00:00:00-04:00"
]
227 0.48 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33598
]
228 0.42 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33915
]
229 0.41 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5563
  "2025-07-07T00:00:00-04:00"
]
230 0.48 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  34093
]
231 0.52 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  32155
]
232 0.49 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  2410
  "2025-07-07T00:00:00-04:00"
]
233 0.46 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33559
]
234 0.43 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5198
  "2025-07-07T00:00:00-04:00"
]
235 0.49 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5257
  "2025-07-07T00:00:00-04:00"
]
236 0.53 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33599
]
237 0.39 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5608
  "2025-07-07T00:00:00-04:00"
]
238 0.40 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33916
]
239 0.44 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5703
  "2025-07-07T00:00:00-04:00"
]
240 0.47 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  34094
]
241 0.49 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33511
]
242 0.53 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  4966
  "2025-07-07T00:00:00-04:00"
]
243 0.51 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5303
  "2025-07-07T00:00:00-04:00"
]
244 0.49 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33560
]
245 0.46 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33600
]
246 0.41 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33917
]
247 0.53 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5749
  "2025-07-07T00:00:00-04:00"
]
248 0.53 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  34095
]
249 0.56 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33512
]
250 0.50 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33561
]
251 0.56 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5340
  "2025-07-07T00:00:00-04:00"
]
252 0.47 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33601
]
253 0.56 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  3625
  "2025-07-07T00:00:00-04:00"
]
254 0.55 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33918
]
255 0.52 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  2988
  "2025-07-07T00:00:00-04:00"
]
256 0.44 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  34096
]
257 0.61 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  32164
]
258 0.62 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  4748
  "2025-07-07T00:00:00-04:00"
]
259 0.54 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33563
]
260 0.47 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5659
  "2025-07-07T00:00:00-04:00"
]
261 0.44 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33603
]
262 0.44 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5470
  "2025-07-07T00:00:00-04:00"
]
263 0.45 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33985
]
264 0.45 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5752
  "2025-07-07T00:00:00-04:00"
]
265 0.48 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33920
]
266 0.43 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  4233
  "2025-07-07T00:00:00-04:00"
]
267 0.38 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  34099
]
268 0.42 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  32165
]
269 0.55 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5362
  "2025-07-07T00:00:00-04:00"
]
270 0.50 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33564
]
271 0.51 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  4754
  "2025-07-07T00:00:00-04:00"
]
272 0.41 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33604
]
273 0.43 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33986
]
274 0.50 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  4709
  "2025-07-07T00:00:00-04:00"
]
275 0.45 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33921
]
276 0.51 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  4330
  "2025-07-07T00:00:00-04:00"
]
277 0.46 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  34100
]
278 0.47 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  32166
]
279 0.49 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5163
  "2025-07-07T00:00:00-04:00"
]
280 0.45 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33565
]
281 0.52 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  4793
  "2025-07-07T00:00:00-04:00"
]
282 0.41 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33605
]
283 0.50 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  4020
  "2025-07-07T00:00:00-04:00"
]
284 0.45 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  34080
]
285 0.42 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  34070
]
286 0.50 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5864
  "2025-07-07T00:00:00-04:00"
]
287 0.44 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  34097
]
288 0.47 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  3808
  "2025-07-07T00:00:00-04:00"
]
289 0.46 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33566
]
290 0.46 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33606
]
291 0.43 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  4686
  "2025-07-07T00:00:00-04:00"
]
292 0.46 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33988
]
293 0.49 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  4246
  "2025-07-07T00:00:00-04:00"
]
294 0.44 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  34071
]
295 0.49 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  4652
  "2025-07-07T00:00:00-04:00"
]
296 0.45 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  34101
]
297 0.42 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  34067
]
298 0.57 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  3576
  "2025-07-07T00:00:00-04:00"
]
299 0.56 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  34068
]
300 0.45 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33608
]
301 0.58 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  4770
  "2025-07-07T00:00:00-04:00"
]
302 0.56 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33788
]
303 0.51 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  4940
  "2025-07-07T00:00:00-04:00"
]
304 0.48 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33924
]
305 0.54 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  4111
  "2025-07-07T00:00:00-04:00"
]
306 0.52 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33990
]
307 0.50 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  2653
  "2025-07-07T00:00:00-04:00"
]
308 0.53 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33609
]
309 0.52 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5126
  "2025-07-07T00:00:00-04:00"
]
310 0.47 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33789
]
311 0.55 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5365
  "2025-07-07T00:00:00-04:00"
]
312 0.46 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33925
]
313 0.45 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5259
  "2025-07-07T00:00:00-04:00"
]
314 0.51 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33991
]
315 0.54 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  4677
  "2025-07-07T00:00:00-04:00"
]
316 0.43 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33610
]
317 0.49 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33790
]
318 0.57 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5054
  "2025-07-07T00:00:00-04:00"
]
319 0.46 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33992
]
320 0.46 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5663
  "2025-07-07T00:00:00-04:00"
]
321 0.52 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  34052
]
322 0.57 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5056
  "2025-07-07T00:00:00-04:00"
]
323 0.48 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5063
  "2025-07-07T00:00:00-04:00"
]
324 0.48 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33611
]
325 0.48 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33791
]
326 0.53 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33993
]
327 0.52 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  4720
  "2025-07-07T00:00:00-04:00"
]
328 0.51 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  34053
]
329 0.42 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33613
]
330 0.51 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5195
  "2025-07-07T00:00:00-04:00"
]
331 0.45 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33793
]
332 0.52 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  4687
  "2025-07-07T00:00:00-04:00"
]
333 0.45 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33929
]
334 0.51 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  4646
  "2025-07-07T00:00:00-04:00"
]
335 0.44 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33995
]
336 0.48 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5317
  "2025-07-07T00:00:00-04:00"
]
337 0.49 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5318
  "2025-07-07T00:00:00-04:00"
]
338 0.52 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33614
]
339 0.59 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5556
  "2025-07-07T00:00:00-04:00"
]
340 0.52 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33794
]
341 0.45 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5612
  "2025-07-07T00:00:00-04:00"
]
342 0.49 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33930
]
343 0.48 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  4992
  "2025-07-07T00:00:00-04:00"
]
344 0.41 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33996
]
345 0.44 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33615
]
346 0.50 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  4990
  "2025-07-07T00:00:00-04:00"
]
347 0.43 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33795
]
348 0.55 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5758
  "2025-07-07T00:00:00-04:00"
]
349 0.51 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33931
]
350 0.53 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  4809
  "2025-07-07T00:00:00-04:00"
]
351 0.50 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33997
]
352 0.53 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5190
  "2025-07-07T00:00:00-04:00"
]
353 0.53 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 INNER JOIN student_disponibility ON t0.id = student_disponibility.student_id WHERE student_disponibility.disponibility_id = ?
Parameters:
[
  33616
]
354 0.53 ms
SELECT d0_.id AS id_0 FROM disponibility d0_ WHERE EXISTS (SELECT 1 FROM student_disponibility s1_ WHERE s1_.disponibility_id = d0_.id AND s1_.student_id IN (?)) AND d0_.start < ? ORDER BY d0_.start ASC, d0_.id ASC
Parameters:
[
  5418
  "2025-07-07T00:00:00-04:00"
]
355 0.44 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 WHERE t0.id = ?
Parameters:
[
  4429
]
356 0.67 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  4554
]
357 0.44 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 WHERE t0.id = ?
Parameters:
[
  5088
]
358 0.48 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5212
]
359 0.41 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 WHERE t0.id = ?
Parameters:
[
  5527
]
360 0.48 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5664
]
361 0.36 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 WHERE t0.id = ?
Parameters:
[
  5458
]
362 0.49 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5595
]
363 0.51 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  4833
]
364 0.48 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5498
]
365 0.60 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  4872
]
366 0.38 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 WHERE t0.id = ?
Parameters:
[
  3647
]
367 0.50 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  3767
]
368 0.36 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 WHERE t0.id = ?
Parameters:
[
  5555
]
369 0.51 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5692
]
370 0.44 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 WHERE t0.id = ?
Parameters:
[
  5097
]
371 0.52 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5221
]
372 0.40 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 WHERE t0.id = ?
Parameters:
[
  5272
]
373 0.53 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5408
]
374 0.51 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 WHERE t0.id = ?
Parameters:
[
  5193
]
375 0.53 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5317
]
376 0.41 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 WHERE t0.id = ?
Parameters:
[
  5667
]
377 0.56 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5806
]
378 0.52 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  4353
]
379 0.49 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  3703
]
380 0.44 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 WHERE t0.id = ?
Parameters:
[
  5440
]
381 0.48 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5577
]
382 0.43 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 WHERE t0.id = ?
Parameters:
[
  5342
]
383 0.52 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5478
]
384 0.57 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  4768
]
385 0.53 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  3084
]
386 0.45 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 WHERE t0.id = ?
Parameters:
[
  2946
]
387 0.53 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  3054
]
388 0.55 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33197
  2976
]
389 0.47 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 WHERE t0.id = ?
Parameters:
[
  2834
]
390 0.57 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  2942
]
391 0.54 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 WHERE t0.id = ?
Parameters:
[
  2916
]
392 0.53 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  3024
]
393 0.48 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33541
  5682
]
394 0.62 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5821
]
395 0.44 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 WHERE t0.id = ?
Parameters:
[
  3042
]
396 0.52 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  3150
]
397 0.44 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33568
  3822
]
398 0.51 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  3944
]
399 0.46 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  32379
  4789
]
400 0.50 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  4913
]
401 0.38 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33542
  5231
]
402 0.50 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5355
]
403 0.40 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33569
  5689
]
404 0.45 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5828
]
405 0.38 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  32380
  4380
]
406 0.43 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  4505
]
407 0.44 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33543
  5708
]
408 0.46 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5847
]
409 0.39 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33570
  5633
]
410 0.42 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5771
]
411 0.44 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  32381
  5547
]
412 0.56 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5684
]
413 0.40 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33544
  5646
]
414 0.44 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5785
]
415 0.40 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33571
  4779
]
416 0.43 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  4903
]
417 0.38 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  32393
  5533
]
418 0.42 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5670
]
419 0.46 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33546
  5629
]
420 0.47 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5767
]
421 0.41 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33573
  4936
]
422 0.47 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5060
]
423 0.36 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 WHERE t0.id = ?
Parameters:
[
  4921
]
424 0.43 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5045
]
425 0.45 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33970
  5002
]
426 0.55 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5126
]
427 0.51 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  32394
  3588
]
428 0.37 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33547
  5699
]
429 0.46 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5838
]
430 0.37 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33574
  5306
]
431 0.47 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5442
]
432 0.41 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33971
  5002
]
433 0.36 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  32395
  5370
]
434 0.56 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5506
]
435 0.45 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33548
  5061
]
436 0.48 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5185
]
437 0.35 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33575
  4797
]
438 0.42 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  4921
]
439 0.40 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33972
  4562
]
440 0.46 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  4686
]
441 0.48 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33549
  4427
]
442 0.51 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  4552
]
443 0.34 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33576
  5860
]
444 0.39 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  6003
]
445 0.32 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33973
  5385
]
446 0.44 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5521
]
447 0.32 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 WHERE t0.id = ?
Parameters:
[
  5154
]
448 0.52 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5278
]
449 0.38 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  32146
  5580
]
450 0.40 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5717
]
451 0.36 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  32382
  5800
]
452 0.44 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5942
]
453 0.42 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33578
  4878
]
454 0.44 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5002
]
455 0.40 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 WHERE t0.id = ?
Parameters:
[
  3005
]
456 0.58 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  3113
]
457 0.40 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33770
  4697
]
458 0.63 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  4821
]
459 0.40 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  32147
  5505
]
460 0.46 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5642
]
461 0.39 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  32383
  5370
]
462 0.42 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33579
  5595
]
463 0.51 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5733
]
464 0.45 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33771
  5217
]
465 0.52 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5341
]
466 0.45 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  32148
  4585
]
467 0.46 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  4709
]
468 0.39 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  32384
  5463
]
469 0.47 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5600
]
470 0.50 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33580
  4531
]
471 0.49 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  4655
]
472 0.41 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33772
  3772
]
473 0.55 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  3892
]
474 0.44 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  32149
  5121
]
475 0.52 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5245
]
476 0.36 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  32385
  5372
]
477 0.45 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5508
]
478 0.47 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33581
  4271
]
479 0.50 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  4396
]
480 0.42 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33773
  4228
]
481 0.36 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  32158
  5528
]
482 0.47 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5665
]
483 0.41 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  32396
  4644
]
484 0.37 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33583
  5320
]
485 0.50 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5456
]
486 0.47 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33975
  5902
]
487 0.44 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  6045
]
488 0.38 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  34123
  4488
]
489 0.52 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  4612
]
490 0.36 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  32159
  5039
]
491 0.45 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5163
]
492 0.38 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  32397
  4628
]
493 0.39 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  4752
]
494 0.44 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33584
  5320
]
495 0.42 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33976
  5812
]
496 0.44 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5954
]
497 0.38 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  34124
  4488
]
498 0.42 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  32160
  4213
]
499 0.46 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  4338
]
500 0.41 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  32398
  4947
]
501 0.46 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5071
]
502 0.44 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33585
  4248
]
503 0.50 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  4373
]
504 0.37 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33777
  5215
]
505 0.41 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5339
]
506 0.38 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33977
  5732
]
507 0.41 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5873
]
508 0.41 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 WHERE t0.id = ?
Parameters:
[
  2917
]
509 0.55 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  3025
]
510 0.43 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  34058
  5112
]
511 0.46 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5236
]
512 0.47 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33586
  4650
]
513 0.48 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  4774
]
514 0.42 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33978
  5564
]
515 0.49 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5701
]
516 0.40 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  34059
  5894
]
517 0.41 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  6037
]
518 0.37 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  34060
  5308
]
519 0.48 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5444
]
520 0.39 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  34061
  5142
]
521 0.42 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5266
]
522 0.38 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33551
  5051
]
523 0.42 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5175
]
524 0.38 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 WHERE t0.id = ?
Parameters:
[
  2948
]
525 0.41 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  3056
]
526 0.36 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  32150
  5295
]
527 0.42 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5431
]
528 0.37 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  32386
  4722
]
529 0.43 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  4846
]
530 0.44 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33588
  4914
]
531 0.43 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5038
]
532 0.38 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33779
  4724
]
533 0.46 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  4848
]
534 0.36 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33552
  5562
]
535 0.43 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5699
]
536 0.40 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  32151
  5080
]
537 0.45 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5204
]
538 0.35 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  32387
  5630
]
539 0.42 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5768
]
540 0.38 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33589
  5179
]
541 0.46 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5303
]
542 0.42 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33780
  4724
]
543 0.41 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33553
  5688
]
544 0.45 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5827
]
545 0.39 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  32152
  4072
]
546 0.47 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  4197
]
547 0.43 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  32388
  5416
]
548 0.53 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5552
]
549 0.43 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33590
  4781
]
550 0.51 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  4905
]
551 0.39 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33781
  4698
]
552 0.50 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  4822
]
553 0.38 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33554
  4491
]
554 0.42 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  4615
]
555 0.37 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  32153
  5817
]
556 0.50 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5959
]
557 0.49 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  32389
  4733
]
558 0.45 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  4857
]
559 0.48 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33591
  5391
]
560 0.61 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5527
]
561 0.50 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33782
  5419
]
562 0.61 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5555
]
563 0.51 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33555
  5730
]
564 0.53 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5871
]
565 0.45 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  32161
  5649
]
566 0.53 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5788
]
567 0.45 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  32399
  4848
]
568 0.64 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  4972
]
569 0.46 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33556
  5202
]
570 0.63 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5326
]
571 0.47 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33593
  3768
]
572 0.59 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  3888
]
573 0.51 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33784
  5354
]
574 0.61 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5490
]
575 0.50 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33980
  4456
]
576 0.55 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  4580
]
577 0.42 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  34077
  4907
]
578 0.59 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5031
]
579 0.47 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  32162
  5034
]
580 0.53 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5158
]
581 0.46 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  32400
  4527
]
582 0.53 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  4651
]
583 0.44 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33594
  5589
]
584 0.54 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5726
]
585 0.43 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33785
  5624
]
586 0.55 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5762
]
587 0.48 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33981
  4719
]
588 0.51 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  4843
]
589 0.49 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  34081
  4910
]
590 0.58 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5034
]
591 0.44 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  32163
  5034
]
592 0.53 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  32401
  5537
]
593 0.58 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5674
]
594 0.43 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33595
  5018
]
595 0.54 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5142
]
596 0.48 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33786
  4803
]
597 0.60 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  4927
]
598 0.46 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  34079
  3837
]
599 0.55 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  3959
]
600 0.41 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33596
  5021
]
601 0.43 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5145
]
602 0.43 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33983
  3421
]
603 0.50 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  3530
]
604 0.40 ms
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.enabled AS enabled_3, t0.salt AS salt_4, t0.password AS password_5, t0.encoder_name AS encoder_name_6, t0.last_login AS last_login_7, t0.password_reset_token AS password_reset_token_8, t0.password_requested_at AS password_requested_at_9, t0.email_verification_token AS email_verification_token_10, t0.verified_at AS verified_at_11, t0.locked AS locked_12, t0.expires_at AS expires_at_13, t0.credentials_expire_at AS credentials_expire_at_14, t0.roles AS roles_15, t0.email AS email_16, t0.email_canonical AS email_canonical_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.id AS id_20, t0.login_token AS login_token_21, t0.tutor_id AS tutor_id_22, t0.customer_id AS customer_id_23 FROM sylius_shop_user t0 WHERE t0.id = ?
Parameters:
[
  2945
]
605 0.51 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  3053
]
606 0.42 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33914
  5477
]
607 0.53 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5614
]
608 0.40 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  32154
  5222
]
609 0.43 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5346
]
610 0.40 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33558
  5412
]
611 0.41 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5548
]
612 0.35 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33915
  5563
]
613 0.59 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5700
]
614 0.38 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  32155
  2410
]
615 0.43 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  2514
]
616 0.48 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33559
  5198
]
617 0.55 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5322
]
618 0.45 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33559
  5257
]
619 0.47 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5393
]
620 0.39 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33599
  5608
]
621 0.48 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5746
]
622 0.35 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33916
  5703
]
623 0.47 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5842
]
624 0.39 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33511
  4966
]
625 0.42 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5090
]
626 0.41 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33511
  5303
]
627 0.57 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5439
]
628 0.43 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33560
  5198
]
629 0.43 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33560
  5257
]
630 0.42 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33917
  5749
]
631 0.50 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5890
]
632 0.48 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33512
  4966
]
633 0.54 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33512
  5303
]
634 0.48 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33561
  5340
]
635 0.55 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5476
]
636 0.44 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33601
  3625
]
637 0.54 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  3745
]
638 0.44 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33918
  2988
]
639 0.46 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  3096
]
640 0.42 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  32164
  4748
]
641 0.38 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33563
  5659
]
642 0.56 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5798
]
643 0.50 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33603
  5470
]
644 0.46 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5607
]
645 0.41 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33985
  5752
]
646 0.57 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5893
]
647 0.43 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33920
  4233
]
648 0.51 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  4358
]
649 0.41 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  32165
  5362
]
650 0.41 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33564
  4754
]
651 0.55 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  4878
]
652 0.50 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33986
  4709
]
653 0.44 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33921
  4330
]
654 0.50 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  4455
]
655 0.45 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  32166
  5163
]
656 0.57 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5287
]
657 0.46 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33565
  4793
]
658 0.50 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  4917
]
659 0.41 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33605
  4020
]
660 0.53 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  4146
]
661 0.47 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  34080
  3837
]
662 0.41 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  34070
  5864
]
663 0.53 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  6007
]
664 0.44 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  34097
  3808
]
665 0.51 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  3929
]
666 0.42 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33566
  4793
]
667 0.39 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33606
  4686
]
668 0.58 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  4810
]
669 0.47 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33988
  4246
]
670 0.51 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  4371
]
671 0.44 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  34071
  4652
]
672 0.57 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  4776
]
673 0.47 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  34067
  3576
]
674 0.59 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  3691
]
675 0.46 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  34068
  3576
]
676 0.40 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33608
  4770
]
677 0.59 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  4894
]
678 0.40 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33788
  4940
]
679 0.49 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5064
]
680 0.40 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33924
  4111
]
681 0.54 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  4236
]
682 0.45 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33990
  2653
]
683 0.52 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  2761
]
684 0.45 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33609
  5126
]
685 0.54 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5250
]
686 0.45 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33789
  5365
]
687 0.62 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5501
]
688 0.41 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33925
  5259
]
689 0.54 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5395
]
690 0.44 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33991
  4677
]
691 0.50 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  4801
]
692 0.43 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33790
  5054
]
693 0.57 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5178
]
694 0.48 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33992
  5663
]
695 0.56 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5802
]
696 0.57 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  34052
  5056
]
697 0.62 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5180
]
698 0.56 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  34052
  5063
]
699 0.62 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5187
]
700 0.46 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33791
  5054
]
701 0.48 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33993
  4720
]
702 0.57 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  4844
]
703 0.50 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  34053
  5056
]
704 0.51 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  34053
  5063
]
705 0.46 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33613
  5195
]
706 0.52 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5319
]
707 0.44 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33793
  4687
]
708 0.59 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  4811
]
709 0.43 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33929
  4646
]
710 0.56 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  4770
]
711 0.55 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33995
  5317
]
712 0.52 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5453
]
713 0.51 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33995
  5318
]
714 0.54 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5454
]
715 0.39 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33614
  5556
]
716 0.52 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5693
]
717 0.44 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33794
  5612
]
718 0.54 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5750
]
719 0.43 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33930
  4992
]
720 0.62 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5116
]
721 0.47 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33996
  5317
]
722 0.52 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33996
  5318
]
723 0.50 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33615
  4990
]
724 0.54 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5114
]
725 0.41 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33795
  5758
]
726 0.60 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5899
]
727 0.45 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33931
  4809
]
728 0.60 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  4933
]
729 0.41 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33997
  5190
]
730 0.54 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5314
]
731 0.43 ms
SELECT e0_.number AS number_0 FROM exit_number e0_ WHERE e0_.disponibility_id = ? AND e0_.student_id = ? ORDER BY e0_.id ASC LIMIT 1
Parameters:
[
  33616
  5418
]
732 0.52 ms
SELECT t0.email AS email_1, t0.email_canonical AS email_canonical_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.birthday AS birthday_5, t0.gender AS gender_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.phone_number AS phone_number_9, t0.subscribed_to_newsletter AS subscribed_to_newsletter_10, t0.id AS id_11, t0.tutorname AS tutorname_12, t0.tutoremail AS tutoremail_13, t0.permitnumber AS permitnumber_14, t0.secondary_phone_number AS secondary_phone_number_15, t0.pathprofilpic AS pathprofilpic_16, t0.bookAuthorization AS bookAuthorization_17, t0.customer_group_id AS customer_group_id_18, t0.default_address_id AS default_address_id_19, t20.username AS username_21, t20.username_canonical AS username_canonical_22, t20.enabled AS enabled_23, t20.salt AS salt_24, t20.password AS password_25, t20.encoder_name AS encoder_name_26, t20.last_login AS last_login_27, t20.password_reset_token AS password_reset_token_28, t20.password_requested_at AS password_requested_at_29, t20.email_verification_token AS email_verification_token_30, t20.verified_at AS verified_at_31, t20.locked AS locked_32, t20.expires_at AS expires_at_33, t20.credentials_expire_at AS credentials_expire_at_34, t20.roles AS roles_35, t20.email AS email_36, t20.email_canonical AS email_canonical_37, t20.created_at AS created_at_38, t20.updated_at AS updated_at_39, t20.id AS id_40, t20.login_token AS login_token_41, t20.tutor_id AS tutor_id_42, t20.customer_id AS customer_id_43 FROM sylius_customer t0 LEFT JOIN sylius_shop_user t20 ON t20.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
  5554
]

Database Connections

Name Service
default doctrine.dbal.default_connection

Entity Managers

Name Service
default doctrine.orm.default_entity_manager

Second Level Cache

Second Level Cache is not enabled.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\User\ShopUser 331
App\Entity\Disponibilities\Disponibility 192
App\Entity\Customer\Customer 180
App\Entity\Addressing\Address 115
App\Entity\Disponibilities\Missed 30
App\Entity\PickupPoint\PickupPoint 5
App\Entity\Taxonomy\Taxon 4
App\Entity\Customer\CustomerGroup 2
App\Entity\User\AdminUser 1
App\Entity\Channel\Channel 1
App\Entity\Addressing\Zone 1
App\Entity\Channel\ShopBillingData 1
App\Entity\Locale\Locale 1
App\Entity\Currency\Currency 1

Entities Mapping

Class Mapping errors
Sylius\Component\Order\Model\Order No errors.
Sylius\Component\Core\Model\Order No errors.
App\Entity\Order\Order No errors.
Sylius\Component\Shipping\Model\Shipment No errors.
Sylius\Component\Core\Model\Shipment No errors.
App\Entity\Shipping\Shipment No errors.
Sylius\Component\User\Model\User No errors.
Sylius\Component\Core\Model\AdminUser No errors.
App\Entity\User\AdminUser No errors.
Sylius\Component\Core\Model\Image No errors.
Sylius\Component\Core\Model\AvatarImage No errors.
App\Entity\User\AvatarImage No errors.
Sylius\Component\User\Model\UserOAuth No errors.
App\Entity\User\UserOAuth No errors.
Sylius\Component\Channel\Model\Channel No errors.
Sylius\Component\Core\Model\Channel No errors.
App\Entity\Channel\Channel No errors.
Sylius\Component\Locale\Model\Locale No errors.
App\Entity\Locale\Locale No errors.
Sylius\Component\Currency\Model\Currency No errors.
App\Entity\Currency\Currency No errors.
Sylius\Component\Addressing\Model\Zone No errors.
App\Entity\Addressing\Zone No errors.
Sylius\Component\Taxonomy\Model\Taxon No errors.
Sylius\Component\Core\Model\Taxon No errors.
App\Entity\Taxonomy\Taxon No errors.
Sylius\Component\Core\Model\ShopBillingData No errors.
App\Entity\Channel\ShopBillingData No errors.
Sylius\Component\Core\Model\ChannelPriceHistoryConfig No errors.
App\Entity\Channel\ChannelPriceHistoryConfig No errors.
Sylius\Component\Addressing\Model\Country No errors.
App\Entity\Addressing\Country No errors.
App\Entity\Disponibilities\Disponibility
  • The association App\Entity\Disponibilities\Disponibility#students refers to the inverse side field App\Entity\User\ShopUser#students which does not exist.
  • The field App\Entity\Disponibilities\Disponibility#pickup_point is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\PickupPoint\PickupPoint#disponibility does not contain the required 'mappedBy="pickup_point"' attribute.
  • If association App\Entity\Disponibilities\Disponibility#pickup_point is many-to-one, then the inversed side App\Entity\PickupPoint\PickupPoint#disponibility has to be one-to-many.
App\Entity\Disponibilities\Missed No errors.
Sylius\Component\Core\Model\ShopUser No errors.
App\Entity\User\ShopUser
  • The field App\Entity\User\ShopUser#disponibilities is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\User\ShopUser#disponibilities does not contain the required 'inversedBy="disponibilities"' attribute.
App\Entity\PickupPoint\PickupPoint
  • The field App\Entity\PickupPoint\PickupPoint#disponibility is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\Disponibilities\Disponibility#pickup_point does not contain the required 'mappedBy="disponibility"' attribute.
  • If association App\Entity\PickupPoint\PickupPoint#disponibility is many-to-one, then the inversed side App\Entity\Disponibilities\Disponibility#pickup_point has to be one-to-many.
App\Entity\EvaluationForms\EvaluationFormOne No errors.
App\Entity\EvaluationForms\EvaluationFormTwo No errors.
App\Entity\EvaluationForms\EvaluationFormThree No errors.
App\Entity\EvaluationForms\EvaluationFormFour No errors.
App\Entity\EvaluationForms\EvaluationFormFive No errors.
App\Entity\EvaluationForms\EvaluationFormSix No errors.
App\Entity\EvaluationForms\EvaluationFormSeven No errors.
App\Entity\EvaluationForms\EvaluationFormEight No errors.
App\Entity\EvaluationForms\EvaluationFormNine No errors.
App\Entity\EvaluationForms\EvaluationFormTen No errors.
App\Entity\EvaluationForms\EvaluationFormEleven No errors.
App\Entity\EvaluationForms\EvaluationFormTwelve No errors.
App\Entity\EvaluationForms\EvaluationFormThirteen No errors.
App\Entity\EvaluationForms\EvaluationFormFourteen No errors.
App\Entity\EvaluationForms\EvaluationFormFifteen No errors.
App\Entity\Disponibilities\ExitNumber No errors.
Sylius\Component\Customer\Model\Customer No errors.
Sylius\Component\Core\Model\Customer No errors.
App\Entity\Customer\Customer No errors.
App\Entity\Evaluation\Evaluation No errors.
App\Entity\Phase\Phase No errors.
Sylius\Component\Customer\Model\CustomerGroup No errors.
App\Entity\Customer\CustomerGroup No errors.
Sylius\Component\Addressing\Model\Address No errors.
Sylius\Component\Core\Model\Address No errors.
App\Entity\Addressing\Address No errors.
Sylius\Component\Currency\Model\ExchangeRate No errors.
App\Entity\Currency\ExchangeRate No errors.
Sylius\Component\Payment\Model\PaymentMethod No errors.
Sylius\Component\Core\Model\PaymentMethod No errors.
App\Entity\Payment\PaymentMethod No errors.
Sylius\Component\Shipping\Model\ShippingMethod No errors.
Sylius\Component\Core\Model\ShippingMethod No errors.
App\Entity\Shipping\ShippingMethod No errors.