| 1 |
0.06 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.is_main AS is_main_4, t0.image_id AS image_id_5, t6.id AS id_7, t6.alt AS alt_8, t6.file_name AS file_name_9, t6.dimensions AS dimensions_10, t6.updated_at AS updated_at_11 FROM language t0 LEFT JOIN language_image t6 ON t0.image_id = t6.id WHERE t0.is_main = ? LIMIT 1
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.is_main AS is_main_4, t0.image_id AS image_id_5, t6.id AS id_7, t6.alt AS alt_8, t6.file_name AS file_name_9, t6.dimensions AS dimensions_10, t6.updated_at AS updated_at_11 FROM language t0 LEFT JOIN language_image t6 ON t0.image_id = t6.id WHERE t0.is_main = 1 LIMIT 1;
|
| 2 |
0.08 ms |
SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.last_name AS last_name_3, t0.email AS email_4, t0.phone AS phone_5, t0.description AS description_6, t0.username AS username_7, t0.roles AS roles_8, t0.password AS password_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.reset_token AS reset_token_12, t0.registration_token AS registration_token_13, t0.first_home_token AS first_home_token_14, t0.locale AS locale_15, t0.is_founder AS is_founder_16, t0.pre_reg_at AS pre_reg_at_17, t0.first_reminder_pre_reg_at AS first_reminder_pre_reg_at_18, t0.second_reminder_pre_reg_at AS second_reminder_pre_reg_at_19, t0.registration_completed_at AS registration_completed_at_20, t0.first_home_at AS first_home_at_21, t0.first_reminder_home_at AS first_reminder_home_at_22, t0.second_reminder_home_at AS second_reminder_home_at_23, t0.first_home_completed_at AS first_home_completed_at_24, t0.pre_reg_status AS pre_reg_status_25, t0.first_home_status AS first_home_status_26, t0.referral_code AS referral_code_27, t0.avatar_id AS avatar_id_28, t0.round_id AS round_id_29, t0.sponsor_id AS sponsor_id_30 FROM user t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.last_name AS last_name_3, t0.email AS email_4, t0.phone AS phone_5, t0.description AS description_6, t0.username AS username_7, t0.roles AS roles_8, t0.password AS password_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.reset_token AS reset_token_12, t0.registration_token AS registration_token_13, t0.first_home_token AS first_home_token_14, t0.locale AS locale_15, t0.is_founder AS is_founder_16, t0.pre_reg_at AS pre_reg_at_17, t0.first_reminder_pre_reg_at AS first_reminder_pre_reg_at_18, t0.second_reminder_pre_reg_at AS second_reminder_pre_reg_at_19, t0.registration_completed_at AS registration_completed_at_20, t0.first_home_at AS first_home_at_21, t0.first_reminder_home_at AS first_reminder_home_at_22, t0.second_reminder_home_at AS second_reminder_home_at_23, t0.first_home_completed_at AS first_home_completed_at_24, t0.pre_reg_status AS pre_reg_status_25, t0.first_home_status AS first_home_status_26, t0.referral_code AS referral_code_27, t0.avatar_id AS avatar_id_28, t0.round_id AS round_id_29, t0.sponsor_id AS sponsor_id_30 FROM user t0 WHERE t0.id = 2;
|
| 3 |
0.22 ms |
SELECT u0_.id AS id_0, u0_.first_name AS first_name_1, u0_.last_name AS last_name_2, u0_.email AS email_3, u0_.phone AS phone_4, u0_.description AS description_5, u0_.username AS username_6, u0_.roles AS roles_7, u0_.password AS password_8, u0_.created_at AS created_at_9, u0_.updated_at AS updated_at_10, u0_.reset_token AS reset_token_11, u0_.registration_token AS registration_token_12, u0_.first_home_token AS first_home_token_13, u0_.locale AS locale_14, u0_.is_founder AS is_founder_15, u0_.pre_reg_at AS pre_reg_at_16, u0_.first_reminder_pre_reg_at AS first_reminder_pre_reg_at_17, u0_.second_reminder_pre_reg_at AS second_reminder_pre_reg_at_18, u0_.registration_completed_at AS registration_completed_at_19, u0_.first_home_at AS first_home_at_20, u0_.first_reminder_home_at AS first_reminder_home_at_21, u0_.second_reminder_home_at AS second_reminder_home_at_22, u0_.first_home_completed_at AS first_home_completed_at_23, u0_.pre_reg_status AS pre_reg_status_24, u0_.first_home_status AS first_home_status_25, u0_.referral_code AS referral_code_26, u0_.avatar_id AS avatar_id_27, u0_.round_id AS round_id_28, u0_.sponsor_id AS sponsor_id_29 FROM user u0_ LEFT JOIN round r1_ ON u0_.round_id = r1_.id WHERE (u0_.roles LIKE ? OR u0_.roles LIKE ?) AND u0_.is_founder = ? AND (((u0_.first_name LIKE '%%' OR u0_.last_name LIKE '%%' OR u0_.email LIKE '%%' OR u0_.created_at LIKE '%%' OR u0_.pre_reg_status LIKE '%%' OR u0_.pre_reg_at LIKE '%%' OR u0_.first_reminder_pre_reg_at LIKE '%%' OR u0_.second_reminder_pre_reg_at LIKE '%%' OR u0_.registration_completed_at LIKE '%%' OR u0_.first_home_status LIKE '%%' OR u0_.first_home_at LIKE '%%' OR u0_.first_reminder_home_at LIKE '%%' OR u0_.second_reminder_home_at LIKE '%%' OR u0_.first_home_completed_at LIKE '%%' OR r1_.position LIKE '%%'))) GROUP BY u0_.id, u0_.first_name, u0_.last_name, u0_.email, u0_.phone, u0_.description, u0_.username, u0_.roles, u0_.password, u0_.created_at, u0_.updated_at, u0_.reset_token, u0_.registration_token, u0_.first_home_token, u0_.locale, u0_.is_founder, u0_.pre_reg_at, u0_.first_reminder_pre_reg_at, u0_.second_reminder_pre_reg_at, u0_.registration_completed_at, u0_.first_home_at, u0_.first_reminder_home_at, u0_.second_reminder_home_at, u0_.first_home_completed_at, u0_.pre_reg_status, u0_.first_home_status, u0_.referral_code, u0_.avatar_id, u0_.round_id, u0_.sponsor_id
Parameters: [
"%"ROLE_USER"%"
"%"ROLE_REGISTRATION_MANAGER"%"
1
]
SELECT
u0_.id AS id_0,
u0_.first_name AS first_name_1,
u0_.last_name AS last_name_2,
u0_.email AS email_3,
u0_.phone AS phone_4,
u0_.description AS description_5,
u0_.username AS username_6,
u0_.roles AS roles_7,
u0_.password AS password_8,
u0_.created_at AS created_at_9,
u0_.updated_at AS updated_at_10,
u0_.reset_token AS reset_token_11,
u0_.registration_token AS registration_token_12,
u0_.first_home_token AS first_home_token_13,
u0_.locale AS locale_14,
u0_.is_founder AS is_founder_15,
u0_.pre_reg_at AS pre_reg_at_16,
u0_.first_reminder_pre_reg_at AS first_reminder_pre_reg_at_17,
u0_.second_reminder_pre_reg_at AS second_reminder_pre_reg_at_18,
u0_.registration_completed_at AS registration_completed_at_19,
u0_.first_home_at AS first_home_at_20,
u0_.first_reminder_home_at AS first_reminder_home_at_21,
u0_.second_reminder_home_at AS second_reminder_home_at_22,
u0_.first_home_completed_at AS first_home_completed_at_23,
u0_.pre_reg_status AS pre_reg_status_24,
u0_.first_home_status AS first_home_status_25,
u0_.referral_code AS referral_code_26,
u0_.avatar_id AS avatar_id_27,
u0_.round_id AS round_id_28,
u0_.sponsor_id AS sponsor_id_29
FROM
user u0_
LEFT JOIN round r1_ ON u0_.round_id = r1_.id
WHERE
(
u0_.roles LIKE ?
OR u0_.roles LIKE ?
)
AND u0_.is_founder = ?
AND (
(
(
u0_.first_name LIKE '%%'
OR u0_.last_name LIKE '%%'
OR u0_.email LIKE '%%'
OR u0_.created_at LIKE '%%'
OR u0_.pre_reg_status LIKE '%%'
OR u0_.pre_reg_at LIKE '%%'
OR u0_.first_reminder_pre_reg_at LIKE '%%'
OR u0_.second_reminder_pre_reg_at LIKE '%%'
OR u0_.registration_completed_at LIKE '%%'
OR u0_.first_home_status LIKE '%%'
OR u0_.first_home_at LIKE '%%'
OR u0_.first_reminder_home_at LIKE '%%'
OR u0_.second_reminder_home_at LIKE '%%'
OR u0_.first_home_completed_at LIKE '%%'
OR r1_.position LIKE '%%'
)
)
)
GROUP BY
u0_.id,
u0_.first_name,
u0_.last_name,
u0_.email,
u0_.phone,
u0_.description,
u0_.username,
u0_.roles,
u0_.password,
u0_.created_at,
u0_.updated_at,
u0_.reset_token,
u0_.registration_token,
u0_.first_home_token,
u0_.locale,
u0_.is_founder,
u0_.pre_reg_at,
u0_.first_reminder_pre_reg_at,
u0_.second_reminder_pre_reg_at,
u0_.registration_completed_at,
u0_.first_home_at,
u0_.first_reminder_home_at,
u0_.second_reminder_home_at,
u0_.first_home_completed_at,
u0_.pre_reg_status,
u0_.first_home_status,
u0_.referral_code,
u0_.avatar_id,
u0_.round_id,
u0_.sponsor_id
SELECT u0_.id AS id_0, u0_.first_name AS first_name_1, u0_.last_name AS last_name_2, u0_.email AS email_3, u0_.phone AS phone_4, u0_.description AS description_5, u0_.username AS username_6, u0_.roles AS roles_7, u0_.password AS password_8, u0_.created_at AS created_at_9, u0_.updated_at AS updated_at_10, u0_.reset_token AS reset_token_11, u0_.registration_token AS registration_token_12, u0_.first_home_token AS first_home_token_13, u0_.locale AS locale_14, u0_.is_founder AS is_founder_15, u0_.pre_reg_at AS pre_reg_at_16, u0_.first_reminder_pre_reg_at AS first_reminder_pre_reg_at_17, u0_.second_reminder_pre_reg_at AS second_reminder_pre_reg_at_18, u0_.registration_completed_at AS registration_completed_at_19, u0_.first_home_at AS first_home_at_20, u0_.first_reminder_home_at AS first_reminder_home_at_21, u0_.second_reminder_home_at AS second_reminder_home_at_22, u0_.first_home_completed_at AS first_home_completed_at_23, u0_.pre_reg_status AS pre_reg_status_24, u0_.first_home_status AS first_home_status_25, u0_.referral_code AS referral_code_26, u0_.avatar_id AS avatar_id_27, u0_.round_id AS round_id_28, u0_.sponsor_id AS sponsor_id_29 FROM user u0_ LEFT JOIN round r1_ ON u0_.round_id = r1_.id WHERE (u0_.roles LIKE '%\"ROLE_USER\"%' OR u0_.roles LIKE '%\"ROLE_REGISTRATION_MANAGER\"%') AND u0_.is_founder = 1 AND (((u0_.first_name LIKE '%%' OR u0_.last_name LIKE '%%' OR u0_.email LIKE '%%' OR u0_.created_at LIKE '%%' OR u0_.pre_reg_status LIKE '%%' OR u0_.pre_reg_at LIKE '%%' OR u0_.first_reminder_pre_reg_at LIKE '%%' OR u0_.second_reminder_pre_reg_at LIKE '%%' OR u0_.registration_completed_at LIKE '%%' OR u0_.first_home_status LIKE '%%' OR u0_.first_home_at LIKE '%%' OR u0_.first_reminder_home_at LIKE '%%' OR u0_.second_reminder_home_at LIKE '%%' OR u0_.first_home_completed_at LIKE '%%' OR r1_.position LIKE '%%'))) GROUP BY u0_.id, u0_.first_name, u0_.last_name, u0_.email, u0_.phone, u0_.description, u0_.username, u0_.roles, u0_.password, u0_.created_at, u0_.updated_at, u0_.reset_token, u0_.registration_token, u0_.first_home_token, u0_.locale, u0_.is_founder, u0_.pre_reg_at, u0_.first_reminder_pre_reg_at, u0_.second_reminder_pre_reg_at, u0_.registration_completed_at, u0_.first_home_at, u0_.first_reminder_home_at, u0_.second_reminder_home_at, u0_.first_home_completed_at, u0_.pre_reg_status, u0_.first_home_status, u0_.referral_code, u0_.avatar_id, u0_.round_id, u0_.sponsor_id;
|
| 4 |
0.08 ms |
SELECT u0_.id AS id_0, u0_.first_name AS first_name_1, u0_.last_name AS last_name_2, u0_.email AS email_3, u0_.phone AS phone_4, u0_.description AS description_5, u0_.username AS username_6, u0_.roles AS roles_7, u0_.password AS password_8, u0_.created_at AS created_at_9, u0_.updated_at AS updated_at_10, u0_.reset_token AS reset_token_11, u0_.registration_token AS registration_token_12, u0_.first_home_token AS first_home_token_13, u0_.locale AS locale_14, u0_.is_founder AS is_founder_15, u0_.pre_reg_at AS pre_reg_at_16, u0_.first_reminder_pre_reg_at AS first_reminder_pre_reg_at_17, u0_.second_reminder_pre_reg_at AS second_reminder_pre_reg_at_18, u0_.registration_completed_at AS registration_completed_at_19, u0_.first_home_at AS first_home_at_20, u0_.first_reminder_home_at AS first_reminder_home_at_21, u0_.second_reminder_home_at AS second_reminder_home_at_22, u0_.first_home_completed_at AS first_home_completed_at_23, u0_.pre_reg_status AS pre_reg_status_24, u0_.first_home_status AS first_home_status_25, u0_.referral_code AS referral_code_26, u0_.avatar_id AS avatar_id_27, u0_.round_id AS round_id_28, u0_.sponsor_id AS sponsor_id_29 FROM user u0_ LEFT JOIN round r1_ ON u0_.round_id = r1_.id WHERE (u0_.roles LIKE ? OR u0_.roles LIKE ?) AND u0_.is_founder = ? AND (((u0_.first_name LIKE '%%' OR u0_.last_name LIKE '%%' OR u0_.email LIKE '%%' OR u0_.created_at LIKE '%%' OR u0_.pre_reg_status LIKE '%%' OR u0_.pre_reg_at LIKE '%%' OR u0_.first_reminder_pre_reg_at LIKE '%%' OR u0_.second_reminder_pre_reg_at LIKE '%%' OR u0_.registration_completed_at LIKE '%%' OR u0_.first_home_status LIKE '%%' OR u0_.first_home_at LIKE '%%' OR u0_.first_reminder_home_at LIKE '%%' OR u0_.second_reminder_home_at LIKE '%%' OR u0_.first_home_completed_at LIKE '%%' OR r1_.position LIKE '%%'))) GROUP BY u0_.id, u0_.first_name, u0_.last_name, u0_.email, u0_.phone, u0_.description, u0_.username, u0_.roles, u0_.password, u0_.created_at, u0_.updated_at, u0_.reset_token, u0_.registration_token, u0_.first_home_token, u0_.locale, u0_.is_founder, u0_.pre_reg_at, u0_.first_reminder_pre_reg_at, u0_.second_reminder_pre_reg_at, u0_.registration_completed_at, u0_.first_home_at, u0_.first_reminder_home_at, u0_.second_reminder_home_at, u0_.first_home_completed_at, u0_.pre_reg_status, u0_.first_home_status, u0_.referral_code, u0_.avatar_id, u0_.round_id, u0_.sponsor_id ORDER BY u0_.created_at DESC LIMIT 10
Parameters: [
"%"ROLE_USER"%"
"%"ROLE_REGISTRATION_MANAGER"%"
1
]
SELECT
u0_.id AS id_0,
u0_.first_name AS first_name_1,
u0_.last_name AS last_name_2,
u0_.email AS email_3,
u0_.phone AS phone_4,
u0_.description AS description_5,
u0_.username AS username_6,
u0_.roles AS roles_7,
u0_.password AS password_8,
u0_.created_at AS created_at_9,
u0_.updated_at AS updated_at_10,
u0_.reset_token AS reset_token_11,
u0_.registration_token AS registration_token_12,
u0_.first_home_token AS first_home_token_13,
u0_.locale AS locale_14,
u0_.is_founder AS is_founder_15,
u0_.pre_reg_at AS pre_reg_at_16,
u0_.first_reminder_pre_reg_at AS first_reminder_pre_reg_at_17,
u0_.second_reminder_pre_reg_at AS second_reminder_pre_reg_at_18,
u0_.registration_completed_at AS registration_completed_at_19,
u0_.first_home_at AS first_home_at_20,
u0_.first_reminder_home_at AS first_reminder_home_at_21,
u0_.second_reminder_home_at AS second_reminder_home_at_22,
u0_.first_home_completed_at AS first_home_completed_at_23,
u0_.pre_reg_status AS pre_reg_status_24,
u0_.first_home_status AS first_home_status_25,
u0_.referral_code AS referral_code_26,
u0_.avatar_id AS avatar_id_27,
u0_.round_id AS round_id_28,
u0_.sponsor_id AS sponsor_id_29
FROM
user u0_
LEFT JOIN round r1_ ON u0_.round_id = r1_.id
WHERE
(
u0_.roles LIKE ?
OR u0_.roles LIKE ?
)
AND u0_.is_founder = ?
AND (
(
(
u0_.first_name LIKE '%%'
OR u0_.last_name LIKE '%%'
OR u0_.email LIKE '%%'
OR u0_.created_at LIKE '%%'
OR u0_.pre_reg_status LIKE '%%'
OR u0_.pre_reg_at LIKE '%%'
OR u0_.first_reminder_pre_reg_at LIKE '%%'
OR u0_.second_reminder_pre_reg_at LIKE '%%'
OR u0_.registration_completed_at LIKE '%%'
OR u0_.first_home_status LIKE '%%'
OR u0_.first_home_at LIKE '%%'
OR u0_.first_reminder_home_at LIKE '%%'
OR u0_.second_reminder_home_at LIKE '%%'
OR u0_.first_home_completed_at LIKE '%%'
OR r1_.position LIKE '%%'
)
)
)
GROUP BY
u0_.id,
u0_.first_name,
u0_.last_name,
u0_.email,
u0_.phone,
u0_.description,
u0_.username,
u0_.roles,
u0_.password,
u0_.created_at,
u0_.updated_at,
u0_.reset_token,
u0_.registration_token,
u0_.first_home_token,
u0_.locale,
u0_.is_founder,
u0_.pre_reg_at,
u0_.first_reminder_pre_reg_at,
u0_.second_reminder_pre_reg_at,
u0_.registration_completed_at,
u0_.first_home_at,
u0_.first_reminder_home_at,
u0_.second_reminder_home_at,
u0_.first_home_completed_at,
u0_.pre_reg_status,
u0_.first_home_status,
u0_.referral_code,
u0_.avatar_id,
u0_.round_id,
u0_.sponsor_id
ORDER BY
u0_.created_at DESC
LIMIT
10
SELECT u0_.id AS id_0, u0_.first_name AS first_name_1, u0_.last_name AS last_name_2, u0_.email AS email_3, u0_.phone AS phone_4, u0_.description AS description_5, u0_.username AS username_6, u0_.roles AS roles_7, u0_.password AS password_8, u0_.created_at AS created_at_9, u0_.updated_at AS updated_at_10, u0_.reset_token AS reset_token_11, u0_.registration_token AS registration_token_12, u0_.first_home_token AS first_home_token_13, u0_.locale AS locale_14, u0_.is_founder AS is_founder_15, u0_.pre_reg_at AS pre_reg_at_16, u0_.first_reminder_pre_reg_at AS first_reminder_pre_reg_at_17, u0_.second_reminder_pre_reg_at AS second_reminder_pre_reg_at_18, u0_.registration_completed_at AS registration_completed_at_19, u0_.first_home_at AS first_home_at_20, u0_.first_reminder_home_at AS first_reminder_home_at_21, u0_.second_reminder_home_at AS second_reminder_home_at_22, u0_.first_home_completed_at AS first_home_completed_at_23, u0_.pre_reg_status AS pre_reg_status_24, u0_.first_home_status AS first_home_status_25, u0_.referral_code AS referral_code_26, u0_.avatar_id AS avatar_id_27, u0_.round_id AS round_id_28, u0_.sponsor_id AS sponsor_id_29 FROM user u0_ LEFT JOIN round r1_ ON u0_.round_id = r1_.id WHERE (u0_.roles LIKE '%\"ROLE_USER\"%' OR u0_.roles LIKE '%\"ROLE_REGISTRATION_MANAGER\"%') AND u0_.is_founder = 1 AND (((u0_.first_name LIKE '%%' OR u0_.last_name LIKE '%%' OR u0_.email LIKE '%%' OR u0_.created_at LIKE '%%' OR u0_.pre_reg_status LIKE '%%' OR u0_.pre_reg_at LIKE '%%' OR u0_.first_reminder_pre_reg_at LIKE '%%' OR u0_.second_reminder_pre_reg_at LIKE '%%' OR u0_.registration_completed_at LIKE '%%' OR u0_.first_home_status LIKE '%%' OR u0_.first_home_at LIKE '%%' OR u0_.first_reminder_home_at LIKE '%%' OR u0_.second_reminder_home_at LIKE '%%' OR u0_.first_home_completed_at LIKE '%%' OR r1_.position LIKE '%%'))) GROUP BY u0_.id, u0_.first_name, u0_.last_name, u0_.email, u0_.phone, u0_.description, u0_.username, u0_.roles, u0_.password, u0_.created_at, u0_.updated_at, u0_.reset_token, u0_.registration_token, u0_.first_home_token, u0_.locale, u0_.is_founder, u0_.pre_reg_at, u0_.first_reminder_pre_reg_at, u0_.second_reminder_pre_reg_at, u0_.registration_completed_at, u0_.first_home_at, u0_.first_reminder_home_at, u0_.second_reminder_home_at, u0_.first_home_completed_at, u0_.pre_reg_status, u0_.first_home_status, u0_.referral_code, u0_.avatar_id, u0_.round_id, u0_.sponsor_id ORDER BY u0_.created_at DESC LIMIT 10;
|
| 5 |
0.05 ms |
SELECT count(u0_.id) AS sclr_0 FROM user u0_ WHERE u0_.roles LIKE ? OR u0_.roles LIKE ?
Parameters: [
"%"ROLE_USER"%"
"%"ROLE_REGISTRATION_MANAGER"%"
]
SELECT count(u0_.id) AS sclr_0 FROM user u0_ WHERE u0_.roles LIKE '%\"ROLE_USER\"%' OR u0_.roles LIKE '%\"ROLE_REGISTRATION_MANAGER\"%';
|
| 6 |
0.06 ms |
SELECT t0.id AS id_1, t0.slots AS slots_2, t0.start_at AS start_at_3, t0.end_at AS end_at_4, t0.position AS position_5, t0.rewards_id AS rewards_id_6, t0.card_footer_id AS card_footer_id_7, t0.landing_template_id AS landing_template_id_8, t0.image_id AS image_id_9 FROM round t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.slots AS slots_2, t0.start_at AS start_at_3, t0.end_at AS end_at_4, t0.position AS position_5, t0.rewards_id AS rewards_id_6, t0.card_footer_id AS card_footer_id_7, t0.landing_template_id AS landing_template_id_8, t0.image_id AS image_id_9 FROM round t0 WHERE t0.id = 3;
|
| 7 |
0.05 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.is_main AS is_main_4, t0.image_id AS image_id_5, t6.id AS id_7, t6.alt AS alt_8, t6.file_name AS file_name_9, t6.dimensions AS dimensions_10, t6.updated_at AS updated_at_11 FROM language t0 LEFT JOIN language_image t6 ON t0.image_id = t6.id WHERE t0.code = ? LIMIT 1
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.is_main AS is_main_4, t0.image_id AS image_id_5, t6.id AS id_7, t6.alt AS alt_8, t6.file_name AS file_name_9, t6.dimensions AS dimensions_10, t6.updated_at AS updated_at_11 FROM language t0 LEFT JOIN language_image t6 ON t0.image_id = t6.id WHERE t0.code = 'fr' LIMIT 1;
|
| 8 |
0.05 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.is_main AS is_main_4, t0.image_id AS image_id_5, t6.id AS id_7, t6.alt AS alt_8, t6.file_name AS file_name_9, t6.dimensions AS dimensions_10, t6.updated_at AS updated_at_11 FROM language t0 LEFT JOIN language_image t6 ON t0.image_id = t6.id WHERE t0.code = ? LIMIT 1
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.is_main AS is_main_4, t0.image_id AS image_id_5, t6.id AS id_7, t6.alt AS alt_8, t6.file_name AS file_name_9, t6.dimensions AS dimensions_10, t6.updated_at AS updated_at_11 FROM language t0 LEFT JOIN language_image t6 ON t0.image_id = t6.id WHERE t0.code = 'fr' LIMIT 1;
|
| 9 |
0.05 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.is_main AS is_main_4, t0.image_id AS image_id_5, t6.id AS id_7, t6.alt AS alt_8, t6.file_name AS file_name_9, t6.dimensions AS dimensions_10, t6.updated_at AS updated_at_11 FROM language t0 LEFT JOIN language_image t6 ON t0.image_id = t6.id WHERE t0.code = ? LIMIT 1
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.is_main AS is_main_4, t0.image_id AS image_id_5, t6.id AS id_7, t6.alt AS alt_8, t6.file_name AS file_name_9, t6.dimensions AS dimensions_10, t6.updated_at AS updated_at_11 FROM language t0 LEFT JOIN language_image t6 ON t0.image_id = t6.id WHERE t0.code = 'fr' LIMIT 1;
|
| 10 |
0.05 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.is_main AS is_main_4, t0.image_id AS image_id_5, t6.id AS id_7, t6.alt AS alt_8, t6.file_name AS file_name_9, t6.dimensions AS dimensions_10, t6.updated_at AS updated_at_11 FROM language t0 LEFT JOIN language_image t6 ON t0.image_id = t6.id WHERE t0.code = ? LIMIT 1
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.is_main AS is_main_4, t0.image_id AS image_id_5, t6.id AS id_7, t6.alt AS alt_8, t6.file_name AS file_name_9, t6.dimensions AS dimensions_10, t6.updated_at AS updated_at_11 FROM language t0 LEFT JOIN language_image t6 ON t0.image_id = t6.id WHERE t0.code = 'fr' LIMIT 1;
|
| 11 |
0.04 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.is_main AS is_main_4, t0.image_id AS image_id_5, t6.id AS id_7, t6.alt AS alt_8, t6.file_name AS file_name_9, t6.dimensions AS dimensions_10, t6.updated_at AS updated_at_11 FROM language t0 LEFT JOIN language_image t6 ON t0.image_id = t6.id WHERE t0.code = ? LIMIT 1
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.is_main AS is_main_4, t0.image_id AS image_id_5, t6.id AS id_7, t6.alt AS alt_8, t6.file_name AS file_name_9, t6.dimensions AS dimensions_10, t6.updated_at AS updated_at_11 FROM language t0 LEFT JOIN language_image t6 ON t0.image_id = t6.id WHERE t0.code = 'fr' LIMIT 1;
|
| 12 |
0.05 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.is_main AS is_main_4, t0.image_id AS image_id_5, t6.id AS id_7, t6.alt AS alt_8, t6.file_name AS file_name_9, t6.dimensions AS dimensions_10, t6.updated_at AS updated_at_11 FROM language t0 LEFT JOIN language_image t6 ON t0.image_id = t6.id WHERE t0.code = ? LIMIT 1
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.is_main AS is_main_4, t0.image_id AS image_id_5, t6.id AS id_7, t6.alt AS alt_8, t6.file_name AS file_name_9, t6.dimensions AS dimensions_10, t6.updated_at AS updated_at_11 FROM language t0 LEFT JOIN language_image t6 ON t0.image_id = t6.id WHERE t0.code = 'fr' LIMIT 1;
|
| 13 |
0.05 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.is_main AS is_main_4, t0.image_id AS image_id_5, t6.id AS id_7, t6.alt AS alt_8, t6.file_name AS file_name_9, t6.dimensions AS dimensions_10, t6.updated_at AS updated_at_11 FROM language t0 LEFT JOIN language_image t6 ON t0.image_id = t6.id WHERE t0.code = ? LIMIT 1
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.is_main AS is_main_4, t0.image_id AS image_id_5, t6.id AS id_7, t6.alt AS alt_8, t6.file_name AS file_name_9, t6.dimensions AS dimensions_10, t6.updated_at AS updated_at_11 FROM language t0 LEFT JOIN language_image t6 ON t0.image_id = t6.id WHERE t0.code = 'fr' LIMIT 1;
|
| 14 |
0.05 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.is_main AS is_main_4, t0.image_id AS image_id_5, t6.id AS id_7, t6.alt AS alt_8, t6.file_name AS file_name_9, t6.dimensions AS dimensions_10, t6.updated_at AS updated_at_11 FROM language t0 LEFT JOIN language_image t6 ON t0.image_id = t6.id WHERE t0.code = ? LIMIT 1
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.is_main AS is_main_4, t0.image_id AS image_id_5, t6.id AS id_7, t6.alt AS alt_8, t6.file_name AS file_name_9, t6.dimensions AS dimensions_10, t6.updated_at AS updated_at_11 FROM language t0 LEFT JOIN language_image t6 ON t0.image_id = t6.id WHERE t0.code = 'fr' LIMIT 1;
|
| 15 |
0.04 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.is_main AS is_main_4, t0.image_id AS image_id_5, t6.id AS id_7, t6.alt AS alt_8, t6.file_name AS file_name_9, t6.dimensions AS dimensions_10, t6.updated_at AS updated_at_11 FROM language t0 LEFT JOIN language_image t6 ON t0.image_id = t6.id WHERE t0.code = ? LIMIT 1
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.is_main AS is_main_4, t0.image_id AS image_id_5, t6.id AS id_7, t6.alt AS alt_8, t6.file_name AS file_name_9, t6.dimensions AS dimensions_10, t6.updated_at AS updated_at_11 FROM language t0 LEFT JOIN language_image t6 ON t0.image_id = t6.id WHERE t0.code = 'fr' LIMIT 1;
|
| 16 |
0.04 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.is_main AS is_main_4, t0.image_id AS image_id_5, t6.id AS id_7, t6.alt AS alt_8, t6.file_name AS file_name_9, t6.dimensions AS dimensions_10, t6.updated_at AS updated_at_11 FROM language t0 LEFT JOIN language_image t6 ON t0.image_id = t6.id WHERE t0.code = ? LIMIT 1
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.is_main AS is_main_4, t0.image_id AS image_id_5, t6.id AS id_7, t6.alt AS alt_8, t6.file_name AS file_name_9, t6.dimensions AS dimensions_10, t6.updated_at AS updated_at_11 FROM language t0 LEFT JOIN language_image t6 ON t0.image_id = t6.id WHERE t0.code = 'fr' LIMIT 1;
|
| 17 |
0.04 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.is_main AS is_main_4, t0.image_id AS image_id_5, t6.id AS id_7, t6.alt AS alt_8, t6.file_name AS file_name_9, t6.dimensions AS dimensions_10, t6.updated_at AS updated_at_11 FROM language t0 LEFT JOIN language_image t6 ON t0.image_id = t6.id WHERE t0.code = ? LIMIT 1
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.is_main AS is_main_4, t0.image_id AS image_id_5, t6.id AS id_7, t6.alt AS alt_8, t6.file_name AS file_name_9, t6.dimensions AS dimensions_10, t6.updated_at AS updated_at_11 FROM language t0 LEFT JOIN language_image t6 ON t0.image_id = t6.id WHERE t0.code = 'fr' LIMIT 1;
|
| 18 |
0.05 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.is_main AS is_main_4, t0.image_id AS image_id_5, t6.id AS id_7, t6.alt AS alt_8, t6.file_name AS file_name_9, t6.dimensions AS dimensions_10, t6.updated_at AS updated_at_11 FROM language t0 LEFT JOIN language_image t6 ON t0.image_id = t6.id WHERE t0.code = ? LIMIT 1
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.is_main AS is_main_4, t0.image_id AS image_id_5, t6.id AS id_7, t6.alt AS alt_8, t6.file_name AS file_name_9, t6.dimensions AS dimensions_10, t6.updated_at AS updated_at_11 FROM language t0 LEFT JOIN language_image t6 ON t0.image_id = t6.id WHERE t0.code = 'fr' LIMIT 1;
|
| 19 |
0.05 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.is_main AS is_main_4, t0.image_id AS image_id_5, t6.id AS id_7, t6.alt AS alt_8, t6.file_name AS file_name_9, t6.dimensions AS dimensions_10, t6.updated_at AS updated_at_11 FROM language t0 LEFT JOIN language_image t6 ON t0.image_id = t6.id WHERE t0.code = ? LIMIT 1
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.is_main AS is_main_4, t0.image_id AS image_id_5, t6.id AS id_7, t6.alt AS alt_8, t6.file_name AS file_name_9, t6.dimensions AS dimensions_10, t6.updated_at AS updated_at_11 FROM language t0 LEFT JOIN language_image t6 ON t0.image_id = t6.id WHERE t0.code = 'fr' LIMIT 1;
|
| 20 |
0.04 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.is_main AS is_main_4, t0.image_id AS image_id_5, t6.id AS id_7, t6.alt AS alt_8, t6.file_name AS file_name_9, t6.dimensions AS dimensions_10, t6.updated_at AS updated_at_11 FROM language t0 LEFT JOIN language_image t6 ON t0.image_id = t6.id WHERE t0.code = ? LIMIT 1
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.is_main AS is_main_4, t0.image_id AS image_id_5, t6.id AS id_7, t6.alt AS alt_8, t6.file_name AS file_name_9, t6.dimensions AS dimensions_10, t6.updated_at AS updated_at_11 FROM language t0 LEFT JOIN language_image t6 ON t0.image_id = t6.id WHERE t0.code = 'fr' LIMIT 1;
|
| 21 |
0.04 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.is_main AS is_main_4, t0.image_id AS image_id_5, t6.id AS id_7, t6.alt AS alt_8, t6.file_name AS file_name_9, t6.dimensions AS dimensions_10, t6.updated_at AS updated_at_11 FROM language t0 LEFT JOIN language_image t6 ON t0.image_id = t6.id WHERE t0.code = ? LIMIT 1
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.is_main AS is_main_4, t0.image_id AS image_id_5, t6.id AS id_7, t6.alt AS alt_8, t6.file_name AS file_name_9, t6.dimensions AS dimensions_10, t6.updated_at AS updated_at_11 FROM language t0 LEFT JOIN language_image t6 ON t0.image_id = t6.id WHERE t0.code = 'fr' LIMIT 1;
|
| 22 |
0.04 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.is_main AS is_main_4, t0.image_id AS image_id_5, t6.id AS id_7, t6.alt AS alt_8, t6.file_name AS file_name_9, t6.dimensions AS dimensions_10, t6.updated_at AS updated_at_11 FROM language t0 LEFT JOIN language_image t6 ON t0.image_id = t6.id WHERE t0.code = ? LIMIT 1
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.is_main AS is_main_4, t0.image_id AS image_id_5, t6.id AS id_7, t6.alt AS alt_8, t6.file_name AS file_name_9, t6.dimensions AS dimensions_10, t6.updated_at AS updated_at_11 FROM language t0 LEFT JOIN language_image t6 ON t0.image_id = t6.id WHERE t0.code = 'fr' LIMIT 1;
|
| 23 |
0.04 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.is_main AS is_main_4, t0.image_id AS image_id_5, t6.id AS id_7, t6.alt AS alt_8, t6.file_name AS file_name_9, t6.dimensions AS dimensions_10, t6.updated_at AS updated_at_11 FROM language t0 LEFT JOIN language_image t6 ON t0.image_id = t6.id WHERE t0.code = ? LIMIT 1
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.is_main AS is_main_4, t0.image_id AS image_id_5, t6.id AS id_7, t6.alt AS alt_8, t6.file_name AS file_name_9, t6.dimensions AS dimensions_10, t6.updated_at AS updated_at_11 FROM language t0 LEFT JOIN language_image t6 ON t0.image_id = t6.id WHERE t0.code = 'fr' LIMIT 1;
|
| 24 |
0.04 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.is_main AS is_main_4, t0.image_id AS image_id_5, t6.id AS id_7, t6.alt AS alt_8, t6.file_name AS file_name_9, t6.dimensions AS dimensions_10, t6.updated_at AS updated_at_11 FROM language t0 LEFT JOIN language_image t6 ON t0.image_id = t6.id WHERE t0.code = ? LIMIT 1
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.is_main AS is_main_4, t0.image_id AS image_id_5, t6.id AS id_7, t6.alt AS alt_8, t6.file_name AS file_name_9, t6.dimensions AS dimensions_10, t6.updated_at AS updated_at_11 FROM language t0 LEFT JOIN language_image t6 ON t0.image_id = t6.id WHERE t0.code = 'fr' LIMIT 1;
|
| 25 |
0.04 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.is_main AS is_main_4, t0.image_id AS image_id_5, t6.id AS id_7, t6.alt AS alt_8, t6.file_name AS file_name_9, t6.dimensions AS dimensions_10, t6.updated_at AS updated_at_11 FROM language t0 LEFT JOIN language_image t6 ON t0.image_id = t6.id WHERE t0.code = ? LIMIT 1
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.is_main AS is_main_4, t0.image_id AS image_id_5, t6.id AS id_7, t6.alt AS alt_8, t6.file_name AS file_name_9, t6.dimensions AS dimensions_10, t6.updated_at AS updated_at_11 FROM language t0 LEFT JOIN language_image t6 ON t0.image_id = t6.id WHERE t0.code = 'fr' LIMIT 1;
|
| 26 |
0.05 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.is_main AS is_main_4, t0.image_id AS image_id_5, t6.id AS id_7, t6.alt AS alt_8, t6.file_name AS file_name_9, t6.dimensions AS dimensions_10, t6.updated_at AS updated_at_11 FROM language t0 LEFT JOIN language_image t6 ON t0.image_id = t6.id WHERE t0.code = ? LIMIT 1
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.is_main AS is_main_4, t0.image_id AS image_id_5, t6.id AS id_7, t6.alt AS alt_8, t6.file_name AS file_name_9, t6.dimensions AS dimensions_10, t6.updated_at AS updated_at_11 FROM language t0 LEFT JOIN language_image t6 ON t0.image_id = t6.id WHERE t0.code = 'fr' LIMIT 1;
|