Query Metrics
93
Database Queries
7
Different statements
95.67 ms
Query time
3
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 6.21 ms |
SELECT u0_.id AS id_0, u0_.email AS email_1, u0_.password AS password_2, u0_.auth_permitted AS auth_permitted_3, u0_.phone AS phone_4, u0_.status AS status_5, u0_.reset_password_token AS reset_password_token_6, u0_.first_name AS first_name_7, u0_.last_name AS last_name_8, u0_.gender AS gender_9, u0_.birth_day AS birth_day_10, u0_.birth_place AS birth_place_11, u0_.department AS department_12, u0_.created_date AS created_date_13, u0_.updated_date AS updated_date_14, u0_.media_id AS media_id_15, u0_.country_id AS country_id_16, u0_.nationality_id AS nationality_id_17 FROM user u0_ WHERE u0_.email = ? LIMIT 1
Parameters:
[
"admin"
]
|
2 | 7.06 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.display_name AS display_name_3, t0.is_base_role AS is_base_role_4, t0.ordering AS ordering_5 FROM role t0 INNER JOIN user_role ON t0.id = user_role.role_id WHERE user_role.user_id = ?
Parameters:
[
1
]
|
3 | 2.10 ms |
SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT n0_.id AS id_0, n0_.type AS type_1, n0_.expire_type AS expire_type_2, n0_.is_seen AS is_seen_3, n0_.created_date AS created_date_4, n0_.updated_date AS updated_date_5 FROM notification n0_) dctrn_result) dctrn_table
Parameters:
[] |
4 | 1.63 ms |
SELECT DISTINCT id_0 FROM (SELECT n0_.id AS id_0, n0_.type AS type_1, n0_.expire_type AS expire_type_2, n0_.is_seen AS is_seen_3, n0_.created_date AS created_date_4, n0_.updated_date AS updated_date_5 FROM notification n0_) dctrn_result LIMIT 50
Parameters:
[] |
5 | 0.84 ms |
SELECT n0_.id AS id_0, n0_.type AS type_1, n0_.expire_type AS expire_type_2, n0_.is_seen AS is_seen_3, n0_.created_date AS created_date_4, n0_.updated_date AS updated_date_5, n0_.profile_id AS profile_id_6 FROM notification n0_ WHERE n0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 37 34 220 3 9 24 185 19 40 71 298 128 50 147 148 60 46 29 4 20 100 93 299 25 198 131 7 35 6 94 270 231 2 11 23 82 86 241 163 164 58 101 183 152 107 12 41 5 22 80 ] |
6 | 1.31 ms |
SELECT t0.id AS id_1, t0.school_name AS school_name_2, t0.diploma_name AS diploma_name_3, t0.jury_result AS jury_result_4, t0.jury_date AS jury_date_5, t0.oraux_result AS oraux_result_6, t0.oraux_date AS oraux_date_7, t0.year AS year_8, t0.percent AS percent_9, t0.information AS information_10, t0.marketing AS marketing_11, t0.type_formation AS type_formation_12, t0.host_company AS host_company_13, t0.task_date AS task_date_14, t0.task_status AS task_status_15, t0.expire_identity AS expire_identity_16, t0.expire_residence_permit AS expire_residence_permit_17, t0.motivation AS motivation_18, t0.admission_message AS admission_message_19, t0.is_handicap AS is_handicap_20, t0.handicap_info AS handicap_info_21, t0.created_date AS created_date_22, t0.updated_date AS updated_date_23, t0.entreprise AS entreprise_24, t0.contract AS contract_25, t0.fiche_email AS fiche_email_26, t0.qcm_results AS qcm_results_27, t0.qcm_token AS qcm_token_28, t0.is_duplicate AS is_duplicate_29, t0.repay AS repay_30, t0.abandon_date AS abandon_date_31, t0.abandon_note AS abandon_note_32, t0.payment_method AS payment_method_33, t0.payment_date AS payment_date_34, t0.qcm_method AS qcm_method_35, t0.is_sent AS is_sent_36, t0.enrolled_date AS enrolled_date_37, t0.training_option AS training_option_38, t0.primo AS primo_39, t0.is_agent AS is_agent_40, t0.user_id AS user_id_41, t0.study_level_id AS study_level_id_42, t0.commercial_id AS commercial_id_43, t0.english_level_id AS english_level_id_44, t0.jury_id AS jury_id_45, t0.oraux_id AS oraux_id_46, t0.status_id AS status_id_47, t0.campaign_id AS campaign_id_48, t0.selected_program_id AS selected_program_id_49, t0.media_channel_id AS media_channel_id_50, t0.landingpage_id AS landingpage_id_51, t0.campus_id AS campus_id_52, t0.task_id AS task_id_53, t0.campus1_id AS campus1_id_54, t0.campus2_id AS campus2_id_55, t0.campus3_id AS campus3_id_56, t0.file_cv_id AS file_cv_id_57, t0.file_letter_id AS file_letter_id_58, t0.file_report_card1_id AS file_report_card1_id_59, t0.file_report_card2_id AS file_report_card2_id_60, t0.file_report_card3_id AS file_report_card3_id_61, t0.file_identity_id AS file_identity_id_62, t0.file_residence_permit_id AS file_residence_permit_id_63, t0.file_photo_id AS file_photo_id_64, t0.file_handicap_id AS file_handicap_id_65, t0.cursus_id AS cursus_id_66, t0.file_diplome_id AS file_diplome_id_67, t0.file_support_document_id AS file_support_document_id_68 FROM profile t0 WHERE t0.id = ?
Parameters:
[
556
]
|
7 | 3.48 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.auth_permitted AS auth_permitted_4, t0.phone AS phone_5, t0.status AS status_6, t0.reset_password_token AS reset_password_token_7, t0.first_name AS first_name_8, t0.last_name AS last_name_9, t0.gender AS gender_10, t0.birth_day AS birth_day_11, t0.birth_place AS birth_place_12, t0.department AS department_13, t0.created_date AS created_date_14, t0.updated_date AS updated_date_15, t0.media_id AS media_id_16, t0.country_id AS country_id_17, t0.nationality_id AS nationality_id_18 FROM user t0 WHERE t0.id = ?
Parameters:
[
597
]
|
8 | 0.75 ms |
SELECT t0.id AS id_1, t0.school_name AS school_name_2, t0.diploma_name AS diploma_name_3, t0.jury_result AS jury_result_4, t0.jury_date AS jury_date_5, t0.oraux_result AS oraux_result_6, t0.oraux_date AS oraux_date_7, t0.year AS year_8, t0.percent AS percent_9, t0.information AS information_10, t0.marketing AS marketing_11, t0.type_formation AS type_formation_12, t0.host_company AS host_company_13, t0.task_date AS task_date_14, t0.task_status AS task_status_15, t0.expire_identity AS expire_identity_16, t0.expire_residence_permit AS expire_residence_permit_17, t0.motivation AS motivation_18, t0.admission_message AS admission_message_19, t0.is_handicap AS is_handicap_20, t0.handicap_info AS handicap_info_21, t0.created_date AS created_date_22, t0.updated_date AS updated_date_23, t0.entreprise AS entreprise_24, t0.contract AS contract_25, t0.fiche_email AS fiche_email_26, t0.qcm_results AS qcm_results_27, t0.qcm_token AS qcm_token_28, t0.is_duplicate AS is_duplicate_29, t0.repay AS repay_30, t0.abandon_date AS abandon_date_31, t0.abandon_note AS abandon_note_32, t0.payment_method AS payment_method_33, t0.payment_date AS payment_date_34, t0.qcm_method AS qcm_method_35, t0.is_sent AS is_sent_36, t0.enrolled_date AS enrolled_date_37, t0.training_option AS training_option_38, t0.primo AS primo_39, t0.is_agent AS is_agent_40, t0.user_id AS user_id_41, t0.study_level_id AS study_level_id_42, t0.commercial_id AS commercial_id_43, t0.english_level_id AS english_level_id_44, t0.jury_id AS jury_id_45, t0.oraux_id AS oraux_id_46, t0.status_id AS status_id_47, t0.campaign_id AS campaign_id_48, t0.selected_program_id AS selected_program_id_49, t0.media_channel_id AS media_channel_id_50, t0.landingpage_id AS landingpage_id_51, t0.campus_id AS campus_id_52, t0.task_id AS task_id_53, t0.campus1_id AS campus1_id_54, t0.campus2_id AS campus2_id_55, t0.campus3_id AS campus3_id_56, t0.file_cv_id AS file_cv_id_57, t0.file_letter_id AS file_letter_id_58, t0.file_report_card1_id AS file_report_card1_id_59, t0.file_report_card2_id AS file_report_card2_id_60, t0.file_report_card3_id AS file_report_card3_id_61, t0.file_identity_id AS file_identity_id_62, t0.file_residence_permit_id AS file_residence_permit_id_63, t0.file_photo_id AS file_photo_id_64, t0.file_handicap_id AS file_handicap_id_65, t0.cursus_id AS cursus_id_66, t0.file_diplome_id AS file_diplome_id_67, t0.file_support_document_id AS file_support_document_id_68 FROM profile t0 WHERE t0.id = ?
Parameters:
[
162
]
|
9 | 1.21 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.auth_permitted AS auth_permitted_4, t0.phone AS phone_5, t0.status AS status_6, t0.reset_password_token AS reset_password_token_7, t0.first_name AS first_name_8, t0.last_name AS last_name_9, t0.gender AS gender_10, t0.birth_day AS birth_day_11, t0.birth_place AS birth_place_12, t0.department AS department_13, t0.created_date AS created_date_14, t0.updated_date AS updated_date_15, t0.media_id AS media_id_16, t0.country_id AS country_id_17, t0.nationality_id AS nationality_id_18 FROM user t0 WHERE t0.id = ?
Parameters:
[
201
]
|
10 | 0.62 ms |
SELECT t0.id AS id_1, t0.school_name AS school_name_2, t0.diploma_name AS diploma_name_3, t0.jury_result AS jury_result_4, t0.jury_date AS jury_date_5, t0.oraux_result AS oraux_result_6, t0.oraux_date AS oraux_date_7, t0.year AS year_8, t0.percent AS percent_9, t0.information AS information_10, t0.marketing AS marketing_11, t0.type_formation AS type_formation_12, t0.host_company AS host_company_13, t0.task_date AS task_date_14, t0.task_status AS task_status_15, t0.expire_identity AS expire_identity_16, t0.expire_residence_permit AS expire_residence_permit_17, t0.motivation AS motivation_18, t0.admission_message AS admission_message_19, t0.is_handicap AS is_handicap_20, t0.handicap_info AS handicap_info_21, t0.created_date AS created_date_22, t0.updated_date AS updated_date_23, t0.entreprise AS entreprise_24, t0.contract AS contract_25, t0.fiche_email AS fiche_email_26, t0.qcm_results AS qcm_results_27, t0.qcm_token AS qcm_token_28, t0.is_duplicate AS is_duplicate_29, t0.repay AS repay_30, t0.abandon_date AS abandon_date_31, t0.abandon_note AS abandon_note_32, t0.payment_method AS payment_method_33, t0.payment_date AS payment_date_34, t0.qcm_method AS qcm_method_35, t0.is_sent AS is_sent_36, t0.enrolled_date AS enrolled_date_37, t0.training_option AS training_option_38, t0.primo AS primo_39, t0.is_agent AS is_agent_40, t0.user_id AS user_id_41, t0.study_level_id AS study_level_id_42, t0.commercial_id AS commercial_id_43, t0.english_level_id AS english_level_id_44, t0.jury_id AS jury_id_45, t0.oraux_id AS oraux_id_46, t0.status_id AS status_id_47, t0.campaign_id AS campaign_id_48, t0.selected_program_id AS selected_program_id_49, t0.media_channel_id AS media_channel_id_50, t0.landingpage_id AS landingpage_id_51, t0.campus_id AS campus_id_52, t0.task_id AS task_id_53, t0.campus1_id AS campus1_id_54, t0.campus2_id AS campus2_id_55, t0.campus3_id AS campus3_id_56, t0.file_cv_id AS file_cv_id_57, t0.file_letter_id AS file_letter_id_58, t0.file_report_card1_id AS file_report_card1_id_59, t0.file_report_card2_id AS file_report_card2_id_60, t0.file_report_card3_id AS file_report_card3_id_61, t0.file_identity_id AS file_identity_id_62, t0.file_residence_permit_id AS file_residence_permit_id_63, t0.file_photo_id AS file_photo_id_64, t0.file_handicap_id AS file_handicap_id_65, t0.cursus_id AS cursus_id_66, t0.file_diplome_id AS file_diplome_id_67, t0.file_support_document_id AS file_support_document_id_68 FROM profile t0 WHERE t0.id = ?
Parameters:
[
434
]
|
11 | 1.71 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.auth_permitted AS auth_permitted_4, t0.phone AS phone_5, t0.status AS status_6, t0.reset_password_token AS reset_password_token_7, t0.first_name AS first_name_8, t0.last_name AS last_name_9, t0.gender AS gender_10, t0.birth_day AS birth_day_11, t0.birth_place AS birth_place_12, t0.department AS department_13, t0.created_date AS created_date_14, t0.updated_date AS updated_date_15, t0.media_id AS media_id_16, t0.country_id AS country_id_17, t0.nationality_id AS nationality_id_18 FROM user t0 WHERE t0.id = ?
Parameters:
[
475
]
|
12 | 0.59 ms |
SELECT t0.id AS id_1, t0.school_name AS school_name_2, t0.diploma_name AS diploma_name_3, t0.jury_result AS jury_result_4, t0.jury_date AS jury_date_5, t0.oraux_result AS oraux_result_6, t0.oraux_date AS oraux_date_7, t0.year AS year_8, t0.percent AS percent_9, t0.information AS information_10, t0.marketing AS marketing_11, t0.type_formation AS type_formation_12, t0.host_company AS host_company_13, t0.task_date AS task_date_14, t0.task_status AS task_status_15, t0.expire_identity AS expire_identity_16, t0.expire_residence_permit AS expire_residence_permit_17, t0.motivation AS motivation_18, t0.admission_message AS admission_message_19, t0.is_handicap AS is_handicap_20, t0.handicap_info AS handicap_info_21, t0.created_date AS created_date_22, t0.updated_date AS updated_date_23, t0.entreprise AS entreprise_24, t0.contract AS contract_25, t0.fiche_email AS fiche_email_26, t0.qcm_results AS qcm_results_27, t0.qcm_token AS qcm_token_28, t0.is_duplicate AS is_duplicate_29, t0.repay AS repay_30, t0.abandon_date AS abandon_date_31, t0.abandon_note AS abandon_note_32, t0.payment_method AS payment_method_33, t0.payment_date AS payment_date_34, t0.qcm_method AS qcm_method_35, t0.is_sent AS is_sent_36, t0.enrolled_date AS enrolled_date_37, t0.training_option AS training_option_38, t0.primo AS primo_39, t0.is_agent AS is_agent_40, t0.user_id AS user_id_41, t0.study_level_id AS study_level_id_42, t0.commercial_id AS commercial_id_43, t0.english_level_id AS english_level_id_44, t0.jury_id AS jury_id_45, t0.oraux_id AS oraux_id_46, t0.status_id AS status_id_47, t0.campaign_id AS campaign_id_48, t0.selected_program_id AS selected_program_id_49, t0.media_channel_id AS media_channel_id_50, t0.landingpage_id AS landingpage_id_51, t0.campus_id AS campus_id_52, t0.task_id AS task_id_53, t0.campus1_id AS campus1_id_54, t0.campus2_id AS campus2_id_55, t0.campus3_id AS campus3_id_56, t0.file_cv_id AS file_cv_id_57, t0.file_letter_id AS file_letter_id_58, t0.file_report_card1_id AS file_report_card1_id_59, t0.file_report_card2_id AS file_report_card2_id_60, t0.file_report_card3_id AS file_report_card3_id_61, t0.file_identity_id AS file_identity_id_62, t0.file_residence_permit_id AS file_residence_permit_id_63, t0.file_photo_id AS file_photo_id_64, t0.file_handicap_id AS file_handicap_id_65, t0.cursus_id AS cursus_id_66, t0.file_diplome_id AS file_diplome_id_67, t0.file_support_document_id AS file_support_document_id_68 FROM profile t0 WHERE t0.id = ?
Parameters:
[
732
]
|
13 | 1.58 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.auth_permitted AS auth_permitted_4, t0.phone AS phone_5, t0.status AS status_6, t0.reset_password_token AS reset_password_token_7, t0.first_name AS first_name_8, t0.last_name AS last_name_9, t0.gender AS gender_10, t0.birth_day AS birth_day_11, t0.birth_place AS birth_place_12, t0.department AS department_13, t0.created_date AS created_date_14, t0.updated_date AS updated_date_15, t0.media_id AS media_id_16, t0.country_id AS country_id_17, t0.nationality_id AS nationality_id_18 FROM user t0 WHERE t0.id = ?
Parameters:
[
775
]
|
14 | 0.61 ms |
SELECT t0.id AS id_1, t0.school_name AS school_name_2, t0.diploma_name AS diploma_name_3, t0.jury_result AS jury_result_4, t0.jury_date AS jury_date_5, t0.oraux_result AS oraux_result_6, t0.oraux_date AS oraux_date_7, t0.year AS year_8, t0.percent AS percent_9, t0.information AS information_10, t0.marketing AS marketing_11, t0.type_formation AS type_formation_12, t0.host_company AS host_company_13, t0.task_date AS task_date_14, t0.task_status AS task_status_15, t0.expire_identity AS expire_identity_16, t0.expire_residence_permit AS expire_residence_permit_17, t0.motivation AS motivation_18, t0.admission_message AS admission_message_19, t0.is_handicap AS is_handicap_20, t0.handicap_info AS handicap_info_21, t0.created_date AS created_date_22, t0.updated_date AS updated_date_23, t0.entreprise AS entreprise_24, t0.contract AS contract_25, t0.fiche_email AS fiche_email_26, t0.qcm_results AS qcm_results_27, t0.qcm_token AS qcm_token_28, t0.is_duplicate AS is_duplicate_29, t0.repay AS repay_30, t0.abandon_date AS abandon_date_31, t0.abandon_note AS abandon_note_32, t0.payment_method AS payment_method_33, t0.payment_date AS payment_date_34, t0.qcm_method AS qcm_method_35, t0.is_sent AS is_sent_36, t0.enrolled_date AS enrolled_date_37, t0.training_option AS training_option_38, t0.primo AS primo_39, t0.is_agent AS is_agent_40, t0.user_id AS user_id_41, t0.study_level_id AS study_level_id_42, t0.commercial_id AS commercial_id_43, t0.english_level_id AS english_level_id_44, t0.jury_id AS jury_id_45, t0.oraux_id AS oraux_id_46, t0.status_id AS status_id_47, t0.campaign_id AS campaign_id_48, t0.selected_program_id AS selected_program_id_49, t0.media_channel_id AS media_channel_id_50, t0.landingpage_id AS landingpage_id_51, t0.campus_id AS campus_id_52, t0.task_id AS task_id_53, t0.campus1_id AS campus1_id_54, t0.campus2_id AS campus2_id_55, t0.campus3_id AS campus3_id_56, t0.file_cv_id AS file_cv_id_57, t0.file_letter_id AS file_letter_id_58, t0.file_report_card1_id AS file_report_card1_id_59, t0.file_report_card2_id AS file_report_card2_id_60, t0.file_report_card3_id AS file_report_card3_id_61, t0.file_identity_id AS file_identity_id_62, t0.file_residence_permit_id AS file_residence_permit_id_63, t0.file_photo_id AS file_photo_id_64, t0.file_handicap_id AS file_handicap_id_65, t0.cursus_id AS cursus_id_66, t0.file_diplome_id AS file_diplome_id_67, t0.file_support_document_id AS file_support_document_id_68 FROM profile t0 WHERE t0.id = ?
Parameters:
[
517
]
|
15 | 0.87 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.auth_permitted AS auth_permitted_4, t0.phone AS phone_5, t0.status AS status_6, t0.reset_password_token AS reset_password_token_7, t0.first_name AS first_name_8, t0.last_name AS last_name_9, t0.gender AS gender_10, t0.birth_day AS birth_day_11, t0.birth_place AS birth_place_12, t0.department AS department_13, t0.created_date AS created_date_14, t0.updated_date AS updated_date_15, t0.media_id AS media_id_16, t0.country_id AS country_id_17, t0.nationality_id AS nationality_id_18 FROM user t0 WHERE t0.id = ?
Parameters:
[
558
]
|
16 | 0.63 ms |
SELECT t0.id AS id_1, t0.school_name AS school_name_2, t0.diploma_name AS diploma_name_3, t0.jury_result AS jury_result_4, t0.jury_date AS jury_date_5, t0.oraux_result AS oraux_result_6, t0.oraux_date AS oraux_date_7, t0.year AS year_8, t0.percent AS percent_9, t0.information AS information_10, t0.marketing AS marketing_11, t0.type_formation AS type_formation_12, t0.host_company AS host_company_13, t0.task_date AS task_date_14, t0.task_status AS task_status_15, t0.expire_identity AS expire_identity_16, t0.expire_residence_permit AS expire_residence_permit_17, t0.motivation AS motivation_18, t0.admission_message AS admission_message_19, t0.is_handicap AS is_handicap_20, t0.handicap_info AS handicap_info_21, t0.created_date AS created_date_22, t0.updated_date AS updated_date_23, t0.entreprise AS entreprise_24, t0.contract AS contract_25, t0.fiche_email AS fiche_email_26, t0.qcm_results AS qcm_results_27, t0.qcm_token AS qcm_token_28, t0.is_duplicate AS is_duplicate_29, t0.repay AS repay_30, t0.abandon_date AS abandon_date_31, t0.abandon_note AS abandon_note_32, t0.payment_method AS payment_method_33, t0.payment_date AS payment_date_34, t0.qcm_method AS qcm_method_35, t0.is_sent AS is_sent_36, t0.enrolled_date AS enrolled_date_37, t0.training_option AS training_option_38, t0.primo AS primo_39, t0.is_agent AS is_agent_40, t0.user_id AS user_id_41, t0.study_level_id AS study_level_id_42, t0.commercial_id AS commercial_id_43, t0.english_level_id AS english_level_id_44, t0.jury_id AS jury_id_45, t0.oraux_id AS oraux_id_46, t0.status_id AS status_id_47, t0.campaign_id AS campaign_id_48, t0.selected_program_id AS selected_program_id_49, t0.media_channel_id AS media_channel_id_50, t0.landingpage_id AS landingpage_id_51, t0.campus_id AS campus_id_52, t0.task_id AS task_id_53, t0.campus1_id AS campus1_id_54, t0.campus2_id AS campus2_id_55, t0.campus3_id AS campus3_id_56, t0.file_cv_id AS file_cv_id_57, t0.file_letter_id AS file_letter_id_58, t0.file_report_card1_id AS file_report_card1_id_59, t0.file_report_card2_id AS file_report_card2_id_60, t0.file_report_card3_id AS file_report_card3_id_61, t0.file_identity_id AS file_identity_id_62, t0.file_residence_permit_id AS file_residence_permit_id_63, t0.file_photo_id AS file_photo_id_64, t0.file_handicap_id AS file_handicap_id_65, t0.cursus_id AS cursus_id_66, t0.file_diplome_id AS file_diplome_id_67, t0.file_support_document_id AS file_support_document_id_68 FROM profile t0 WHERE t0.id = ?
Parameters:
[
497
]
|
17 | 0.45 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.auth_permitted AS auth_permitted_4, t0.phone AS phone_5, t0.status AS status_6, t0.reset_password_token AS reset_password_token_7, t0.first_name AS first_name_8, t0.last_name AS last_name_9, t0.gender AS gender_10, t0.birth_day AS birth_day_11, t0.birth_place AS birth_place_12, t0.department AS department_13, t0.created_date AS created_date_14, t0.updated_date AS updated_date_15, t0.media_id AS media_id_16, t0.country_id AS country_id_17, t0.nationality_id AS nationality_id_18 FROM user t0 WHERE t0.id = ?
Parameters:
[
538
]
|
18 | 0.98 ms |
SELECT t0.id AS id_1, t0.school_name AS school_name_2, t0.diploma_name AS diploma_name_3, t0.jury_result AS jury_result_4, t0.jury_date AS jury_date_5, t0.oraux_result AS oraux_result_6, t0.oraux_date AS oraux_date_7, t0.year AS year_8, t0.percent AS percent_9, t0.information AS information_10, t0.marketing AS marketing_11, t0.type_formation AS type_formation_12, t0.host_company AS host_company_13, t0.task_date AS task_date_14, t0.task_status AS task_status_15, t0.expire_identity AS expire_identity_16, t0.expire_residence_permit AS expire_residence_permit_17, t0.motivation AS motivation_18, t0.admission_message AS admission_message_19, t0.is_handicap AS is_handicap_20, t0.handicap_info AS handicap_info_21, t0.created_date AS created_date_22, t0.updated_date AS updated_date_23, t0.entreprise AS entreprise_24, t0.contract AS contract_25, t0.fiche_email AS fiche_email_26, t0.qcm_results AS qcm_results_27, t0.qcm_token AS qcm_token_28, t0.is_duplicate AS is_duplicate_29, t0.repay AS repay_30, t0.abandon_date AS abandon_date_31, t0.abandon_note AS abandon_note_32, t0.payment_method AS payment_method_33, t0.payment_date AS payment_date_34, t0.qcm_method AS qcm_method_35, t0.is_sent AS is_sent_36, t0.enrolled_date AS enrolled_date_37, t0.training_option AS training_option_38, t0.primo AS primo_39, t0.is_agent AS is_agent_40, t0.user_id AS user_id_41, t0.study_level_id AS study_level_id_42, t0.commercial_id AS commercial_id_43, t0.english_level_id AS english_level_id_44, t0.jury_id AS jury_id_45, t0.oraux_id AS oraux_id_46, t0.status_id AS status_id_47, t0.campaign_id AS campaign_id_48, t0.selected_program_id AS selected_program_id_49, t0.media_channel_id AS media_channel_id_50, t0.landingpage_id AS landingpage_id_51, t0.campus_id AS campus_id_52, t0.task_id AS task_id_53, t0.campus1_id AS campus1_id_54, t0.campus2_id AS campus2_id_55, t0.campus3_id AS campus3_id_56, t0.file_cv_id AS file_cv_id_57, t0.file_letter_id AS file_letter_id_58, t0.file_report_card1_id AS file_report_card1_id_59, t0.file_report_card2_id AS file_report_card2_id_60, t0.file_report_card3_id AS file_report_card3_id_61, t0.file_identity_id AS file_identity_id_62, t0.file_residence_permit_id AS file_residence_permit_id_63, t0.file_photo_id AS file_photo_id_64, t0.file_handicap_id AS file_handicap_id_65, t0.cursus_id AS cursus_id_66, t0.file_diplome_id AS file_diplome_id_67, t0.file_support_document_id AS file_support_document_id_68 FROM profile t0 WHERE t0.id = ?
Parameters:
[
186
]
|
19 | 0.36 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.auth_permitted AS auth_permitted_4, t0.phone AS phone_5, t0.status AS status_6, t0.reset_password_token AS reset_password_token_7, t0.first_name AS first_name_8, t0.last_name AS last_name_9, t0.gender AS gender_10, t0.birth_day AS birth_day_11, t0.birth_place AS birth_place_12, t0.department AS department_13, t0.created_date AS created_date_14, t0.updated_date AS updated_date_15, t0.media_id AS media_id_16, t0.country_id AS country_id_17, t0.nationality_id AS nationality_id_18 FROM user t0 WHERE t0.id = ?
Parameters:
[
225
]
|
20 | 0.89 ms |
SELECT t0.id AS id_1, t0.school_name AS school_name_2, t0.diploma_name AS diploma_name_3, t0.jury_result AS jury_result_4, t0.jury_date AS jury_date_5, t0.oraux_result AS oraux_result_6, t0.oraux_date AS oraux_date_7, t0.year AS year_8, t0.percent AS percent_9, t0.information AS information_10, t0.marketing AS marketing_11, t0.type_formation AS type_formation_12, t0.host_company AS host_company_13, t0.task_date AS task_date_14, t0.task_status AS task_status_15, t0.expire_identity AS expire_identity_16, t0.expire_residence_permit AS expire_residence_permit_17, t0.motivation AS motivation_18, t0.admission_message AS admission_message_19, t0.is_handicap AS is_handicap_20, t0.handicap_info AS handicap_info_21, t0.created_date AS created_date_22, t0.updated_date AS updated_date_23, t0.entreprise AS entreprise_24, t0.contract AS contract_25, t0.fiche_email AS fiche_email_26, t0.qcm_results AS qcm_results_27, t0.qcm_token AS qcm_token_28, t0.is_duplicate AS is_duplicate_29, t0.repay AS repay_30, t0.abandon_date AS abandon_date_31, t0.abandon_note AS abandon_note_32, t0.payment_method AS payment_method_33, t0.payment_date AS payment_date_34, t0.qcm_method AS qcm_method_35, t0.is_sent AS is_sent_36, t0.enrolled_date AS enrolled_date_37, t0.training_option AS training_option_38, t0.primo AS primo_39, t0.is_agent AS is_agent_40, t0.user_id AS user_id_41, t0.study_level_id AS study_level_id_42, t0.commercial_id AS commercial_id_43, t0.english_level_id AS english_level_id_44, t0.jury_id AS jury_id_45, t0.oraux_id AS oraux_id_46, t0.status_id AS status_id_47, t0.campaign_id AS campaign_id_48, t0.selected_program_id AS selected_program_id_49, t0.media_channel_id AS media_channel_id_50, t0.landingpage_id AS landingpage_id_51, t0.campus_id AS campus_id_52, t0.task_id AS task_id_53, t0.campus1_id AS campus1_id_54, t0.campus2_id AS campus2_id_55, t0.campus3_id AS campus3_id_56, t0.file_cv_id AS file_cv_id_57, t0.file_letter_id AS file_letter_id_58, t0.file_report_card1_id AS file_report_card1_id_59, t0.file_report_card2_id AS file_report_card2_id_60, t0.file_report_card3_id AS file_report_card3_id_61, t0.file_identity_id AS file_identity_id_62, t0.file_residence_permit_id AS file_residence_permit_id_63, t0.file_photo_id AS file_photo_id_64, t0.file_handicap_id AS file_handicap_id_65, t0.cursus_id AS cursus_id_66, t0.file_diplome_id AS file_diplome_id_67, t0.file_support_document_id AS file_support_document_id_68 FROM profile t0 WHERE t0.id = ?
Parameters:
[
557
]
|
21 | 0.75 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.auth_permitted AS auth_permitted_4, t0.phone AS phone_5, t0.status AS status_6, t0.reset_password_token AS reset_password_token_7, t0.first_name AS first_name_8, t0.last_name AS last_name_9, t0.gender AS gender_10, t0.birth_day AS birth_day_11, t0.birth_place AS birth_place_12, t0.department AS department_13, t0.created_date AS created_date_14, t0.updated_date AS updated_date_15, t0.media_id AS media_id_16, t0.country_id AS country_id_17, t0.nationality_id AS nationality_id_18 FROM user t0 WHERE t0.id = ?
Parameters:
[
598
]
|
22 | 0.97 ms |
SELECT t0.id AS id_1, t0.school_name AS school_name_2, t0.diploma_name AS diploma_name_3, t0.jury_result AS jury_result_4, t0.jury_date AS jury_date_5, t0.oraux_result AS oraux_result_6, t0.oraux_date AS oraux_date_7, t0.year AS year_8, t0.percent AS percent_9, t0.information AS information_10, t0.marketing AS marketing_11, t0.type_formation AS type_formation_12, t0.host_company AS host_company_13, t0.task_date AS task_date_14, t0.task_status AS task_status_15, t0.expire_identity AS expire_identity_16, t0.expire_residence_permit AS expire_residence_permit_17, t0.motivation AS motivation_18, t0.admission_message AS admission_message_19, t0.is_handicap AS is_handicap_20, t0.handicap_info AS handicap_info_21, t0.created_date AS created_date_22, t0.updated_date AS updated_date_23, t0.entreprise AS entreprise_24, t0.contract AS contract_25, t0.fiche_email AS fiche_email_26, t0.qcm_results AS qcm_results_27, t0.qcm_token AS qcm_token_28, t0.is_duplicate AS is_duplicate_29, t0.repay AS repay_30, t0.abandon_date AS abandon_date_31, t0.abandon_note AS abandon_note_32, t0.payment_method AS payment_method_33, t0.payment_date AS payment_date_34, t0.qcm_method AS qcm_method_35, t0.is_sent AS is_sent_36, t0.enrolled_date AS enrolled_date_37, t0.training_option AS training_option_38, t0.primo AS primo_39, t0.is_agent AS is_agent_40, t0.user_id AS user_id_41, t0.study_level_id AS study_level_id_42, t0.commercial_id AS commercial_id_43, t0.english_level_id AS english_level_id_44, t0.jury_id AS jury_id_45, t0.oraux_id AS oraux_id_46, t0.status_id AS status_id_47, t0.campaign_id AS campaign_id_48, t0.selected_program_id AS selected_program_id_49, t0.media_channel_id AS media_channel_id_50, t0.landingpage_id AS landingpage_id_51, t0.campus_id AS campus_id_52, t0.task_id AS task_id_53, t0.campus1_id AS campus1_id_54, t0.campus2_id AS campus2_id_55, t0.campus3_id AS campus3_id_56, t0.file_cv_id AS file_cv_id_57, t0.file_letter_id AS file_letter_id_58, t0.file_report_card1_id AS file_report_card1_id_59, t0.file_report_card2_id AS file_report_card2_id_60, t0.file_report_card3_id AS file_report_card3_id_61, t0.file_identity_id AS file_identity_id_62, t0.file_residence_permit_id AS file_residence_permit_id_63, t0.file_photo_id AS file_photo_id_64, t0.file_handicap_id AS file_handicap_id_65, t0.cursus_id AS cursus_id_66, t0.file_diplome_id AS file_diplome_id_67, t0.file_support_document_id AS file_support_document_id_68 FROM profile t0 WHERE t0.id = ?
Parameters:
[
707
]
|
23 | 2.02 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.auth_permitted AS auth_permitted_4, t0.phone AS phone_5, t0.status AS status_6, t0.reset_password_token AS reset_password_token_7, t0.first_name AS first_name_8, t0.last_name AS last_name_9, t0.gender AS gender_10, t0.birth_day AS birth_day_11, t0.birth_place AS birth_place_12, t0.department AS department_13, t0.created_date AS created_date_14, t0.updated_date AS updated_date_15, t0.media_id AS media_id_16, t0.country_id AS country_id_17, t0.nationality_id AS nationality_id_18 FROM user t0 WHERE t0.id = ?
Parameters:
[
749
]
|
24 | 0.63 ms |
SELECT t0.id AS id_1, t0.school_name AS school_name_2, t0.diploma_name AS diploma_name_3, t0.jury_result AS jury_result_4, t0.jury_date AS jury_date_5, t0.oraux_result AS oraux_result_6, t0.oraux_date AS oraux_date_7, t0.year AS year_8, t0.percent AS percent_9, t0.information AS information_10, t0.marketing AS marketing_11, t0.type_formation AS type_formation_12, t0.host_company AS host_company_13, t0.task_date AS task_date_14, t0.task_status AS task_status_15, t0.expire_identity AS expire_identity_16, t0.expire_residence_permit AS expire_residence_permit_17, t0.motivation AS motivation_18, t0.admission_message AS admission_message_19, t0.is_handicap AS is_handicap_20, t0.handicap_info AS handicap_info_21, t0.created_date AS created_date_22, t0.updated_date AS updated_date_23, t0.entreprise AS entreprise_24, t0.contract AS contract_25, t0.fiche_email AS fiche_email_26, t0.qcm_results AS qcm_results_27, t0.qcm_token AS qcm_token_28, t0.is_duplicate AS is_duplicate_29, t0.repay AS repay_30, t0.abandon_date AS abandon_date_31, t0.abandon_note AS abandon_note_32, t0.payment_method AS payment_method_33, t0.payment_date AS payment_date_34, t0.qcm_method AS qcm_method_35, t0.is_sent AS is_sent_36, t0.enrolled_date AS enrolled_date_37, t0.training_option AS training_option_38, t0.primo AS primo_39, t0.is_agent AS is_agent_40, t0.user_id AS user_id_41, t0.study_level_id AS study_level_id_42, t0.commercial_id AS commercial_id_43, t0.english_level_id AS english_level_id_44, t0.jury_id AS jury_id_45, t0.oraux_id AS oraux_id_46, t0.status_id AS status_id_47, t0.campaign_id AS campaign_id_48, t0.selected_program_id AS selected_program_id_49, t0.media_channel_id AS media_channel_id_50, t0.landingpage_id AS landingpage_id_51, t0.campus_id AS campus_id_52, t0.task_id AS task_id_53, t0.campus1_id AS campus1_id_54, t0.campus2_id AS campus2_id_55, t0.campus3_id AS campus3_id_56, t0.file_cv_id AS file_cv_id_57, t0.file_letter_id AS file_letter_id_58, t0.file_report_card1_id AS file_report_card1_id_59, t0.file_report_card2_id AS file_report_card2_id_60, t0.file_report_card3_id AS file_report_card3_id_61, t0.file_identity_id AS file_identity_id_62, t0.file_residence_permit_id AS file_residence_permit_id_63, t0.file_photo_id AS file_photo_id_64, t0.file_handicap_id AS file_handicap_id_65, t0.cursus_id AS cursus_id_66, t0.file_diplome_id AS file_diplome_id_67, t0.file_support_document_id AS file_support_document_id_68 FROM profile t0 WHERE t0.id = ?
Parameters:
[
213
]
|
25 | 3.36 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.auth_permitted AS auth_permitted_4, t0.phone AS phone_5, t0.status AS status_6, t0.reset_password_token AS reset_password_token_7, t0.first_name AS first_name_8, t0.last_name AS last_name_9, t0.gender AS gender_10, t0.birth_day AS birth_day_11, t0.birth_place AS birth_place_12, t0.department AS department_13, t0.created_date AS created_date_14, t0.updated_date AS updated_date_15, t0.media_id AS media_id_16, t0.country_id AS country_id_17, t0.nationality_id AS nationality_id_18 FROM user t0 WHERE t0.id = ?
Parameters:
[
252
]
|
26 | 0.66 ms |
SELECT t0.id AS id_1, t0.school_name AS school_name_2, t0.diploma_name AS diploma_name_3, t0.jury_result AS jury_result_4, t0.jury_date AS jury_date_5, t0.oraux_result AS oraux_result_6, t0.oraux_date AS oraux_date_7, t0.year AS year_8, t0.percent AS percent_9, t0.information AS information_10, t0.marketing AS marketing_11, t0.type_formation AS type_formation_12, t0.host_company AS host_company_13, t0.task_date AS task_date_14, t0.task_status AS task_status_15, t0.expire_identity AS expire_identity_16, t0.expire_residence_permit AS expire_residence_permit_17, t0.motivation AS motivation_18, t0.admission_message AS admission_message_19, t0.is_handicap AS is_handicap_20, t0.handicap_info AS handicap_info_21, t0.created_date AS created_date_22, t0.updated_date AS updated_date_23, t0.entreprise AS entreprise_24, t0.contract AS contract_25, t0.fiche_email AS fiche_email_26, t0.qcm_results AS qcm_results_27, t0.qcm_token AS qcm_token_28, t0.is_duplicate AS is_duplicate_29, t0.repay AS repay_30, t0.abandon_date AS abandon_date_31, t0.abandon_note AS abandon_note_32, t0.payment_method AS payment_method_33, t0.payment_date AS payment_date_34, t0.qcm_method AS qcm_method_35, t0.is_sent AS is_sent_36, t0.enrolled_date AS enrolled_date_37, t0.training_option AS training_option_38, t0.primo AS primo_39, t0.is_agent AS is_agent_40, t0.user_id AS user_id_41, t0.study_level_id AS study_level_id_42, t0.commercial_id AS commercial_id_43, t0.english_level_id AS english_level_id_44, t0.jury_id AS jury_id_45, t0.oraux_id AS oraux_id_46, t0.status_id AS status_id_47, t0.campaign_id AS campaign_id_48, t0.selected_program_id AS selected_program_id_49, t0.media_channel_id AS media_channel_id_50, t0.landingpage_id AS landingpage_id_51, t0.campus_id AS campus_id_52, t0.task_id AS task_id_53, t0.campus1_id AS campus1_id_54, t0.campus2_id AS campus2_id_55, t0.campus3_id AS campus3_id_56, t0.file_cv_id AS file_cv_id_57, t0.file_letter_id AS file_letter_id_58, t0.file_report_card1_id AS file_report_card1_id_59, t0.file_report_card2_id AS file_report_card2_id_60, t0.file_report_card3_id AS file_report_card3_id_61, t0.file_identity_id AS file_identity_id_62, t0.file_residence_permit_id AS file_residence_permit_id_63, t0.file_photo_id AS file_photo_id_64, t0.file_handicap_id AS file_handicap_id_65, t0.cursus_id AS cursus_id_66, t0.file_diplome_id AS file_diplome_id_67, t0.file_support_document_id AS file_support_document_id_68 FROM profile t0 WHERE t0.id = ?
Parameters:
[
441
]
|
27 | 1.13 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.auth_permitted AS auth_permitted_4, t0.phone AS phone_5, t0.status AS status_6, t0.reset_password_token AS reset_password_token_7, t0.first_name AS first_name_8, t0.last_name AS last_name_9, t0.gender AS gender_10, t0.birth_day AS birth_day_11, t0.birth_place AS birth_place_12, t0.department AS department_13, t0.created_date AS created_date_14, t0.updated_date AS updated_date_15, t0.media_id AS media_id_16, t0.country_id AS country_id_17, t0.nationality_id AS nationality_id_18 FROM user t0 WHERE t0.id = ?
Parameters:
[
482
]
|
28 | 0.69 ms |
SELECT t0.id AS id_1, t0.school_name AS school_name_2, t0.diploma_name AS diploma_name_3, t0.jury_result AS jury_result_4, t0.jury_date AS jury_date_5, t0.oraux_result AS oraux_result_6, t0.oraux_date AS oraux_date_7, t0.year AS year_8, t0.percent AS percent_9, t0.information AS information_10, t0.marketing AS marketing_11, t0.type_formation AS type_formation_12, t0.host_company AS host_company_13, t0.task_date AS task_date_14, t0.task_status AS task_status_15, t0.expire_identity AS expire_identity_16, t0.expire_residence_permit AS expire_residence_permit_17, t0.motivation AS motivation_18, t0.admission_message AS admission_message_19, t0.is_handicap AS is_handicap_20, t0.handicap_info AS handicap_info_21, t0.created_date AS created_date_22, t0.updated_date AS updated_date_23, t0.entreprise AS entreprise_24, t0.contract AS contract_25, t0.fiche_email AS fiche_email_26, t0.qcm_results AS qcm_results_27, t0.qcm_token AS qcm_token_28, t0.is_duplicate AS is_duplicate_29, t0.repay AS repay_30, t0.abandon_date AS abandon_date_31, t0.abandon_note AS abandon_note_32, t0.payment_method AS payment_method_33, t0.payment_date AS payment_date_34, t0.qcm_method AS qcm_method_35, t0.is_sent AS is_sent_36, t0.enrolled_date AS enrolled_date_37, t0.training_option AS training_option_38, t0.primo AS primo_39, t0.is_agent AS is_agent_40, t0.user_id AS user_id_41, t0.study_level_id AS study_level_id_42, t0.commercial_id AS commercial_id_43, t0.english_level_id AS english_level_id_44, t0.jury_id AS jury_id_45, t0.oraux_id AS oraux_id_46, t0.status_id AS status_id_47, t0.campaign_id AS campaign_id_48, t0.selected_program_id AS selected_program_id_49, t0.media_channel_id AS media_channel_id_50, t0.landingpage_id AS landingpage_id_51, t0.campus_id AS campus_id_52, t0.task_id AS task_id_53, t0.campus1_id AS campus1_id_54, t0.campus2_id AS campus2_id_55, t0.campus3_id AS campus3_id_56, t0.file_cv_id AS file_cv_id_57, t0.file_letter_id AS file_letter_id_58, t0.file_report_card1_id AS file_report_card1_id_59, t0.file_report_card2_id AS file_report_card2_id_60, t0.file_report_card3_id AS file_report_card3_id_61, t0.file_identity_id AS file_identity_id_62, t0.file_residence_permit_id AS file_residence_permit_id_63, t0.file_photo_id AS file_photo_id_64, t0.file_handicap_id AS file_handicap_id_65, t0.cursus_id AS cursus_id_66, t0.file_diplome_id AS file_diplome_id_67, t0.file_support_document_id AS file_support_document_id_68 FROM profile t0 WHERE t0.id = ?
Parameters:
[
749
]
|
29 | 0.51 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.auth_permitted AS auth_permitted_4, t0.phone AS phone_5, t0.status AS status_6, t0.reset_password_token AS reset_password_token_7, t0.first_name AS first_name_8, t0.last_name AS last_name_9, t0.gender AS gender_10, t0.birth_day AS birth_day_11, t0.birth_place AS birth_place_12, t0.department AS department_13, t0.created_date AS created_date_14, t0.updated_date AS updated_date_15, t0.media_id AS media_id_16, t0.country_id AS country_id_17, t0.nationality_id AS nationality_id_18 FROM user t0 WHERE t0.id = ?
Parameters:
[
793
]
|
30 | 0.64 ms |
SELECT t0.id AS id_1, t0.school_name AS school_name_2, t0.diploma_name AS diploma_name_3, t0.jury_result AS jury_result_4, t0.jury_date AS jury_date_5, t0.oraux_result AS oraux_result_6, t0.oraux_date AS oraux_date_7, t0.year AS year_8, t0.percent AS percent_9, t0.information AS information_10, t0.marketing AS marketing_11, t0.type_formation AS type_formation_12, t0.host_company AS host_company_13, t0.task_date AS task_date_14, t0.task_status AS task_status_15, t0.expire_identity AS expire_identity_16, t0.expire_residence_permit AS expire_residence_permit_17, t0.motivation AS motivation_18, t0.admission_message AS admission_message_19, t0.is_handicap AS is_handicap_20, t0.handicap_info AS handicap_info_21, t0.created_date AS created_date_22, t0.updated_date AS updated_date_23, t0.entreprise AS entreprise_24, t0.contract AS contract_25, t0.fiche_email AS fiche_email_26, t0.qcm_results AS qcm_results_27, t0.qcm_token AS qcm_token_28, t0.is_duplicate AS is_duplicate_29, t0.repay AS repay_30, t0.abandon_date AS abandon_date_31, t0.abandon_note AS abandon_note_32, t0.payment_method AS payment_method_33, t0.payment_date AS payment_date_34, t0.qcm_method AS qcm_method_35, t0.is_sent AS is_sent_36, t0.enrolled_date AS enrolled_date_37, t0.training_option AS training_option_38, t0.primo AS primo_39, t0.is_agent AS is_agent_40, t0.user_id AS user_id_41, t0.study_level_id AS study_level_id_42, t0.commercial_id AS commercial_id_43, t0.english_level_id AS english_level_id_44, t0.jury_id AS jury_id_45, t0.oraux_id AS oraux_id_46, t0.status_id AS status_id_47, t0.campaign_id AS campaign_id_48, t0.selected_program_id AS selected_program_id_49, t0.media_channel_id AS media_channel_id_50, t0.landingpage_id AS landingpage_id_51, t0.campus_id AS campus_id_52, t0.task_id AS task_id_53, t0.campus1_id AS campus1_id_54, t0.campus2_id AS campus2_id_55, t0.campus3_id AS campus3_id_56, t0.file_cv_id AS file_cv_id_57, t0.file_letter_id AS file_letter_id_58, t0.file_report_card1_id AS file_report_card1_id_59, t0.file_report_card2_id AS file_report_card2_id_60, t0.file_report_card3_id AS file_report_card3_id_61, t0.file_identity_id AS file_identity_id_62, t0.file_residence_permit_id AS file_residence_permit_id_63, t0.file_photo_id AS file_photo_id_64, t0.file_handicap_id AS file_handicap_id_65, t0.cursus_id AS cursus_id_66, t0.file_diplome_id AS file_diplome_id_67, t0.file_support_document_id AS file_support_document_id_68 FROM profile t0 WHERE t0.id = ?
Parameters:
[
563
]
|
31 | 0.83 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.auth_permitted AS auth_permitted_4, t0.phone AS phone_5, t0.status AS status_6, t0.reset_password_token AS reset_password_token_7, t0.first_name AS first_name_8, t0.last_name AS last_name_9, t0.gender AS gender_10, t0.birth_day AS birth_day_11, t0.birth_place AS birth_place_12, t0.department AS department_13, t0.created_date AS created_date_14, t0.updated_date AS updated_date_15, t0.media_id AS media_id_16, t0.country_id AS country_id_17, t0.nationality_id AS nationality_id_18 FROM user t0 WHERE t0.id = ?
Parameters:
[
604
]
|
32 | 0.57 ms |
SELECT t0.id AS id_1, t0.school_name AS school_name_2, t0.diploma_name AS diploma_name_3, t0.jury_result AS jury_result_4, t0.jury_date AS jury_date_5, t0.oraux_result AS oraux_result_6, t0.oraux_date AS oraux_date_7, t0.year AS year_8, t0.percent AS percent_9, t0.information AS information_10, t0.marketing AS marketing_11, t0.type_formation AS type_formation_12, t0.host_company AS host_company_13, t0.task_date AS task_date_14, t0.task_status AS task_status_15, t0.expire_identity AS expire_identity_16, t0.expire_residence_permit AS expire_residence_permit_17, t0.motivation AS motivation_18, t0.admission_message AS admission_message_19, t0.is_handicap AS is_handicap_20, t0.handicap_info AS handicap_info_21, t0.created_date AS created_date_22, t0.updated_date AS updated_date_23, t0.entreprise AS entreprise_24, t0.contract AS contract_25, t0.fiche_email AS fiche_email_26, t0.qcm_results AS qcm_results_27, t0.qcm_token AS qcm_token_28, t0.is_duplicate AS is_duplicate_29, t0.repay AS repay_30, t0.abandon_date AS abandon_date_31, t0.abandon_note AS abandon_note_32, t0.payment_method AS payment_method_33, t0.payment_date AS payment_date_34, t0.qcm_method AS qcm_method_35, t0.is_sent AS is_sent_36, t0.enrolled_date AS enrolled_date_37, t0.training_option AS training_option_38, t0.primo AS primo_39, t0.is_agent AS is_agent_40, t0.user_id AS user_id_41, t0.study_level_id AS study_level_id_42, t0.commercial_id AS commercial_id_43, t0.english_level_id AS english_level_id_44, t0.jury_id AS jury_id_45, t0.oraux_id AS oraux_id_46, t0.status_id AS status_id_47, t0.campaign_id AS campaign_id_48, t0.selected_program_id AS selected_program_id_49, t0.media_channel_id AS media_channel_id_50, t0.landingpage_id AS landingpage_id_51, t0.campus_id AS campus_id_52, t0.task_id AS task_id_53, t0.campus1_id AS campus1_id_54, t0.campus2_id AS campus2_id_55, t0.campus3_id AS campus3_id_56, t0.file_cv_id AS file_cv_id_57, t0.file_letter_id AS file_letter_id_58, t0.file_report_card1_id AS file_report_card1_id_59, t0.file_report_card2_id AS file_report_card2_id_60, t0.file_report_card3_id AS file_report_card3_id_61, t0.file_identity_id AS file_identity_id_62, t0.file_residence_permit_id AS file_residence_permit_id_63, t0.file_photo_id AS file_photo_id_64, t0.file_handicap_id AS file_handicap_id_65, t0.cursus_id AS cursus_id_66, t0.file_diplome_id AS file_diplome_id_67, t0.file_support_document_id AS file_support_document_id_68 FROM profile t0 WHERE t0.id = ?
Parameters:
[
208
]
|
33 | 0.41 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.auth_permitted AS auth_permitted_4, t0.phone AS phone_5, t0.status AS status_6, t0.reset_password_token AS reset_password_token_7, t0.first_name AS first_name_8, t0.last_name AS last_name_9, t0.gender AS gender_10, t0.birth_day AS birth_day_11, t0.birth_place AS birth_place_12, t0.department AS department_13, t0.created_date AS created_date_14, t0.updated_date AS updated_date_15, t0.media_id AS media_id_16, t0.country_id AS country_id_17, t0.nationality_id AS nationality_id_18 FROM user t0 WHERE t0.id = ?
Parameters:
[
247
]
|
34 | 0.62 ms |
SELECT t0.id AS id_1, t0.school_name AS school_name_2, t0.diploma_name AS diploma_name_3, t0.jury_result AS jury_result_4, t0.jury_date AS jury_date_5, t0.oraux_result AS oraux_result_6, t0.oraux_date AS oraux_date_7, t0.year AS year_8, t0.percent AS percent_9, t0.information AS information_10, t0.marketing AS marketing_11, t0.type_formation AS type_formation_12, t0.host_company AS host_company_13, t0.task_date AS task_date_14, t0.task_status AS task_status_15, t0.expire_identity AS expire_identity_16, t0.expire_residence_permit AS expire_residence_permit_17, t0.motivation AS motivation_18, t0.admission_message AS admission_message_19, t0.is_handicap AS is_handicap_20, t0.handicap_info AS handicap_info_21, t0.created_date AS created_date_22, t0.updated_date AS updated_date_23, t0.entreprise AS entreprise_24, t0.contract AS contract_25, t0.fiche_email AS fiche_email_26, t0.qcm_results AS qcm_results_27, t0.qcm_token AS qcm_token_28, t0.is_duplicate AS is_duplicate_29, t0.repay AS repay_30, t0.abandon_date AS abandon_date_31, t0.abandon_note AS abandon_note_32, t0.payment_method AS payment_method_33, t0.payment_date AS payment_date_34, t0.qcm_method AS qcm_method_35, t0.is_sent AS is_sent_36, t0.enrolled_date AS enrolled_date_37, t0.training_option AS training_option_38, t0.primo AS primo_39, t0.is_agent AS is_agent_40, t0.user_id AS user_id_41, t0.study_level_id AS study_level_id_42, t0.commercial_id AS commercial_id_43, t0.english_level_id AS english_level_id_44, t0.jury_id AS jury_id_45, t0.oraux_id AS oraux_id_46, t0.status_id AS status_id_47, t0.campaign_id AS campaign_id_48, t0.selected_program_id AS selected_program_id_49, t0.media_channel_id AS media_channel_id_50, t0.landingpage_id AS landingpage_id_51, t0.campus_id AS campus_id_52, t0.task_id AS task_id_53, t0.campus1_id AS campus1_id_54, t0.campus2_id AS campus2_id_55, t0.campus3_id AS campus3_id_56, t0.file_cv_id AS file_cv_id_57, t0.file_letter_id AS file_letter_id_58, t0.file_report_card1_id AS file_report_card1_id_59, t0.file_report_card2_id AS file_report_card2_id_60, t0.file_report_card3_id AS file_report_card3_id_61, t0.file_identity_id AS file_identity_id_62, t0.file_residence_permit_id AS file_residence_permit_id_63, t0.file_photo_id AS file_photo_id_64, t0.file_handicap_id AS file_handicap_id_65, t0.cursus_id AS cursus_id_66, t0.file_diplome_id AS file_diplome_id_67, t0.file_support_document_id AS file_support_document_id_68 FROM profile t0 WHERE t0.id = ?
Parameters:
[
463
]
|
35 | 0.36 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.auth_permitted AS auth_permitted_4, t0.phone AS phone_5, t0.status AS status_6, t0.reset_password_token AS reset_password_token_7, t0.first_name AS first_name_8, t0.last_name AS last_name_9, t0.gender AS gender_10, t0.birth_day AS birth_day_11, t0.birth_place AS birth_place_12, t0.department AS department_13, t0.created_date AS created_date_14, t0.updated_date AS updated_date_15, t0.media_id AS media_id_16, t0.country_id AS country_id_17, t0.nationality_id AS nationality_id_18 FROM user t0 WHERE t0.id = ?
Parameters:
[
504
]
|
36 | 1.32 ms |
SELECT t0.id AS id_1, t0.school_name AS school_name_2, t0.diploma_name AS diploma_name_3, t0.jury_result AS jury_result_4, t0.jury_date AS jury_date_5, t0.oraux_result AS oraux_result_6, t0.oraux_date AS oraux_date_7, t0.year AS year_8, t0.percent AS percent_9, t0.information AS information_10, t0.marketing AS marketing_11, t0.type_formation AS type_formation_12, t0.host_company AS host_company_13, t0.task_date AS task_date_14, t0.task_status AS task_status_15, t0.expire_identity AS expire_identity_16, t0.expire_residence_permit AS expire_residence_permit_17, t0.motivation AS motivation_18, t0.admission_message AS admission_message_19, t0.is_handicap AS is_handicap_20, t0.handicap_info AS handicap_info_21, t0.created_date AS created_date_22, t0.updated_date AS updated_date_23, t0.entreprise AS entreprise_24, t0.contract AS contract_25, t0.fiche_email AS fiche_email_26, t0.qcm_results AS qcm_results_27, t0.qcm_token AS qcm_token_28, t0.is_duplicate AS is_duplicate_29, t0.repay AS repay_30, t0.abandon_date AS abandon_date_31, t0.abandon_note AS abandon_note_32, t0.payment_method AS payment_method_33, t0.payment_date AS payment_date_34, t0.qcm_method AS qcm_method_35, t0.is_sent AS is_sent_36, t0.enrolled_date AS enrolled_date_37, t0.training_option AS training_option_38, t0.primo AS primo_39, t0.is_agent AS is_agent_40, t0.user_id AS user_id_41, t0.study_level_id AS study_level_id_42, t0.commercial_id AS commercial_id_43, t0.english_level_id AS english_level_id_44, t0.jury_id AS jury_id_45, t0.oraux_id AS oraux_id_46, t0.status_id AS status_id_47, t0.campaign_id AS campaign_id_48, t0.selected_program_id AS selected_program_id_49, t0.media_channel_id AS media_channel_id_50, t0.landingpage_id AS landingpage_id_51, t0.campus_id AS campus_id_52, t0.task_id AS task_id_53, t0.campus1_id AS campus1_id_54, t0.campus2_id AS campus2_id_55, t0.campus3_id AS campus3_id_56, t0.file_cv_id AS file_cv_id_57, t0.file_letter_id AS file_letter_id_58, t0.file_report_card1_id AS file_report_card1_id_59, t0.file_report_card2_id AS file_report_card2_id_60, t0.file_report_card3_id AS file_report_card3_id_61, t0.file_identity_id AS file_identity_id_62, t0.file_residence_permit_id AS file_residence_permit_id_63, t0.file_photo_id AS file_photo_id_64, t0.file_handicap_id AS file_handicap_id_65, t0.cursus_id AS cursus_id_66, t0.file_diplome_id AS file_diplome_id_67, t0.file_support_document_id AS file_support_document_id_68 FROM profile t0 WHERE t0.id = ?
Parameters:
[
433
]
|
37 | 1.03 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.auth_permitted AS auth_permitted_4, t0.phone AS phone_5, t0.status AS status_6, t0.reset_password_token AS reset_password_token_7, t0.first_name AS first_name_8, t0.last_name AS last_name_9, t0.gender AS gender_10, t0.birth_day AS birth_day_11, t0.birth_place AS birth_place_12, t0.department AS department_13, t0.created_date AS created_date_14, t0.updated_date AS updated_date_15, t0.media_id AS media_id_16, t0.country_id AS country_id_17, t0.nationality_id AS nationality_id_18 FROM user t0 WHERE t0.id = ?
Parameters:
[
474
]
|
38 | 0.57 ms |
SELECT t0.id AS id_1, t0.school_name AS school_name_2, t0.diploma_name AS diploma_name_3, t0.jury_result AS jury_result_4, t0.jury_date AS jury_date_5, t0.oraux_result AS oraux_result_6, t0.oraux_date AS oraux_date_7, t0.year AS year_8, t0.percent AS percent_9, t0.information AS information_10, t0.marketing AS marketing_11, t0.type_formation AS type_formation_12, t0.host_company AS host_company_13, t0.task_date AS task_date_14, t0.task_status AS task_status_15, t0.expire_identity AS expire_identity_16, t0.expire_residence_permit AS expire_residence_permit_17, t0.motivation AS motivation_18, t0.admission_message AS admission_message_19, t0.is_handicap AS is_handicap_20, t0.handicap_info AS handicap_info_21, t0.created_date AS created_date_22, t0.updated_date AS updated_date_23, t0.entreprise AS entreprise_24, t0.contract AS contract_25, t0.fiche_email AS fiche_email_26, t0.qcm_results AS qcm_results_27, t0.qcm_token AS qcm_token_28, t0.is_duplicate AS is_duplicate_29, t0.repay AS repay_30, t0.abandon_date AS abandon_date_31, t0.abandon_note AS abandon_note_32, t0.payment_method AS payment_method_33, t0.payment_date AS payment_date_34, t0.qcm_method AS qcm_method_35, t0.is_sent AS is_sent_36, t0.enrolled_date AS enrolled_date_37, t0.training_option AS training_option_38, t0.primo AS primo_39, t0.is_agent AS is_agent_40, t0.user_id AS user_id_41, t0.study_level_id AS study_level_id_42, t0.commercial_id AS commercial_id_43, t0.english_level_id AS english_level_id_44, t0.jury_id AS jury_id_45, t0.oraux_id AS oraux_id_46, t0.status_id AS status_id_47, t0.campaign_id AS campaign_id_48, t0.selected_program_id AS selected_program_id_49, t0.media_channel_id AS media_channel_id_50, t0.landingpage_id AS landingpage_id_51, t0.campus_id AS campus_id_52, t0.task_id AS task_id_53, t0.campus1_id AS campus1_id_54, t0.campus2_id AS campus2_id_55, t0.campus3_id AS campus3_id_56, t0.file_cv_id AS file_cv_id_57, t0.file_letter_id AS file_letter_id_58, t0.file_report_card1_id AS file_report_card1_id_59, t0.file_report_card2_id AS file_report_card2_id_60, t0.file_report_card3_id AS file_report_card3_id_61, t0.file_identity_id AS file_identity_id_62, t0.file_residence_permit_id AS file_residence_permit_id_63, t0.file_photo_id AS file_photo_id_64, t0.file_handicap_id AS file_handicap_id_65, t0.cursus_id AS cursus_id_66, t0.file_diplome_id AS file_diplome_id_67, t0.file_support_document_id AS file_support_document_id_68 FROM profile t0 WHERE t0.id = ?
Parameters:
[
122
]
|
39 | 1.40 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.auth_permitted AS auth_permitted_4, t0.phone AS phone_5, t0.status AS status_6, t0.reset_password_token AS reset_password_token_7, t0.first_name AS first_name_8, t0.last_name AS last_name_9, t0.gender AS gender_10, t0.birth_day AS birth_day_11, t0.birth_place AS birth_place_12, t0.department AS department_13, t0.created_date AS created_date_14, t0.updated_date AS updated_date_15, t0.media_id AS media_id_16, t0.country_id AS country_id_17, t0.nationality_id AS nationality_id_18 FROM user t0 WHERE t0.id = ?
Parameters:
[
160
]
|
40 | 0.62 ms |
SELECT t0.id AS id_1, t0.school_name AS school_name_2, t0.diploma_name AS diploma_name_3, t0.jury_result AS jury_result_4, t0.jury_date AS jury_date_5, t0.oraux_result AS oraux_result_6, t0.oraux_date AS oraux_date_7, t0.year AS year_8, t0.percent AS percent_9, t0.information AS information_10, t0.marketing AS marketing_11, t0.type_formation AS type_formation_12, t0.host_company AS host_company_13, t0.task_date AS task_date_14, t0.task_status AS task_status_15, t0.expire_identity AS expire_identity_16, t0.expire_residence_permit AS expire_residence_permit_17, t0.motivation AS motivation_18, t0.admission_message AS admission_message_19, t0.is_handicap AS is_handicap_20, t0.handicap_info AS handicap_info_21, t0.created_date AS created_date_22, t0.updated_date AS updated_date_23, t0.entreprise AS entreprise_24, t0.contract AS contract_25, t0.fiche_email AS fiche_email_26, t0.qcm_results AS qcm_results_27, t0.qcm_token AS qcm_token_28, t0.is_duplicate AS is_duplicate_29, t0.repay AS repay_30, t0.abandon_date AS abandon_date_31, t0.abandon_note AS abandon_note_32, t0.payment_method AS payment_method_33, t0.payment_date AS payment_date_34, t0.qcm_method AS qcm_method_35, t0.is_sent AS is_sent_36, t0.enrolled_date AS enrolled_date_37, t0.training_option AS training_option_38, t0.primo AS primo_39, t0.is_agent AS is_agent_40, t0.user_id AS user_id_41, t0.study_level_id AS study_level_id_42, t0.commercial_id AS commercial_id_43, t0.english_level_id AS english_level_id_44, t0.jury_id AS jury_id_45, t0.oraux_id AS oraux_id_46, t0.status_id AS status_id_47, t0.campaign_id AS campaign_id_48, t0.selected_program_id AS selected_program_id_49, t0.media_channel_id AS media_channel_id_50, t0.landingpage_id AS landingpage_id_51, t0.campus_id AS campus_id_52, t0.task_id AS task_id_53, t0.campus1_id AS campus1_id_54, t0.campus2_id AS campus2_id_55, t0.campus3_id AS campus3_id_56, t0.file_cv_id AS file_cv_id_57, t0.file_letter_id AS file_letter_id_58, t0.file_report_card1_id AS file_report_card1_id_59, t0.file_report_card2_id AS file_report_card2_id_60, t0.file_report_card3_id AS file_report_card3_id_61, t0.file_identity_id AS file_identity_id_62, t0.file_residence_permit_id AS file_residence_permit_id_63, t0.file_photo_id AS file_photo_id_64, t0.file_handicap_id AS file_handicap_id_65, t0.cursus_id AS cursus_id_66, t0.file_diplome_id AS file_diplome_id_67, t0.file_support_document_id AS file_support_document_id_68 FROM profile t0 WHERE t0.id = ?
Parameters:
[
508
]
|
41 | 1.60 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.auth_permitted AS auth_permitted_4, t0.phone AS phone_5, t0.status AS status_6, t0.reset_password_token AS reset_password_token_7, t0.first_name AS first_name_8, t0.last_name AS last_name_9, t0.gender AS gender_10, t0.birth_day AS birth_day_11, t0.birth_place AS birth_place_12, t0.department AS department_13, t0.created_date AS created_date_14, t0.updated_date AS updated_date_15, t0.media_id AS media_id_16, t0.country_id AS country_id_17, t0.nationality_id AS nationality_id_18 FROM user t0 WHERE t0.id = ?
Parameters:
[
549
]
|
42 | 1.60 ms |
SELECT t0.id AS id_1, t0.school_name AS school_name_2, t0.diploma_name AS diploma_name_3, t0.jury_result AS jury_result_4, t0.jury_date AS jury_date_5, t0.oraux_result AS oraux_result_6, t0.oraux_date AS oraux_date_7, t0.year AS year_8, t0.percent AS percent_9, t0.information AS information_10, t0.marketing AS marketing_11, t0.type_formation AS type_formation_12, t0.host_company AS host_company_13, t0.task_date AS task_date_14, t0.task_status AS task_status_15, t0.expire_identity AS expire_identity_16, t0.expire_residence_permit AS expire_residence_permit_17, t0.motivation AS motivation_18, t0.admission_message AS admission_message_19, t0.is_handicap AS is_handicap_20, t0.handicap_info AS handicap_info_21, t0.created_date AS created_date_22, t0.updated_date AS updated_date_23, t0.entreprise AS entreprise_24, t0.contract AS contract_25, t0.fiche_email AS fiche_email_26, t0.qcm_results AS qcm_results_27, t0.qcm_token AS qcm_token_28, t0.is_duplicate AS is_duplicate_29, t0.repay AS repay_30, t0.abandon_date AS abandon_date_31, t0.abandon_note AS abandon_note_32, t0.payment_method AS payment_method_33, t0.payment_date AS payment_date_34, t0.qcm_method AS qcm_method_35, t0.is_sent AS is_sent_36, t0.enrolled_date AS enrolled_date_37, t0.training_option AS training_option_38, t0.primo AS primo_39, t0.is_agent AS is_agent_40, t0.user_id AS user_id_41, t0.study_level_id AS study_level_id_42, t0.commercial_id AS commercial_id_43, t0.english_level_id AS english_level_id_44, t0.jury_id AS jury_id_45, t0.oraux_id AS oraux_id_46, t0.status_id AS status_id_47, t0.campaign_id AS campaign_id_48, t0.selected_program_id AS selected_program_id_49, t0.media_channel_id AS media_channel_id_50, t0.landingpage_id AS landingpage_id_51, t0.campus_id AS campus_id_52, t0.task_id AS task_id_53, t0.campus1_id AS campus1_id_54, t0.campus2_id AS campus2_id_55, t0.campus3_id AS campus3_id_56, t0.file_cv_id AS file_cv_id_57, t0.file_letter_id AS file_letter_id_58, t0.file_report_card1_id AS file_report_card1_id_59, t0.file_report_card2_id AS file_report_card2_id_60, t0.file_report_card3_id AS file_report_card3_id_61, t0.file_identity_id AS file_identity_id_62, t0.file_residence_permit_id AS file_residence_permit_id_63, t0.file_photo_id AS file_photo_id_64, t0.file_handicap_id AS file_handicap_id_65, t0.cursus_id AS cursus_id_66, t0.file_diplome_id AS file_diplome_id_67, t0.file_support_document_id AS file_support_document_id_68 FROM profile t0 WHERE t0.id = ?
Parameters:
[
109
]
|
43 | 1.45 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.auth_permitted AS auth_permitted_4, t0.phone AS phone_5, t0.status AS status_6, t0.reset_password_token AS reset_password_token_7, t0.first_name AS first_name_8, t0.last_name AS last_name_9, t0.gender AS gender_10, t0.birth_day AS birth_day_11, t0.birth_place AS birth_place_12, t0.department AS department_13, t0.created_date AS created_date_14, t0.updated_date AS updated_date_15, t0.media_id AS media_id_16, t0.country_id AS country_id_17, t0.nationality_id AS nationality_id_18 FROM user t0 WHERE t0.id = ?
Parameters:
[
147
]
|
44 | 2.08 ms |
SELECT t0.id AS id_1, t0.school_name AS school_name_2, t0.diploma_name AS diploma_name_3, t0.jury_result AS jury_result_4, t0.jury_date AS jury_date_5, t0.oraux_result AS oraux_result_6, t0.oraux_date AS oraux_date_7, t0.year AS year_8, t0.percent AS percent_9, t0.information AS information_10, t0.marketing AS marketing_11, t0.type_formation AS type_formation_12, t0.host_company AS host_company_13, t0.task_date AS task_date_14, t0.task_status AS task_status_15, t0.expire_identity AS expire_identity_16, t0.expire_residence_permit AS expire_residence_permit_17, t0.motivation AS motivation_18, t0.admission_message AS admission_message_19, t0.is_handicap AS is_handicap_20, t0.handicap_info AS handicap_info_21, t0.created_date AS created_date_22, t0.updated_date AS updated_date_23, t0.entreprise AS entreprise_24, t0.contract AS contract_25, t0.fiche_email AS fiche_email_26, t0.qcm_results AS qcm_results_27, t0.qcm_token AS qcm_token_28, t0.is_duplicate AS is_duplicate_29, t0.repay AS repay_30, t0.abandon_date AS abandon_date_31, t0.abandon_note AS abandon_note_32, t0.payment_method AS payment_method_33, t0.payment_date AS payment_date_34, t0.qcm_method AS qcm_method_35, t0.is_sent AS is_sent_36, t0.enrolled_date AS enrolled_date_37, t0.training_option AS training_option_38, t0.primo AS primo_39, t0.is_agent AS is_agent_40, t0.user_id AS user_id_41, t0.study_level_id AS study_level_id_42, t0.commercial_id AS commercial_id_43, t0.english_level_id AS english_level_id_44, t0.jury_id AS jury_id_45, t0.oraux_id AS oraux_id_46, t0.status_id AS status_id_47, t0.campaign_id AS campaign_id_48, t0.selected_program_id AS selected_program_id_49, t0.media_channel_id AS media_channel_id_50, t0.landingpage_id AS landingpage_id_51, t0.campus_id AS campus_id_52, t0.task_id AS task_id_53, t0.campus1_id AS campus1_id_54, t0.campus2_id AS campus2_id_55, t0.campus3_id AS campus3_id_56, t0.file_cv_id AS file_cv_id_57, t0.file_letter_id AS file_letter_id_58, t0.file_report_card1_id AS file_report_card1_id_59, t0.file_report_card2_id AS file_report_card2_id_60, t0.file_report_card3_id AS file_report_card3_id_61, t0.file_identity_id AS file_identity_id_62, t0.file_residence_permit_id AS file_residence_permit_id_63, t0.file_photo_id AS file_photo_id_64, t0.file_handicap_id AS file_handicap_id_65, t0.cursus_id AS cursus_id_66, t0.file_diplome_id AS file_diplome_id_67, t0.file_support_document_id AS file_support_document_id_68 FROM profile t0 WHERE t0.id = ?
Parameters:
[
267
]
|
45 | 0.46 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.auth_permitted AS auth_permitted_4, t0.phone AS phone_5, t0.status AS status_6, t0.reset_password_token AS reset_password_token_7, t0.first_name AS first_name_8, t0.last_name AS last_name_9, t0.gender AS gender_10, t0.birth_day AS birth_day_11, t0.birth_place AS birth_place_12, t0.department AS department_13, t0.created_date AS created_date_14, t0.updated_date AS updated_date_15, t0.media_id AS media_id_16, t0.country_id AS country_id_17, t0.nationality_id AS nationality_id_18 FROM user t0 WHERE t0.id = ?
Parameters:
[
307
]
|
46 | 1.54 ms |
SELECT t0.id AS id_1, t0.school_name AS school_name_2, t0.diploma_name AS diploma_name_3, t0.jury_result AS jury_result_4, t0.jury_date AS jury_date_5, t0.oraux_result AS oraux_result_6, t0.oraux_date AS oraux_date_7, t0.year AS year_8, t0.percent AS percent_9, t0.information AS information_10, t0.marketing AS marketing_11, t0.type_formation AS type_formation_12, t0.host_company AS host_company_13, t0.task_date AS task_date_14, t0.task_status AS task_status_15, t0.expire_identity AS expire_identity_16, t0.expire_residence_permit AS expire_residence_permit_17, t0.motivation AS motivation_18, t0.admission_message AS admission_message_19, t0.is_handicap AS is_handicap_20, t0.handicap_info AS handicap_info_21, t0.created_date AS created_date_22, t0.updated_date AS updated_date_23, t0.entreprise AS entreprise_24, t0.contract AS contract_25, t0.fiche_email AS fiche_email_26, t0.qcm_results AS qcm_results_27, t0.qcm_token AS qcm_token_28, t0.is_duplicate AS is_duplicate_29, t0.repay AS repay_30, t0.abandon_date AS abandon_date_31, t0.abandon_note AS abandon_note_32, t0.payment_method AS payment_method_33, t0.payment_date AS payment_date_34, t0.qcm_method AS qcm_method_35, t0.is_sent AS is_sent_36, t0.enrolled_date AS enrolled_date_37, t0.training_option AS training_option_38, t0.primo AS primo_39, t0.is_agent AS is_agent_40, t0.user_id AS user_id_41, t0.study_level_id AS study_level_id_42, t0.commercial_id AS commercial_id_43, t0.english_level_id AS english_level_id_44, t0.jury_id AS jury_id_45, t0.oraux_id AS oraux_id_46, t0.status_id AS status_id_47, t0.campaign_id AS campaign_id_48, t0.selected_program_id AS selected_program_id_49, t0.media_channel_id AS media_channel_id_50, t0.landingpage_id AS landingpage_id_51, t0.campus_id AS campus_id_52, t0.task_id AS task_id_53, t0.campus1_id AS campus1_id_54, t0.campus2_id AS campus2_id_55, t0.campus3_id AS campus3_id_56, t0.file_cv_id AS file_cv_id_57, t0.file_letter_id AS file_letter_id_58, t0.file_report_card1_id AS file_report_card1_id_59, t0.file_report_card2_id AS file_report_card2_id_60, t0.file_report_card3_id AS file_report_card3_id_61, t0.file_identity_id AS file_identity_id_62, t0.file_residence_permit_id AS file_residence_permit_id_63, t0.file_photo_id AS file_photo_id_64, t0.file_handicap_id AS file_handicap_id_65, t0.cursus_id AS cursus_id_66, t0.file_diplome_id AS file_diplome_id_67, t0.file_support_document_id AS file_support_document_id_68 FROM profile t0 WHERE t0.id = ?
Parameters:
[
720
]
|
47 | 0.57 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.auth_permitted AS auth_permitted_4, t0.phone AS phone_5, t0.status AS status_6, t0.reset_password_token AS reset_password_token_7, t0.first_name AS first_name_8, t0.last_name AS last_name_9, t0.gender AS gender_10, t0.birth_day AS birth_day_11, t0.birth_place AS birth_place_12, t0.department AS department_13, t0.created_date AS created_date_14, t0.updated_date AS updated_date_15, t0.media_id AS media_id_16, t0.country_id AS country_id_17, t0.nationality_id AS nationality_id_18 FROM user t0 WHERE t0.id = ?
Parameters:
[
763
]
|
48 | 1.27 ms |
SELECT t0.id AS id_1, t0.school_name AS school_name_2, t0.diploma_name AS diploma_name_3, t0.jury_result AS jury_result_4, t0.jury_date AS jury_date_5, t0.oraux_result AS oraux_result_6, t0.oraux_date AS oraux_date_7, t0.year AS year_8, t0.percent AS percent_9, t0.information AS information_10, t0.marketing AS marketing_11, t0.type_formation AS type_formation_12, t0.host_company AS host_company_13, t0.task_date AS task_date_14, t0.task_status AS task_status_15, t0.expire_identity AS expire_identity_16, t0.expire_residence_permit AS expire_residence_permit_17, t0.motivation AS motivation_18, t0.admission_message AS admission_message_19, t0.is_handicap AS is_handicap_20, t0.handicap_info AS handicap_info_21, t0.created_date AS created_date_22, t0.updated_date AS updated_date_23, t0.entreprise AS entreprise_24, t0.contract AS contract_25, t0.fiche_email AS fiche_email_26, t0.qcm_results AS qcm_results_27, t0.qcm_token AS qcm_token_28, t0.is_duplicate AS is_duplicate_29, t0.repay AS repay_30, t0.abandon_date AS abandon_date_31, t0.abandon_note AS abandon_note_32, t0.payment_method AS payment_method_33, t0.payment_date AS payment_date_34, t0.qcm_method AS qcm_method_35, t0.is_sent AS is_sent_36, t0.enrolled_date AS enrolled_date_37, t0.training_option AS training_option_38, t0.primo AS primo_39, t0.is_agent AS is_agent_40, t0.user_id AS user_id_41, t0.study_level_id AS study_level_id_42, t0.commercial_id AS commercial_id_43, t0.english_level_id AS english_level_id_44, t0.jury_id AS jury_id_45, t0.oraux_id AS oraux_id_46, t0.status_id AS status_id_47, t0.campaign_id AS campaign_id_48, t0.selected_program_id AS selected_program_id_49, t0.media_channel_id AS media_channel_id_50, t0.landingpage_id AS landingpage_id_51, t0.campus_id AS campus_id_52, t0.task_id AS task_id_53, t0.campus1_id AS campus1_id_54, t0.campus2_id AS campus2_id_55, t0.campus3_id AS campus3_id_56, t0.file_cv_id AS file_cv_id_57, t0.file_letter_id AS file_letter_id_58, t0.file_report_card1_id AS file_report_card1_id_59, t0.file_report_card2_id AS file_report_card2_id_60, t0.file_report_card3_id AS file_report_card3_id_61, t0.file_identity_id AS file_identity_id_62, t0.file_residence_permit_id AS file_residence_permit_id_63, t0.file_photo_id AS file_photo_id_64, t0.file_handicap_id AS file_handicap_id_65, t0.cursus_id AS cursus_id_66, t0.file_diplome_id AS file_diplome_id_67, t0.file_support_document_id AS file_support_document_id_68 FROM profile t0 WHERE t0.id = ?
Parameters:
[
412
]
|
49 | 2.12 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.auth_permitted AS auth_permitted_4, t0.phone AS phone_5, t0.status AS status_6, t0.reset_password_token AS reset_password_token_7, t0.first_name AS first_name_8, t0.last_name AS last_name_9, t0.gender AS gender_10, t0.birth_day AS birth_day_11, t0.birth_place AS birth_place_12, t0.department AS department_13, t0.created_date AS created_date_14, t0.updated_date AS updated_date_15, t0.media_id AS media_id_16, t0.country_id AS country_id_17, t0.nationality_id AS nationality_id_18 FROM user t0 WHERE t0.id = ?
Parameters:
[
453
]
|
50 | 1.80 ms |
SELECT t0.id AS id_1, t0.school_name AS school_name_2, t0.diploma_name AS diploma_name_3, t0.jury_result AS jury_result_4, t0.jury_date AS jury_date_5, t0.oraux_result AS oraux_result_6, t0.oraux_date AS oraux_date_7, t0.year AS year_8, t0.percent AS percent_9, t0.information AS information_10, t0.marketing AS marketing_11, t0.type_formation AS type_formation_12, t0.host_company AS host_company_13, t0.task_date AS task_date_14, t0.task_status AS task_status_15, t0.expire_identity AS expire_identity_16, t0.expire_residence_permit AS expire_residence_permit_17, t0.motivation AS motivation_18, t0.admission_message AS admission_message_19, t0.is_handicap AS is_handicap_20, t0.handicap_info AS handicap_info_21, t0.created_date AS created_date_22, t0.updated_date AS updated_date_23, t0.entreprise AS entreprise_24, t0.contract AS contract_25, t0.fiche_email AS fiche_email_26, t0.qcm_results AS qcm_results_27, t0.qcm_token AS qcm_token_28, t0.is_duplicate AS is_duplicate_29, t0.repay AS repay_30, t0.abandon_date AS abandon_date_31, t0.abandon_note AS abandon_note_32, t0.payment_method AS payment_method_33, t0.payment_date AS payment_date_34, t0.qcm_method AS qcm_method_35, t0.is_sent AS is_sent_36, t0.enrolled_date AS enrolled_date_37, t0.training_option AS training_option_38, t0.primo AS primo_39, t0.is_agent AS is_agent_40, t0.user_id AS user_id_41, t0.study_level_id AS study_level_id_42, t0.commercial_id AS commercial_id_43, t0.english_level_id AS english_level_id_44, t0.jury_id AS jury_id_45, t0.oraux_id AS oraux_id_46, t0.status_id AS status_id_47, t0.campaign_id AS campaign_id_48, t0.selected_program_id AS selected_program_id_49, t0.media_channel_id AS media_channel_id_50, t0.landingpage_id AS landingpage_id_51, t0.campus_id AS campus_id_52, t0.task_id AS task_id_53, t0.campus1_id AS campus1_id_54, t0.campus2_id AS campus2_id_55, t0.campus3_id AS campus3_id_56, t0.file_cv_id AS file_cv_id_57, t0.file_letter_id AS file_letter_id_58, t0.file_report_card1_id AS file_report_card1_id_59, t0.file_report_card2_id AS file_report_card2_id_60, t0.file_report_card3_id AS file_report_card3_id_61, t0.file_identity_id AS file_identity_id_62, t0.file_residence_permit_id AS file_residence_permit_id_63, t0.file_photo_id AS file_photo_id_64, t0.file_handicap_id AS file_handicap_id_65, t0.cursus_id AS cursus_id_66, t0.file_diplome_id AS file_diplome_id_67, t0.file_support_document_id AS file_support_document_id_68 FROM profile t0 WHERE t0.id = ?
Parameters:
[
394
]
|
51 | 0.62 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.auth_permitted AS auth_permitted_4, t0.phone AS phone_5, t0.status AS status_6, t0.reset_password_token AS reset_password_token_7, t0.first_name AS first_name_8, t0.last_name AS last_name_9, t0.gender AS gender_10, t0.birth_day AS birth_day_11, t0.birth_place AS birth_place_12, t0.department AS department_13, t0.created_date AS created_date_14, t0.updated_date AS updated_date_15, t0.media_id AS media_id_16, t0.country_id AS country_id_17, t0.nationality_id AS nationality_id_18 FROM user t0 WHERE t0.id = ?
Parameters:
[
435
]
|
52 | 1.98 ms |
SELECT t0.id AS id_1, t0.school_name AS school_name_2, t0.diploma_name AS diploma_name_3, t0.jury_result AS jury_result_4, t0.jury_date AS jury_date_5, t0.oraux_result AS oraux_result_6, t0.oraux_date AS oraux_date_7, t0.year AS year_8, t0.percent AS percent_9, t0.information AS information_10, t0.marketing AS marketing_11, t0.type_formation AS type_formation_12, t0.host_company AS host_company_13, t0.task_date AS task_date_14, t0.task_status AS task_status_15, t0.expire_identity AS expire_identity_16, t0.expire_residence_permit AS expire_residence_permit_17, t0.motivation AS motivation_18, t0.admission_message AS admission_message_19, t0.is_handicap AS is_handicap_20, t0.handicap_info AS handicap_info_21, t0.created_date AS created_date_22, t0.updated_date AS updated_date_23, t0.entreprise AS entreprise_24, t0.contract AS contract_25, t0.fiche_email AS fiche_email_26, t0.qcm_results AS qcm_results_27, t0.qcm_token AS qcm_token_28, t0.is_duplicate AS is_duplicate_29, t0.repay AS repay_30, t0.abandon_date AS abandon_date_31, t0.abandon_note AS abandon_note_32, t0.payment_method AS payment_method_33, t0.payment_date AS payment_date_34, t0.qcm_method AS qcm_method_35, t0.is_sent AS is_sent_36, t0.enrolled_date AS enrolled_date_37, t0.training_option AS training_option_38, t0.primo AS primo_39, t0.is_agent AS is_agent_40, t0.user_id AS user_id_41, t0.study_level_id AS study_level_id_42, t0.commercial_id AS commercial_id_43, t0.english_level_id AS english_level_id_44, t0.jury_id AS jury_id_45, t0.oraux_id AS oraux_id_46, t0.status_id AS status_id_47, t0.campaign_id AS campaign_id_48, t0.selected_program_id AS selected_program_id_49, t0.media_channel_id AS media_channel_id_50, t0.landingpage_id AS landingpage_id_51, t0.campus_id AS campus_id_52, t0.task_id AS task_id_53, t0.campus1_id AS campus1_id_54, t0.campus2_id AS campus2_id_55, t0.campus3_id AS campus3_id_56, t0.file_cv_id AS file_cv_id_57, t0.file_letter_id AS file_letter_id_58, t0.file_report_card1_id AS file_report_card1_id_59, t0.file_report_card2_id AS file_report_card2_id_60, t0.file_report_card3_id AS file_report_card3_id_61, t0.file_identity_id AS file_identity_id_62, t0.file_residence_permit_id AS file_residence_permit_id_63, t0.file_photo_id AS file_photo_id_64, t0.file_handicap_id AS file_handicap_id_65, t0.cursus_id AS cursus_id_66, t0.file_diplome_id AS file_diplome_id_67, t0.file_support_document_id AS file_support_document_id_68 FROM profile t0 WHERE t0.id = ?
Parameters:
[
608
]
|
53 | 2.83 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.auth_permitted AS auth_permitted_4, t0.phone AS phone_5, t0.status AS status_6, t0.reset_password_token AS reset_password_token_7, t0.first_name AS first_name_8, t0.last_name AS last_name_9, t0.gender AS gender_10, t0.birth_day AS birth_day_11, t0.birth_place AS birth_place_12, t0.department AS department_13, t0.created_date AS created_date_14, t0.updated_date AS updated_date_15, t0.media_id AS media_id_16, t0.country_id AS country_id_17, t0.nationality_id AS nationality_id_18 FROM user t0 WHERE t0.id = ?
Parameters:
[
650
]
|
54 | 0.71 ms |
SELECT t0.id AS id_1, t0.school_name AS school_name_2, t0.diploma_name AS diploma_name_3, t0.jury_result AS jury_result_4, t0.jury_date AS jury_date_5, t0.oraux_result AS oraux_result_6, t0.oraux_date AS oraux_date_7, t0.year AS year_8, t0.percent AS percent_9, t0.information AS information_10, t0.marketing AS marketing_11, t0.type_formation AS type_formation_12, t0.host_company AS host_company_13, t0.task_date AS task_date_14, t0.task_status AS task_status_15, t0.expire_identity AS expire_identity_16, t0.expire_residence_permit AS expire_residence_permit_17, t0.motivation AS motivation_18, t0.admission_message AS admission_message_19, t0.is_handicap AS is_handicap_20, t0.handicap_info AS handicap_info_21, t0.created_date AS created_date_22, t0.updated_date AS updated_date_23, t0.entreprise AS entreprise_24, t0.contract AS contract_25, t0.fiche_email AS fiche_email_26, t0.qcm_results AS qcm_results_27, t0.qcm_token AS qcm_token_28, t0.is_duplicate AS is_duplicate_29, t0.repay AS repay_30, t0.abandon_date AS abandon_date_31, t0.abandon_note AS abandon_note_32, t0.payment_method AS payment_method_33, t0.payment_date AS payment_date_34, t0.qcm_method AS qcm_method_35, t0.is_sent AS is_sent_36, t0.enrolled_date AS enrolled_date_37, t0.training_option AS training_option_38, t0.primo AS primo_39, t0.is_agent AS is_agent_40, t0.user_id AS user_id_41, t0.study_level_id AS study_level_id_42, t0.commercial_id AS commercial_id_43, t0.english_level_id AS english_level_id_44, t0.jury_id AS jury_id_45, t0.oraux_id AS oraux_id_46, t0.status_id AS status_id_47, t0.campaign_id AS campaign_id_48, t0.selected_program_id AS selected_program_id_49, t0.media_channel_id AS media_channel_id_50, t0.landingpage_id AS landingpage_id_51, t0.campus_id AS campus_id_52, t0.task_id AS task_id_53, t0.campus1_id AS campus1_id_54, t0.campus2_id AS campus2_id_55, t0.campus3_id AS campus3_id_56, t0.file_cv_id AS file_cv_id_57, t0.file_letter_id AS file_letter_id_58, t0.file_report_card1_id AS file_report_card1_id_59, t0.file_report_card2_id AS file_report_card2_id_60, t0.file_report_card3_id AS file_report_card3_id_61, t0.file_identity_id AS file_identity_id_62, t0.file_residence_permit_id AS file_residence_permit_id_63, t0.file_photo_id AS file_photo_id_64, t0.file_handicap_id AS file_handicap_id_65, t0.cursus_id AS cursus_id_66, t0.file_diplome_id AS file_diplome_id_67, t0.file_support_document_id AS file_support_document_id_68 FROM profile t0 WHERE t0.id = ?
Parameters:
[
404
]
|
55 | 0.43 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.auth_permitted AS auth_permitted_4, t0.phone AS phone_5, t0.status AS status_6, t0.reset_password_token AS reset_password_token_7, t0.first_name AS first_name_8, t0.last_name AS last_name_9, t0.gender AS gender_10, t0.birth_day AS birth_day_11, t0.birth_place AS birth_place_12, t0.department AS department_13, t0.created_date AS created_date_14, t0.updated_date AS updated_date_15, t0.media_id AS media_id_16, t0.country_id AS country_id_17, t0.nationality_id AS nationality_id_18 FROM user t0 WHERE t0.id = ?
Parameters:
[
445
]
|
56 | 0.52 ms |
SELECT t0.id AS id_1, t0.school_name AS school_name_2, t0.diploma_name AS diploma_name_3, t0.jury_result AS jury_result_4, t0.jury_date AS jury_date_5, t0.oraux_result AS oraux_result_6, t0.oraux_date AS oraux_date_7, t0.year AS year_8, t0.percent AS percent_9, t0.information AS information_10, t0.marketing AS marketing_11, t0.type_formation AS type_formation_12, t0.host_company AS host_company_13, t0.task_date AS task_date_14, t0.task_status AS task_status_15, t0.expire_identity AS expire_identity_16, t0.expire_residence_permit AS expire_residence_permit_17, t0.motivation AS motivation_18, t0.admission_message AS admission_message_19, t0.is_handicap AS is_handicap_20, t0.handicap_info AS handicap_info_21, t0.created_date AS created_date_22, t0.updated_date AS updated_date_23, t0.entreprise AS entreprise_24, t0.contract AS contract_25, t0.fiche_email AS fiche_email_26, t0.qcm_results AS qcm_results_27, t0.qcm_token AS qcm_token_28, t0.is_duplicate AS is_duplicate_29, t0.repay AS repay_30, t0.abandon_date AS abandon_date_31, t0.abandon_note AS abandon_note_32, t0.payment_method AS payment_method_33, t0.payment_date AS payment_date_34, t0.qcm_method AS qcm_method_35, t0.is_sent AS is_sent_36, t0.enrolled_date AS enrolled_date_37, t0.training_option AS training_option_38, t0.primo AS primo_39, t0.is_agent AS is_agent_40, t0.user_id AS user_id_41, t0.study_level_id AS study_level_id_42, t0.commercial_id AS commercial_id_43, t0.english_level_id AS english_level_id_44, t0.jury_id AS jury_id_45, t0.oraux_id AS oraux_id_46, t0.status_id AS status_id_47, t0.campaign_id AS campaign_id_48, t0.selected_program_id AS selected_program_id_49, t0.media_channel_id AS media_channel_id_50, t0.landingpage_id AS landingpage_id_51, t0.campus_id AS campus_id_52, t0.task_id AS task_id_53, t0.campus1_id AS campus1_id_54, t0.campus2_id AS campus2_id_55, t0.campus3_id AS campus3_id_56, t0.file_cv_id AS file_cv_id_57, t0.file_letter_id AS file_letter_id_58, t0.file_report_card1_id AS file_report_card1_id_59, t0.file_report_card2_id AS file_report_card2_id_60, t0.file_report_card3_id AS file_report_card3_id_61, t0.file_identity_id AS file_identity_id_62, t0.file_residence_permit_id AS file_residence_permit_id_63, t0.file_photo_id AS file_photo_id_64, t0.file_handicap_id AS file_handicap_id_65, t0.cursus_id AS cursus_id_66, t0.file_diplome_id AS file_diplome_id_67, t0.file_support_document_id AS file_support_document_id_68 FROM profile t0 WHERE t0.id = ?
Parameters:
[
363
]
|
57 | 2.57 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.auth_permitted AS auth_permitted_4, t0.phone AS phone_5, t0.status AS status_6, t0.reset_password_token AS reset_password_token_7, t0.first_name AS first_name_8, t0.last_name AS last_name_9, t0.gender AS gender_10, t0.birth_day AS birth_day_11, t0.birth_place AS birth_place_12, t0.department AS department_13, t0.created_date AS created_date_14, t0.updated_date AS updated_date_15, t0.media_id AS media_id_16, t0.country_id AS country_id_17, t0.nationality_id AS nationality_id_18 FROM user t0 WHERE t0.id = ?
Parameters:
[
404
]
|
58 | 0.62 ms |
SELECT t0.id AS id_1, t0.school_name AS school_name_2, t0.diploma_name AS diploma_name_3, t0.jury_result AS jury_result_4, t0.jury_date AS jury_date_5, t0.oraux_result AS oraux_result_6, t0.oraux_date AS oraux_date_7, t0.year AS year_8, t0.percent AS percent_9, t0.information AS information_10, t0.marketing AS marketing_11, t0.type_formation AS type_formation_12, t0.host_company AS host_company_13, t0.task_date AS task_date_14, t0.task_status AS task_status_15, t0.expire_identity AS expire_identity_16, t0.expire_residence_permit AS expire_residence_permit_17, t0.motivation AS motivation_18, t0.admission_message AS admission_message_19, t0.is_handicap AS is_handicap_20, t0.handicap_info AS handicap_info_21, t0.created_date AS created_date_22, t0.updated_date AS updated_date_23, t0.entreprise AS entreprise_24, t0.contract AS contract_25, t0.fiche_email AS fiche_email_26, t0.qcm_results AS qcm_results_27, t0.qcm_token AS qcm_token_28, t0.is_duplicate AS is_duplicate_29, t0.repay AS repay_30, t0.abandon_date AS abandon_date_31, t0.abandon_note AS abandon_note_32, t0.payment_method AS payment_method_33, t0.payment_date AS payment_date_34, t0.qcm_method AS qcm_method_35, t0.is_sent AS is_sent_36, t0.enrolled_date AS enrolled_date_37, t0.training_option AS training_option_38, t0.primo AS primo_39, t0.is_agent AS is_agent_40, t0.user_id AS user_id_41, t0.study_level_id AS study_level_id_42, t0.commercial_id AS commercial_id_43, t0.english_level_id AS english_level_id_44, t0.jury_id AS jury_id_45, t0.oraux_id AS oraux_id_46, t0.status_id AS status_id_47, t0.campaign_id AS campaign_id_48, t0.selected_program_id AS selected_program_id_49, t0.media_channel_id AS media_channel_id_50, t0.landingpage_id AS landingpage_id_51, t0.campus_id AS campus_id_52, t0.task_id AS task_id_53, t0.campus1_id AS campus1_id_54, t0.campus2_id AS campus2_id_55, t0.campus3_id AS campus3_id_56, t0.file_cv_id AS file_cv_id_57, t0.file_letter_id AS file_letter_id_58, t0.file_report_card1_id AS file_report_card1_id_59, t0.file_report_card2_id AS file_report_card2_id_60, t0.file_report_card3_id AS file_report_card3_id_61, t0.file_identity_id AS file_identity_id_62, t0.file_residence_permit_id AS file_residence_permit_id_63, t0.file_photo_id AS file_photo_id_64, t0.file_handicap_id AS file_handicap_id_65, t0.cursus_id AS cursus_id_66, t0.file_diplome_id AS file_diplome_id_67, t0.file_support_document_id AS file_support_document_id_68 FROM profile t0 WHERE t0.id = ?
Parameters:
[
572
]
|
59 | 0.43 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.auth_permitted AS auth_permitted_4, t0.phone AS phone_5, t0.status AS status_6, t0.reset_password_token AS reset_password_token_7, t0.first_name AS first_name_8, t0.last_name AS last_name_9, t0.gender AS gender_10, t0.birth_day AS birth_day_11, t0.birth_place AS birth_place_12, t0.department AS department_13, t0.created_date AS created_date_14, t0.updated_date AS updated_date_15, t0.media_id AS media_id_16, t0.country_id AS country_id_17, t0.nationality_id AS nationality_id_18 FROM user t0 WHERE t0.id = ?
Parameters:
[
614
]
|
60 | 0.52 ms |
SELECT t0.id AS id_1, t0.school_name AS school_name_2, t0.diploma_name AS diploma_name_3, t0.jury_result AS jury_result_4, t0.jury_date AS jury_date_5, t0.oraux_result AS oraux_result_6, t0.oraux_date AS oraux_date_7, t0.year AS year_8, t0.percent AS percent_9, t0.information AS information_10, t0.marketing AS marketing_11, t0.type_formation AS type_formation_12, t0.host_company AS host_company_13, t0.task_date AS task_date_14, t0.task_status AS task_status_15, t0.expire_identity AS expire_identity_16, t0.expire_residence_permit AS expire_residence_permit_17, t0.motivation AS motivation_18, t0.admission_message AS admission_message_19, t0.is_handicap AS is_handicap_20, t0.handicap_info AS handicap_info_21, t0.created_date AS created_date_22, t0.updated_date AS updated_date_23, t0.entreprise AS entreprise_24, t0.contract AS contract_25, t0.fiche_email AS fiche_email_26, t0.qcm_results AS qcm_results_27, t0.qcm_token AS qcm_token_28, t0.is_duplicate AS is_duplicate_29, t0.repay AS repay_30, t0.abandon_date AS abandon_date_31, t0.abandon_note AS abandon_note_32, t0.payment_method AS payment_method_33, t0.payment_date AS payment_date_34, t0.qcm_method AS qcm_method_35, t0.is_sent AS is_sent_36, t0.enrolled_date AS enrolled_date_37, t0.training_option AS training_option_38, t0.primo AS primo_39, t0.is_agent AS is_agent_40, t0.user_id AS user_id_41, t0.study_level_id AS study_level_id_42, t0.commercial_id AS commercial_id_43, t0.english_level_id AS english_level_id_44, t0.jury_id AS jury_id_45, t0.oraux_id AS oraux_id_46, t0.status_id AS status_id_47, t0.campaign_id AS campaign_id_48, t0.selected_program_id AS selected_program_id_49, t0.media_channel_id AS media_channel_id_50, t0.landingpage_id AS landingpage_id_51, t0.campus_id AS campus_id_52, t0.task_id AS task_id_53, t0.campus1_id AS campus1_id_54, t0.campus2_id AS campus2_id_55, t0.campus3_id AS campus3_id_56, t0.file_cv_id AS file_cv_id_57, t0.file_letter_id AS file_letter_id_58, t0.file_report_card1_id AS file_report_card1_id_59, t0.file_report_card2_id AS file_report_card2_id_60, t0.file_report_card3_id AS file_report_card3_id_61, t0.file_identity_id AS file_identity_id_62, t0.file_residence_permit_id AS file_residence_permit_id_63, t0.file_photo_id AS file_photo_id_64, t0.file_handicap_id AS file_handicap_id_65, t0.cursus_id AS cursus_id_66, t0.file_diplome_id AS file_diplome_id_67, t0.file_support_document_id AS file_support_document_id_68 FROM profile t0 WHERE t0.id = ?
Parameters:
[
456
]
|
61 | 2.62 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.auth_permitted AS auth_permitted_4, t0.phone AS phone_5, t0.status AS status_6, t0.reset_password_token AS reset_password_token_7, t0.first_name AS first_name_8, t0.last_name AS last_name_9, t0.gender AS gender_10, t0.birth_day AS birth_day_11, t0.birth_place AS birth_place_12, t0.department AS department_13, t0.created_date AS created_date_14, t0.updated_date AS updated_date_15, t0.media_id AS media_id_16, t0.country_id AS country_id_17, t0.nationality_id AS nationality_id_18 FROM user t0 WHERE t0.id = ?
Parameters:
[
497
]
|
62 | 0.89 ms |
SELECT t0.id AS id_1, t0.school_name AS school_name_2, t0.diploma_name AS diploma_name_3, t0.jury_result AS jury_result_4, t0.jury_date AS jury_date_5, t0.oraux_result AS oraux_result_6, t0.oraux_date AS oraux_date_7, t0.year AS year_8, t0.percent AS percent_9, t0.information AS information_10, t0.marketing AS marketing_11, t0.type_formation AS type_formation_12, t0.host_company AS host_company_13, t0.task_date AS task_date_14, t0.task_status AS task_status_15, t0.expire_identity AS expire_identity_16, t0.expire_residence_permit AS expire_residence_permit_17, t0.motivation AS motivation_18, t0.admission_message AS admission_message_19, t0.is_handicap AS is_handicap_20, t0.handicap_info AS handicap_info_21, t0.created_date AS created_date_22, t0.updated_date AS updated_date_23, t0.entreprise AS entreprise_24, t0.contract AS contract_25, t0.fiche_email AS fiche_email_26, t0.qcm_results AS qcm_results_27, t0.qcm_token AS qcm_token_28, t0.is_duplicate AS is_duplicate_29, t0.repay AS repay_30, t0.abandon_date AS abandon_date_31, t0.abandon_note AS abandon_note_32, t0.payment_method AS payment_method_33, t0.payment_date AS payment_date_34, t0.qcm_method AS qcm_method_35, t0.is_sent AS is_sent_36, t0.enrolled_date AS enrolled_date_37, t0.training_option AS training_option_38, t0.primo AS primo_39, t0.is_agent AS is_agent_40, t0.user_id AS user_id_41, t0.study_level_id AS study_level_id_42, t0.commercial_id AS commercial_id_43, t0.english_level_id AS english_level_id_44, t0.jury_id AS jury_id_45, t0.oraux_id AS oraux_id_46, t0.status_id AS status_id_47, t0.campaign_id AS campaign_id_48, t0.selected_program_id AS selected_program_id_49, t0.media_channel_id AS media_channel_id_50, t0.landingpage_id AS landingpage_id_51, t0.campus_id AS campus_id_52, t0.task_id AS task_id_53, t0.campus1_id AS campus1_id_54, t0.campus2_id AS campus2_id_55, t0.campus3_id AS campus3_id_56, t0.file_cv_id AS file_cv_id_57, t0.file_letter_id AS file_letter_id_58, t0.file_report_card1_id AS file_report_card1_id_59, t0.file_report_card2_id AS file_report_card2_id_60, t0.file_report_card3_id AS file_report_card3_id_61, t0.file_identity_id AS file_identity_id_62, t0.file_residence_permit_id AS file_residence_permit_id_63, t0.file_photo_id AS file_photo_id_64, t0.file_handicap_id AS file_handicap_id_65, t0.cursus_id AS cursus_id_66, t0.file_diplome_id AS file_diplome_id_67, t0.file_support_document_id AS file_support_document_id_68 FROM profile t0 WHERE t0.id = ?
Parameters:
[
521
]
|
63 | 0.42 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.auth_permitted AS auth_permitted_4, t0.phone AS phone_5, t0.status AS status_6, t0.reset_password_token AS reset_password_token_7, t0.first_name AS first_name_8, t0.last_name AS last_name_9, t0.gender AS gender_10, t0.birth_day AS birth_day_11, t0.birth_place AS birth_place_12, t0.department AS department_13, t0.created_date AS created_date_14, t0.updated_date AS updated_date_15, t0.media_id AS media_id_16, t0.country_id AS country_id_17, t0.nationality_id AS nationality_id_18 FROM user t0 WHERE t0.id = ?
Parameters:
[
562
]
|
64 | 0.53 ms |
SELECT t0.id AS id_1, t0.school_name AS school_name_2, t0.diploma_name AS diploma_name_3, t0.jury_result AS jury_result_4, t0.jury_date AS jury_date_5, t0.oraux_result AS oraux_result_6, t0.oraux_date AS oraux_date_7, t0.year AS year_8, t0.percent AS percent_9, t0.information AS information_10, t0.marketing AS marketing_11, t0.type_formation AS type_formation_12, t0.host_company AS host_company_13, t0.task_date AS task_date_14, t0.task_status AS task_status_15, t0.expire_identity AS expire_identity_16, t0.expire_residence_permit AS expire_residence_permit_17, t0.motivation AS motivation_18, t0.admission_message AS admission_message_19, t0.is_handicap AS is_handicap_20, t0.handicap_info AS handicap_info_21, t0.created_date AS created_date_22, t0.updated_date AS updated_date_23, t0.entreprise AS entreprise_24, t0.contract AS contract_25, t0.fiche_email AS fiche_email_26, t0.qcm_results AS qcm_results_27, t0.qcm_token AS qcm_token_28, t0.is_duplicate AS is_duplicate_29, t0.repay AS repay_30, t0.abandon_date AS abandon_date_31, t0.abandon_note AS abandon_note_32, t0.payment_method AS payment_method_33, t0.payment_date AS payment_date_34, t0.qcm_method AS qcm_method_35, t0.is_sent AS is_sent_36, t0.enrolled_date AS enrolled_date_37, t0.training_option AS training_option_38, t0.primo AS primo_39, t0.is_agent AS is_agent_40, t0.user_id AS user_id_41, t0.study_level_id AS study_level_id_42, t0.commercial_id AS commercial_id_43, t0.english_level_id AS english_level_id_44, t0.jury_id AS jury_id_45, t0.oraux_id AS oraux_id_46, t0.status_id AS status_id_47, t0.campaign_id AS campaign_id_48, t0.selected_program_id AS selected_program_id_49, t0.media_channel_id AS media_channel_id_50, t0.landingpage_id AS landingpage_id_51, t0.campus_id AS campus_id_52, t0.task_id AS task_id_53, t0.campus1_id AS campus1_id_54, t0.campus2_id AS campus2_id_55, t0.campus3_id AS campus3_id_56, t0.file_cv_id AS file_cv_id_57, t0.file_letter_id AS file_letter_id_58, t0.file_report_card1_id AS file_report_card1_id_59, t0.file_report_card2_id AS file_report_card2_id_60, t0.file_report_card3_id AS file_report_card3_id_61, t0.file_identity_id AS file_identity_id_62, t0.file_residence_permit_id AS file_residence_permit_id_63, t0.file_photo_id AS file_photo_id_64, t0.file_handicap_id AS file_handicap_id_65, t0.cursus_id AS cursus_id_66, t0.file_diplome_id AS file_diplome_id_67, t0.file_support_document_id AS file_support_document_id_68 FROM profile t0 WHERE t0.id = ?
Parameters:
[
444
]
|
65 | 0.38 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.auth_permitted AS auth_permitted_4, t0.phone AS phone_5, t0.status AS status_6, t0.reset_password_token AS reset_password_token_7, t0.first_name AS first_name_8, t0.last_name AS last_name_9, t0.gender AS gender_10, t0.birth_day AS birth_day_11, t0.birth_place AS birth_place_12, t0.department AS department_13, t0.created_date AS created_date_14, t0.updated_date AS updated_date_15, t0.media_id AS media_id_16, t0.country_id AS country_id_17, t0.nationality_id AS nationality_id_18 FROM user t0 WHERE t0.id = ?
Parameters:
[
485
]
|
66 | 0.50 ms |
SELECT t0.id AS id_1, t0.school_name AS school_name_2, t0.diploma_name AS diploma_name_3, t0.jury_result AS jury_result_4, t0.jury_date AS jury_date_5, t0.oraux_result AS oraux_result_6, t0.oraux_date AS oraux_date_7, t0.year AS year_8, t0.percent AS percent_9, t0.information AS information_10, t0.marketing AS marketing_11, t0.type_formation AS type_formation_12, t0.host_company AS host_company_13, t0.task_date AS task_date_14, t0.task_status AS task_status_15, t0.expire_identity AS expire_identity_16, t0.expire_residence_permit AS expire_residence_permit_17, t0.motivation AS motivation_18, t0.admission_message AS admission_message_19, t0.is_handicap AS is_handicap_20, t0.handicap_info AS handicap_info_21, t0.created_date AS created_date_22, t0.updated_date AS updated_date_23, t0.entreprise AS entreprise_24, t0.contract AS contract_25, t0.fiche_email AS fiche_email_26, t0.qcm_results AS qcm_results_27, t0.qcm_token AS qcm_token_28, t0.is_duplicate AS is_duplicate_29, t0.repay AS repay_30, t0.abandon_date AS abandon_date_31, t0.abandon_note AS abandon_note_32, t0.payment_method AS payment_method_33, t0.payment_date AS payment_date_34, t0.qcm_method AS qcm_method_35, t0.is_sent AS is_sent_36, t0.enrolled_date AS enrolled_date_37, t0.training_option AS training_option_38, t0.primo AS primo_39, t0.is_agent AS is_agent_40, t0.user_id AS user_id_41, t0.study_level_id AS study_level_id_42, t0.commercial_id AS commercial_id_43, t0.english_level_id AS english_level_id_44, t0.jury_id AS jury_id_45, t0.oraux_id AS oraux_id_46, t0.status_id AS status_id_47, t0.campaign_id AS campaign_id_48, t0.selected_program_id AS selected_program_id_49, t0.media_channel_id AS media_channel_id_50, t0.landingpage_id AS landingpage_id_51, t0.campus_id AS campus_id_52, t0.task_id AS task_id_53, t0.campus1_id AS campus1_id_54, t0.campus2_id AS campus2_id_55, t0.campus3_id AS campus3_id_56, t0.file_cv_id AS file_cv_id_57, t0.file_letter_id AS file_letter_id_58, t0.file_report_card1_id AS file_report_card1_id_59, t0.file_report_card2_id AS file_report_card2_id_60, t0.file_report_card3_id AS file_report_card3_id_61, t0.file_identity_id AS file_identity_id_62, t0.file_residence_permit_id AS file_residence_permit_id_63, t0.file_photo_id AS file_photo_id_64, t0.file_handicap_id AS file_handicap_id_65, t0.cursus_id AS cursus_id_66, t0.file_diplome_id AS file_diplome_id_67, t0.file_support_document_id AS file_support_document_id_68 FROM profile t0 WHERE t0.id = ?
Parameters:
[
632
]
|
67 | 0.35 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.auth_permitted AS auth_permitted_4, t0.phone AS phone_5, t0.status AS status_6, t0.reset_password_token AS reset_password_token_7, t0.first_name AS first_name_8, t0.last_name AS last_name_9, t0.gender AS gender_10, t0.birth_day AS birth_day_11, t0.birth_place AS birth_place_12, t0.department AS department_13, t0.created_date AS created_date_14, t0.updated_date AS updated_date_15, t0.media_id AS media_id_16, t0.country_id AS country_id_17, t0.nationality_id AS nationality_id_18 FROM user t0 WHERE t0.id = ?
Parameters:
[
674
]
|
68 | 0.52 ms |
SELECT t0.id AS id_1, t0.school_name AS school_name_2, t0.diploma_name AS diploma_name_3, t0.jury_result AS jury_result_4, t0.jury_date AS jury_date_5, t0.oraux_result AS oraux_result_6, t0.oraux_date AS oraux_date_7, t0.year AS year_8, t0.percent AS percent_9, t0.information AS information_10, t0.marketing AS marketing_11, t0.type_formation AS type_formation_12, t0.host_company AS host_company_13, t0.task_date AS task_date_14, t0.task_status AS task_status_15, t0.expire_identity AS expire_identity_16, t0.expire_residence_permit AS expire_residence_permit_17, t0.motivation AS motivation_18, t0.admission_message AS admission_message_19, t0.is_handicap AS is_handicap_20, t0.handicap_info AS handicap_info_21, t0.created_date AS created_date_22, t0.updated_date AS updated_date_23, t0.entreprise AS entreprise_24, t0.contract AS contract_25, t0.fiche_email AS fiche_email_26, t0.qcm_results AS qcm_results_27, t0.qcm_token AS qcm_token_28, t0.is_duplicate AS is_duplicate_29, t0.repay AS repay_30, t0.abandon_date AS abandon_date_31, t0.abandon_note AS abandon_note_32, t0.payment_method AS payment_method_33, t0.payment_date AS payment_date_34, t0.qcm_method AS qcm_method_35, t0.is_sent AS is_sent_36, t0.enrolled_date AS enrolled_date_37, t0.training_option AS training_option_38, t0.primo AS primo_39, t0.is_agent AS is_agent_40, t0.user_id AS user_id_41, t0.study_level_id AS study_level_id_42, t0.commercial_id AS commercial_id_43, t0.english_level_id AS english_level_id_44, t0.jury_id AS jury_id_45, t0.oraux_id AS oraux_id_46, t0.status_id AS status_id_47, t0.campaign_id AS campaign_id_48, t0.selected_program_id AS selected_program_id_49, t0.media_channel_id AS media_channel_id_50, t0.landingpage_id AS landingpage_id_51, t0.campus_id AS campus_id_52, t0.task_id AS task_id_53, t0.campus1_id AS campus1_id_54, t0.campus2_id AS campus2_id_55, t0.campus3_id AS campus3_id_56, t0.file_cv_id AS file_cv_id_57, t0.file_letter_id AS file_letter_id_58, t0.file_report_card1_id AS file_report_card1_id_59, t0.file_report_card2_id AS file_report_card2_id_60, t0.file_report_card3_id AS file_report_card3_id_61, t0.file_identity_id AS file_identity_id_62, t0.file_residence_permit_id AS file_residence_permit_id_63, t0.file_photo_id AS file_photo_id_64, t0.file_handicap_id AS file_handicap_id_65, t0.cursus_id AS cursus_id_66, t0.file_diplome_id AS file_diplome_id_67, t0.file_support_document_id AS file_support_document_id_68 FROM profile t0 WHERE t0.id = ?
Parameters:
[
688
]
|
69 | 0.37 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.auth_permitted AS auth_permitted_4, t0.phone AS phone_5, t0.status AS status_6, t0.reset_password_token AS reset_password_token_7, t0.first_name AS first_name_8, t0.last_name AS last_name_9, t0.gender AS gender_10, t0.birth_day AS birth_day_11, t0.birth_place AS birth_place_12, t0.department AS department_13, t0.created_date AS created_date_14, t0.updated_date AS updated_date_15, t0.media_id AS media_id_16, t0.country_id AS country_id_17, t0.nationality_id AS nationality_id_18 FROM user t0 WHERE t0.id = ?
Parameters:
[
730
]
|
70 | 0.51 ms |
SELECT t0.id AS id_1, t0.school_name AS school_name_2, t0.diploma_name AS diploma_name_3, t0.jury_result AS jury_result_4, t0.jury_date AS jury_date_5, t0.oraux_result AS oraux_result_6, t0.oraux_date AS oraux_date_7, t0.year AS year_8, t0.percent AS percent_9, t0.information AS information_10, t0.marketing AS marketing_11, t0.type_formation AS type_formation_12, t0.host_company AS host_company_13, t0.task_date AS task_date_14, t0.task_status AS task_status_15, t0.expire_identity AS expire_identity_16, t0.expire_residence_permit AS expire_residence_permit_17, t0.motivation AS motivation_18, t0.admission_message AS admission_message_19, t0.is_handicap AS is_handicap_20, t0.handicap_info AS handicap_info_21, t0.created_date AS created_date_22, t0.updated_date AS updated_date_23, t0.entreprise AS entreprise_24, t0.contract AS contract_25, t0.fiche_email AS fiche_email_26, t0.qcm_results AS qcm_results_27, t0.qcm_token AS qcm_token_28, t0.is_duplicate AS is_duplicate_29, t0.repay AS repay_30, t0.abandon_date AS abandon_date_31, t0.abandon_note AS abandon_note_32, t0.payment_method AS payment_method_33, t0.payment_date AS payment_date_34, t0.qcm_method AS qcm_method_35, t0.is_sent AS is_sent_36, t0.enrolled_date AS enrolled_date_37, t0.training_option AS training_option_38, t0.primo AS primo_39, t0.is_agent AS is_agent_40, t0.user_id AS user_id_41, t0.study_level_id AS study_level_id_42, t0.commercial_id AS commercial_id_43, t0.english_level_id AS english_level_id_44, t0.jury_id AS jury_id_45, t0.oraux_id AS oraux_id_46, t0.status_id AS status_id_47, t0.campaign_id AS campaign_id_48, t0.selected_program_id AS selected_program_id_49, t0.media_channel_id AS media_channel_id_50, t0.landingpage_id AS landingpage_id_51, t0.campus_id AS campus_id_52, t0.task_id AS task_id_53, t0.campus1_id AS campus1_id_54, t0.campus2_id AS campus2_id_55, t0.campus3_id AS campus3_id_56, t0.file_cv_id AS file_cv_id_57, t0.file_letter_id AS file_letter_id_58, t0.file_report_card1_id AS file_report_card1_id_59, t0.file_report_card2_id AS file_report_card2_id_60, t0.file_report_card3_id AS file_report_card3_id_61, t0.file_identity_id AS file_identity_id_62, t0.file_residence_permit_id AS file_residence_permit_id_63, t0.file_photo_id AS file_photo_id_64, t0.file_handicap_id AS file_handicap_id_65, t0.cursus_id AS cursus_id_66, t0.file_diplome_id AS file_diplome_id_67, t0.file_support_document_id AS file_support_document_id_68 FROM profile t0 WHERE t0.id = ?
Parameters:
[
389
]
|
71 | 0.38 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.auth_permitted AS auth_permitted_4, t0.phone AS phone_5, t0.status AS status_6, t0.reset_password_token AS reset_password_token_7, t0.first_name AS first_name_8, t0.last_name AS last_name_9, t0.gender AS gender_10, t0.birth_day AS birth_day_11, t0.birth_place AS birth_place_12, t0.department AS department_13, t0.created_date AS created_date_14, t0.updated_date AS updated_date_15, t0.media_id AS media_id_16, t0.country_id AS country_id_17, t0.nationality_id AS nationality_id_18 FROM user t0 WHERE t0.id = ?
Parameters:
[
430
]
|
72 | 0.49 ms |
SELECT t0.id AS id_1, t0.school_name AS school_name_2, t0.diploma_name AS diploma_name_3, t0.jury_result AS jury_result_4, t0.jury_date AS jury_date_5, t0.oraux_result AS oraux_result_6, t0.oraux_date AS oraux_date_7, t0.year AS year_8, t0.percent AS percent_9, t0.information AS information_10, t0.marketing AS marketing_11, t0.type_formation AS type_formation_12, t0.host_company AS host_company_13, t0.task_date AS task_date_14, t0.task_status AS task_status_15, t0.expire_identity AS expire_identity_16, t0.expire_residence_permit AS expire_residence_permit_17, t0.motivation AS motivation_18, t0.admission_message AS admission_message_19, t0.is_handicap AS is_handicap_20, t0.handicap_info AS handicap_info_21, t0.created_date AS created_date_22, t0.updated_date AS updated_date_23, t0.entreprise AS entreprise_24, t0.contract AS contract_25, t0.fiche_email AS fiche_email_26, t0.qcm_results AS qcm_results_27, t0.qcm_token AS qcm_token_28, t0.is_duplicate AS is_duplicate_29, t0.repay AS repay_30, t0.abandon_date AS abandon_date_31, t0.abandon_note AS abandon_note_32, t0.payment_method AS payment_method_33, t0.payment_date AS payment_date_34, t0.qcm_method AS qcm_method_35, t0.is_sent AS is_sent_36, t0.enrolled_date AS enrolled_date_37, t0.training_option AS training_option_38, t0.primo AS primo_39, t0.is_agent AS is_agent_40, t0.user_id AS user_id_41, t0.study_level_id AS study_level_id_42, t0.commercial_id AS commercial_id_43, t0.english_level_id AS english_level_id_44, t0.jury_id AS jury_id_45, t0.oraux_id AS oraux_id_46, t0.status_id AS status_id_47, t0.campaign_id AS campaign_id_48, t0.selected_program_id AS selected_program_id_49, t0.media_channel_id AS media_channel_id_50, t0.landingpage_id AS landingpage_id_51, t0.campus_id AS campus_id_52, t0.task_id AS task_id_53, t0.campus1_id AS campus1_id_54, t0.campus2_id AS campus2_id_55, t0.campus3_id AS campus3_id_56, t0.file_cv_id AS file_cv_id_57, t0.file_letter_id AS file_letter_id_58, t0.file_report_card1_id AS file_report_card1_id_59, t0.file_report_card2_id AS file_report_card2_id_60, t0.file_report_card3_id AS file_report_card3_id_61, t0.file_identity_id AS file_identity_id_62, t0.file_residence_permit_id AS file_residence_permit_id_63, t0.file_photo_id AS file_photo_id_64, t0.file_handicap_id AS file_handicap_id_65, t0.cursus_id AS cursus_id_66, t0.file_diplome_id AS file_diplome_id_67, t0.file_support_document_id AS file_support_document_id_68 FROM profile t0 WHERE t0.id = ?
Parameters:
[
482
]
|
73 | 0.36 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.auth_permitted AS auth_permitted_4, t0.phone AS phone_5, t0.status AS status_6, t0.reset_password_token AS reset_password_token_7, t0.first_name AS first_name_8, t0.last_name AS last_name_9, t0.gender AS gender_10, t0.birth_day AS birth_day_11, t0.birth_place AS birth_place_12, t0.department AS department_13, t0.created_date AS created_date_14, t0.updated_date AS updated_date_15, t0.media_id AS media_id_16, t0.country_id AS country_id_17, t0.nationality_id AS nationality_id_18 FROM user t0 WHERE t0.id = ?
Parameters:
[
523
]
|
74 | 0.69 ms |
SELECT t0.id AS id_1, t0.school_name AS school_name_2, t0.diploma_name AS diploma_name_3, t0.jury_result AS jury_result_4, t0.jury_date AS jury_date_5, t0.oraux_result AS oraux_result_6, t0.oraux_date AS oraux_date_7, t0.year AS year_8, t0.percent AS percent_9, t0.information AS information_10, t0.marketing AS marketing_11, t0.type_formation AS type_formation_12, t0.host_company AS host_company_13, t0.task_date AS task_date_14, t0.task_status AS task_status_15, t0.expire_identity AS expire_identity_16, t0.expire_residence_permit AS expire_residence_permit_17, t0.motivation AS motivation_18, t0.admission_message AS admission_message_19, t0.is_handicap AS is_handicap_20, t0.handicap_info AS handicap_info_21, t0.created_date AS created_date_22, t0.updated_date AS updated_date_23, t0.entreprise AS entreprise_24, t0.contract AS contract_25, t0.fiche_email AS fiche_email_26, t0.qcm_results AS qcm_results_27, t0.qcm_token AS qcm_token_28, t0.is_duplicate AS is_duplicate_29, t0.repay AS repay_30, t0.abandon_date AS abandon_date_31, t0.abandon_note AS abandon_note_32, t0.payment_method AS payment_method_33, t0.payment_date AS payment_date_34, t0.qcm_method AS qcm_method_35, t0.is_sent AS is_sent_36, t0.enrolled_date AS enrolled_date_37, t0.training_option AS training_option_38, t0.primo AS primo_39, t0.is_agent AS is_agent_40, t0.user_id AS user_id_41, t0.study_level_id AS study_level_id_42, t0.commercial_id AS commercial_id_43, t0.english_level_id AS english_level_id_44, t0.jury_id AS jury_id_45, t0.oraux_id AS oraux_id_46, t0.status_id AS status_id_47, t0.campaign_id AS campaign_id_48, t0.selected_program_id AS selected_program_id_49, t0.media_channel_id AS media_channel_id_50, t0.landingpage_id AS landingpage_id_51, t0.campus_id AS campus_id_52, t0.task_id AS task_id_53, t0.campus1_id AS campus1_id_54, t0.campus2_id AS campus2_id_55, t0.campus3_id AS campus3_id_56, t0.file_cv_id AS file_cv_id_57, t0.file_letter_id AS file_letter_id_58, t0.file_report_card1_id AS file_report_card1_id_59, t0.file_report_card2_id AS file_report_card2_id_60, t0.file_report_card3_id AS file_report_card3_id_61, t0.file_identity_id AS file_identity_id_62, t0.file_residence_permit_id AS file_residence_permit_id_63, t0.file_photo_id AS file_photo_id_64, t0.file_handicap_id AS file_handicap_id_65, t0.cursus_id AS cursus_id_66, t0.file_diplome_id AS file_diplome_id_67, t0.file_support_document_id AS file_support_document_id_68 FROM profile t0 WHERE t0.id = ?
Parameters:
[
402
]
|
75 | 0.43 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.auth_permitted AS auth_permitted_4, t0.phone AS phone_5, t0.status AS status_6, t0.reset_password_token AS reset_password_token_7, t0.first_name AS first_name_8, t0.last_name AS last_name_9, t0.gender AS gender_10, t0.birth_day AS birth_day_11, t0.birth_place AS birth_place_12, t0.department AS department_13, t0.created_date AS created_date_14, t0.updated_date AS updated_date_15, t0.media_id AS media_id_16, t0.country_id AS country_id_17, t0.nationality_id AS nationality_id_18 FROM user t0 WHERE t0.id = ?
Parameters:
[
443
]
|
76 | 0.53 ms |
SELECT t0.id AS id_1, t0.school_name AS school_name_2, t0.diploma_name AS diploma_name_3, t0.jury_result AS jury_result_4, t0.jury_date AS jury_date_5, t0.oraux_result AS oraux_result_6, t0.oraux_date AS oraux_date_7, t0.year AS year_8, t0.percent AS percent_9, t0.information AS information_10, t0.marketing AS marketing_11, t0.type_formation AS type_formation_12, t0.host_company AS host_company_13, t0.task_date AS task_date_14, t0.task_status AS task_status_15, t0.expire_identity AS expire_identity_16, t0.expire_residence_permit AS expire_residence_permit_17, t0.motivation AS motivation_18, t0.admission_message AS admission_message_19, t0.is_handicap AS is_handicap_20, t0.handicap_info AS handicap_info_21, t0.created_date AS created_date_22, t0.updated_date AS updated_date_23, t0.entreprise AS entreprise_24, t0.contract AS contract_25, t0.fiche_email AS fiche_email_26, t0.qcm_results AS qcm_results_27, t0.qcm_token AS qcm_token_28, t0.is_duplicate AS is_duplicate_29, t0.repay AS repay_30, t0.abandon_date AS abandon_date_31, t0.abandon_note AS abandon_note_32, t0.payment_method AS payment_method_33, t0.payment_date AS payment_date_34, t0.qcm_method AS qcm_method_35, t0.is_sent AS is_sent_36, t0.enrolled_date AS enrolled_date_37, t0.training_option AS training_option_38, t0.primo AS primo_39, t0.is_agent AS is_agent_40, t0.user_id AS user_id_41, t0.study_level_id AS study_level_id_42, t0.commercial_id AS commercial_id_43, t0.english_level_id AS english_level_id_44, t0.jury_id AS jury_id_45, t0.oraux_id AS oraux_id_46, t0.status_id AS status_id_47, t0.campaign_id AS campaign_id_48, t0.selected_program_id AS selected_program_id_49, t0.media_channel_id AS media_channel_id_50, t0.landingpage_id AS landingpage_id_51, t0.campus_id AS campus_id_52, t0.task_id AS task_id_53, t0.campus1_id AS campus1_id_54, t0.campus2_id AS campus2_id_55, t0.campus3_id AS campus3_id_56, t0.file_cv_id AS file_cv_id_57, t0.file_letter_id AS file_letter_id_58, t0.file_report_card1_id AS file_report_card1_id_59, t0.file_report_card2_id AS file_report_card2_id_60, t0.file_report_card3_id AS file_report_card3_id_61, t0.file_identity_id AS file_identity_id_62, t0.file_residence_permit_id AS file_residence_permit_id_63, t0.file_photo_id AS file_photo_id_64, t0.file_handicap_id AS file_handicap_id_65, t0.cursus_id AS cursus_id_66, t0.file_diplome_id AS file_diplome_id_67, t0.file_support_document_id AS file_support_document_id_68 FROM profile t0 WHERE t0.id = ?
Parameters:
[
648
]
|
77 | 0.34 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.auth_permitted AS auth_permitted_4, t0.phone AS phone_5, t0.status AS status_6, t0.reset_password_token AS reset_password_token_7, t0.first_name AS first_name_8, t0.last_name AS last_name_9, t0.gender AS gender_10, t0.birth_day AS birth_day_11, t0.birth_place AS birth_place_12, t0.department AS department_13, t0.created_date AS created_date_14, t0.updated_date AS updated_date_15, t0.media_id AS media_id_16, t0.country_id AS country_id_17, t0.nationality_id AS nationality_id_18 FROM user t0 WHERE t0.id = ?
Parameters:
[
690
]
|
78 | 0.51 ms |
SELECT t0.id AS id_1, t0.school_name AS school_name_2, t0.diploma_name AS diploma_name_3, t0.jury_result AS jury_result_4, t0.jury_date AS jury_date_5, t0.oraux_result AS oraux_result_6, t0.oraux_date AS oraux_date_7, t0.year AS year_8, t0.percent AS percent_9, t0.information AS information_10, t0.marketing AS marketing_11, t0.type_formation AS type_formation_12, t0.host_company AS host_company_13, t0.task_date AS task_date_14, t0.task_status AS task_status_15, t0.expire_identity AS expire_identity_16, t0.expire_residence_permit AS expire_residence_permit_17, t0.motivation AS motivation_18, t0.admission_message AS admission_message_19, t0.is_handicap AS is_handicap_20, t0.handicap_info AS handicap_info_21, t0.created_date AS created_date_22, t0.updated_date AS updated_date_23, t0.entreprise AS entreprise_24, t0.contract AS contract_25, t0.fiche_email AS fiche_email_26, t0.qcm_results AS qcm_results_27, t0.qcm_token AS qcm_token_28, t0.is_duplicate AS is_duplicate_29, t0.repay AS repay_30, t0.abandon_date AS abandon_date_31, t0.abandon_note AS abandon_note_32, t0.payment_method AS payment_method_33, t0.payment_date AS payment_date_34, t0.qcm_method AS qcm_method_35, t0.is_sent AS is_sent_36, t0.enrolled_date AS enrolled_date_37, t0.training_option AS training_option_38, t0.primo AS primo_39, t0.is_agent AS is_agent_40, t0.user_id AS user_id_41, t0.study_level_id AS study_level_id_42, t0.commercial_id AS commercial_id_43, t0.english_level_id AS english_level_id_44, t0.jury_id AS jury_id_45, t0.oraux_id AS oraux_id_46, t0.status_id AS status_id_47, t0.campaign_id AS campaign_id_48, t0.selected_program_id AS selected_program_id_49, t0.media_channel_id AS media_channel_id_50, t0.landingpage_id AS landingpage_id_51, t0.campus_id AS campus_id_52, t0.task_id AS task_id_53, t0.campus1_id AS campus1_id_54, t0.campus2_id AS campus2_id_55, t0.campus3_id AS campus3_id_56, t0.file_cv_id AS file_cv_id_57, t0.file_letter_id AS file_letter_id_58, t0.file_report_card1_id AS file_report_card1_id_59, t0.file_report_card2_id AS file_report_card2_id_60, t0.file_report_card3_id AS file_report_card3_id_61, t0.file_identity_id AS file_identity_id_62, t0.file_residence_permit_id AS file_residence_permit_id_63, t0.file_photo_id AS file_photo_id_64, t0.file_handicap_id AS file_handicap_id_65, t0.cursus_id AS cursus_id_66, t0.file_diplome_id AS file_diplome_id_67, t0.file_support_document_id AS file_support_document_id_68 FROM profile t0 WHERE t0.id = ?
Parameters:
[
591
]
|
79 | 0.34 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.auth_permitted AS auth_permitted_4, t0.phone AS phone_5, t0.status AS status_6, t0.reset_password_token AS reset_password_token_7, t0.first_name AS first_name_8, t0.last_name AS last_name_9, t0.gender AS gender_10, t0.birth_day AS birth_day_11, t0.birth_place AS birth_place_12, t0.department AS department_13, t0.created_date AS created_date_14, t0.updated_date AS updated_date_15, t0.media_id AS media_id_16, t0.country_id AS country_id_17, t0.nationality_id AS nationality_id_18 FROM user t0 WHERE t0.id = ?
Parameters:
[
633
]
|
80 | 0.47 ms |
SELECT t0.id AS id_1, t0.school_name AS school_name_2, t0.diploma_name AS diploma_name_3, t0.jury_result AS jury_result_4, t0.jury_date AS jury_date_5, t0.oraux_result AS oraux_result_6, t0.oraux_date AS oraux_date_7, t0.year AS year_8, t0.percent AS percent_9, t0.information AS information_10, t0.marketing AS marketing_11, t0.type_formation AS type_formation_12, t0.host_company AS host_company_13, t0.task_date AS task_date_14, t0.task_status AS task_status_15, t0.expire_identity AS expire_identity_16, t0.expire_residence_permit AS expire_residence_permit_17, t0.motivation AS motivation_18, t0.admission_message AS admission_message_19, t0.is_handicap AS is_handicap_20, t0.handicap_info AS handicap_info_21, t0.created_date AS created_date_22, t0.updated_date AS updated_date_23, t0.entreprise AS entreprise_24, t0.contract AS contract_25, t0.fiche_email AS fiche_email_26, t0.qcm_results AS qcm_results_27, t0.qcm_token AS qcm_token_28, t0.is_duplicate AS is_duplicate_29, t0.repay AS repay_30, t0.abandon_date AS abandon_date_31, t0.abandon_note AS abandon_note_32, t0.payment_method AS payment_method_33, t0.payment_date AS payment_date_34, t0.qcm_method AS qcm_method_35, t0.is_sent AS is_sent_36, t0.enrolled_date AS enrolled_date_37, t0.training_option AS training_option_38, t0.primo AS primo_39, t0.is_agent AS is_agent_40, t0.user_id AS user_id_41, t0.study_level_id AS study_level_id_42, t0.commercial_id AS commercial_id_43, t0.english_level_id AS english_level_id_44, t0.jury_id AS jury_id_45, t0.oraux_id AS oraux_id_46, t0.status_id AS status_id_47, t0.campaign_id AS campaign_id_48, t0.selected_program_id AS selected_program_id_49, t0.media_channel_id AS media_channel_id_50, t0.landingpage_id AS landingpage_id_51, t0.campus_id AS campus_id_52, t0.task_id AS task_id_53, t0.campus1_id AS campus1_id_54, t0.campus2_id AS campus2_id_55, t0.campus3_id AS campus3_id_56, t0.file_cv_id AS file_cv_id_57, t0.file_letter_id AS file_letter_id_58, t0.file_report_card1_id AS file_report_card1_id_59, t0.file_report_card2_id AS file_report_card2_id_60, t0.file_report_card3_id AS file_report_card3_id_61, t0.file_identity_id AS file_identity_id_62, t0.file_residence_permit_id AS file_residence_permit_id_63, t0.file_photo_id AS file_photo_id_64, t0.file_handicap_id AS file_handicap_id_65, t0.cursus_id AS cursus_id_66, t0.file_diplome_id AS file_diplome_id_67, t0.file_support_document_id AS file_support_document_id_68 FROM profile t0 WHERE t0.id = ?
Parameters:
[
633
]
|
81 | 0.31 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.auth_permitted AS auth_permitted_4, t0.phone AS phone_5, t0.status AS status_6, t0.reset_password_token AS reset_password_token_7, t0.first_name AS first_name_8, t0.last_name AS last_name_9, t0.gender AS gender_10, t0.birth_day AS birth_day_11, t0.birth_place AS birth_place_12, t0.department AS department_13, t0.created_date AS created_date_14, t0.updated_date AS updated_date_15, t0.media_id AS media_id_16, t0.country_id AS country_id_17, t0.nationality_id AS nationality_id_18 FROM user t0 WHERE t0.id = ?
Parameters:
[
675
]
|
82 | 0.50 ms |
SELECT t0.id AS id_1, t0.school_name AS school_name_2, t0.diploma_name AS diploma_name_3, t0.jury_result AS jury_result_4, t0.jury_date AS jury_date_5, t0.oraux_result AS oraux_result_6, t0.oraux_date AS oraux_date_7, t0.year AS year_8, t0.percent AS percent_9, t0.information AS information_10, t0.marketing AS marketing_11, t0.type_formation AS type_formation_12, t0.host_company AS host_company_13, t0.task_date AS task_date_14, t0.task_status AS task_status_15, t0.expire_identity AS expire_identity_16, t0.expire_residence_permit AS expire_residence_permit_17, t0.motivation AS motivation_18, t0.admission_message AS admission_message_19, t0.is_handicap AS is_handicap_20, t0.handicap_info AS handicap_info_21, t0.created_date AS created_date_22, t0.updated_date AS updated_date_23, t0.entreprise AS entreprise_24, t0.contract AS contract_25, t0.fiche_email AS fiche_email_26, t0.qcm_results AS qcm_results_27, t0.qcm_token AS qcm_token_28, t0.is_duplicate AS is_duplicate_29, t0.repay AS repay_30, t0.abandon_date AS abandon_date_31, t0.abandon_note AS abandon_note_32, t0.payment_method AS payment_method_33, t0.payment_date AS payment_date_34, t0.qcm_method AS qcm_method_35, t0.is_sent AS is_sent_36, t0.enrolled_date AS enrolled_date_37, t0.training_option AS training_option_38, t0.primo AS primo_39, t0.is_agent AS is_agent_40, t0.user_id AS user_id_41, t0.study_level_id AS study_level_id_42, t0.commercial_id AS commercial_id_43, t0.english_level_id AS english_level_id_44, t0.jury_id AS jury_id_45, t0.oraux_id AS oraux_id_46, t0.status_id AS status_id_47, t0.campaign_id AS campaign_id_48, t0.selected_program_id AS selected_program_id_49, t0.media_channel_id AS media_channel_id_50, t0.landingpage_id AS landingpage_id_51, t0.campus_id AS campus_id_52, t0.task_id AS task_id_53, t0.campus1_id AS campus1_id_54, t0.campus2_id AS campus2_id_55, t0.campus3_id AS campus3_id_56, t0.file_cv_id AS file_cv_id_57, t0.file_letter_id AS file_letter_id_58, t0.file_report_card1_id AS file_report_card1_id_59, t0.file_report_card2_id AS file_report_card2_id_60, t0.file_report_card3_id AS file_report_card3_id_61, t0.file_identity_id AS file_identity_id_62, t0.file_residence_permit_id AS file_residence_permit_id_63, t0.file_photo_id AS file_photo_id_64, t0.file_handicap_id AS file_handicap_id_65, t0.cursus_id AS cursus_id_66, t0.file_diplome_id AS file_diplome_id_67, t0.file_support_document_id AS file_support_document_id_68 FROM profile t0 WHERE t0.id = ?
Parameters:
[
209
]
|
83 | 0.35 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.auth_permitted AS auth_permitted_4, t0.phone AS phone_5, t0.status AS status_6, t0.reset_password_token AS reset_password_token_7, t0.first_name AS first_name_8, t0.last_name AS last_name_9, t0.gender AS gender_10, t0.birth_day AS birth_day_11, t0.birth_place AS birth_place_12, t0.department AS department_13, t0.created_date AS created_date_14, t0.updated_date AS updated_date_15, t0.media_id AS media_id_16, t0.country_id AS country_id_17, t0.nationality_id AS nationality_id_18 FROM user t0 WHERE t0.id = ?
Parameters:
[
248
]
|
84 | 0.49 ms |
SELECT t0.id AS id_1, t0.school_name AS school_name_2, t0.diploma_name AS diploma_name_3, t0.jury_result AS jury_result_4, t0.jury_date AS jury_date_5, t0.oraux_result AS oraux_result_6, t0.oraux_date AS oraux_date_7, t0.year AS year_8, t0.percent AS percent_9, t0.information AS information_10, t0.marketing AS marketing_11, t0.type_formation AS type_formation_12, t0.host_company AS host_company_13, t0.task_date AS task_date_14, t0.task_status AS task_status_15, t0.expire_identity AS expire_identity_16, t0.expire_residence_permit AS expire_residence_permit_17, t0.motivation AS motivation_18, t0.admission_message AS admission_message_19, t0.is_handicap AS is_handicap_20, t0.handicap_info AS handicap_info_21, t0.created_date AS created_date_22, t0.updated_date AS updated_date_23, t0.entreprise AS entreprise_24, t0.contract AS contract_25, t0.fiche_email AS fiche_email_26, t0.qcm_results AS qcm_results_27, t0.qcm_token AS qcm_token_28, t0.is_duplicate AS is_duplicate_29, t0.repay AS repay_30, t0.abandon_date AS abandon_date_31, t0.abandon_note AS abandon_note_32, t0.payment_method AS payment_method_33, t0.payment_date AS payment_date_34, t0.qcm_method AS qcm_method_35, t0.is_sent AS is_sent_36, t0.enrolled_date AS enrolled_date_37, t0.training_option AS training_option_38, t0.primo AS primo_39, t0.is_agent AS is_agent_40, t0.user_id AS user_id_41, t0.study_level_id AS study_level_id_42, t0.commercial_id AS commercial_id_43, t0.english_level_id AS english_level_id_44, t0.jury_id AS jury_id_45, t0.oraux_id AS oraux_id_46, t0.status_id AS status_id_47, t0.campaign_id AS campaign_id_48, t0.selected_program_id AS selected_program_id_49, t0.media_channel_id AS media_channel_id_50, t0.landingpage_id AS landingpage_id_51, t0.campus_id AS campus_id_52, t0.task_id AS task_id_53, t0.campus1_id AS campus1_id_54, t0.campus2_id AS campus2_id_55, t0.campus3_id AS campus3_id_56, t0.file_cv_id AS file_cv_id_57, t0.file_letter_id AS file_letter_id_58, t0.file_report_card1_id AS file_report_card1_id_59, t0.file_report_card2_id AS file_report_card2_id_60, t0.file_report_card3_id AS file_report_card3_id_61, t0.file_identity_id AS file_identity_id_62, t0.file_residence_permit_id AS file_residence_permit_id_63, t0.file_photo_id AS file_photo_id_64, t0.file_handicap_id AS file_handicap_id_65, t0.cursus_id AS cursus_id_66, t0.file_diplome_id AS file_diplome_id_67, t0.file_support_document_id AS file_support_document_id_68 FROM profile t0 WHERE t0.id = ?
Parameters:
[
478
]
|
85 | 0.32 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.auth_permitted AS auth_permitted_4, t0.phone AS phone_5, t0.status AS status_6, t0.reset_password_token AS reset_password_token_7, t0.first_name AS first_name_8, t0.last_name AS last_name_9, t0.gender AS gender_10, t0.birth_day AS birth_day_11, t0.birth_place AS birth_place_12, t0.department AS department_13, t0.created_date AS created_date_14, t0.updated_date AS updated_date_15, t0.media_id AS media_id_16, t0.country_id AS country_id_17, t0.nationality_id AS nationality_id_18 FROM user t0 WHERE t0.id = ?
Parameters:
[
519
]
|
86 | 0.50 ms |
SELECT t0.id AS id_1, t0.school_name AS school_name_2, t0.diploma_name AS diploma_name_3, t0.jury_result AS jury_result_4, t0.jury_date AS jury_date_5, t0.oraux_result AS oraux_result_6, t0.oraux_date AS oraux_date_7, t0.year AS year_8, t0.percent AS percent_9, t0.information AS information_10, t0.marketing AS marketing_11, t0.type_formation AS type_formation_12, t0.host_company AS host_company_13, t0.task_date AS task_date_14, t0.task_status AS task_status_15, t0.expire_identity AS expire_identity_16, t0.expire_residence_permit AS expire_residence_permit_17, t0.motivation AS motivation_18, t0.admission_message AS admission_message_19, t0.is_handicap AS is_handicap_20, t0.handicap_info AS handicap_info_21, t0.created_date AS created_date_22, t0.updated_date AS updated_date_23, t0.entreprise AS entreprise_24, t0.contract AS contract_25, t0.fiche_email AS fiche_email_26, t0.qcm_results AS qcm_results_27, t0.qcm_token AS qcm_token_28, t0.is_duplicate AS is_duplicate_29, t0.repay AS repay_30, t0.abandon_date AS abandon_date_31, t0.abandon_note AS abandon_note_32, t0.payment_method AS payment_method_33, t0.payment_date AS payment_date_34, t0.qcm_method AS qcm_method_35, t0.is_sent AS is_sent_36, t0.enrolled_date AS enrolled_date_37, t0.training_option AS training_option_38, t0.primo AS primo_39, t0.is_agent AS is_agent_40, t0.user_id AS user_id_41, t0.study_level_id AS study_level_id_42, t0.commercial_id AS commercial_id_43, t0.english_level_id AS english_level_id_44, t0.jury_id AS jury_id_45, t0.oraux_id AS oraux_id_46, t0.status_id AS status_id_47, t0.campaign_id AS campaign_id_48, t0.selected_program_id AS selected_program_id_49, t0.media_channel_id AS media_channel_id_50, t0.landingpage_id AS landingpage_id_51, t0.campus_id AS campus_id_52, t0.task_id AS task_id_53, t0.campus1_id AS campus1_id_54, t0.campus2_id AS campus2_id_55, t0.campus3_id AS campus3_id_56, t0.file_cv_id AS file_cv_id_57, t0.file_letter_id AS file_letter_id_58, t0.file_report_card1_id AS file_report_card1_id_59, t0.file_report_card2_id AS file_report_card2_id_60, t0.file_report_card3_id AS file_report_card3_id_61, t0.file_identity_id AS file_identity_id_62, t0.file_residence_permit_id AS file_residence_permit_id_63, t0.file_photo_id AS file_photo_id_64, t0.file_handicap_id AS file_handicap_id_65, t0.cursus_id AS cursus_id_66, t0.file_diplome_id AS file_diplome_id_67, t0.file_support_document_id AS file_support_document_id_68 FROM profile t0 WHERE t0.id = ?
Parameters:
[
142
]
|
87 | 0.36 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.auth_permitted AS auth_permitted_4, t0.phone AS phone_5, t0.status AS status_6, t0.reset_password_token AS reset_password_token_7, t0.first_name AS first_name_8, t0.last_name AS last_name_9, t0.gender AS gender_10, t0.birth_day AS birth_day_11, t0.birth_place AS birth_place_12, t0.department AS department_13, t0.created_date AS created_date_14, t0.updated_date AS updated_date_15, t0.media_id AS media_id_16, t0.country_id AS country_id_17, t0.nationality_id AS nationality_id_18 FROM user t0 WHERE t0.id = ?
Parameters:
[
180
]
|
88 | 0.47 ms |
SELECT t0.id AS id_1, t0.school_name AS school_name_2, t0.diploma_name AS diploma_name_3, t0.jury_result AS jury_result_4, t0.jury_date AS jury_date_5, t0.oraux_result AS oraux_result_6, t0.oraux_date AS oraux_date_7, t0.year AS year_8, t0.percent AS percent_9, t0.information AS information_10, t0.marketing AS marketing_11, t0.type_formation AS type_formation_12, t0.host_company AS host_company_13, t0.task_date AS task_date_14, t0.task_status AS task_status_15, t0.expire_identity AS expire_identity_16, t0.expire_residence_permit AS expire_residence_permit_17, t0.motivation AS motivation_18, t0.admission_message AS admission_message_19, t0.is_handicap AS is_handicap_20, t0.handicap_info AS handicap_info_21, t0.created_date AS created_date_22, t0.updated_date AS updated_date_23, t0.entreprise AS entreprise_24, t0.contract AS contract_25, t0.fiche_email AS fiche_email_26, t0.qcm_results AS qcm_results_27, t0.qcm_token AS qcm_token_28, t0.is_duplicate AS is_duplicate_29, t0.repay AS repay_30, t0.abandon_date AS abandon_date_31, t0.abandon_note AS abandon_note_32, t0.payment_method AS payment_method_33, t0.payment_date AS payment_date_34, t0.qcm_method AS qcm_method_35, t0.is_sent AS is_sent_36, t0.enrolled_date AS enrolled_date_37, t0.training_option AS training_option_38, t0.primo AS primo_39, t0.is_agent AS is_agent_40, t0.user_id AS user_id_41, t0.study_level_id AS study_level_id_42, t0.commercial_id AS commercial_id_43, t0.english_level_id AS english_level_id_44, t0.jury_id AS jury_id_45, t0.oraux_id AS oraux_id_46, t0.status_id AS status_id_47, t0.campaign_id AS campaign_id_48, t0.selected_program_id AS selected_program_id_49, t0.media_channel_id AS media_channel_id_50, t0.landingpage_id AS landingpage_id_51, t0.campus_id AS campus_id_52, t0.task_id AS task_id_53, t0.campus1_id AS campus1_id_54, t0.campus2_id AS campus2_id_55, t0.campus3_id AS campus3_id_56, t0.file_cv_id AS file_cv_id_57, t0.file_letter_id AS file_letter_id_58, t0.file_report_card1_id AS file_report_card1_id_59, t0.file_report_card2_id AS file_report_card2_id_60, t0.file_report_card3_id AS file_report_card3_id_61, t0.file_identity_id AS file_identity_id_62, t0.file_residence_permit_id AS file_residence_permit_id_63, t0.file_photo_id AS file_photo_id_64, t0.file_handicap_id AS file_handicap_id_65, t0.cursus_id AS cursus_id_66, t0.file_diplome_id AS file_diplome_id_67, t0.file_support_document_id AS file_support_document_id_68 FROM profile t0 WHERE t0.id = ?
Parameters:
[
554
]
|
89 | 0.35 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.auth_permitted AS auth_permitted_4, t0.phone AS phone_5, t0.status AS status_6, t0.reset_password_token AS reset_password_token_7, t0.first_name AS first_name_8, t0.last_name AS last_name_9, t0.gender AS gender_10, t0.birth_day AS birth_day_11, t0.birth_place AS birth_place_12, t0.department AS department_13, t0.created_date AS created_date_14, t0.updated_date AS updated_date_15, t0.media_id AS media_id_16, t0.country_id AS country_id_17, t0.nationality_id AS nationality_id_18 FROM user t0 WHERE t0.id = ?
Parameters:
[
595
]
|
90 | 0.54 ms |
SELECT t0.id AS id_1, t0.school_name AS school_name_2, t0.diploma_name AS diploma_name_3, t0.jury_result AS jury_result_4, t0.jury_date AS jury_date_5, t0.oraux_result AS oraux_result_6, t0.oraux_date AS oraux_date_7, t0.year AS year_8, t0.percent AS percent_9, t0.information AS information_10, t0.marketing AS marketing_11, t0.type_formation AS type_formation_12, t0.host_company AS host_company_13, t0.task_date AS task_date_14, t0.task_status AS task_status_15, t0.expire_identity AS expire_identity_16, t0.expire_residence_permit AS expire_residence_permit_17, t0.motivation AS motivation_18, t0.admission_message AS admission_message_19, t0.is_handicap AS is_handicap_20, t0.handicap_info AS handicap_info_21, t0.created_date AS created_date_22, t0.updated_date AS updated_date_23, t0.entreprise AS entreprise_24, t0.contract AS contract_25, t0.fiche_email AS fiche_email_26, t0.qcm_results AS qcm_results_27, t0.qcm_token AS qcm_token_28, t0.is_duplicate AS is_duplicate_29, t0.repay AS repay_30, t0.abandon_date AS abandon_date_31, t0.abandon_note AS abandon_note_32, t0.payment_method AS payment_method_33, t0.payment_date AS payment_date_34, t0.qcm_method AS qcm_method_35, t0.is_sent AS is_sent_36, t0.enrolled_date AS enrolled_date_37, t0.training_option AS training_option_38, t0.primo AS primo_39, t0.is_agent AS is_agent_40, t0.user_id AS user_id_41, t0.study_level_id AS study_level_id_42, t0.commercial_id AS commercial_id_43, t0.english_level_id AS english_level_id_44, t0.jury_id AS jury_id_45, t0.oraux_id AS oraux_id_46, t0.status_id AS status_id_47, t0.campaign_id AS campaign_id_48, t0.selected_program_id AS selected_program_id_49, t0.media_channel_id AS media_channel_id_50, t0.landingpage_id AS landingpage_id_51, t0.campus_id AS campus_id_52, t0.task_id AS task_id_53, t0.campus1_id AS campus1_id_54, t0.campus2_id AS campus2_id_55, t0.campus3_id AS campus3_id_56, t0.file_cv_id AS file_cv_id_57, t0.file_letter_id AS file_letter_id_58, t0.file_report_card1_id AS file_report_card1_id_59, t0.file_report_card2_id AS file_report_card2_id_60, t0.file_report_card3_id AS file_report_card3_id_61, t0.file_identity_id AS file_identity_id_62, t0.file_residence_permit_id AS file_residence_permit_id_63, t0.file_photo_id AS file_photo_id_64, t0.file_handicap_id AS file_handicap_id_65, t0.cursus_id AS cursus_id_66, t0.file_diplome_id AS file_diplome_id_67, t0.file_support_document_id AS file_support_document_id_68 FROM profile t0 WHERE t0.id = ?
Parameters:
[
579
]
|
91 | 0.32 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.auth_permitted AS auth_permitted_4, t0.phone AS phone_5, t0.status AS status_6, t0.reset_password_token AS reset_password_token_7, t0.first_name AS first_name_8, t0.last_name AS last_name_9, t0.gender AS gender_10, t0.birth_day AS birth_day_11, t0.birth_place AS birth_place_12, t0.department AS department_13, t0.created_date AS created_date_14, t0.updated_date AS updated_date_15, t0.media_id AS media_id_16, t0.country_id AS country_id_17, t0.nationality_id AS nationality_id_18 FROM user t0 WHERE t0.id = ?
Parameters:
[
621
]
|
92 | 0.51 ms |
SELECT t0.id AS id_1, t0.school_name AS school_name_2, t0.diploma_name AS diploma_name_3, t0.jury_result AS jury_result_4, t0.jury_date AS jury_date_5, t0.oraux_result AS oraux_result_6, t0.oraux_date AS oraux_date_7, t0.year AS year_8, t0.percent AS percent_9, t0.information AS information_10, t0.marketing AS marketing_11, t0.type_formation AS type_formation_12, t0.host_company AS host_company_13, t0.task_date AS task_date_14, t0.task_status AS task_status_15, t0.expire_identity AS expire_identity_16, t0.expire_residence_permit AS expire_residence_permit_17, t0.motivation AS motivation_18, t0.admission_message AS admission_message_19, t0.is_handicap AS is_handicap_20, t0.handicap_info AS handicap_info_21, t0.created_date AS created_date_22, t0.updated_date AS updated_date_23, t0.entreprise AS entreprise_24, t0.contract AS contract_25, t0.fiche_email AS fiche_email_26, t0.qcm_results AS qcm_results_27, t0.qcm_token AS qcm_token_28, t0.is_duplicate AS is_duplicate_29, t0.repay AS repay_30, t0.abandon_date AS abandon_date_31, t0.abandon_note AS abandon_note_32, t0.payment_method AS payment_method_33, t0.payment_date AS payment_date_34, t0.qcm_method AS qcm_method_35, t0.is_sent AS is_sent_36, t0.enrolled_date AS enrolled_date_37, t0.training_option AS training_option_38, t0.primo AS primo_39, t0.is_agent AS is_agent_40, t0.user_id AS user_id_41, t0.study_level_id AS study_level_id_42, t0.commercial_id AS commercial_id_43, t0.english_level_id AS english_level_id_44, t0.jury_id AS jury_id_45, t0.oraux_id AS oraux_id_46, t0.status_id AS status_id_47, t0.campaign_id AS campaign_id_48, t0.selected_program_id AS selected_program_id_49, t0.media_channel_id AS media_channel_id_50, t0.landingpage_id AS landingpage_id_51, t0.campus_id AS campus_id_52, t0.task_id AS task_id_53, t0.campus1_id AS campus1_id_54, t0.campus2_id AS campus2_id_55, t0.campus3_id AS campus3_id_56, t0.file_cv_id AS file_cv_id_57, t0.file_letter_id AS file_letter_id_58, t0.file_report_card1_id AS file_report_card1_id_59, t0.file_report_card2_id AS file_report_card2_id_60, t0.file_report_card3_id AS file_report_card3_id_61, t0.file_identity_id AS file_identity_id_62, t0.file_residence_permit_id AS file_residence_permit_id_63, t0.file_photo_id AS file_photo_id_64, t0.file_handicap_id AS file_handicap_id_65, t0.cursus_id AS cursus_id_66, t0.file_diplome_id AS file_diplome_id_67, t0.file_support_document_id AS file_support_document_id_68 FROM profile t0 WHERE t0.id = ?
Parameters:
[
539
]
|
93 | 0.32 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.auth_permitted AS auth_permitted_4, t0.phone AS phone_5, t0.status AS status_6, t0.reset_password_token AS reset_password_token_7, t0.first_name AS first_name_8, t0.last_name AS last_name_9, t0.gender AS gender_10, t0.birth_day AS birth_day_11, t0.birth_place AS birth_place_12, t0.department AS department_13, t0.created_date AS created_date_14, t0.updated_date AS updated_date_15, t0.media_id AS media_id_16, t0.country_id AS country_id_17, t0.nationality_id AS nationality_id_18 FROM user t0 WHERE t0.id = ?
Parameters:
[
580
]
|
Database Connections
Name | Service |
---|---|
default | doctrine.dbal.default_connection |
Entity Managers
Name | Service |
---|---|
default | doctrine.orm.default_entity_manager |
Second Level Cache
Second Level Cache is not enabled.
Entities Mapping
Class | Mapping errors |
---|---|
App\Entity\User |
|
App\Entity\Media | No errors. |
App\Entity\Country | No errors. |
App\Entity\Role | No errors. |
App\Entity\Profile |
|
App\Entity\ProfileNote | No errors. |
App\Entity\Campus | No errors. |
App\Entity\Permission | No errors. |
App\Entity\Notification | No errors. |
App\Entity\StudyLevel | No errors. |
App\Entity\EnglishLevel | No errors. |
App\Entity\Jury | No errors. |
App\Entity\Oraux | No errors. |
App\Entity\Status | No errors. |
App\Entity\Campaign |
|
App\Entity\Program | No errors. |
App\Entity\MediaChannel | No errors. |
App\Entity\Landingpage | No errors. |
App\Entity\Task | No errors. |
App\Entity\Cursus | No errors. |
App\Entity\ProfileFile | No errors. |
App\Entity\AppointmentPerson | No errors. |
App\Entity\ProfileQcm | No errors. |
App\Entity\OpenDayPerson | No errors. |