| Query | Affected | Num. rows | Took (ms) | Actions |
|---|
| SELECT COUNT(*) AS tot_rating FROM users WHERE rating IS NOT null | 1 | 1 | 5 | maybe slow |
| SELECT SUM(rating) AS sum_rating FROM users WHERE rating IS NOT null | 1 | 1 | 6 | maybe slow |
| SELECT COUNT(*) AS tot_rating FROM users WHERE rating IS NOT null | 1 | 1 | 5 | maybe slow |
| SELECT COUNT(*) AS `count` FROM `noniseshorelc`.`users` AS `User` WHERE ((`User`.`active_newsletter_notification` = '1') AND (`User`.`password` IS NOT null) AND (`User`.`email` NOT LIKE '%_NOTE') AND (`User`.`role` NOT LIKE '%social_user') AND (`User`.`active` = '1')) | 1 | 1 | 7 | maybe slow |
| SELECT count(*) as count FROM `users` AS User WHERE DATE(connected) = CURDATE() AND active = true | 1 | 1 | 6 | maybe slow |
| SELECT COUNT(DISTINCT(player_id)) AS count FROM high_scores | 1 | 1 | 18 | maybe slow |
| SELECT `User`.`id`, `User`.`email`, `User`.`security_email`, `User`.`payment_email`, `User`.`payment_id`, `User`.`biography`, `User`.`curriculum_vitae`, `User`.`thumbnail`, `User`.`sex`, `User`.`first_name`, `User`.`last_name`, `User`.`display_name`, `User`.`date_of_birth`, `User`.`address`, `User`.`phone`, `User`.`phone2`, `User`.`city`, `User`.`country`, `User`.`dialect`, `User`.`learning_dialect`, `User`.`shikomori_level`, `User`.`website`, `User`.`visio_url`, `User`.`password`, `User`.`password_question`, `User`.`password_response`, `User`.`digest_a1`, `User`.`rating`, `User`.`count_dictionary_contribution`, `User`.`count_ressource_contribution`, `User`.`count_of_words_to_revise`, `User`.`time_to_revise`, `User`.`revision_duration`, `User`.`license_registration_in_process`, `User`.`subscribe`, `User`.`certified`, `User`.`has_teacher`, `User`.`has_license_game`, `User`.`available`, `User`.`share_exercice`, `User`.`dictionary_signatory`, `User`.`requested_contribution`, `User`.`session_number`, `User`.`session_id`, `User`.`school_id`, `User`.`referral_code`, `User`.`referred`, `User`.`api_key`, `User`.`client_name`, `User`.`created`, `User`.`modified`, `User`.`connected`, `User`.`online`, `User`.`timezone`, `User`.`role`, `User`.`free_week_for_teacher`, `User`.`active_newsletter_notification`, `User`.`active_comment_notification`, `User`.`active`, `User`.`temp_user_data`, `User`.`access_token`, `User`.`access_token2`, `User`.`access_token3`, `User`.`access_token4`, `User`.`firebase_device_token_dictionary`, `User`.`firebase_device_token_luha`, `User`.`certificate_level`, (CONCAT(`User`.`first_name`, " ", `User`.`last_name`)) AS `User__full_name`, (CONCAT(`User`.`first_name`, " ", UPPER(LEFT(`User`.`last_name`, 1)), ".")) AS `User__short_name`, (IF(
`User`.`last_name` != "" AND `User`.`last_name` IS NOT NULL,
CONCAT(
`User`.`first_name`, " ",
IF(LOCATE(" ", `User`.`last_name`) = 0,
CONCAT(UPPER(LEFT(`User`.`last_name`, 1)), "."),
CONCAT(
UPPER(LEFT(SUBSTRING_INDEX(`User`.`last_name`, " ", 1), 1)), ". ",
UPPER(LEFT(SUBSTRING_INDEX(`User`.`last_name`, " ", -1), 1)), "."
)
)
),
`User`.`first_name`
)) AS `User__short_full_name` FROM `noniseshorelc`.`users` AS `User` WHERE ((`User`.`created` >= '2026-03-26') AND (`User`.`active` = '1')) ORDER BY `User`.`created` DESC | 6 | 6 | 13 | maybe slow |
| SELECT `License`.`id`, `License`.`product_id`, `License`.`user_id`, `License`.`payer_email`, `License`.`subscription_id`, `License`.`affiliate_id`, `License`.`authorized_conference`, `License`.`free_hour_allowed`, `License`.`paid_hour`, `License`.`status`, `License`.`reason`, `License`.`description`, `License`.`beneficiaries`, `License`.`referral_code`, `License`.`created`, `License`.`modified`, `License`.`expired`, `License`.`active`, `License`.`regularized_unpayment`, `License`.`start_time`, `License`.`full_name`, `License`.`last_payment`, `License`.`cycles_completed`, `License`.`total_cycles` FROM `noniseshorelc`.`licenses` AS `License` WHERE `License`.`user_id` IN (19590, 19591, 19592, 19593, 19594, 19595) | 0 | 0 | 0 | |
| SELECT `Certificate`.`id`, `Certificate`.`name`, `Certificate`.`level`, `Certificate`.`max_note`, `Certificate`.`description`, `CertificateUser`.`certificate_id`, `CertificateUser`.`user_id`, `CertificateUser`.`mention`, `CertificateUser`.`note`, `CertificateUser`.`points`, `CertificateUser`.`date` FROM `noniseshorelc`.`certificates` AS `Certificate` JOIN `noniseshorelc`.`certificate_users` AS `CertificateUser` ON (`CertificateUser`.`user_id` IN (19590, 19591, 19592, 19593, 19594, 19595) AND `CertificateUser`.`certificate_id` = `Certificate`.`id`) | 0 | 0 | 0 | |
| SELECT `Group`.`id`, `Group`.`referent_id`, `Group`.`name`, `Group`.`referent`, `Group`.`session_name`, `Group`.`tag`, `Group`.`type`, `Group`.`description`, `Group`.`level`, `Group`.`max_conference`, `Group`.`color`, `Group`.`active`, `Group`.`date_created`, `Group`.`date_updated`, (CONCAT(`Group`.`referent`, " - ", `Group`.`name`)) AS `Group__label`, (CONCAT(`Group`.`referent`, " - ", `Group`.`name`, " ", `Group`.`session_name`)) AS `Group__session_label`, `UserGroup`.`id`, `UserGroup`.`user_id`, `UserGroup`.`group_id` FROM `noniseshorelc`.`groups` AS `Group` JOIN `noniseshorelc`.`user_group` AS `UserGroup` ON (`UserGroup`.`user_id` IN (19590, 19591, 19592, 19593, 19594, 19595) AND `UserGroup`.`group_id` = `Group`.`id`) | 0 | 0 | 0 | |
| SELECT `Conference`.`id`, `Conference`.`teacher_id`, `Conference`.`group_id`, `Conference`.`subject`, `Conference`.`level`, `Conference`.`description`, `Conference`.`titled`, `Conference`.`path_files`, `Conference`.`start_date`, `Conference`.`end_date`, `Conference`.`max_subscriber`, `Conference`.`is_group`, `Conference`.`is_free`, `Conference`.`is_stage`, `Conference`.`active`, `Conference`.`date_created`, `Conference`.`date_updated`, `Conference`.`execution_date`, `SubscribeConference`.`id`, `SubscribeConference`.`conference_id`, `SubscribeConference`.`user_id`, `SubscribeConference`.`signed`, `SubscribeConference`.`is_present`, `SubscribeConference`.`is_free`, `SubscribeConference`.`in_hour_pack`, `SubscribeConference`.`date_created` FROM `noniseshorelc`.`conferences` AS `Conference` JOIN `noniseshorelc`.`subscribe_conferences` AS `SubscribeConference` ON (`SubscribeConference`.`user_id` IN (19590, 19591, 19592, 19593, 19594, 19595) AND `SubscribeConference`.`conference_id` = `Conference`.`id`) | 0 | 0 | 0 | |
| SELECT word, `date_updated`, `date_created` FROM `shikomori_words` as ShikomoriWord WHERE active = true ORDER BY `date_updated` DESC, `date_created` DESC LIMIT 1; | 1 | 1 | 3 | maybe slow |
| SELECT COUNT(*) AS `count` FROM `noniseshorelc`.`shikomori_words` AS `ShikomoriWord` LEFT JOIN `noniseshorelc`.`shikomori_verbs` AS `ShikomoriVerb` ON (`ShikomoriVerb`.`shikomori_id` = `ShikomoriWord`.`id`) WHERE ((`ShikomoriWord`.`date_created` > '2026-03-23') OR (`ShikomoriWord`.`date_updated` > '2026-03-23')) | 1 | 1 | 2 | maybe slow |
| SELECT COUNT(*) AS `count` FROM `noniseshorelc`.`shikomori_verbs` AS `ShikomoriVerb` WHERE ((`ShikomoriVerb`.`date_created` > '2026-03-23') OR (`ShikomoriVerb`.`date_updated` > '2026-03-23')) | 1 | 1 | 1 | |
| SELECT count(*) AS count FROM `french_lessons` WHERE (type = 'grammaire' OR type = 'vocabulaire' OR type = 'base') AND active = true AND (date_created > '2026-03-05' OR date_updated > '2026-03-05') | 1 | 1 | 1 | |
| SELECT count(*) AS count FROM `french_lessons` WHERE type = 'Ressource' AND authorization NOT LIKE 'admin' AND `rank` NOT LIKE 'H%' AND `rank` NOT LIKE 'I%' AND active = true AND (date_created > '2026-03-05' OR date_updated > '2026-03-05') | 1 | 1 | 0 | |
| SELECT DISTINCT `FrenchLesson`.`chapter`, `FrenchLesson`.`id`, `FrenchLesson`.`type`, `FrenchLesson`.`title`, `FrenchLesson`.`author_name`, `FrenchLesson`.`date_created`, `FrenchLesson`.`date_updated`, `FrenchLesson`.`date_published`, `FrenchLesson`.`chapter`, `FrenchLesson`.`description`, `FrenchLesson`.`closed`, `FrenchLesson`.`rank`, `FrenchLesson`.`active`, `FrenchLesson`.`licensed`, `FrenchLesson`.`thumbnail`, `FrenchLesson`.`purchase_link`, `FrenchLesson`.`publishing_house`, `FrenchLesson`.`verified`, `FrenchLesson`.`creator_id`, `FrenchLesson`.`editor_id`, `FrenchLesson`.`authorization` FROM `noniseshorelc`.`french_lessons` AS `FrenchLesson` LEFT JOIN `noniseshorelc`.`users` AS `User` ON (`FrenchLesson`.`editor_id` = `User`.`id`) WHERE `FrenchLesson`.`type` LIKE 'ressource' AND `FrenchLesson`.`type` NOT LIKE 'validation' AND `FrenchLesson`.`rank` NOT LIKE '%000%' AND `FrenchLesson`.`authorization` LIKE 'Public' AND `FrenchLesson`.`active` = '1' ORDER BY `date_published` DESC, `date_updated` DESC, `date_created` DESC, `id` DESC LIMIT 12 | 12 | 12 | 1 | maybe slow |
| SELECT count(*) AS count FROM `shikomori_words` AS ShikomoriWord INNER JOIN users AS User ON ShikomoriWord.creator_id = User.id WHERE is_standard = false AND is_shimaore = true AND is_shingazidja = false AND is_shindzuani = false AND is_shimwali = false ORDER BY `ShikomoriWord`.`date_updated` DESC | 1 | 1 | 3 | maybe slow |
| SELECT count(*) AS count FROM `shikomori_words` AS ShikomoriWord INNER JOIN users AS User ON ShikomoriWord.creator_id = User.id WHERE is_standard = false AND is_shimaore = false AND is_shingazidja = false AND is_shindzuani = false AND is_shimwali = true ORDER BY `ShikomoriWord`.`date_updated` DESC | 1 | 1 | 3 | maybe slow |
| SELECT count(*) AS count FROM `shikomori_words` AS ShikomoriWord INNER JOIN users AS User ON ShikomoriWord.creator_id = User.id WHERE is_standard = false AND is_shimaore = false AND is_shingazidja = false AND is_shindzuani = true AND is_shimwali = false ORDER BY `ShikomoriWord`.`date_updated` DESC | 1 | 1 | 3 | maybe slow |
| SELECT count(*) AS count FROM `shikomori_words` AS ShikomoriWord INNER JOIN users AS User ON ShikomoriWord.creator_id = User.id WHERE is_standard = false AND is_shimaore = false AND is_shingazidja = true AND is_shindzuani = false AND is_shimwali = false ORDER BY `ShikomoriWord`.`date_updated` DESC | 1 | 1 | 3 | maybe slow |
| SELECT count(*) AS count FROM `shikomori_words` AS ShikomoriWord INNER JOIN users AS User ON ShikomoriWord.creator_id = User.id WHERE is_standard = false AND ( ( is_shimwali = true AND is_shingazidja = true AND is_shindzuani = false AND is_shimaore = false) OR (is_shimwali = false AND is_shingazidja = true AND is_shindzuani = true AND is_shimaore = false) OR (is_shimwali = false AND is_shingazidja = false AND is_shindzuani = true AND is_shimaore = true) OR (is_shimwali = true AND is_shingazidja = false AND is_shindzuani = true AND is_shimaore = false) OR (is_shimwali = true AND is_shingazidja = false AND is_shindzuani = false AND is_shimaore = true) OR (is_shimwali = false AND is_shingazidja = true AND is_shindzuani = false AND is_shimaore = true) ) ORDER BY `ShikomoriWord`.`date_updated` DESC | 1 | 1 | 4 | maybe slow |
| SELECT count(*) AS count FROM `shikomori_words` AS ShikomoriWord INNER JOIN users AS User ON ShikomoriWord.creator_id = User.id WHERE is_standard = false AND ( (is_shimwali = true AND is_shingazidja = true AND is_shindzuani = true AND is_shimaore = false) OR (is_shimwali = false AND is_shingazidja = true AND is_shindzuani = true AND is_shimaore = true) OR (is_shimwali = true AND is_shingazidja = false AND is_shindzuani = true AND is_shimaore = true) OR (is_shimwali = true AND is_shingazidja = true AND is_shindzuani = false AND is_shimaore = true) ) ORDER BY `ShikomoriWord`.`date_updated` DESC | 1 | 1 | 3 | maybe slow |
| SELECT count(*) AS count FROM `shikomori_words` AS ShikomoriWord INNER JOIN users AS User ON ShikomoriWord.editor_id = User.id WHERE is_standard = true OR (is_standard = false AND is_shimwali = true AND is_shingazidja = true AND is_shindzuani = true AND is_shimaore = true) ORDER BY `ShikomoriWord`.`date_updated` DESC | 1 | 1 | 3 | maybe slow |
| SELECT `User`.`id`, `User`.`email`, `User`.`security_email`, `User`.`payment_email`, `User`.`payment_id`, `User`.`biography`, `User`.`curriculum_vitae`, `User`.`thumbnail`, `User`.`sex`, `User`.`first_name`, `User`.`last_name`, `User`.`display_name`, `User`.`date_of_birth`, `User`.`address`, `User`.`phone`, `User`.`phone2`, `User`.`city`, `User`.`country`, `User`.`dialect`, `User`.`learning_dialect`, `User`.`shikomori_level`, `User`.`website`, `User`.`visio_url`, `User`.`password`, `User`.`password_question`, `User`.`password_response`, `User`.`digest_a1`, `User`.`rating`, `User`.`count_dictionary_contribution`, `User`.`count_ressource_contribution`, `User`.`count_of_words_to_revise`, `User`.`time_to_revise`, `User`.`revision_duration`, `User`.`license_registration_in_process`, `User`.`subscribe`, `User`.`certified`, `User`.`has_teacher`, `User`.`has_license_game`, `User`.`available`, `User`.`share_exercice`, `User`.`dictionary_signatory`, `User`.`requested_contribution`, `User`.`session_number`, `User`.`session_id`, `User`.`school_id`, `User`.`referral_code`, `User`.`referred`, `User`.`api_key`, `User`.`client_name`, `User`.`created`, `User`.`modified`, `User`.`connected`, `User`.`online`, `User`.`timezone`, `User`.`role`, `User`.`free_week_for_teacher`, `User`.`active_newsletter_notification`, `User`.`active_comment_notification`, `User`.`active`, `User`.`temp_user_data`, `User`.`access_token`, `User`.`access_token2`, `User`.`access_token3`, `User`.`access_token4`, `User`.`firebase_device_token_dictionary`, `User`.`firebase_device_token_luha`, `User`.`certificate_level`, (CONCAT(`User`.`first_name`, " ", `User`.`last_name`)) AS `User__full_name`, (CONCAT(`User`.`first_name`, " ", UPPER(LEFT(`User`.`last_name`, 1)), ".")) AS `User__short_name`, (IF(
`User`.`last_name` != "" AND `User`.`last_name` IS NOT NULL,
CONCAT(
`User`.`first_name`, " ",
IF(LOCATE(" ", `User`.`last_name`) = 0,
CONCAT(UPPER(LEFT(`User`.`last_name`, 1)), "."),
CONCAT(
UPPER(LEFT(SUBSTRING_INDEX(`User`.`last_name`, " ", 1), 1)), ". ",
UPPER(LEFT(SUBSTRING_INDEX(`User`.`last_name`, " ", -1), 1)), "."
)
)
),
`User`.`first_name`
)) AS `User__short_full_name`, `SocialProfile`.`id`, `SocialProfile`.`user_id`, `SocialProfile`.`social_network_name`, `SocialProfile`.`social_network_id`, `SocialProfile`.`email`, `SocialProfile`.`display_name`, `SocialProfile`.`first_name`, `SocialProfile`.`last_name`, `SocialProfile`.`link`, `SocialProfile`.`picture`, `SocialProfile`.`created`, `SocialProfile`.`modified`, `SocialProfile`.`status` FROM `noniseshorelc`.`users` AS `User` LEFT JOIN `noniseshorelc`.`social_profiles` AS `SocialProfile` ON (`SocialProfile`.`user_id` = `User`.`id`) WHERE `User`.`email` = '36' LIMIT 1 | 0 | 0 | 1 | maybe slow |
| SELECT `User`.`id`, `User`.`email`, `User`.`security_email`, `User`.`payment_email`, `User`.`payment_id`, `User`.`biography`, `User`.`curriculum_vitae`, `User`.`thumbnail`, `User`.`sex`, `User`.`first_name`, `User`.`last_name`, `User`.`display_name`, `User`.`date_of_birth`, `User`.`address`, `User`.`phone`, `User`.`phone2`, `User`.`city`, `User`.`country`, `User`.`dialect`, `User`.`learning_dialect`, `User`.`shikomori_level`, `User`.`website`, `User`.`visio_url`, `User`.`password`, `User`.`password_question`, `User`.`password_response`, `User`.`digest_a1`, `User`.`rating`, `User`.`count_dictionary_contribution`, `User`.`count_ressource_contribution`, `User`.`count_of_words_to_revise`, `User`.`time_to_revise`, `User`.`revision_duration`, `User`.`license_registration_in_process`, `User`.`subscribe`, `User`.`certified`, `User`.`has_teacher`, `User`.`has_license_game`, `User`.`available`, `User`.`share_exercice`, `User`.`dictionary_signatory`, `User`.`requested_contribution`, `User`.`session_number`, `User`.`session_id`, `User`.`school_id`, `User`.`referral_code`, `User`.`referred`, `User`.`api_key`, `User`.`client_name`, `User`.`created`, `User`.`modified`, `User`.`connected`, `User`.`online`, `User`.`timezone`, `User`.`role`, `User`.`free_week_for_teacher`, `User`.`active_newsletter_notification`, `User`.`active_comment_notification`, `User`.`active`, `User`.`temp_user_data`, `User`.`access_token`, `User`.`access_token2`, `User`.`access_token3`, `User`.`access_token4`, `User`.`firebase_device_token_dictionary`, `User`.`firebase_device_token_luha`, `User`.`certificate_level`, (CONCAT(`User`.`first_name`, " ", `User`.`last_name`)) AS `User__full_name`, (CONCAT(`User`.`first_name`, " ", UPPER(LEFT(`User`.`last_name`, 1)), ".")) AS `User__short_name`, (IF(
`User`.`last_name` != "" AND `User`.`last_name` IS NOT NULL,
CONCAT(
`User`.`first_name`, " ",
IF(LOCATE(" ", `User`.`last_name`) = 0,
CONCAT(UPPER(LEFT(`User`.`last_name`, 1)), "."),
CONCAT(
UPPER(LEFT(SUBSTRING_INDEX(`User`.`last_name`, " ", 1), 1)), ". ",
UPPER(LEFT(SUBSTRING_INDEX(`User`.`last_name`, " ", -1), 1)), "."
)
)
),
`User`.`first_name`
)) AS `User__short_full_name`, `SocialProfile`.`id`, `SocialProfile`.`user_id`, `SocialProfile`.`social_network_name`, `SocialProfile`.`social_network_id`, `SocialProfile`.`email`, `SocialProfile`.`display_name`, `SocialProfile`.`first_name`, `SocialProfile`.`last_name`, `SocialProfile`.`link`, `SocialProfile`.`picture`, `SocialProfile`.`created`, `SocialProfile`.`modified`, `SocialProfile`.`status` FROM `noniseshorelc`.`users` AS `User` LEFT JOIN `noniseshorelc`.`social_profiles` AS `SocialProfile` ON (`SocialProfile`.`user_id` = `User`.`id`) WHERE `User`.`id` = 36 LIMIT 1 | 1 | 1 | 1 | |
| SELECT `HighScore`.`id`, `HighScore`.`version`, `HighScore`.`exercice_id`, `HighScore`.`player_id`, `HighScore`.`game`, `HighScore`.`description`, `HighScore`.`score`, `HighScore`.`count_words_shimaore`, `HighScore`.`count_words_shimwali`, `HighScore`.`count_words_shindzuani`, `HighScore`.`count_words_shingazidja`, `HighScore`.`count_orthography_shimaore`, `HighScore`.`count_orthography_shimwali`, `HighScore`.`count_orthography_shindzuani`, `HighScore`.`count_orthography_shingazidja`, `HighScore`.`content_html`, `HighScore`.`create_date`, `HighScore`.`last_date`, `HighScore`.`time`, `HighScore`.`max_time`, `HighScore`.`mention`, `HighScore`.`max_score`, `HighScore`.`rank` FROM `noniseshorelc`.`high_scores` AS `HighScore` WHERE `HighScore`.`player_id` = (36) | 0 | 0 | 13 | maybe slow |
| SELECT `License`.`id`, `License`.`product_id`, `License`.`user_id`, `License`.`payer_email`, `License`.`subscription_id`, `License`.`affiliate_id`, `License`.`authorized_conference`, `License`.`free_hour_allowed`, `License`.`paid_hour`, `License`.`status`, `License`.`reason`, `License`.`description`, `License`.`beneficiaries`, `License`.`referral_code`, `License`.`created`, `License`.`modified`, `License`.`expired`, `License`.`active`, `License`.`regularized_unpayment`, `License`.`start_time`, `License`.`full_name`, `License`.`last_payment`, `License`.`cycles_completed`, `License`.`total_cycles` FROM `noniseshorelc`.`licenses` AS `License` WHERE `License`.`user_id` = (36) | 8 | 8 | 0 | |
| SELECT `Certificate`.`id`, `Certificate`.`name`, `Certificate`.`level`, `Certificate`.`max_note`, `Certificate`.`description`, `CertificateUser`.`certificate_id`, `CertificateUser`.`user_id`, `CertificateUser`.`mention`, `CertificateUser`.`note`, `CertificateUser`.`points`, `CertificateUser`.`date` FROM `noniseshorelc`.`certificates` AS `Certificate` JOIN `noniseshorelc`.`certificate_users` AS `CertificateUser` ON (`CertificateUser`.`user_id` = 36 AND `CertificateUser`.`certificate_id` = `Certificate`.`id`) | 2 | 2 | 0 | |
| SELECT `Group`.`id`, `Group`.`referent_id`, `Group`.`name`, `Group`.`referent`, `Group`.`session_name`, `Group`.`tag`, `Group`.`type`, `Group`.`description`, `Group`.`level`, `Group`.`max_conference`, `Group`.`color`, `Group`.`active`, `Group`.`date_created`, `Group`.`date_updated`, (CONCAT(`Group`.`referent`, " - ", `Group`.`name`)) AS `Group__label`, (CONCAT(`Group`.`referent`, " - ", `Group`.`name`, " ", `Group`.`session_name`)) AS `Group__session_label`, `UserGroup`.`id`, `UserGroup`.`user_id`, `UserGroup`.`group_id` FROM `noniseshorelc`.`groups` AS `Group` JOIN `noniseshorelc`.`user_group` AS `UserGroup` ON (`UserGroup`.`user_id` = 36 AND `UserGroup`.`group_id` = `Group`.`id`) | 0 | 0 | 0 | |
| SELECT `Conference`.`id`, `Conference`.`teacher_id`, `Conference`.`group_id`, `Conference`.`subject`, `Conference`.`level`, `Conference`.`description`, `Conference`.`titled`, `Conference`.`path_files`, `Conference`.`start_date`, `Conference`.`end_date`, `Conference`.`max_subscriber`, `Conference`.`is_group`, `Conference`.`is_free`, `Conference`.`is_stage`, `Conference`.`active`, `Conference`.`date_created`, `Conference`.`date_updated`, `Conference`.`execution_date`, `SubscribeConference`.`id`, `SubscribeConference`.`conference_id`, `SubscribeConference`.`user_id`, `SubscribeConference`.`signed`, `SubscribeConference`.`is_present`, `SubscribeConference`.`is_free`, `SubscribeConference`.`in_hour_pack`, `SubscribeConference`.`date_created` FROM `noniseshorelc`.`conferences` AS `Conference` JOIN `noniseshorelc`.`subscribe_conferences` AS `SubscribeConference` ON (`SubscribeConference`.`user_id` = 36 AND `SubscribeConference`.`conference_id` = `Conference`.`id`) | 13 | 13 | 0 | |
| SELECT `User`.`id`, `User`.`email`, `User`.`security_email`, `User`.`payment_email`, `User`.`payment_id`, `User`.`biography`, `User`.`curriculum_vitae`, `User`.`thumbnail`, `User`.`sex`, `User`.`first_name`, `User`.`last_name`, `User`.`display_name`, `User`.`date_of_birth`, `User`.`address`, `User`.`phone`, `User`.`phone2`, `User`.`city`, `User`.`country`, `User`.`dialect`, `User`.`learning_dialect`, `User`.`shikomori_level`, `User`.`website`, `User`.`visio_url`, `User`.`password`, `User`.`password_question`, `User`.`password_response`, `User`.`digest_a1`, `User`.`rating`, `User`.`count_dictionary_contribution`, `User`.`count_ressource_contribution`, `User`.`count_of_words_to_revise`, `User`.`time_to_revise`, `User`.`revision_duration`, `User`.`license_registration_in_process`, `User`.`subscribe`, `User`.`certified`, `User`.`has_teacher`, `User`.`has_license_game`, `User`.`available`, `User`.`share_exercice`, `User`.`dictionary_signatory`, `User`.`requested_contribution`, `User`.`session_number`, `User`.`session_id`, `User`.`school_id`, `User`.`referral_code`, `User`.`referred`, `User`.`api_key`, `User`.`client_name`, `User`.`created`, `User`.`modified`, `User`.`connected`, `User`.`online`, `User`.`timezone`, `User`.`role`, `User`.`free_week_for_teacher`, `User`.`active_newsletter_notification`, `User`.`active_comment_notification`, `User`.`active`, `User`.`temp_user_data`, `User`.`access_token`, `User`.`access_token2`, `User`.`access_token3`, `User`.`access_token4`, `User`.`firebase_device_token_dictionary`, `User`.`firebase_device_token_luha`, `User`.`certificate_level`, (CONCAT(`User`.`first_name`, " ", `User`.`last_name`)) AS `User__full_name`, (CONCAT(`User`.`first_name`, " ", UPPER(LEFT(`User`.`last_name`, 1)), ".")) AS `User__short_name`, (IF(
`User`.`last_name` != "" AND `User`.`last_name` IS NOT NULL,
CONCAT(
`User`.`first_name`, " ",
IF(LOCATE(" ", `User`.`last_name`) = 0,
CONCAT(UPPER(LEFT(`User`.`last_name`, 1)), "."),
CONCAT(
UPPER(LEFT(SUBSTRING_INDEX(`User`.`last_name`, " ", 1), 1)), ". ",
UPPER(LEFT(SUBSTRING_INDEX(`User`.`last_name`, " ", -1), 1)), "."
)
)
),
`User`.`first_name`
)) AS `User__short_full_name`, `SocialProfile`.`id`, `SocialProfile`.`user_id`, `SocialProfile`.`social_network_name`, `SocialProfile`.`social_network_id`, `SocialProfile`.`email`, `SocialProfile`.`display_name`, `SocialProfile`.`first_name`, `SocialProfile`.`last_name`, `SocialProfile`.`link`, `SocialProfile`.`picture`, `SocialProfile`.`created`, `SocialProfile`.`modified`, `SocialProfile`.`status` FROM `noniseshorelc`.`users` AS `User` LEFT JOIN `noniseshorelc`.`social_profiles` AS `SocialProfile` ON (`SocialProfile`.`user_id` = `User`.`id`) WHERE `User`.`id` = 36 LIMIT 1 | 1 | 1 | 1 | |
| SELECT `HighScore`.`id`, `HighScore`.`version`, `HighScore`.`exercice_id`, `HighScore`.`player_id`, `HighScore`.`game`, `HighScore`.`description`, `HighScore`.`score`, `HighScore`.`count_words_shimaore`, `HighScore`.`count_words_shimwali`, `HighScore`.`count_words_shindzuani`, `HighScore`.`count_words_shingazidja`, `HighScore`.`count_orthography_shimaore`, `HighScore`.`count_orthography_shimwali`, `HighScore`.`count_orthography_shindzuani`, `HighScore`.`count_orthography_shingazidja`, `HighScore`.`content_html`, `HighScore`.`create_date`, `HighScore`.`last_date`, `HighScore`.`time`, `HighScore`.`max_time`, `HighScore`.`mention`, `HighScore`.`max_score`, `HighScore`.`rank` FROM `noniseshorelc`.`high_scores` AS `HighScore` WHERE `HighScore`.`player_id` = (36) | 0 | 0 | 14 | maybe slow |
| SELECT `License`.`id`, `License`.`product_id`, `License`.`user_id`, `License`.`payer_email`, `License`.`subscription_id`, `License`.`affiliate_id`, `License`.`authorized_conference`, `License`.`free_hour_allowed`, `License`.`paid_hour`, `License`.`status`, `License`.`reason`, `License`.`description`, `License`.`beneficiaries`, `License`.`referral_code`, `License`.`created`, `License`.`modified`, `License`.`expired`, `License`.`active`, `License`.`regularized_unpayment`, `License`.`start_time`, `License`.`full_name`, `License`.`last_payment`, `License`.`cycles_completed`, `License`.`total_cycles` FROM `noniseshorelc`.`licenses` AS `License` WHERE `License`.`user_id` = (36) | 8 | 8 | 0 | |
| SELECT `Certificate`.`id`, `Certificate`.`name`, `Certificate`.`level`, `Certificate`.`max_note`, `Certificate`.`description`, `CertificateUser`.`certificate_id`, `CertificateUser`.`user_id`, `CertificateUser`.`mention`, `CertificateUser`.`note`, `CertificateUser`.`points`, `CertificateUser`.`date` FROM `noniseshorelc`.`certificates` AS `Certificate` JOIN `noniseshorelc`.`certificate_users` AS `CertificateUser` ON (`CertificateUser`.`user_id` = 36 AND `CertificateUser`.`certificate_id` = `Certificate`.`id`) | 2 | 2 | 0 | |
| SELECT `Group`.`id`, `Group`.`referent_id`, `Group`.`name`, `Group`.`referent`, `Group`.`session_name`, `Group`.`tag`, `Group`.`type`, `Group`.`description`, `Group`.`level`, `Group`.`max_conference`, `Group`.`color`, `Group`.`active`, `Group`.`date_created`, `Group`.`date_updated`, (CONCAT(`Group`.`referent`, " - ", `Group`.`name`)) AS `Group__label`, (CONCAT(`Group`.`referent`, " - ", `Group`.`name`, " ", `Group`.`session_name`)) AS `Group__session_label`, `UserGroup`.`id`, `UserGroup`.`user_id`, `UserGroup`.`group_id` FROM `noniseshorelc`.`groups` AS `Group` JOIN `noniseshorelc`.`user_group` AS `UserGroup` ON (`UserGroup`.`user_id` = 36 AND `UserGroup`.`group_id` = `Group`.`id`) | 0 | 0 | 0 | |
| SELECT `Conference`.`id`, `Conference`.`teacher_id`, `Conference`.`group_id`, `Conference`.`subject`, `Conference`.`level`, `Conference`.`description`, `Conference`.`titled`, `Conference`.`path_files`, `Conference`.`start_date`, `Conference`.`end_date`, `Conference`.`max_subscriber`, `Conference`.`is_group`, `Conference`.`is_free`, `Conference`.`is_stage`, `Conference`.`active`, `Conference`.`date_created`, `Conference`.`date_updated`, `Conference`.`execution_date`, `SubscribeConference`.`id`, `SubscribeConference`.`conference_id`, `SubscribeConference`.`user_id`, `SubscribeConference`.`signed`, `SubscribeConference`.`is_present`, `SubscribeConference`.`is_free`, `SubscribeConference`.`in_hour_pack`, `SubscribeConference`.`date_created` FROM `noniseshorelc`.`conferences` AS `Conference` JOIN `noniseshorelc`.`subscribe_conferences` AS `SubscribeConference` ON (`SubscribeConference`.`user_id` = 36 AND `SubscribeConference`.`conference_id` = `Conference`.`id`) | 13 | 13 | 1 | maybe slow |
| SELECT `User`.`id`, `User`.`email`, `User`.`security_email`, `User`.`payment_email`, `User`.`payment_id`, `User`.`biography`, `User`.`curriculum_vitae`, `User`.`thumbnail`, `User`.`sex`, `User`.`first_name`, `User`.`last_name`, `User`.`display_name`, `User`.`date_of_birth`, `User`.`address`, `User`.`phone`, `User`.`phone2`, `User`.`city`, `User`.`country`, `User`.`dialect`, `User`.`learning_dialect`, `User`.`shikomori_level`, `User`.`website`, `User`.`visio_url`, `User`.`password`, `User`.`password_question`, `User`.`password_response`, `User`.`digest_a1`, `User`.`rating`, `User`.`count_dictionary_contribution`, `User`.`count_ressource_contribution`, `User`.`count_of_words_to_revise`, `User`.`time_to_revise`, `User`.`revision_duration`, `User`.`license_registration_in_process`, `User`.`subscribe`, `User`.`certified`, `User`.`has_teacher`, `User`.`has_license_game`, `User`.`available`, `User`.`share_exercice`, `User`.`dictionary_signatory`, `User`.`requested_contribution`, `User`.`session_number`, `User`.`session_id`, `User`.`school_id`, `User`.`referral_code`, `User`.`referred`, `User`.`api_key`, `User`.`client_name`, `User`.`created`, `User`.`modified`, `User`.`connected`, `User`.`online`, `User`.`timezone`, `User`.`role`, `User`.`free_week_for_teacher`, `User`.`active_newsletter_notification`, `User`.`active_comment_notification`, `User`.`active`, `User`.`temp_user_data`, `User`.`access_token`, `User`.`access_token2`, `User`.`access_token3`, `User`.`access_token4`, `User`.`firebase_device_token_dictionary`, `User`.`firebase_device_token_luha`, `User`.`certificate_level`, (CONCAT(`User`.`first_name`, " ", `User`.`last_name`)) AS `User__full_name`, (CONCAT(`User`.`first_name`, " ", UPPER(LEFT(`User`.`last_name`, 1)), ".")) AS `User__short_name`, (IF(
`User`.`last_name` != "" AND `User`.`last_name` IS NOT NULL,
CONCAT(
`User`.`first_name`, " ",
IF(LOCATE(" ", `User`.`last_name`) = 0,
CONCAT(UPPER(LEFT(`User`.`last_name`, 1)), "."),
CONCAT(
UPPER(LEFT(SUBSTRING_INDEX(`User`.`last_name`, " ", 1), 1)), ". ",
UPPER(LEFT(SUBSTRING_INDEX(`User`.`last_name`, " ", -1), 1)), "."
)
)
),
`User`.`first_name`
)) AS `User__short_full_name`, `SocialProfile`.`id`, `SocialProfile`.`user_id`, `SocialProfile`.`social_network_name`, `SocialProfile`.`social_network_id`, `SocialProfile`.`email`, `SocialProfile`.`display_name`, `SocialProfile`.`first_name`, `SocialProfile`.`last_name`, `SocialProfile`.`link`, `SocialProfile`.`picture`, `SocialProfile`.`created`, `SocialProfile`.`modified`, `SocialProfile`.`status` FROM `noniseshorelc`.`users` AS `User` LEFT JOIN `noniseshorelc`.`social_profiles` AS `SocialProfile` ON (`SocialProfile`.`user_id` = `User`.`id`) WHERE `User`.`email` = '876' LIMIT 1 | 0 | 0 | 1 | maybe slow |
| SELECT `User`.`id`, `User`.`email`, `User`.`security_email`, `User`.`payment_email`, `User`.`payment_id`, `User`.`biography`, `User`.`curriculum_vitae`, `User`.`thumbnail`, `User`.`sex`, `User`.`first_name`, `User`.`last_name`, `User`.`display_name`, `User`.`date_of_birth`, `User`.`address`, `User`.`phone`, `User`.`phone2`, `User`.`city`, `User`.`country`, `User`.`dialect`, `User`.`learning_dialect`, `User`.`shikomori_level`, `User`.`website`, `User`.`visio_url`, `User`.`password`, `User`.`password_question`, `User`.`password_response`, `User`.`digest_a1`, `User`.`rating`, `User`.`count_dictionary_contribution`, `User`.`count_ressource_contribution`, `User`.`count_of_words_to_revise`, `User`.`time_to_revise`, `User`.`revision_duration`, `User`.`license_registration_in_process`, `User`.`subscribe`, `User`.`certified`, `User`.`has_teacher`, `User`.`has_license_game`, `User`.`available`, `User`.`share_exercice`, `User`.`dictionary_signatory`, `User`.`requested_contribution`, `User`.`session_number`, `User`.`session_id`, `User`.`school_id`, `User`.`referral_code`, `User`.`referred`, `User`.`api_key`, `User`.`client_name`, `User`.`created`, `User`.`modified`, `User`.`connected`, `User`.`online`, `User`.`timezone`, `User`.`role`, `User`.`free_week_for_teacher`, `User`.`active_newsletter_notification`, `User`.`active_comment_notification`, `User`.`active`, `User`.`temp_user_data`, `User`.`access_token`, `User`.`access_token2`, `User`.`access_token3`, `User`.`access_token4`, `User`.`firebase_device_token_dictionary`, `User`.`firebase_device_token_luha`, `User`.`certificate_level`, (CONCAT(`User`.`first_name`, " ", `User`.`last_name`)) AS `User__full_name`, (CONCAT(`User`.`first_name`, " ", UPPER(LEFT(`User`.`last_name`, 1)), ".")) AS `User__short_name`, (IF(
`User`.`last_name` != "" AND `User`.`last_name` IS NOT NULL,
CONCAT(
`User`.`first_name`, " ",
IF(LOCATE(" ", `User`.`last_name`) = 0,
CONCAT(UPPER(LEFT(`User`.`last_name`, 1)), "."),
CONCAT(
UPPER(LEFT(SUBSTRING_INDEX(`User`.`last_name`, " ", 1), 1)), ". ",
UPPER(LEFT(SUBSTRING_INDEX(`User`.`last_name`, " ", -1), 1)), "."
)
)
),
`User`.`first_name`
)) AS `User__short_full_name`, `SocialProfile`.`id`, `SocialProfile`.`user_id`, `SocialProfile`.`social_network_name`, `SocialProfile`.`social_network_id`, `SocialProfile`.`email`, `SocialProfile`.`display_name`, `SocialProfile`.`first_name`, `SocialProfile`.`last_name`, `SocialProfile`.`link`, `SocialProfile`.`picture`, `SocialProfile`.`created`, `SocialProfile`.`modified`, `SocialProfile`.`status` FROM `noniseshorelc`.`users` AS `User` LEFT JOIN `noniseshorelc`.`social_profiles` AS `SocialProfile` ON (`SocialProfile`.`user_id` = `User`.`id`) WHERE `User`.`id` = 876 LIMIT 1 | 1 | 1 | 0 | |
| SELECT `HighScore`.`id`, `HighScore`.`version`, `HighScore`.`exercice_id`, `HighScore`.`player_id`, `HighScore`.`game`, `HighScore`.`description`, `HighScore`.`score`, `HighScore`.`count_words_shimaore`, `HighScore`.`count_words_shimwali`, `HighScore`.`count_words_shindzuani`, `HighScore`.`count_words_shingazidja`, `HighScore`.`count_orthography_shimaore`, `HighScore`.`count_orthography_shimwali`, `HighScore`.`count_orthography_shindzuani`, `HighScore`.`count_orthography_shingazidja`, `HighScore`.`content_html`, `HighScore`.`create_date`, `HighScore`.`last_date`, `HighScore`.`time`, `HighScore`.`max_time`, `HighScore`.`mention`, `HighScore`.`max_score`, `HighScore`.`rank` FROM `noniseshorelc`.`high_scores` AS `HighScore` WHERE `HighScore`.`player_id` = (876) | 0 | 0 | 16 | maybe slow |
| SELECT `License`.`id`, `License`.`product_id`, `License`.`user_id`, `License`.`payer_email`, `License`.`subscription_id`, `License`.`affiliate_id`, `License`.`authorized_conference`, `License`.`free_hour_allowed`, `License`.`paid_hour`, `License`.`status`, `License`.`reason`, `License`.`description`, `License`.`beneficiaries`, `License`.`referral_code`, `License`.`created`, `License`.`modified`, `License`.`expired`, `License`.`active`, `License`.`regularized_unpayment`, `License`.`start_time`, `License`.`full_name`, `License`.`last_payment`, `License`.`cycles_completed`, `License`.`total_cycles` FROM `noniseshorelc`.`licenses` AS `License` WHERE `License`.`user_id` = (876) | 1 | 1 | 0 | |
| SELECT `Certificate`.`id`, `Certificate`.`name`, `Certificate`.`level`, `Certificate`.`max_note`, `Certificate`.`description`, `CertificateUser`.`certificate_id`, `CertificateUser`.`user_id`, `CertificateUser`.`mention`, `CertificateUser`.`note`, `CertificateUser`.`points`, `CertificateUser`.`date` FROM `noniseshorelc`.`certificates` AS `Certificate` JOIN `noniseshorelc`.`certificate_users` AS `CertificateUser` ON (`CertificateUser`.`user_id` = 876 AND `CertificateUser`.`certificate_id` = `Certificate`.`id`) | 0 | 0 | 0 | |
| SELECT `Group`.`id`, `Group`.`referent_id`, `Group`.`name`, `Group`.`referent`, `Group`.`session_name`, `Group`.`tag`, `Group`.`type`, `Group`.`description`, `Group`.`level`, `Group`.`max_conference`, `Group`.`color`, `Group`.`active`, `Group`.`date_created`, `Group`.`date_updated`, (CONCAT(`Group`.`referent`, " - ", `Group`.`name`)) AS `Group__label`, (CONCAT(`Group`.`referent`, " - ", `Group`.`name`, " ", `Group`.`session_name`)) AS `Group__session_label`, `UserGroup`.`id`, `UserGroup`.`user_id`, `UserGroup`.`group_id` FROM `noniseshorelc`.`groups` AS `Group` JOIN `noniseshorelc`.`user_group` AS `UserGroup` ON (`UserGroup`.`user_id` = 876 AND `UserGroup`.`group_id` = `Group`.`id`) | 0 | 0 | 0 | |
| SELECT `Conference`.`id`, `Conference`.`teacher_id`, `Conference`.`group_id`, `Conference`.`subject`, `Conference`.`level`, `Conference`.`description`, `Conference`.`titled`, `Conference`.`path_files`, `Conference`.`start_date`, `Conference`.`end_date`, `Conference`.`max_subscriber`, `Conference`.`is_group`, `Conference`.`is_free`, `Conference`.`is_stage`, `Conference`.`active`, `Conference`.`date_created`, `Conference`.`date_updated`, `Conference`.`execution_date`, `SubscribeConference`.`id`, `SubscribeConference`.`conference_id`, `SubscribeConference`.`user_id`, `SubscribeConference`.`signed`, `SubscribeConference`.`is_present`, `SubscribeConference`.`is_free`, `SubscribeConference`.`in_hour_pack`, `SubscribeConference`.`date_created` FROM `noniseshorelc`.`conferences` AS `Conference` JOIN `noniseshorelc`.`subscribe_conferences` AS `SubscribeConference` ON (`SubscribeConference`.`user_id` = 876 AND `SubscribeConference`.`conference_id` = `Conference`.`id`) | 0 | 0 | 0 | |
| SELECT `User`.`id`, `User`.`email`, `User`.`security_email`, `User`.`payment_email`, `User`.`payment_id`, `User`.`biography`, `User`.`curriculum_vitae`, `User`.`thumbnail`, `User`.`sex`, `User`.`first_name`, `User`.`last_name`, `User`.`display_name`, `User`.`date_of_birth`, `User`.`address`, `User`.`phone`, `User`.`phone2`, `User`.`city`, `User`.`country`, `User`.`dialect`, `User`.`learning_dialect`, `User`.`shikomori_level`, `User`.`website`, `User`.`visio_url`, `User`.`password`, `User`.`password_question`, `User`.`password_response`, `User`.`digest_a1`, `User`.`rating`, `User`.`count_dictionary_contribution`, `User`.`count_ressource_contribution`, `User`.`count_of_words_to_revise`, `User`.`time_to_revise`, `User`.`revision_duration`, `User`.`license_registration_in_process`, `User`.`subscribe`, `User`.`certified`, `User`.`has_teacher`, `User`.`has_license_game`, `User`.`available`, `User`.`share_exercice`, `User`.`dictionary_signatory`, `User`.`requested_contribution`, `User`.`session_number`, `User`.`session_id`, `User`.`school_id`, `User`.`referral_code`, `User`.`referred`, `User`.`api_key`, `User`.`client_name`, `User`.`created`, `User`.`modified`, `User`.`connected`, `User`.`online`, `User`.`timezone`, `User`.`role`, `User`.`free_week_for_teacher`, `User`.`active_newsletter_notification`, `User`.`active_comment_notification`, `User`.`active`, `User`.`temp_user_data`, `User`.`access_token`, `User`.`access_token2`, `User`.`access_token3`, `User`.`access_token4`, `User`.`firebase_device_token_dictionary`, `User`.`firebase_device_token_luha`, `User`.`certificate_level`, (CONCAT(`User`.`first_name`, " ", `User`.`last_name`)) AS `User__full_name`, (CONCAT(`User`.`first_name`, " ", UPPER(LEFT(`User`.`last_name`, 1)), ".")) AS `User__short_name`, (IF(
`User`.`last_name` != "" AND `User`.`last_name` IS NOT NULL,
CONCAT(
`User`.`first_name`, " ",
IF(LOCATE(" ", `User`.`last_name`) = 0,
CONCAT(UPPER(LEFT(`User`.`last_name`, 1)), "."),
CONCAT(
UPPER(LEFT(SUBSTRING_INDEX(`User`.`last_name`, " ", 1), 1)), ". ",
UPPER(LEFT(SUBSTRING_INDEX(`User`.`last_name`, " ", -1), 1)), "."
)
)
),
`User`.`first_name`
)) AS `User__short_full_name`, `SocialProfile`.`id`, `SocialProfile`.`user_id`, `SocialProfile`.`social_network_name`, `SocialProfile`.`social_network_id`, `SocialProfile`.`email`, `SocialProfile`.`display_name`, `SocialProfile`.`first_name`, `SocialProfile`.`last_name`, `SocialProfile`.`link`, `SocialProfile`.`picture`, `SocialProfile`.`created`, `SocialProfile`.`modified`, `SocialProfile`.`status` FROM `noniseshorelc`.`users` AS `User` LEFT JOIN `noniseshorelc`.`social_profiles` AS `SocialProfile` ON (`SocialProfile`.`user_id` = `User`.`id`) WHERE `User`.`id` = 876 LIMIT 1 | 1 | 1 | 1 | |
| SELECT `HighScore`.`id`, `HighScore`.`version`, `HighScore`.`exercice_id`, `HighScore`.`player_id`, `HighScore`.`game`, `HighScore`.`description`, `HighScore`.`score`, `HighScore`.`count_words_shimaore`, `HighScore`.`count_words_shimwali`, `HighScore`.`count_words_shindzuani`, `HighScore`.`count_words_shingazidja`, `HighScore`.`count_orthography_shimaore`, `HighScore`.`count_orthography_shimwali`, `HighScore`.`count_orthography_shindzuani`, `HighScore`.`count_orthography_shingazidja`, `HighScore`.`content_html`, `HighScore`.`create_date`, `HighScore`.`last_date`, `HighScore`.`time`, `HighScore`.`max_time`, `HighScore`.`mention`, `HighScore`.`max_score`, `HighScore`.`rank` FROM `noniseshorelc`.`high_scores` AS `HighScore` WHERE `HighScore`.`player_id` = (876) | 0 | 0 | 14 | maybe slow |
| SELECT `License`.`id`, `License`.`product_id`, `License`.`user_id`, `License`.`payer_email`, `License`.`subscription_id`, `License`.`affiliate_id`, `License`.`authorized_conference`, `License`.`free_hour_allowed`, `License`.`paid_hour`, `License`.`status`, `License`.`reason`, `License`.`description`, `License`.`beneficiaries`, `License`.`referral_code`, `License`.`created`, `License`.`modified`, `License`.`expired`, `License`.`active`, `License`.`regularized_unpayment`, `License`.`start_time`, `License`.`full_name`, `License`.`last_payment`, `License`.`cycles_completed`, `License`.`total_cycles` FROM `noniseshorelc`.`licenses` AS `License` WHERE `License`.`user_id` = (876) | 1 | 1 | 1 | |
| SELECT `Certificate`.`id`, `Certificate`.`name`, `Certificate`.`level`, `Certificate`.`max_note`, `Certificate`.`description`, `CertificateUser`.`certificate_id`, `CertificateUser`.`user_id`, `CertificateUser`.`mention`, `CertificateUser`.`note`, `CertificateUser`.`points`, `CertificateUser`.`date` FROM `noniseshorelc`.`certificates` AS `Certificate` JOIN `noniseshorelc`.`certificate_users` AS `CertificateUser` ON (`CertificateUser`.`user_id` = 876 AND `CertificateUser`.`certificate_id` = `Certificate`.`id`) | 0 | 0 | 0 | |
| SELECT `Group`.`id`, `Group`.`referent_id`, `Group`.`name`, `Group`.`referent`, `Group`.`session_name`, `Group`.`tag`, `Group`.`type`, `Group`.`description`, `Group`.`level`, `Group`.`max_conference`, `Group`.`color`, `Group`.`active`, `Group`.`date_created`, `Group`.`date_updated`, (CONCAT(`Group`.`referent`, " - ", `Group`.`name`)) AS `Group__label`, (CONCAT(`Group`.`referent`, " - ", `Group`.`name`, " ", `Group`.`session_name`)) AS `Group__session_label`, `UserGroup`.`id`, `UserGroup`.`user_id`, `UserGroup`.`group_id` FROM `noniseshorelc`.`groups` AS `Group` JOIN `noniseshorelc`.`user_group` AS `UserGroup` ON (`UserGroup`.`user_id` = 876 AND `UserGroup`.`group_id` = `Group`.`id`) | 0 | 0 | 1 | maybe slow |
| SELECT `Conference`.`id`, `Conference`.`teacher_id`, `Conference`.`group_id`, `Conference`.`subject`, `Conference`.`level`, `Conference`.`description`, `Conference`.`titled`, `Conference`.`path_files`, `Conference`.`start_date`, `Conference`.`end_date`, `Conference`.`max_subscriber`, `Conference`.`is_group`, `Conference`.`is_free`, `Conference`.`is_stage`, `Conference`.`active`, `Conference`.`date_created`, `Conference`.`date_updated`, `Conference`.`execution_date`, `SubscribeConference`.`id`, `SubscribeConference`.`conference_id`, `SubscribeConference`.`user_id`, `SubscribeConference`.`signed`, `SubscribeConference`.`is_present`, `SubscribeConference`.`is_free`, `SubscribeConference`.`in_hour_pack`, `SubscribeConference`.`date_created` FROM `noniseshorelc`.`conferences` AS `Conference` JOIN `noniseshorelc`.`subscribe_conferences` AS `SubscribeConference` ON (`SubscribeConference`.`user_id` = 876 AND `SubscribeConference`.`conference_id` = `Conference`.`id`) | 0 | 0 | 0 | |
| SELECT `User`.`id`, `User`.`email`, `User`.`security_email`, `User`.`payment_email`, `User`.`payment_id`, `User`.`biography`, `User`.`curriculum_vitae`, `User`.`thumbnail`, `User`.`sex`, `User`.`first_name`, `User`.`last_name`, `User`.`display_name`, `User`.`date_of_birth`, `User`.`address`, `User`.`phone`, `User`.`phone2`, `User`.`city`, `User`.`country`, `User`.`dialect`, `User`.`learning_dialect`, `User`.`shikomori_level`, `User`.`website`, `User`.`visio_url`, `User`.`password`, `User`.`password_question`, `User`.`password_response`, `User`.`digest_a1`, `User`.`rating`, `User`.`count_dictionary_contribution`, `User`.`count_ressource_contribution`, `User`.`count_of_words_to_revise`, `User`.`time_to_revise`, `User`.`revision_duration`, `User`.`license_registration_in_process`, `User`.`subscribe`, `User`.`certified`, `User`.`has_teacher`, `User`.`has_license_game`, `User`.`available`, `User`.`share_exercice`, `User`.`dictionary_signatory`, `User`.`requested_contribution`, `User`.`session_number`, `User`.`session_id`, `User`.`school_id`, `User`.`referral_code`, `User`.`referred`, `User`.`api_key`, `User`.`client_name`, `User`.`created`, `User`.`modified`, `User`.`connected`, `User`.`online`, `User`.`timezone`, `User`.`role`, `User`.`free_week_for_teacher`, `User`.`active_newsletter_notification`, `User`.`active_comment_notification`, `User`.`active`, `User`.`temp_user_data`, `User`.`access_token`, `User`.`access_token2`, `User`.`access_token3`, `User`.`access_token4`, `User`.`firebase_device_token_dictionary`, `User`.`firebase_device_token_luha`, `User`.`certificate_level`, (CONCAT(`User`.`first_name`, " ", `User`.`last_name`)) AS `User__full_name`, (CONCAT(`User`.`first_name`, " ", UPPER(LEFT(`User`.`last_name`, 1)), ".")) AS `User__short_name`, (IF(
`User`.`last_name` != "" AND `User`.`last_name` IS NOT NULL,
CONCAT(
`User`.`first_name`, " ",
IF(LOCATE(" ", `User`.`last_name`) = 0,
CONCAT(UPPER(LEFT(`User`.`last_name`, 1)), "."),
CONCAT(
UPPER(LEFT(SUBSTRING_INDEX(`User`.`last_name`, " ", 1), 1)), ". ",
UPPER(LEFT(SUBSTRING_INDEX(`User`.`last_name`, " ", -1), 1)), "."
)
)
),
`User`.`first_name`
)) AS `User__short_full_name`, `SocialProfile`.`id`, `SocialProfile`.`user_id`, `SocialProfile`.`social_network_name`, `SocialProfile`.`social_network_id`, `SocialProfile`.`email`, `SocialProfile`.`display_name`, `SocialProfile`.`first_name`, `SocialProfile`.`last_name`, `SocialProfile`.`link`, `SocialProfile`.`picture`, `SocialProfile`.`created`, `SocialProfile`.`modified`, `SocialProfile`.`status` FROM `noniseshorelc`.`users` AS `User` LEFT JOIN `noniseshorelc`.`social_profiles` AS `SocialProfile` ON (`SocialProfile`.`user_id` = `User`.`id`) WHERE `User`.`email` = '36' LIMIT 1 | 0 | 0 | 0 | |
| SELECT `User`.`id`, `User`.`email`, `User`.`security_email`, `User`.`payment_email`, `User`.`payment_id`, `User`.`biography`, `User`.`curriculum_vitae`, `User`.`thumbnail`, `User`.`sex`, `User`.`first_name`, `User`.`last_name`, `User`.`display_name`, `User`.`date_of_birth`, `User`.`address`, `User`.`phone`, `User`.`phone2`, `User`.`city`, `User`.`country`, `User`.`dialect`, `User`.`learning_dialect`, `User`.`shikomori_level`, `User`.`website`, `User`.`visio_url`, `User`.`password`, `User`.`password_question`, `User`.`password_response`, `User`.`digest_a1`, `User`.`rating`, `User`.`count_dictionary_contribution`, `User`.`count_ressource_contribution`, `User`.`count_of_words_to_revise`, `User`.`time_to_revise`, `User`.`revision_duration`, `User`.`license_registration_in_process`, `User`.`subscribe`, `User`.`certified`, `User`.`has_teacher`, `User`.`has_license_game`, `User`.`available`, `User`.`share_exercice`, `User`.`dictionary_signatory`, `User`.`requested_contribution`, `User`.`session_number`, `User`.`session_id`, `User`.`school_id`, `User`.`referral_code`, `User`.`referred`, `User`.`api_key`, `User`.`client_name`, `User`.`created`, `User`.`modified`, `User`.`connected`, `User`.`online`, `User`.`timezone`, `User`.`role`, `User`.`free_week_for_teacher`, `User`.`active_newsletter_notification`, `User`.`active_comment_notification`, `User`.`active`, `User`.`temp_user_data`, `User`.`access_token`, `User`.`access_token2`, `User`.`access_token3`, `User`.`access_token4`, `User`.`firebase_device_token_dictionary`, `User`.`firebase_device_token_luha`, `User`.`certificate_level`, (CONCAT(`User`.`first_name`, " ", `User`.`last_name`)) AS `User__full_name`, (CONCAT(`User`.`first_name`, " ", UPPER(LEFT(`User`.`last_name`, 1)), ".")) AS `User__short_name`, (IF(
`User`.`last_name` != "" AND `User`.`last_name` IS NOT NULL,
CONCAT(
`User`.`first_name`, " ",
IF(LOCATE(" ", `User`.`last_name`) = 0,
CONCAT(UPPER(LEFT(`User`.`last_name`, 1)), "."),
CONCAT(
UPPER(LEFT(SUBSTRING_INDEX(`User`.`last_name`, " ", 1), 1)), ". ",
UPPER(LEFT(SUBSTRING_INDEX(`User`.`last_name`, " ", -1), 1)), "."
)
)
),
`User`.`first_name`
)) AS `User__short_full_name`, `SocialProfile`.`id`, `SocialProfile`.`user_id`, `SocialProfile`.`social_network_name`, `SocialProfile`.`social_network_id`, `SocialProfile`.`email`, `SocialProfile`.`display_name`, `SocialProfile`.`first_name`, `SocialProfile`.`last_name`, `SocialProfile`.`link`, `SocialProfile`.`picture`, `SocialProfile`.`created`, `SocialProfile`.`modified`, `SocialProfile`.`status` FROM `noniseshorelc`.`users` AS `User` LEFT JOIN `noniseshorelc`.`social_profiles` AS `SocialProfile` ON (`SocialProfile`.`user_id` = `User`.`id`) WHERE `User`.`id` = 36 LIMIT 1 | 1 | 1 | 1 | |
| SELECT `HighScore`.`id`, `HighScore`.`version`, `HighScore`.`exercice_id`, `HighScore`.`player_id`, `HighScore`.`game`, `HighScore`.`description`, `HighScore`.`score`, `HighScore`.`count_words_shimaore`, `HighScore`.`count_words_shimwali`, `HighScore`.`count_words_shindzuani`, `HighScore`.`count_words_shingazidja`, `HighScore`.`count_orthography_shimaore`, `HighScore`.`count_orthography_shimwali`, `HighScore`.`count_orthography_shindzuani`, `HighScore`.`count_orthography_shingazidja`, `HighScore`.`content_html`, `HighScore`.`create_date`, `HighScore`.`last_date`, `HighScore`.`time`, `HighScore`.`max_time`, `HighScore`.`mention`, `HighScore`.`max_score`, `HighScore`.`rank` FROM `noniseshorelc`.`high_scores` AS `HighScore` WHERE `HighScore`.`player_id` = (36) | 0 | 0 | 14 | maybe slow |
| SELECT `License`.`id`, `License`.`product_id`, `License`.`user_id`, `License`.`payer_email`, `License`.`subscription_id`, `License`.`affiliate_id`, `License`.`authorized_conference`, `License`.`free_hour_allowed`, `License`.`paid_hour`, `License`.`status`, `License`.`reason`, `License`.`description`, `License`.`beneficiaries`, `License`.`referral_code`, `License`.`created`, `License`.`modified`, `License`.`expired`, `License`.`active`, `License`.`regularized_unpayment`, `License`.`start_time`, `License`.`full_name`, `License`.`last_payment`, `License`.`cycles_completed`, `License`.`total_cycles` FROM `noniseshorelc`.`licenses` AS `License` WHERE `License`.`user_id` = (36) | 8 | 8 | 0 | |
| SELECT `Certificate`.`id`, `Certificate`.`name`, `Certificate`.`level`, `Certificate`.`max_note`, `Certificate`.`description`, `CertificateUser`.`certificate_id`, `CertificateUser`.`user_id`, `CertificateUser`.`mention`, `CertificateUser`.`note`, `CertificateUser`.`points`, `CertificateUser`.`date` FROM `noniseshorelc`.`certificates` AS `Certificate` JOIN `noniseshorelc`.`certificate_users` AS `CertificateUser` ON (`CertificateUser`.`user_id` = 36 AND `CertificateUser`.`certificate_id` = `Certificate`.`id`) | 2 | 2 | 0 | |
| SELECT `Group`.`id`, `Group`.`referent_id`, `Group`.`name`, `Group`.`referent`, `Group`.`session_name`, `Group`.`tag`, `Group`.`type`, `Group`.`description`, `Group`.`level`, `Group`.`max_conference`, `Group`.`color`, `Group`.`active`, `Group`.`date_created`, `Group`.`date_updated`, (CONCAT(`Group`.`referent`, " - ", `Group`.`name`)) AS `Group__label`, (CONCAT(`Group`.`referent`, " - ", `Group`.`name`, " ", `Group`.`session_name`)) AS `Group__session_label`, `UserGroup`.`id`, `UserGroup`.`user_id`, `UserGroup`.`group_id` FROM `noniseshorelc`.`groups` AS `Group` JOIN `noniseshorelc`.`user_group` AS `UserGroup` ON (`UserGroup`.`user_id` = 36 AND `UserGroup`.`group_id` = `Group`.`id`) | 0 | 0 | 0 | |
| SELECT `Conference`.`id`, `Conference`.`teacher_id`, `Conference`.`group_id`, `Conference`.`subject`, `Conference`.`level`, `Conference`.`description`, `Conference`.`titled`, `Conference`.`path_files`, `Conference`.`start_date`, `Conference`.`end_date`, `Conference`.`max_subscriber`, `Conference`.`is_group`, `Conference`.`is_free`, `Conference`.`is_stage`, `Conference`.`active`, `Conference`.`date_created`, `Conference`.`date_updated`, `Conference`.`execution_date`, `SubscribeConference`.`id`, `SubscribeConference`.`conference_id`, `SubscribeConference`.`user_id`, `SubscribeConference`.`signed`, `SubscribeConference`.`is_present`, `SubscribeConference`.`is_free`, `SubscribeConference`.`in_hour_pack`, `SubscribeConference`.`date_created` FROM `noniseshorelc`.`conferences` AS `Conference` JOIN `noniseshorelc`.`subscribe_conferences` AS `SubscribeConference` ON (`SubscribeConference`.`user_id` = 36 AND `SubscribeConference`.`conference_id` = `Conference`.`id`) | 13 | 13 | 0 | |
| SELECT `User`.`id`, `User`.`email`, `User`.`security_email`, `User`.`payment_email`, `User`.`payment_id`, `User`.`biography`, `User`.`curriculum_vitae`, `User`.`thumbnail`, `User`.`sex`, `User`.`first_name`, `User`.`last_name`, `User`.`display_name`, `User`.`date_of_birth`, `User`.`address`, `User`.`phone`, `User`.`phone2`, `User`.`city`, `User`.`country`, `User`.`dialect`, `User`.`learning_dialect`, `User`.`shikomori_level`, `User`.`website`, `User`.`visio_url`, `User`.`password`, `User`.`password_question`, `User`.`password_response`, `User`.`digest_a1`, `User`.`rating`, `User`.`count_dictionary_contribution`, `User`.`count_ressource_contribution`, `User`.`count_of_words_to_revise`, `User`.`time_to_revise`, `User`.`revision_duration`, `User`.`license_registration_in_process`, `User`.`subscribe`, `User`.`certified`, `User`.`has_teacher`, `User`.`has_license_game`, `User`.`available`, `User`.`share_exercice`, `User`.`dictionary_signatory`, `User`.`requested_contribution`, `User`.`session_number`, `User`.`session_id`, `User`.`school_id`, `User`.`referral_code`, `User`.`referred`, `User`.`api_key`, `User`.`client_name`, `User`.`created`, `User`.`modified`, `User`.`connected`, `User`.`online`, `User`.`timezone`, `User`.`role`, `User`.`free_week_for_teacher`, `User`.`active_newsletter_notification`, `User`.`active_comment_notification`, `User`.`active`, `User`.`temp_user_data`, `User`.`access_token`, `User`.`access_token2`, `User`.`access_token3`, `User`.`access_token4`, `User`.`firebase_device_token_dictionary`, `User`.`firebase_device_token_luha`, `User`.`certificate_level`, (CONCAT(`User`.`first_name`, " ", `User`.`last_name`)) AS `User__full_name`, (CONCAT(`User`.`first_name`, " ", UPPER(LEFT(`User`.`last_name`, 1)), ".")) AS `User__short_name`, (IF(
`User`.`last_name` != "" AND `User`.`last_name` IS NOT NULL,
CONCAT(
`User`.`first_name`, " ",
IF(LOCATE(" ", `User`.`last_name`) = 0,
CONCAT(UPPER(LEFT(`User`.`last_name`, 1)), "."),
CONCAT(
UPPER(LEFT(SUBSTRING_INDEX(`User`.`last_name`, " ", 1), 1)), ". ",
UPPER(LEFT(SUBSTRING_INDEX(`User`.`last_name`, " ", -1), 1)), "."
)
)
),
`User`.`first_name`
)) AS `User__short_full_name`, `SocialProfile`.`id`, `SocialProfile`.`user_id`, `SocialProfile`.`social_network_name`, `SocialProfile`.`social_network_id`, `SocialProfile`.`email`, `SocialProfile`.`display_name`, `SocialProfile`.`first_name`, `SocialProfile`.`last_name`, `SocialProfile`.`link`, `SocialProfile`.`picture`, `SocialProfile`.`created`, `SocialProfile`.`modified`, `SocialProfile`.`status` FROM `noniseshorelc`.`users` AS `User` LEFT JOIN `noniseshorelc`.`social_profiles` AS `SocialProfile` ON (`SocialProfile`.`user_id` = `User`.`id`) WHERE `User`.`id` = 36 LIMIT 1 | 1 | 1 | 1 | |
| SELECT `HighScore`.`id`, `HighScore`.`version`, `HighScore`.`exercice_id`, `HighScore`.`player_id`, `HighScore`.`game`, `HighScore`.`description`, `HighScore`.`score`, `HighScore`.`count_words_shimaore`, `HighScore`.`count_words_shimwali`, `HighScore`.`count_words_shindzuani`, `HighScore`.`count_words_shingazidja`, `HighScore`.`count_orthography_shimaore`, `HighScore`.`count_orthography_shimwali`, `HighScore`.`count_orthography_shindzuani`, `HighScore`.`count_orthography_shingazidja`, `HighScore`.`content_html`, `HighScore`.`create_date`, `HighScore`.`last_date`, `HighScore`.`time`, `HighScore`.`max_time`, `HighScore`.`mention`, `HighScore`.`max_score`, `HighScore`.`rank` FROM `noniseshorelc`.`high_scores` AS `HighScore` WHERE `HighScore`.`player_id` = (36) | 0 | 0 | 16 | maybe slow |
| SELECT `License`.`id`, `License`.`product_id`, `License`.`user_id`, `License`.`payer_email`, `License`.`subscription_id`, `License`.`affiliate_id`, `License`.`authorized_conference`, `License`.`free_hour_allowed`, `License`.`paid_hour`, `License`.`status`, `License`.`reason`, `License`.`description`, `License`.`beneficiaries`, `License`.`referral_code`, `License`.`created`, `License`.`modified`, `License`.`expired`, `License`.`active`, `License`.`regularized_unpayment`, `License`.`start_time`, `License`.`full_name`, `License`.`last_payment`, `License`.`cycles_completed`, `License`.`total_cycles` FROM `noniseshorelc`.`licenses` AS `License` WHERE `License`.`user_id` = (36) | 8 | 8 | 0 | |
| SELECT `Certificate`.`id`, `Certificate`.`name`, `Certificate`.`level`, `Certificate`.`max_note`, `Certificate`.`description`, `CertificateUser`.`certificate_id`, `CertificateUser`.`user_id`, `CertificateUser`.`mention`, `CertificateUser`.`note`, `CertificateUser`.`points`, `CertificateUser`.`date` FROM `noniseshorelc`.`certificates` AS `Certificate` JOIN `noniseshorelc`.`certificate_users` AS `CertificateUser` ON (`CertificateUser`.`user_id` = 36 AND `CertificateUser`.`certificate_id` = `Certificate`.`id`) | 2 | 2 | 0 | |
| SELECT `Group`.`id`, `Group`.`referent_id`, `Group`.`name`, `Group`.`referent`, `Group`.`session_name`, `Group`.`tag`, `Group`.`type`, `Group`.`description`, `Group`.`level`, `Group`.`max_conference`, `Group`.`color`, `Group`.`active`, `Group`.`date_created`, `Group`.`date_updated`, (CONCAT(`Group`.`referent`, " - ", `Group`.`name`)) AS `Group__label`, (CONCAT(`Group`.`referent`, " - ", `Group`.`name`, " ", `Group`.`session_name`)) AS `Group__session_label`, `UserGroup`.`id`, `UserGroup`.`user_id`, `UserGroup`.`group_id` FROM `noniseshorelc`.`groups` AS `Group` JOIN `noniseshorelc`.`user_group` AS `UserGroup` ON (`UserGroup`.`user_id` = 36 AND `UserGroup`.`group_id` = `Group`.`id`) | 0 | 0 | 0 | |
| SELECT `Conference`.`id`, `Conference`.`teacher_id`, `Conference`.`group_id`, `Conference`.`subject`, `Conference`.`level`, `Conference`.`description`, `Conference`.`titled`, `Conference`.`path_files`, `Conference`.`start_date`, `Conference`.`end_date`, `Conference`.`max_subscriber`, `Conference`.`is_group`, `Conference`.`is_free`, `Conference`.`is_stage`, `Conference`.`active`, `Conference`.`date_created`, `Conference`.`date_updated`, `Conference`.`execution_date`, `SubscribeConference`.`id`, `SubscribeConference`.`conference_id`, `SubscribeConference`.`user_id`, `SubscribeConference`.`signed`, `SubscribeConference`.`is_present`, `SubscribeConference`.`is_free`, `SubscribeConference`.`in_hour_pack`, `SubscribeConference`.`date_created` FROM `noniseshorelc`.`conferences` AS `Conference` JOIN `noniseshorelc`.`subscribe_conferences` AS `SubscribeConference` ON (`SubscribeConference`.`user_id` = 36 AND `SubscribeConference`.`conference_id` = `Conference`.`id`) | 13 | 13 | 0 | |
| SELECT `User`.`id`, `User`.`email`, `User`.`security_email`, `User`.`payment_email`, `User`.`payment_id`, `User`.`biography`, `User`.`curriculum_vitae`, `User`.`thumbnail`, `User`.`sex`, `User`.`first_name`, `User`.`last_name`, `User`.`display_name`, `User`.`date_of_birth`, `User`.`address`, `User`.`phone`, `User`.`phone2`, `User`.`city`, `User`.`country`, `User`.`dialect`, `User`.`learning_dialect`, `User`.`shikomori_level`, `User`.`website`, `User`.`visio_url`, `User`.`password`, `User`.`password_question`, `User`.`password_response`, `User`.`digest_a1`, `User`.`rating`, `User`.`count_dictionary_contribution`, `User`.`count_ressource_contribution`, `User`.`count_of_words_to_revise`, `User`.`time_to_revise`, `User`.`revision_duration`, `User`.`license_registration_in_process`, `User`.`subscribe`, `User`.`certified`, `User`.`has_teacher`, `User`.`has_license_game`, `User`.`available`, `User`.`share_exercice`, `User`.`dictionary_signatory`, `User`.`requested_contribution`, `User`.`session_number`, `User`.`session_id`, `User`.`school_id`, `User`.`referral_code`, `User`.`referred`, `User`.`api_key`, `User`.`client_name`, `User`.`created`, `User`.`modified`, `User`.`connected`, `User`.`online`, `User`.`timezone`, `User`.`role`, `User`.`free_week_for_teacher`, `User`.`active_newsletter_notification`, `User`.`active_comment_notification`, `User`.`active`, `User`.`temp_user_data`, `User`.`access_token`, `User`.`access_token2`, `User`.`access_token3`, `User`.`access_token4`, `User`.`firebase_device_token_dictionary`, `User`.`firebase_device_token_luha`, `User`.`certificate_level`, (CONCAT(`User`.`first_name`, " ", `User`.`last_name`)) AS `User__full_name`, (CONCAT(`User`.`first_name`, " ", UPPER(LEFT(`User`.`last_name`, 1)), ".")) AS `User__short_name`, (IF(
`User`.`last_name` != "" AND `User`.`last_name` IS NOT NULL,
CONCAT(
`User`.`first_name`, " ",
IF(LOCATE(" ", `User`.`last_name`) = 0,
CONCAT(UPPER(LEFT(`User`.`last_name`, 1)), "."),
CONCAT(
UPPER(LEFT(SUBSTRING_INDEX(`User`.`last_name`, " ", 1), 1)), ". ",
UPPER(LEFT(SUBSTRING_INDEX(`User`.`last_name`, " ", -1), 1)), "."
)
)
),
`User`.`first_name`
)) AS `User__short_full_name`, `SocialProfile`.`id`, `SocialProfile`.`user_id`, `SocialProfile`.`social_network_name`, `SocialProfile`.`social_network_id`, `SocialProfile`.`email`, `SocialProfile`.`display_name`, `SocialProfile`.`first_name`, `SocialProfile`.`last_name`, `SocialProfile`.`link`, `SocialProfile`.`picture`, `SocialProfile`.`created`, `SocialProfile`.`modified`, `SocialProfile`.`status` FROM `noniseshorelc`.`users` AS `User` LEFT JOIN `noniseshorelc`.`social_profiles` AS `SocialProfile` ON (`SocialProfile`.`user_id` = `User`.`id`) WHERE `User`.`email` = '36' LIMIT 1 | 0 | 0 | 1 | maybe slow |
| SELECT `User`.`id`, `User`.`email`, `User`.`security_email`, `User`.`payment_email`, `User`.`payment_id`, `User`.`biography`, `User`.`curriculum_vitae`, `User`.`thumbnail`, `User`.`sex`, `User`.`first_name`, `User`.`last_name`, `User`.`display_name`, `User`.`date_of_birth`, `User`.`address`, `User`.`phone`, `User`.`phone2`, `User`.`city`, `User`.`country`, `User`.`dialect`, `User`.`learning_dialect`, `User`.`shikomori_level`, `User`.`website`, `User`.`visio_url`, `User`.`password`, `User`.`password_question`, `User`.`password_response`, `User`.`digest_a1`, `User`.`rating`, `User`.`count_dictionary_contribution`, `User`.`count_ressource_contribution`, `User`.`count_of_words_to_revise`, `User`.`time_to_revise`, `User`.`revision_duration`, `User`.`license_registration_in_process`, `User`.`subscribe`, `User`.`certified`, `User`.`has_teacher`, `User`.`has_license_game`, `User`.`available`, `User`.`share_exercice`, `User`.`dictionary_signatory`, `User`.`requested_contribution`, `User`.`session_number`, `User`.`session_id`, `User`.`school_id`, `User`.`referral_code`, `User`.`referred`, `User`.`api_key`, `User`.`client_name`, `User`.`created`, `User`.`modified`, `User`.`connected`, `User`.`online`, `User`.`timezone`, `User`.`role`, `User`.`free_week_for_teacher`, `User`.`active_newsletter_notification`, `User`.`active_comment_notification`, `User`.`active`, `User`.`temp_user_data`, `User`.`access_token`, `User`.`access_token2`, `User`.`access_token3`, `User`.`access_token4`, `User`.`firebase_device_token_dictionary`, `User`.`firebase_device_token_luha`, `User`.`certificate_level`, (CONCAT(`User`.`first_name`, " ", `User`.`last_name`)) AS `User__full_name`, (CONCAT(`User`.`first_name`, " ", UPPER(LEFT(`User`.`last_name`, 1)), ".")) AS `User__short_name`, (IF(
`User`.`last_name` != "" AND `User`.`last_name` IS NOT NULL,
CONCAT(
`User`.`first_name`, " ",
IF(LOCATE(" ", `User`.`last_name`) = 0,
CONCAT(UPPER(LEFT(`User`.`last_name`, 1)), "."),
CONCAT(
UPPER(LEFT(SUBSTRING_INDEX(`User`.`last_name`, " ", 1), 1)), ". ",
UPPER(LEFT(SUBSTRING_INDEX(`User`.`last_name`, " ", -1), 1)), "."
)
)
),
`User`.`first_name`
)) AS `User__short_full_name`, `SocialProfile`.`id`, `SocialProfile`.`user_id`, `SocialProfile`.`social_network_name`, `SocialProfile`.`social_network_id`, `SocialProfile`.`email`, `SocialProfile`.`display_name`, `SocialProfile`.`first_name`, `SocialProfile`.`last_name`, `SocialProfile`.`link`, `SocialProfile`.`picture`, `SocialProfile`.`created`, `SocialProfile`.`modified`, `SocialProfile`.`status` FROM `noniseshorelc`.`users` AS `User` LEFT JOIN `noniseshorelc`.`social_profiles` AS `SocialProfile` ON (`SocialProfile`.`user_id` = `User`.`id`) WHERE `User`.`id` = 36 LIMIT 1 | 1 | 1 | 1 | |
| SELECT `HighScore`.`id`, `HighScore`.`version`, `HighScore`.`exercice_id`, `HighScore`.`player_id`, `HighScore`.`game`, `HighScore`.`description`, `HighScore`.`score`, `HighScore`.`count_words_shimaore`, `HighScore`.`count_words_shimwali`, `HighScore`.`count_words_shindzuani`, `HighScore`.`count_words_shingazidja`, `HighScore`.`count_orthography_shimaore`, `HighScore`.`count_orthography_shimwali`, `HighScore`.`count_orthography_shindzuani`, `HighScore`.`count_orthography_shingazidja`, `HighScore`.`content_html`, `HighScore`.`create_date`, `HighScore`.`last_date`, `HighScore`.`time`, `HighScore`.`max_time`, `HighScore`.`mention`, `HighScore`.`max_score`, `HighScore`.`rank` FROM `noniseshorelc`.`high_scores` AS `HighScore` WHERE `HighScore`.`player_id` = (36) | 0 | 0 | 14 | maybe slow |
| SELECT `License`.`id`, `License`.`product_id`, `License`.`user_id`, `License`.`payer_email`, `License`.`subscription_id`, `License`.`affiliate_id`, `License`.`authorized_conference`, `License`.`free_hour_allowed`, `License`.`paid_hour`, `License`.`status`, `License`.`reason`, `License`.`description`, `License`.`beneficiaries`, `License`.`referral_code`, `License`.`created`, `License`.`modified`, `License`.`expired`, `License`.`active`, `License`.`regularized_unpayment`, `License`.`start_time`, `License`.`full_name`, `License`.`last_payment`, `License`.`cycles_completed`, `License`.`total_cycles` FROM `noniseshorelc`.`licenses` AS `License` WHERE `License`.`user_id` = (36) | 8 | 8 | 0 | |
| SELECT `Certificate`.`id`, `Certificate`.`name`, `Certificate`.`level`, `Certificate`.`max_note`, `Certificate`.`description`, `CertificateUser`.`certificate_id`, `CertificateUser`.`user_id`, `CertificateUser`.`mention`, `CertificateUser`.`note`, `CertificateUser`.`points`, `CertificateUser`.`date` FROM `noniseshorelc`.`certificates` AS `Certificate` JOIN `noniseshorelc`.`certificate_users` AS `CertificateUser` ON (`CertificateUser`.`user_id` = 36 AND `CertificateUser`.`certificate_id` = `Certificate`.`id`) | 2 | 2 | 0 | |
| SELECT `Group`.`id`, `Group`.`referent_id`, `Group`.`name`, `Group`.`referent`, `Group`.`session_name`, `Group`.`tag`, `Group`.`type`, `Group`.`description`, `Group`.`level`, `Group`.`max_conference`, `Group`.`color`, `Group`.`active`, `Group`.`date_created`, `Group`.`date_updated`, (CONCAT(`Group`.`referent`, " - ", `Group`.`name`)) AS `Group__label`, (CONCAT(`Group`.`referent`, " - ", `Group`.`name`, " ", `Group`.`session_name`)) AS `Group__session_label`, `UserGroup`.`id`, `UserGroup`.`user_id`, `UserGroup`.`group_id` FROM `noniseshorelc`.`groups` AS `Group` JOIN `noniseshorelc`.`user_group` AS `UserGroup` ON (`UserGroup`.`user_id` = 36 AND `UserGroup`.`group_id` = `Group`.`id`) | 0 | 0 | 0 | |
| SELECT `Conference`.`id`, `Conference`.`teacher_id`, `Conference`.`group_id`, `Conference`.`subject`, `Conference`.`level`, `Conference`.`description`, `Conference`.`titled`, `Conference`.`path_files`, `Conference`.`start_date`, `Conference`.`end_date`, `Conference`.`max_subscriber`, `Conference`.`is_group`, `Conference`.`is_free`, `Conference`.`is_stage`, `Conference`.`active`, `Conference`.`date_created`, `Conference`.`date_updated`, `Conference`.`execution_date`, `SubscribeConference`.`id`, `SubscribeConference`.`conference_id`, `SubscribeConference`.`user_id`, `SubscribeConference`.`signed`, `SubscribeConference`.`is_present`, `SubscribeConference`.`is_free`, `SubscribeConference`.`in_hour_pack`, `SubscribeConference`.`date_created` FROM `noniseshorelc`.`conferences` AS `Conference` JOIN `noniseshorelc`.`subscribe_conferences` AS `SubscribeConference` ON (`SubscribeConference`.`user_id` = 36 AND `SubscribeConference`.`conference_id` = `Conference`.`id`) | 13 | 13 | 1 | maybe slow |
| SELECT `User`.`id`, `User`.`email`, `User`.`security_email`, `User`.`payment_email`, `User`.`payment_id`, `User`.`biography`, `User`.`curriculum_vitae`, `User`.`thumbnail`, `User`.`sex`, `User`.`first_name`, `User`.`last_name`, `User`.`display_name`, `User`.`date_of_birth`, `User`.`address`, `User`.`phone`, `User`.`phone2`, `User`.`city`, `User`.`country`, `User`.`dialect`, `User`.`learning_dialect`, `User`.`shikomori_level`, `User`.`website`, `User`.`visio_url`, `User`.`password`, `User`.`password_question`, `User`.`password_response`, `User`.`digest_a1`, `User`.`rating`, `User`.`count_dictionary_contribution`, `User`.`count_ressource_contribution`, `User`.`count_of_words_to_revise`, `User`.`time_to_revise`, `User`.`revision_duration`, `User`.`license_registration_in_process`, `User`.`subscribe`, `User`.`certified`, `User`.`has_teacher`, `User`.`has_license_game`, `User`.`available`, `User`.`share_exercice`, `User`.`dictionary_signatory`, `User`.`requested_contribution`, `User`.`session_number`, `User`.`session_id`, `User`.`school_id`, `User`.`referral_code`, `User`.`referred`, `User`.`api_key`, `User`.`client_name`, `User`.`created`, `User`.`modified`, `User`.`connected`, `User`.`online`, `User`.`timezone`, `User`.`role`, `User`.`free_week_for_teacher`, `User`.`active_newsletter_notification`, `User`.`active_comment_notification`, `User`.`active`, `User`.`temp_user_data`, `User`.`access_token`, `User`.`access_token2`, `User`.`access_token3`, `User`.`access_token4`, `User`.`firebase_device_token_dictionary`, `User`.`firebase_device_token_luha`, `User`.`certificate_level`, (CONCAT(`User`.`first_name`, " ", `User`.`last_name`)) AS `User__full_name`, (CONCAT(`User`.`first_name`, " ", UPPER(LEFT(`User`.`last_name`, 1)), ".")) AS `User__short_name`, (IF(
`User`.`last_name` != "" AND `User`.`last_name` IS NOT NULL,
CONCAT(
`User`.`first_name`, " ",
IF(LOCATE(" ", `User`.`last_name`) = 0,
CONCAT(UPPER(LEFT(`User`.`last_name`, 1)), "."),
CONCAT(
UPPER(LEFT(SUBSTRING_INDEX(`User`.`last_name`, " ", 1), 1)), ". ",
UPPER(LEFT(SUBSTRING_INDEX(`User`.`last_name`, " ", -1), 1)), "."
)
)
),
`User`.`first_name`
)) AS `User__short_full_name`, `SocialProfile`.`id`, `SocialProfile`.`user_id`, `SocialProfile`.`social_network_name`, `SocialProfile`.`social_network_id`, `SocialProfile`.`email`, `SocialProfile`.`display_name`, `SocialProfile`.`first_name`, `SocialProfile`.`last_name`, `SocialProfile`.`link`, `SocialProfile`.`picture`, `SocialProfile`.`created`, `SocialProfile`.`modified`, `SocialProfile`.`status` FROM `noniseshorelc`.`users` AS `User` LEFT JOIN `noniseshorelc`.`social_profiles` AS `SocialProfile` ON (`SocialProfile`.`user_id` = `User`.`id`) WHERE `User`.`id` = 36 LIMIT 1 | 1 | 1 | 1 | |
| SELECT `HighScore`.`id`, `HighScore`.`version`, `HighScore`.`exercice_id`, `HighScore`.`player_id`, `HighScore`.`game`, `HighScore`.`description`, `HighScore`.`score`, `HighScore`.`count_words_shimaore`, `HighScore`.`count_words_shimwali`, `HighScore`.`count_words_shindzuani`, `HighScore`.`count_words_shingazidja`, `HighScore`.`count_orthography_shimaore`, `HighScore`.`count_orthography_shimwali`, `HighScore`.`count_orthography_shindzuani`, `HighScore`.`count_orthography_shingazidja`, `HighScore`.`content_html`, `HighScore`.`create_date`, `HighScore`.`last_date`, `HighScore`.`time`, `HighScore`.`max_time`, `HighScore`.`mention`, `HighScore`.`max_score`, `HighScore`.`rank` FROM `noniseshorelc`.`high_scores` AS `HighScore` WHERE `HighScore`.`player_id` = (36) | 0 | 0 | 16 | maybe slow |
| SELECT `License`.`id`, `License`.`product_id`, `License`.`user_id`, `License`.`payer_email`, `License`.`subscription_id`, `License`.`affiliate_id`, `License`.`authorized_conference`, `License`.`free_hour_allowed`, `License`.`paid_hour`, `License`.`status`, `License`.`reason`, `License`.`description`, `License`.`beneficiaries`, `License`.`referral_code`, `License`.`created`, `License`.`modified`, `License`.`expired`, `License`.`active`, `License`.`regularized_unpayment`, `License`.`start_time`, `License`.`full_name`, `License`.`last_payment`, `License`.`cycles_completed`, `License`.`total_cycles` FROM `noniseshorelc`.`licenses` AS `License` WHERE `License`.`user_id` = (36) | 8 | 8 | 0 | |
| SELECT `Certificate`.`id`, `Certificate`.`name`, `Certificate`.`level`, `Certificate`.`max_note`, `Certificate`.`description`, `CertificateUser`.`certificate_id`, `CertificateUser`.`user_id`, `CertificateUser`.`mention`, `CertificateUser`.`note`, `CertificateUser`.`points`, `CertificateUser`.`date` FROM `noniseshorelc`.`certificates` AS `Certificate` JOIN `noniseshorelc`.`certificate_users` AS `CertificateUser` ON (`CertificateUser`.`user_id` = 36 AND `CertificateUser`.`certificate_id` = `Certificate`.`id`) | 2 | 2 | 0 | |
| SELECT `Group`.`id`, `Group`.`referent_id`, `Group`.`name`, `Group`.`referent`, `Group`.`session_name`, `Group`.`tag`, `Group`.`type`, `Group`.`description`, `Group`.`level`, `Group`.`max_conference`, `Group`.`color`, `Group`.`active`, `Group`.`date_created`, `Group`.`date_updated`, (CONCAT(`Group`.`referent`, " - ", `Group`.`name`)) AS `Group__label`, (CONCAT(`Group`.`referent`, " - ", `Group`.`name`, " ", `Group`.`session_name`)) AS `Group__session_label`, `UserGroup`.`id`, `UserGroup`.`user_id`, `UserGroup`.`group_id` FROM `noniseshorelc`.`groups` AS `Group` JOIN `noniseshorelc`.`user_group` AS `UserGroup` ON (`UserGroup`.`user_id` = 36 AND `UserGroup`.`group_id` = `Group`.`id`) | 0 | 0 | 0 | |
| SELECT `Conference`.`id`, `Conference`.`teacher_id`, `Conference`.`group_id`, `Conference`.`subject`, `Conference`.`level`, `Conference`.`description`, `Conference`.`titled`, `Conference`.`path_files`, `Conference`.`start_date`, `Conference`.`end_date`, `Conference`.`max_subscriber`, `Conference`.`is_group`, `Conference`.`is_free`, `Conference`.`is_stage`, `Conference`.`active`, `Conference`.`date_created`, `Conference`.`date_updated`, `Conference`.`execution_date`, `SubscribeConference`.`id`, `SubscribeConference`.`conference_id`, `SubscribeConference`.`user_id`, `SubscribeConference`.`signed`, `SubscribeConference`.`is_present`, `SubscribeConference`.`is_free`, `SubscribeConference`.`in_hour_pack`, `SubscribeConference`.`date_created` FROM `noniseshorelc`.`conferences` AS `Conference` JOIN `noniseshorelc`.`subscribe_conferences` AS `SubscribeConference` ON (`SubscribeConference`.`user_id` = 36 AND `SubscribeConference`.`conference_id` = `Conference`.`id`) | 13 | 13 | 0 | |
| SELECT `User`.`id`, `User`.`email`, `User`.`security_email`, `User`.`payment_email`, `User`.`payment_id`, `User`.`biography`, `User`.`curriculum_vitae`, `User`.`thumbnail`, `User`.`sex`, `User`.`first_name`, `User`.`last_name`, `User`.`display_name`, `User`.`date_of_birth`, `User`.`address`, `User`.`phone`, `User`.`phone2`, `User`.`city`, `User`.`country`, `User`.`dialect`, `User`.`learning_dialect`, `User`.`shikomori_level`, `User`.`website`, `User`.`visio_url`, `User`.`password`, `User`.`password_question`, `User`.`password_response`, `User`.`digest_a1`, `User`.`rating`, `User`.`count_dictionary_contribution`, `User`.`count_ressource_contribution`, `User`.`count_of_words_to_revise`, `User`.`time_to_revise`, `User`.`revision_duration`, `User`.`license_registration_in_process`, `User`.`subscribe`, `User`.`certified`, `User`.`has_teacher`, `User`.`has_license_game`, `User`.`available`, `User`.`share_exercice`, `User`.`dictionary_signatory`, `User`.`requested_contribution`, `User`.`session_number`, `User`.`session_id`, `User`.`school_id`, `User`.`referral_code`, `User`.`referred`, `User`.`api_key`, `User`.`client_name`, `User`.`created`, `User`.`modified`, `User`.`connected`, `User`.`online`, `User`.`timezone`, `User`.`role`, `User`.`free_week_for_teacher`, `User`.`active_newsletter_notification`, `User`.`active_comment_notification`, `User`.`active`, `User`.`temp_user_data`, `User`.`access_token`, `User`.`access_token2`, `User`.`access_token3`, `User`.`access_token4`, `User`.`firebase_device_token_dictionary`, `User`.`firebase_device_token_luha`, `User`.`certificate_level`, (CONCAT(`User`.`first_name`, " ", `User`.`last_name`)) AS `User__full_name`, (CONCAT(`User`.`first_name`, " ", UPPER(LEFT(`User`.`last_name`, 1)), ".")) AS `User__short_name`, (IF(
`User`.`last_name` != "" AND `User`.`last_name` IS NOT NULL,
CONCAT(
`User`.`first_name`, " ",
IF(LOCATE(" ", `User`.`last_name`) = 0,
CONCAT(UPPER(LEFT(`User`.`last_name`, 1)), "."),
CONCAT(
UPPER(LEFT(SUBSTRING_INDEX(`User`.`last_name`, " ", 1), 1)), ". ",
UPPER(LEFT(SUBSTRING_INDEX(`User`.`last_name`, " ", -1), 1)), "."
)
)
),
`User`.`first_name`
)) AS `User__short_full_name`, `SocialProfile`.`id`, `SocialProfile`.`user_id`, `SocialProfile`.`social_network_name`, `SocialProfile`.`social_network_id`, `SocialProfile`.`email`, `SocialProfile`.`display_name`, `SocialProfile`.`first_name`, `SocialProfile`.`last_name`, `SocialProfile`.`link`, `SocialProfile`.`picture`, `SocialProfile`.`created`, `SocialProfile`.`modified`, `SocialProfile`.`status` FROM `noniseshorelc`.`users` AS `User` LEFT JOIN `noniseshorelc`.`social_profiles` AS `SocialProfile` ON (`SocialProfile`.`user_id` = `User`.`id`) WHERE `User`.`email` = '36' LIMIT 1 | 0 | 0 | 0 | |
| SELECT `User`.`id`, `User`.`email`, `User`.`security_email`, `User`.`payment_email`, `User`.`payment_id`, `User`.`biography`, `User`.`curriculum_vitae`, `User`.`thumbnail`, `User`.`sex`, `User`.`first_name`, `User`.`last_name`, `User`.`display_name`, `User`.`date_of_birth`, `User`.`address`, `User`.`phone`, `User`.`phone2`, `User`.`city`, `User`.`country`, `User`.`dialect`, `User`.`learning_dialect`, `User`.`shikomori_level`, `User`.`website`, `User`.`visio_url`, `User`.`password`, `User`.`password_question`, `User`.`password_response`, `User`.`digest_a1`, `User`.`rating`, `User`.`count_dictionary_contribution`, `User`.`count_ressource_contribution`, `User`.`count_of_words_to_revise`, `User`.`time_to_revise`, `User`.`revision_duration`, `User`.`license_registration_in_process`, `User`.`subscribe`, `User`.`certified`, `User`.`has_teacher`, `User`.`has_license_game`, `User`.`available`, `User`.`share_exercice`, `User`.`dictionary_signatory`, `User`.`requested_contribution`, `User`.`session_number`, `User`.`session_id`, `User`.`school_id`, `User`.`referral_code`, `User`.`referred`, `User`.`api_key`, `User`.`client_name`, `User`.`created`, `User`.`modified`, `User`.`connected`, `User`.`online`, `User`.`timezone`, `User`.`role`, `User`.`free_week_for_teacher`, `User`.`active_newsletter_notification`, `User`.`active_comment_notification`, `User`.`active`, `User`.`temp_user_data`, `User`.`access_token`, `User`.`access_token2`, `User`.`access_token3`, `User`.`access_token4`, `User`.`firebase_device_token_dictionary`, `User`.`firebase_device_token_luha`, `User`.`certificate_level`, (CONCAT(`User`.`first_name`, " ", `User`.`last_name`)) AS `User__full_name`, (CONCAT(`User`.`first_name`, " ", UPPER(LEFT(`User`.`last_name`, 1)), ".")) AS `User__short_name`, (IF(
`User`.`last_name` != "" AND `User`.`last_name` IS NOT NULL,
CONCAT(
`User`.`first_name`, " ",
IF(LOCATE(" ", `User`.`last_name`) = 0,
CONCAT(UPPER(LEFT(`User`.`last_name`, 1)), "."),
CONCAT(
UPPER(LEFT(SUBSTRING_INDEX(`User`.`last_name`, " ", 1), 1)), ". ",
UPPER(LEFT(SUBSTRING_INDEX(`User`.`last_name`, " ", -1), 1)), "."
)
)
),
`User`.`first_name`
)) AS `User__short_full_name`, `SocialProfile`.`id`, `SocialProfile`.`user_id`, `SocialProfile`.`social_network_name`, `SocialProfile`.`social_network_id`, `SocialProfile`.`email`, `SocialProfile`.`display_name`, `SocialProfile`.`first_name`, `SocialProfile`.`last_name`, `SocialProfile`.`link`, `SocialProfile`.`picture`, `SocialProfile`.`created`, `SocialProfile`.`modified`, `SocialProfile`.`status` FROM `noniseshorelc`.`users` AS `User` LEFT JOIN `noniseshorelc`.`social_profiles` AS `SocialProfile` ON (`SocialProfile`.`user_id` = `User`.`id`) WHERE `User`.`id` = 36 LIMIT 1 | 1 | 1 | 1 | |
| SELECT `HighScore`.`id`, `HighScore`.`version`, `HighScore`.`exercice_id`, `HighScore`.`player_id`, `HighScore`.`game`, `HighScore`.`description`, `HighScore`.`score`, `HighScore`.`count_words_shimaore`, `HighScore`.`count_words_shimwali`, `HighScore`.`count_words_shindzuani`, `HighScore`.`count_words_shingazidja`, `HighScore`.`count_orthography_shimaore`, `HighScore`.`count_orthography_shimwali`, `HighScore`.`count_orthography_shindzuani`, `HighScore`.`count_orthography_shingazidja`, `HighScore`.`content_html`, `HighScore`.`create_date`, `HighScore`.`last_date`, `HighScore`.`time`, `HighScore`.`max_time`, `HighScore`.`mention`, `HighScore`.`max_score`, `HighScore`.`rank` FROM `noniseshorelc`.`high_scores` AS `HighScore` WHERE `HighScore`.`player_id` = (36) | 0 | 0 | 13 | maybe slow |
| SELECT `License`.`id`, `License`.`product_id`, `License`.`user_id`, `License`.`payer_email`, `License`.`subscription_id`, `License`.`affiliate_id`, `License`.`authorized_conference`, `License`.`free_hour_allowed`, `License`.`paid_hour`, `License`.`status`, `License`.`reason`, `License`.`description`, `License`.`beneficiaries`, `License`.`referral_code`, `License`.`created`, `License`.`modified`, `License`.`expired`, `License`.`active`, `License`.`regularized_unpayment`, `License`.`start_time`, `License`.`full_name`, `License`.`last_payment`, `License`.`cycles_completed`, `License`.`total_cycles` FROM `noniseshorelc`.`licenses` AS `License` WHERE `License`.`user_id` = (36) | 8 | 8 | 0 | |
| SELECT `Certificate`.`id`, `Certificate`.`name`, `Certificate`.`level`, `Certificate`.`max_note`, `Certificate`.`description`, `CertificateUser`.`certificate_id`, `CertificateUser`.`user_id`, `CertificateUser`.`mention`, `CertificateUser`.`note`, `CertificateUser`.`points`, `CertificateUser`.`date` FROM `noniseshorelc`.`certificates` AS `Certificate` JOIN `noniseshorelc`.`certificate_users` AS `CertificateUser` ON (`CertificateUser`.`user_id` = 36 AND `CertificateUser`.`certificate_id` = `Certificate`.`id`) | 2 | 2 | 0 | |
| SELECT `Group`.`id`, `Group`.`referent_id`, `Group`.`name`, `Group`.`referent`, `Group`.`session_name`, `Group`.`tag`, `Group`.`type`, `Group`.`description`, `Group`.`level`, `Group`.`max_conference`, `Group`.`color`, `Group`.`active`, `Group`.`date_created`, `Group`.`date_updated`, (CONCAT(`Group`.`referent`, " - ", `Group`.`name`)) AS `Group__label`, (CONCAT(`Group`.`referent`, " - ", `Group`.`name`, " ", `Group`.`session_name`)) AS `Group__session_label`, `UserGroup`.`id`, `UserGroup`.`user_id`, `UserGroup`.`group_id` FROM `noniseshorelc`.`groups` AS `Group` JOIN `noniseshorelc`.`user_group` AS `UserGroup` ON (`UserGroup`.`user_id` = 36 AND `UserGroup`.`group_id` = `Group`.`id`) | 0 | 0 | 0 | |
| SELECT `Conference`.`id`, `Conference`.`teacher_id`, `Conference`.`group_id`, `Conference`.`subject`, `Conference`.`level`, `Conference`.`description`, `Conference`.`titled`, `Conference`.`path_files`, `Conference`.`start_date`, `Conference`.`end_date`, `Conference`.`max_subscriber`, `Conference`.`is_group`, `Conference`.`is_free`, `Conference`.`is_stage`, `Conference`.`active`, `Conference`.`date_created`, `Conference`.`date_updated`, `Conference`.`execution_date`, `SubscribeConference`.`id`, `SubscribeConference`.`conference_id`, `SubscribeConference`.`user_id`, `SubscribeConference`.`signed`, `SubscribeConference`.`is_present`, `SubscribeConference`.`is_free`, `SubscribeConference`.`in_hour_pack`, `SubscribeConference`.`date_created` FROM `noniseshorelc`.`conferences` AS `Conference` JOIN `noniseshorelc`.`subscribe_conferences` AS `SubscribeConference` ON (`SubscribeConference`.`user_id` = 36 AND `SubscribeConference`.`conference_id` = `Conference`.`id`) | 13 | 13 | 0 | |
| SELECT `User`.`id`, `User`.`email`, `User`.`security_email`, `User`.`payment_email`, `User`.`payment_id`, `User`.`biography`, `User`.`curriculum_vitae`, `User`.`thumbnail`, `User`.`sex`, `User`.`first_name`, `User`.`last_name`, `User`.`display_name`, `User`.`date_of_birth`, `User`.`address`, `User`.`phone`, `User`.`phone2`, `User`.`city`, `User`.`country`, `User`.`dialect`, `User`.`learning_dialect`, `User`.`shikomori_level`, `User`.`website`, `User`.`visio_url`, `User`.`password`, `User`.`password_question`, `User`.`password_response`, `User`.`digest_a1`, `User`.`rating`, `User`.`count_dictionary_contribution`, `User`.`count_ressource_contribution`, `User`.`count_of_words_to_revise`, `User`.`time_to_revise`, `User`.`revision_duration`, `User`.`license_registration_in_process`, `User`.`subscribe`, `User`.`certified`, `User`.`has_teacher`, `User`.`has_license_game`, `User`.`available`, `User`.`share_exercice`, `User`.`dictionary_signatory`, `User`.`requested_contribution`, `User`.`session_number`, `User`.`session_id`, `User`.`school_id`, `User`.`referral_code`, `User`.`referred`, `User`.`api_key`, `User`.`client_name`, `User`.`created`, `User`.`modified`, `User`.`connected`, `User`.`online`, `User`.`timezone`, `User`.`role`, `User`.`free_week_for_teacher`, `User`.`active_newsletter_notification`, `User`.`active_comment_notification`, `User`.`active`, `User`.`temp_user_data`, `User`.`access_token`, `User`.`access_token2`, `User`.`access_token3`, `User`.`access_token4`, `User`.`firebase_device_token_dictionary`, `User`.`firebase_device_token_luha`, `User`.`certificate_level`, (CONCAT(`User`.`first_name`, " ", `User`.`last_name`)) AS `User__full_name`, (CONCAT(`User`.`first_name`, " ", UPPER(LEFT(`User`.`last_name`, 1)), ".")) AS `User__short_name`, (IF(
`User`.`last_name` != "" AND `User`.`last_name` IS NOT NULL,
CONCAT(
`User`.`first_name`, " ",
IF(LOCATE(" ", `User`.`last_name`) = 0,
CONCAT(UPPER(LEFT(`User`.`last_name`, 1)), "."),
CONCAT(
UPPER(LEFT(SUBSTRING_INDEX(`User`.`last_name`, " ", 1), 1)), ". ",
UPPER(LEFT(SUBSTRING_INDEX(`User`.`last_name`, " ", -1), 1)), "."
)
)
),
`User`.`first_name`
)) AS `User__short_full_name`, `SocialProfile`.`id`, `SocialProfile`.`user_id`, `SocialProfile`.`social_network_name`, `SocialProfile`.`social_network_id`, `SocialProfile`.`email`, `SocialProfile`.`display_name`, `SocialProfile`.`first_name`, `SocialProfile`.`last_name`, `SocialProfile`.`link`, `SocialProfile`.`picture`, `SocialProfile`.`created`, `SocialProfile`.`modified`, `SocialProfile`.`status` FROM `noniseshorelc`.`users` AS `User` LEFT JOIN `noniseshorelc`.`social_profiles` AS `SocialProfile` ON (`SocialProfile`.`user_id` = `User`.`id`) WHERE `User`.`id` = 36 LIMIT 1 | 1 | 1 | 1 | |
| SELECT `HighScore`.`id`, `HighScore`.`version`, `HighScore`.`exercice_id`, `HighScore`.`player_id`, `HighScore`.`game`, `HighScore`.`description`, `HighScore`.`score`, `HighScore`.`count_words_shimaore`, `HighScore`.`count_words_shimwali`, `HighScore`.`count_words_shindzuani`, `HighScore`.`count_words_shingazidja`, `HighScore`.`count_orthography_shimaore`, `HighScore`.`count_orthography_shimwali`, `HighScore`.`count_orthography_shindzuani`, `HighScore`.`count_orthography_shingazidja`, `HighScore`.`content_html`, `HighScore`.`create_date`, `HighScore`.`last_date`, `HighScore`.`time`, `HighScore`.`max_time`, `HighScore`.`mention`, `HighScore`.`max_score`, `HighScore`.`rank` FROM `noniseshorelc`.`high_scores` AS `HighScore` WHERE `HighScore`.`player_id` = (36) | 0 | 0 | 14 | maybe slow |
| SELECT `License`.`id`, `License`.`product_id`, `License`.`user_id`, `License`.`payer_email`, `License`.`subscription_id`, `License`.`affiliate_id`, `License`.`authorized_conference`, `License`.`free_hour_allowed`, `License`.`paid_hour`, `License`.`status`, `License`.`reason`, `License`.`description`, `License`.`beneficiaries`, `License`.`referral_code`, `License`.`created`, `License`.`modified`, `License`.`expired`, `License`.`active`, `License`.`regularized_unpayment`, `License`.`start_time`, `License`.`full_name`, `License`.`last_payment`, `License`.`cycles_completed`, `License`.`total_cycles` FROM `noniseshorelc`.`licenses` AS `License` WHERE `License`.`user_id` = (36) | 8 | 8 | 0 | |
| SELECT `Certificate`.`id`, `Certificate`.`name`, `Certificate`.`level`, `Certificate`.`max_note`, `Certificate`.`description`, `CertificateUser`.`certificate_id`, `CertificateUser`.`user_id`, `CertificateUser`.`mention`, `CertificateUser`.`note`, `CertificateUser`.`points`, `CertificateUser`.`date` FROM `noniseshorelc`.`certificates` AS `Certificate` JOIN `noniseshorelc`.`certificate_users` AS `CertificateUser` ON (`CertificateUser`.`user_id` = 36 AND `CertificateUser`.`certificate_id` = `Certificate`.`id`) | 2 | 2 | 0 | |
| SELECT `Group`.`id`, `Group`.`referent_id`, `Group`.`name`, `Group`.`referent`, `Group`.`session_name`, `Group`.`tag`, `Group`.`type`, `Group`.`description`, `Group`.`level`, `Group`.`max_conference`, `Group`.`color`, `Group`.`active`, `Group`.`date_created`, `Group`.`date_updated`, (CONCAT(`Group`.`referent`, " - ", `Group`.`name`)) AS `Group__label`, (CONCAT(`Group`.`referent`, " - ", `Group`.`name`, " ", `Group`.`session_name`)) AS `Group__session_label`, `UserGroup`.`id`, `UserGroup`.`user_id`, `UserGroup`.`group_id` FROM `noniseshorelc`.`groups` AS `Group` JOIN `noniseshorelc`.`user_group` AS `UserGroup` ON (`UserGroup`.`user_id` = 36 AND `UserGroup`.`group_id` = `Group`.`id`) | 0 | 0 | 0 | |
| SELECT `Conference`.`id`, `Conference`.`teacher_id`, `Conference`.`group_id`, `Conference`.`subject`, `Conference`.`level`, `Conference`.`description`, `Conference`.`titled`, `Conference`.`path_files`, `Conference`.`start_date`, `Conference`.`end_date`, `Conference`.`max_subscriber`, `Conference`.`is_group`, `Conference`.`is_free`, `Conference`.`is_stage`, `Conference`.`active`, `Conference`.`date_created`, `Conference`.`date_updated`, `Conference`.`execution_date`, `SubscribeConference`.`id`, `SubscribeConference`.`conference_id`, `SubscribeConference`.`user_id`, `SubscribeConference`.`signed`, `SubscribeConference`.`is_present`, `SubscribeConference`.`is_free`, `SubscribeConference`.`in_hour_pack`, `SubscribeConference`.`date_created` FROM `noniseshorelc`.`conferences` AS `Conference` JOIN `noniseshorelc`.`subscribe_conferences` AS `SubscribeConference` ON (`SubscribeConference`.`user_id` = 36 AND `SubscribeConference`.`conference_id` = `Conference`.`id`) | 13 | 13 | 0 | |
| SELECT `User`.`id`, `User`.`email`, `User`.`security_email`, `User`.`payment_email`, `User`.`payment_id`, `User`.`biography`, `User`.`curriculum_vitae`, `User`.`thumbnail`, `User`.`sex`, `User`.`first_name`, `User`.`last_name`, `User`.`display_name`, `User`.`date_of_birth`, `User`.`address`, `User`.`phone`, `User`.`phone2`, `User`.`city`, `User`.`country`, `User`.`dialect`, `User`.`learning_dialect`, `User`.`shikomori_level`, `User`.`website`, `User`.`visio_url`, `User`.`password`, `User`.`password_question`, `User`.`password_response`, `User`.`digest_a1`, `User`.`rating`, `User`.`count_dictionary_contribution`, `User`.`count_ressource_contribution`, `User`.`count_of_words_to_revise`, `User`.`time_to_revise`, `User`.`revision_duration`, `User`.`license_registration_in_process`, `User`.`subscribe`, `User`.`certified`, `User`.`has_teacher`, `User`.`has_license_game`, `User`.`available`, `User`.`share_exercice`, `User`.`dictionary_signatory`, `User`.`requested_contribution`, `User`.`session_number`, `User`.`session_id`, `User`.`school_id`, `User`.`referral_code`, `User`.`referred`, `User`.`api_key`, `User`.`client_name`, `User`.`created`, `User`.`modified`, `User`.`connected`, `User`.`online`, `User`.`timezone`, `User`.`role`, `User`.`free_week_for_teacher`, `User`.`active_newsletter_notification`, `User`.`active_comment_notification`, `User`.`active`, `User`.`temp_user_data`, `User`.`access_token`, `User`.`access_token2`, `User`.`access_token3`, `User`.`access_token4`, `User`.`firebase_device_token_dictionary`, `User`.`firebase_device_token_luha`, `User`.`certificate_level`, (CONCAT(`User`.`first_name`, " ", `User`.`last_name`)) AS `User__full_name`, (CONCAT(`User`.`first_name`, " ", UPPER(LEFT(`User`.`last_name`, 1)), ".")) AS `User__short_name`, (IF(
`User`.`last_name` != "" AND `User`.`last_name` IS NOT NULL,
CONCAT(
`User`.`first_name`, " ",
IF(LOCATE(" ", `User`.`last_name`) = 0,
CONCAT(UPPER(LEFT(`User`.`last_name`, 1)), "."),
CONCAT(
UPPER(LEFT(SUBSTRING_INDEX(`User`.`last_name`, " ", 1), 1)), ". ",
UPPER(LEFT(SUBSTRING_INDEX(`User`.`last_name`, " ", -1), 1)), "."
)
)
),
`User`.`first_name`
)) AS `User__short_full_name`, `SocialProfile`.`id`, `SocialProfile`.`user_id`, `SocialProfile`.`social_network_name`, `SocialProfile`.`social_network_id`, `SocialProfile`.`email`, `SocialProfile`.`display_name`, `SocialProfile`.`first_name`, `SocialProfile`.`last_name`, `SocialProfile`.`link`, `SocialProfile`.`picture`, `SocialProfile`.`created`, `SocialProfile`.`modified`, `SocialProfile`.`status` FROM `noniseshorelc`.`users` AS `User` LEFT JOIN `noniseshorelc`.`social_profiles` AS `SocialProfile` ON (`SocialProfile`.`user_id` = `User`.`id`) WHERE `User`.`email` = '36' LIMIT 1 | 0 | 0 | 0 | |
| SELECT `User`.`id`, `User`.`email`, `User`.`security_email`, `User`.`payment_email`, `User`.`payment_id`, `User`.`biography`, `User`.`curriculum_vitae`, `User`.`thumbnail`, `User`.`sex`, `User`.`first_name`, `User`.`last_name`, `User`.`display_name`, `User`.`date_of_birth`, `User`.`address`, `User`.`phone`, `User`.`phone2`, `User`.`city`, `User`.`country`, `User`.`dialect`, `User`.`learning_dialect`, `User`.`shikomori_level`, `User`.`website`, `User`.`visio_url`, `User`.`password`, `User`.`password_question`, `User`.`password_response`, `User`.`digest_a1`, `User`.`rating`, `User`.`count_dictionary_contribution`, `User`.`count_ressource_contribution`, `User`.`count_of_words_to_revise`, `User`.`time_to_revise`, `User`.`revision_duration`, `User`.`license_registration_in_process`, `User`.`subscribe`, `User`.`certified`, `User`.`has_teacher`, `User`.`has_license_game`, `User`.`available`, `User`.`share_exercice`, `User`.`dictionary_signatory`, `User`.`requested_contribution`, `User`.`session_number`, `User`.`session_id`, `User`.`school_id`, `User`.`referral_code`, `User`.`referred`, `User`.`api_key`, `User`.`client_name`, `User`.`created`, `User`.`modified`, `User`.`connected`, `User`.`online`, `User`.`timezone`, `User`.`role`, `User`.`free_week_for_teacher`, `User`.`active_newsletter_notification`, `User`.`active_comment_notification`, `User`.`active`, `User`.`temp_user_data`, `User`.`access_token`, `User`.`access_token2`, `User`.`access_token3`, `User`.`access_token4`, `User`.`firebase_device_token_dictionary`, `User`.`firebase_device_token_luha`, `User`.`certificate_level`, (CONCAT(`User`.`first_name`, " ", `User`.`last_name`)) AS `User__full_name`, (CONCAT(`User`.`first_name`, " ", UPPER(LEFT(`User`.`last_name`, 1)), ".")) AS `User__short_name`, (IF(
`User`.`last_name` != "" AND `User`.`last_name` IS NOT NULL,
CONCAT(
`User`.`first_name`, " ",
IF(LOCATE(" ", `User`.`last_name`) = 0,
CONCAT(UPPER(LEFT(`User`.`last_name`, 1)), "."),
CONCAT(
UPPER(LEFT(SUBSTRING_INDEX(`User`.`last_name`, " ", 1), 1)), ". ",
UPPER(LEFT(SUBSTRING_INDEX(`User`.`last_name`, " ", -1), 1)), "."
)
)
),
`User`.`first_name`
)) AS `User__short_full_name`, `SocialProfile`.`id`, `SocialProfile`.`user_id`, `SocialProfile`.`social_network_name`, `SocialProfile`.`social_network_id`, `SocialProfile`.`email`, `SocialProfile`.`display_name`, `SocialProfile`.`first_name`, `SocialProfile`.`last_name`, `SocialProfile`.`link`, `SocialProfile`.`picture`, `SocialProfile`.`created`, `SocialProfile`.`modified`, `SocialProfile`.`status` FROM `noniseshorelc`.`users` AS `User` LEFT JOIN `noniseshorelc`.`social_profiles` AS `SocialProfile` ON (`SocialProfile`.`user_id` = `User`.`id`) WHERE `User`.`id` = 36 LIMIT 1 | 1 | 1 | 1 | |
| SELECT `HighScore`.`id`, `HighScore`.`version`, `HighScore`.`exercice_id`, `HighScore`.`player_id`, `HighScore`.`game`, `HighScore`.`description`, `HighScore`.`score`, `HighScore`.`count_words_shimaore`, `HighScore`.`count_words_shimwali`, `HighScore`.`count_words_shindzuani`, `HighScore`.`count_words_shingazidja`, `HighScore`.`count_orthography_shimaore`, `HighScore`.`count_orthography_shimwali`, `HighScore`.`count_orthography_shindzuani`, `HighScore`.`count_orthography_shingazidja`, `HighScore`.`content_html`, `HighScore`.`create_date`, `HighScore`.`last_date`, `HighScore`.`time`, `HighScore`.`max_time`, `HighScore`.`mention`, `HighScore`.`max_score`, `HighScore`.`rank` FROM `noniseshorelc`.`high_scores` AS `HighScore` WHERE `HighScore`.`player_id` = (36) | 0 | 0 | 12 | maybe slow |
| SELECT `License`.`id`, `License`.`product_id`, `License`.`user_id`, `License`.`payer_email`, `License`.`subscription_id`, `License`.`affiliate_id`, `License`.`authorized_conference`, `License`.`free_hour_allowed`, `License`.`paid_hour`, `License`.`status`, `License`.`reason`, `License`.`description`, `License`.`beneficiaries`, `License`.`referral_code`, `License`.`created`, `License`.`modified`, `License`.`expired`, `License`.`active`, `License`.`regularized_unpayment`, `License`.`start_time`, `License`.`full_name`, `License`.`last_payment`, `License`.`cycles_completed`, `License`.`total_cycles` FROM `noniseshorelc`.`licenses` AS `License` WHERE `License`.`user_id` = (36) | 8 | 8 | 0 | |
| SELECT `Certificate`.`id`, `Certificate`.`name`, `Certificate`.`level`, `Certificate`.`max_note`, `Certificate`.`description`, `CertificateUser`.`certificate_id`, `CertificateUser`.`user_id`, `CertificateUser`.`mention`, `CertificateUser`.`note`, `CertificateUser`.`points`, `CertificateUser`.`date` FROM `noniseshorelc`.`certificates` AS `Certificate` JOIN `noniseshorelc`.`certificate_users` AS `CertificateUser` ON (`CertificateUser`.`user_id` = 36 AND `CertificateUser`.`certificate_id` = `Certificate`.`id`) | 2 | 2 | 0 | |
| SELECT `Group`.`id`, `Group`.`referent_id`, `Group`.`name`, `Group`.`referent`, `Group`.`session_name`, `Group`.`tag`, `Group`.`type`, `Group`.`description`, `Group`.`level`, `Group`.`max_conference`, `Group`.`color`, `Group`.`active`, `Group`.`date_created`, `Group`.`date_updated`, (CONCAT(`Group`.`referent`, " - ", `Group`.`name`)) AS `Group__label`, (CONCAT(`Group`.`referent`, " - ", `Group`.`name`, " ", `Group`.`session_name`)) AS `Group__session_label`, `UserGroup`.`id`, `UserGroup`.`user_id`, `UserGroup`.`group_id` FROM `noniseshorelc`.`groups` AS `Group` JOIN `noniseshorelc`.`user_group` AS `UserGroup` ON (`UserGroup`.`user_id` = 36 AND `UserGroup`.`group_id` = `Group`.`id`) | 0 | 0 | 0 | |
| SELECT `Conference`.`id`, `Conference`.`teacher_id`, `Conference`.`group_id`, `Conference`.`subject`, `Conference`.`level`, `Conference`.`description`, `Conference`.`titled`, `Conference`.`path_files`, `Conference`.`start_date`, `Conference`.`end_date`, `Conference`.`max_subscriber`, `Conference`.`is_group`, `Conference`.`is_free`, `Conference`.`is_stage`, `Conference`.`active`, `Conference`.`date_created`, `Conference`.`date_updated`, `Conference`.`execution_date`, `SubscribeConference`.`id`, `SubscribeConference`.`conference_id`, `SubscribeConference`.`user_id`, `SubscribeConference`.`signed`, `SubscribeConference`.`is_present`, `SubscribeConference`.`is_free`, `SubscribeConference`.`in_hour_pack`, `SubscribeConference`.`date_created` FROM `noniseshorelc`.`conferences` AS `Conference` JOIN `noniseshorelc`.`subscribe_conferences` AS `SubscribeConference` ON (`SubscribeConference`.`user_id` = 36 AND `SubscribeConference`.`conference_id` = `Conference`.`id`) | 13 | 13 | 0 | |
| SELECT `User`.`id`, `User`.`email`, `User`.`security_email`, `User`.`payment_email`, `User`.`payment_id`, `User`.`biography`, `User`.`curriculum_vitae`, `User`.`thumbnail`, `User`.`sex`, `User`.`first_name`, `User`.`last_name`, `User`.`display_name`, `User`.`date_of_birth`, `User`.`address`, `User`.`phone`, `User`.`phone2`, `User`.`city`, `User`.`country`, `User`.`dialect`, `User`.`learning_dialect`, `User`.`shikomori_level`, `User`.`website`, `User`.`visio_url`, `User`.`password`, `User`.`password_question`, `User`.`password_response`, `User`.`digest_a1`, `User`.`rating`, `User`.`count_dictionary_contribution`, `User`.`count_ressource_contribution`, `User`.`count_of_words_to_revise`, `User`.`time_to_revise`, `User`.`revision_duration`, `User`.`license_registration_in_process`, `User`.`subscribe`, `User`.`certified`, `User`.`has_teacher`, `User`.`has_license_game`, `User`.`available`, `User`.`share_exercice`, `User`.`dictionary_signatory`, `User`.`requested_contribution`, `User`.`session_number`, `User`.`session_id`, `User`.`school_id`, `User`.`referral_code`, `User`.`referred`, `User`.`api_key`, `User`.`client_name`, `User`.`created`, `User`.`modified`, `User`.`connected`, `User`.`online`, `User`.`timezone`, `User`.`role`, `User`.`free_week_for_teacher`, `User`.`active_newsletter_notification`, `User`.`active_comment_notification`, `User`.`active`, `User`.`temp_user_data`, `User`.`access_token`, `User`.`access_token2`, `User`.`access_token3`, `User`.`access_token4`, `User`.`firebase_device_token_dictionary`, `User`.`firebase_device_token_luha`, `User`.`certificate_level`, (CONCAT(`User`.`first_name`, " ", `User`.`last_name`)) AS `User__full_name`, (CONCAT(`User`.`first_name`, " ", UPPER(LEFT(`User`.`last_name`, 1)), ".")) AS `User__short_name`, (IF(
`User`.`last_name` != "" AND `User`.`last_name` IS NOT NULL,
CONCAT(
`User`.`first_name`, " ",
IF(LOCATE(" ", `User`.`last_name`) = 0,
CONCAT(UPPER(LEFT(`User`.`last_name`, 1)), "."),
CONCAT(
UPPER(LEFT(SUBSTRING_INDEX(`User`.`last_name`, " ", 1), 1)), ". ",
UPPER(LEFT(SUBSTRING_INDEX(`User`.`last_name`, " ", -1), 1)), "."
)
)
),
`User`.`first_name`
)) AS `User__short_full_name`, `SocialProfile`.`id`, `SocialProfile`.`user_id`, `SocialProfile`.`social_network_name`, `SocialProfile`.`social_network_id`, `SocialProfile`.`email`, `SocialProfile`.`display_name`, `SocialProfile`.`first_name`, `SocialProfile`.`last_name`, `SocialProfile`.`link`, `SocialProfile`.`picture`, `SocialProfile`.`created`, `SocialProfile`.`modified`, `SocialProfile`.`status` FROM `noniseshorelc`.`users` AS `User` LEFT JOIN `noniseshorelc`.`social_profiles` AS `SocialProfile` ON (`SocialProfile`.`user_id` = `User`.`id`) WHERE `User`.`id` = 36 LIMIT 1 | 1 | 1 | 1 | |
| SELECT `HighScore`.`id`, `HighScore`.`version`, `HighScore`.`exercice_id`, `HighScore`.`player_id`, `HighScore`.`game`, `HighScore`.`description`, `HighScore`.`score`, `HighScore`.`count_words_shimaore`, `HighScore`.`count_words_shimwali`, `HighScore`.`count_words_shindzuani`, `HighScore`.`count_words_shingazidja`, `HighScore`.`count_orthography_shimaore`, `HighScore`.`count_orthography_shimwali`, `HighScore`.`count_orthography_shindzuani`, `HighScore`.`count_orthography_shingazidja`, `HighScore`.`content_html`, `HighScore`.`create_date`, `HighScore`.`last_date`, `HighScore`.`time`, `HighScore`.`max_time`, `HighScore`.`mention`, `HighScore`.`max_score`, `HighScore`.`rank` FROM `noniseshorelc`.`high_scores` AS `HighScore` WHERE `HighScore`.`player_id` = (36) | 0 | 0 | 13 | maybe slow |
| SELECT `License`.`id`, `License`.`product_id`, `License`.`user_id`, `License`.`payer_email`, `License`.`subscription_id`, `License`.`affiliate_id`, `License`.`authorized_conference`, `License`.`free_hour_allowed`, `License`.`paid_hour`, `License`.`status`, `License`.`reason`, `License`.`description`, `License`.`beneficiaries`, `License`.`referral_code`, `License`.`created`, `License`.`modified`, `License`.`expired`, `License`.`active`, `License`.`regularized_unpayment`, `License`.`start_time`, `License`.`full_name`, `License`.`last_payment`, `License`.`cycles_completed`, `License`.`total_cycles` FROM `noniseshorelc`.`licenses` AS `License` WHERE `License`.`user_id` = (36) | 8 | 8 | 0 | |
| SELECT `Certificate`.`id`, `Certificate`.`name`, `Certificate`.`level`, `Certificate`.`max_note`, `Certificate`.`description`, `CertificateUser`.`certificate_id`, `CertificateUser`.`user_id`, `CertificateUser`.`mention`, `CertificateUser`.`note`, `CertificateUser`.`points`, `CertificateUser`.`date` FROM `noniseshorelc`.`certificates` AS `Certificate` JOIN `noniseshorelc`.`certificate_users` AS `CertificateUser` ON (`CertificateUser`.`user_id` = 36 AND `CertificateUser`.`certificate_id` = `Certificate`.`id`) | 2 | 2 | 0 | |
| SELECT `Group`.`id`, `Group`.`referent_id`, `Group`.`name`, `Group`.`referent`, `Group`.`session_name`, `Group`.`tag`, `Group`.`type`, `Group`.`description`, `Group`.`level`, `Group`.`max_conference`, `Group`.`color`, `Group`.`active`, `Group`.`date_created`, `Group`.`date_updated`, (CONCAT(`Group`.`referent`, " - ", `Group`.`name`)) AS `Group__label`, (CONCAT(`Group`.`referent`, " - ", `Group`.`name`, " ", `Group`.`session_name`)) AS `Group__session_label`, `UserGroup`.`id`, `UserGroup`.`user_id`, `UserGroup`.`group_id` FROM `noniseshorelc`.`groups` AS `Group` JOIN `noniseshorelc`.`user_group` AS `UserGroup` ON (`UserGroup`.`user_id` = 36 AND `UserGroup`.`group_id` = `Group`.`id`) | 0 | 0 | 0 | |
| SELECT `Conference`.`id`, `Conference`.`teacher_id`, `Conference`.`group_id`, `Conference`.`subject`, `Conference`.`level`, `Conference`.`description`, `Conference`.`titled`, `Conference`.`path_files`, `Conference`.`start_date`, `Conference`.`end_date`, `Conference`.`max_subscriber`, `Conference`.`is_group`, `Conference`.`is_free`, `Conference`.`is_stage`, `Conference`.`active`, `Conference`.`date_created`, `Conference`.`date_updated`, `Conference`.`execution_date`, `SubscribeConference`.`id`, `SubscribeConference`.`conference_id`, `SubscribeConference`.`user_id`, `SubscribeConference`.`signed`, `SubscribeConference`.`is_present`, `SubscribeConference`.`is_free`, `SubscribeConference`.`in_hour_pack`, `SubscribeConference`.`date_created` FROM `noniseshorelc`.`conferences` AS `Conference` JOIN `noniseshorelc`.`subscribe_conferences` AS `SubscribeConference` ON (`SubscribeConference`.`user_id` = 36 AND `SubscribeConference`.`conference_id` = `Conference`.`id`) | 13 | 13 | 0 | |
| SELECT `User`.`id`, `User`.`email`, `User`.`security_email`, `User`.`payment_email`, `User`.`payment_id`, `User`.`biography`, `User`.`curriculum_vitae`, `User`.`thumbnail`, `User`.`sex`, `User`.`first_name`, `User`.`last_name`, `User`.`display_name`, `User`.`date_of_birth`, `User`.`address`, `User`.`phone`, `User`.`phone2`, `User`.`city`, `User`.`country`, `User`.`dialect`, `User`.`learning_dialect`, `User`.`shikomori_level`, `User`.`website`, `User`.`visio_url`, `User`.`password`, `User`.`password_question`, `User`.`password_response`, `User`.`digest_a1`, `User`.`rating`, `User`.`count_dictionary_contribution`, `User`.`count_ressource_contribution`, `User`.`count_of_words_to_revise`, `User`.`time_to_revise`, `User`.`revision_duration`, `User`.`license_registration_in_process`, `User`.`subscribe`, `User`.`certified`, `User`.`has_teacher`, `User`.`has_license_game`, `User`.`available`, `User`.`share_exercice`, `User`.`dictionary_signatory`, `User`.`requested_contribution`, `User`.`session_number`, `User`.`session_id`, `User`.`school_id`, `User`.`referral_code`, `User`.`referred`, `User`.`api_key`, `User`.`client_name`, `User`.`created`, `User`.`modified`, `User`.`connected`, `User`.`online`, `User`.`timezone`, `User`.`role`, `User`.`free_week_for_teacher`, `User`.`active_newsletter_notification`, `User`.`active_comment_notification`, `User`.`active`, `User`.`temp_user_data`, `User`.`access_token`, `User`.`access_token2`, `User`.`access_token3`, `User`.`access_token4`, `User`.`firebase_device_token_dictionary`, `User`.`firebase_device_token_luha`, `User`.`certificate_level`, (CONCAT(`User`.`first_name`, " ", `User`.`last_name`)) AS `User__full_name`, (CONCAT(`User`.`first_name`, " ", UPPER(LEFT(`User`.`last_name`, 1)), ".")) AS `User__short_name`, (IF(
`User`.`last_name` != "" AND `User`.`last_name` IS NOT NULL,
CONCAT(
`User`.`first_name`, " ",
IF(LOCATE(" ", `User`.`last_name`) = 0,
CONCAT(UPPER(LEFT(`User`.`last_name`, 1)), "."),
CONCAT(
UPPER(LEFT(SUBSTRING_INDEX(`User`.`last_name`, " ", 1), 1)), ". ",
UPPER(LEFT(SUBSTRING_INDEX(`User`.`last_name`, " ", -1), 1)), "."
)
)
),
`User`.`first_name`
)) AS `User__short_full_name`, `SocialProfile`.`id`, `SocialProfile`.`user_id`, `SocialProfile`.`social_network_name`, `SocialProfile`.`social_network_id`, `SocialProfile`.`email`, `SocialProfile`.`display_name`, `SocialProfile`.`first_name`, `SocialProfile`.`last_name`, `SocialProfile`.`link`, `SocialProfile`.`picture`, `SocialProfile`.`created`, `SocialProfile`.`modified`, `SocialProfile`.`status` FROM `noniseshorelc`.`users` AS `User` LEFT JOIN `noniseshorelc`.`social_profiles` AS `SocialProfile` ON (`SocialProfile`.`user_id` = `User`.`id`) WHERE `User`.`email` = '2205' LIMIT 1 | 0 | 0 | 0 | |
| SELECT `User`.`id`, `User`.`email`, `User`.`security_email`, `User`.`payment_email`, `User`.`payment_id`, `User`.`biography`, `User`.`curriculum_vitae`, `User`.`thumbnail`, `User`.`sex`, `User`.`first_name`, `User`.`last_name`, `User`.`display_name`, `User`.`date_of_birth`, `User`.`address`, `User`.`phone`, `User`.`phone2`, `User`.`city`, `User`.`country`, `User`.`dialect`, `User`.`learning_dialect`, `User`.`shikomori_level`, `User`.`website`, `User`.`visio_url`, `User`.`password`, `User`.`password_question`, `User`.`password_response`, `User`.`digest_a1`, `User`.`rating`, `User`.`count_dictionary_contribution`, `User`.`count_ressource_contribution`, `User`.`count_of_words_to_revise`, `User`.`time_to_revise`, `User`.`revision_duration`, `User`.`license_registration_in_process`, `User`.`subscribe`, `User`.`certified`, `User`.`has_teacher`, `User`.`has_license_game`, `User`.`available`, `User`.`share_exercice`, `User`.`dictionary_signatory`, `User`.`requested_contribution`, `User`.`session_number`, `User`.`session_id`, `User`.`school_id`, `User`.`referral_code`, `User`.`referred`, `User`.`api_key`, `User`.`client_name`, `User`.`created`, `User`.`modified`, `User`.`connected`, `User`.`online`, `User`.`timezone`, `User`.`role`, `User`.`free_week_for_teacher`, `User`.`active_newsletter_notification`, `User`.`active_comment_notification`, `User`.`active`, `User`.`temp_user_data`, `User`.`access_token`, `User`.`access_token2`, `User`.`access_token3`, `User`.`access_token4`, `User`.`firebase_device_token_dictionary`, `User`.`firebase_device_token_luha`, `User`.`certificate_level`, (CONCAT(`User`.`first_name`, " ", `User`.`last_name`)) AS `User__full_name`, (CONCAT(`User`.`first_name`, " ", UPPER(LEFT(`User`.`last_name`, 1)), ".")) AS `User__short_name`, (IF(
`User`.`last_name` != "" AND `User`.`last_name` IS NOT NULL,
CONCAT(
`User`.`first_name`, " ",
IF(LOCATE(" ", `User`.`last_name`) = 0,
CONCAT(UPPER(LEFT(`User`.`last_name`, 1)), "."),
CONCAT(
UPPER(LEFT(SUBSTRING_INDEX(`User`.`last_name`, " ", 1), 1)), ". ",
UPPER(LEFT(SUBSTRING_INDEX(`User`.`last_name`, " ", -1), 1)), "."
)
)
),
`User`.`first_name`
)) AS `User__short_full_name`, `SocialProfile`.`id`, `SocialProfile`.`user_id`, `SocialProfile`.`social_network_name`, `SocialProfile`.`social_network_id`, `SocialProfile`.`email`, `SocialProfile`.`display_name`, `SocialProfile`.`first_name`, `SocialProfile`.`last_name`, `SocialProfile`.`link`, `SocialProfile`.`picture`, `SocialProfile`.`created`, `SocialProfile`.`modified`, `SocialProfile`.`status` FROM `noniseshorelc`.`users` AS `User` LEFT JOIN `noniseshorelc`.`social_profiles` AS `SocialProfile` ON (`SocialProfile`.`user_id` = `User`.`id`) WHERE `User`.`id` = 2205 LIMIT 1 | 1 | 1 | 1 | |
| SELECT `HighScore`.`id`, `HighScore`.`version`, `HighScore`.`exercice_id`, `HighScore`.`player_id`, `HighScore`.`game`, `HighScore`.`description`, `HighScore`.`score`, `HighScore`.`count_words_shimaore`, `HighScore`.`count_words_shimwali`, `HighScore`.`count_words_shindzuani`, `HighScore`.`count_words_shingazidja`, `HighScore`.`count_orthography_shimaore`, `HighScore`.`count_orthography_shimwali`, `HighScore`.`count_orthography_shindzuani`, `HighScore`.`count_orthography_shingazidja`, `HighScore`.`content_html`, `HighScore`.`create_date`, `HighScore`.`last_date`, `HighScore`.`time`, `HighScore`.`max_time`, `HighScore`.`mention`, `HighScore`.`max_score`, `HighScore`.`rank` FROM `noniseshorelc`.`high_scores` AS `HighScore` WHERE `HighScore`.`player_id` = (2205) | 0 | 0 | 13 | maybe slow |
| SELECT `License`.`id`, `License`.`product_id`, `License`.`user_id`, `License`.`payer_email`, `License`.`subscription_id`, `License`.`affiliate_id`, `License`.`authorized_conference`, `License`.`free_hour_allowed`, `License`.`paid_hour`, `License`.`status`, `License`.`reason`, `License`.`description`, `License`.`beneficiaries`, `License`.`referral_code`, `License`.`created`, `License`.`modified`, `License`.`expired`, `License`.`active`, `License`.`regularized_unpayment`, `License`.`start_time`, `License`.`full_name`, `License`.`last_payment`, `License`.`cycles_completed`, `License`.`total_cycles` FROM `noniseshorelc`.`licenses` AS `License` WHERE `License`.`user_id` = (2205) | 1 | 1 | 0 | |
| SELECT `Certificate`.`id`, `Certificate`.`name`, `Certificate`.`level`, `Certificate`.`max_note`, `Certificate`.`description`, `CertificateUser`.`certificate_id`, `CertificateUser`.`user_id`, `CertificateUser`.`mention`, `CertificateUser`.`note`, `CertificateUser`.`points`, `CertificateUser`.`date` FROM `noniseshorelc`.`certificates` AS `Certificate` JOIN `noniseshorelc`.`certificate_users` AS `CertificateUser` ON (`CertificateUser`.`user_id` = 2205 AND `CertificateUser`.`certificate_id` = `Certificate`.`id`) | 0 | 0 | 0 | |
| SELECT `Group`.`id`, `Group`.`referent_id`, `Group`.`name`, `Group`.`referent`, `Group`.`session_name`, `Group`.`tag`, `Group`.`type`, `Group`.`description`, `Group`.`level`, `Group`.`max_conference`, `Group`.`color`, `Group`.`active`, `Group`.`date_created`, `Group`.`date_updated`, (CONCAT(`Group`.`referent`, " - ", `Group`.`name`)) AS `Group__label`, (CONCAT(`Group`.`referent`, " - ", `Group`.`name`, " ", `Group`.`session_name`)) AS `Group__session_label`, `UserGroup`.`id`, `UserGroup`.`user_id`, `UserGroup`.`group_id` FROM `noniseshorelc`.`groups` AS `Group` JOIN `noniseshorelc`.`user_group` AS `UserGroup` ON (`UserGroup`.`user_id` = 2205 AND `UserGroup`.`group_id` = `Group`.`id`) | 0 | 0 | 0 | |
| SELECT `Conference`.`id`, `Conference`.`teacher_id`, `Conference`.`group_id`, `Conference`.`subject`, `Conference`.`level`, `Conference`.`description`, `Conference`.`titled`, `Conference`.`path_files`, `Conference`.`start_date`, `Conference`.`end_date`, `Conference`.`max_subscriber`, `Conference`.`is_group`, `Conference`.`is_free`, `Conference`.`is_stage`, `Conference`.`active`, `Conference`.`date_created`, `Conference`.`date_updated`, `Conference`.`execution_date`, `SubscribeConference`.`id`, `SubscribeConference`.`conference_id`, `SubscribeConference`.`user_id`, `SubscribeConference`.`signed`, `SubscribeConference`.`is_present`, `SubscribeConference`.`is_free`, `SubscribeConference`.`in_hour_pack`, `SubscribeConference`.`date_created` FROM `noniseshorelc`.`conferences` AS `Conference` JOIN `noniseshorelc`.`subscribe_conferences` AS `SubscribeConference` ON (`SubscribeConference`.`user_id` = 2205 AND `SubscribeConference`.`conference_id` = `Conference`.`id`) | 0 | 0 | 0 | |
| SELECT `User`.`id`, `User`.`email`, `User`.`security_email`, `User`.`payment_email`, `User`.`payment_id`, `User`.`biography`, `User`.`curriculum_vitae`, `User`.`thumbnail`, `User`.`sex`, `User`.`first_name`, `User`.`last_name`, `User`.`display_name`, `User`.`date_of_birth`, `User`.`address`, `User`.`phone`, `User`.`phone2`, `User`.`city`, `User`.`country`, `User`.`dialect`, `User`.`learning_dialect`, `User`.`shikomori_level`, `User`.`website`, `User`.`visio_url`, `User`.`password`, `User`.`password_question`, `User`.`password_response`, `User`.`digest_a1`, `User`.`rating`, `User`.`count_dictionary_contribution`, `User`.`count_ressource_contribution`, `User`.`count_of_words_to_revise`, `User`.`time_to_revise`, `User`.`revision_duration`, `User`.`license_registration_in_process`, `User`.`subscribe`, `User`.`certified`, `User`.`has_teacher`, `User`.`has_license_game`, `User`.`available`, `User`.`share_exercice`, `User`.`dictionary_signatory`, `User`.`requested_contribution`, `User`.`session_number`, `User`.`session_id`, `User`.`school_id`, `User`.`referral_code`, `User`.`referred`, `User`.`api_key`, `User`.`client_name`, `User`.`created`, `User`.`modified`, `User`.`connected`, `User`.`online`, `User`.`timezone`, `User`.`role`, `User`.`free_week_for_teacher`, `User`.`active_newsletter_notification`, `User`.`active_comment_notification`, `User`.`active`, `User`.`temp_user_data`, `User`.`access_token`, `User`.`access_token2`, `User`.`access_token3`, `User`.`access_token4`, `User`.`firebase_device_token_dictionary`, `User`.`firebase_device_token_luha`, `User`.`certificate_level`, (CONCAT(`User`.`first_name`, " ", `User`.`last_name`)) AS `User__full_name`, (CONCAT(`User`.`first_name`, " ", UPPER(LEFT(`User`.`last_name`, 1)), ".")) AS `User__short_name`, (IF(
`User`.`last_name` != "" AND `User`.`last_name` IS NOT NULL,
CONCAT(
`User`.`first_name`, " ",
IF(LOCATE(" ", `User`.`last_name`) = 0,
CONCAT(UPPER(LEFT(`User`.`last_name`, 1)), "."),
CONCAT(
UPPER(LEFT(SUBSTRING_INDEX(`User`.`last_name`, " ", 1), 1)), ". ",
UPPER(LEFT(SUBSTRING_INDEX(`User`.`last_name`, " ", -1), 1)), "."
)
)
),
`User`.`first_name`
)) AS `User__short_full_name`, `SocialProfile`.`id`, `SocialProfile`.`user_id`, `SocialProfile`.`social_network_name`, `SocialProfile`.`social_network_id`, `SocialProfile`.`email`, `SocialProfile`.`display_name`, `SocialProfile`.`first_name`, `SocialProfile`.`last_name`, `SocialProfile`.`link`, `SocialProfile`.`picture`, `SocialProfile`.`created`, `SocialProfile`.`modified`, `SocialProfile`.`status` FROM `noniseshorelc`.`users` AS `User` LEFT JOIN `noniseshorelc`.`social_profiles` AS `SocialProfile` ON (`SocialProfile`.`user_id` = `User`.`id`) WHERE `User`.`id` = 2205 LIMIT 1 | 1 | 1 | 1 | |
| SELECT `HighScore`.`id`, `HighScore`.`version`, `HighScore`.`exercice_id`, `HighScore`.`player_id`, `HighScore`.`game`, `HighScore`.`description`, `HighScore`.`score`, `HighScore`.`count_words_shimaore`, `HighScore`.`count_words_shimwali`, `HighScore`.`count_words_shindzuani`, `HighScore`.`count_words_shingazidja`, `HighScore`.`count_orthography_shimaore`, `HighScore`.`count_orthography_shimwali`, `HighScore`.`count_orthography_shindzuani`, `HighScore`.`count_orthography_shingazidja`, `HighScore`.`content_html`, `HighScore`.`create_date`, `HighScore`.`last_date`, `HighScore`.`time`, `HighScore`.`max_time`, `HighScore`.`mention`, `HighScore`.`max_score`, `HighScore`.`rank` FROM `noniseshorelc`.`high_scores` AS `HighScore` WHERE `HighScore`.`player_id` = (2205) | 0 | 0 | 13 | maybe slow |
| SELECT `License`.`id`, `License`.`product_id`, `License`.`user_id`, `License`.`payer_email`, `License`.`subscription_id`, `License`.`affiliate_id`, `License`.`authorized_conference`, `License`.`free_hour_allowed`, `License`.`paid_hour`, `License`.`status`, `License`.`reason`, `License`.`description`, `License`.`beneficiaries`, `License`.`referral_code`, `License`.`created`, `License`.`modified`, `License`.`expired`, `License`.`active`, `License`.`regularized_unpayment`, `License`.`start_time`, `License`.`full_name`, `License`.`last_payment`, `License`.`cycles_completed`, `License`.`total_cycles` FROM `noniseshorelc`.`licenses` AS `License` WHERE `License`.`user_id` = (2205) | 1 | 1 | 0 | |
| SELECT `Certificate`.`id`, `Certificate`.`name`, `Certificate`.`level`, `Certificate`.`max_note`, `Certificate`.`description`, `CertificateUser`.`certificate_id`, `CertificateUser`.`user_id`, `CertificateUser`.`mention`, `CertificateUser`.`note`, `CertificateUser`.`points`, `CertificateUser`.`date` FROM `noniseshorelc`.`certificates` AS `Certificate` JOIN `noniseshorelc`.`certificate_users` AS `CertificateUser` ON (`CertificateUser`.`user_id` = 2205 AND `CertificateUser`.`certificate_id` = `Certificate`.`id`) | 0 | 0 | 0 | |
| SELECT `Group`.`id`, `Group`.`referent_id`, `Group`.`name`, `Group`.`referent`, `Group`.`session_name`, `Group`.`tag`, `Group`.`type`, `Group`.`description`, `Group`.`level`, `Group`.`max_conference`, `Group`.`color`, `Group`.`active`, `Group`.`date_created`, `Group`.`date_updated`, (CONCAT(`Group`.`referent`, " - ", `Group`.`name`)) AS `Group__label`, (CONCAT(`Group`.`referent`, " - ", `Group`.`name`, " ", `Group`.`session_name`)) AS `Group__session_label`, `UserGroup`.`id`, `UserGroup`.`user_id`, `UserGroup`.`group_id` FROM `noniseshorelc`.`groups` AS `Group` JOIN `noniseshorelc`.`user_group` AS `UserGroup` ON (`UserGroup`.`user_id` = 2205 AND `UserGroup`.`group_id` = `Group`.`id`) | 0 | 0 | 0 | |
| SELECT `Conference`.`id`, `Conference`.`teacher_id`, `Conference`.`group_id`, `Conference`.`subject`, `Conference`.`level`, `Conference`.`description`, `Conference`.`titled`, `Conference`.`path_files`, `Conference`.`start_date`, `Conference`.`end_date`, `Conference`.`max_subscriber`, `Conference`.`is_group`, `Conference`.`is_free`, `Conference`.`is_stage`, `Conference`.`active`, `Conference`.`date_created`, `Conference`.`date_updated`, `Conference`.`execution_date`, `SubscribeConference`.`id`, `SubscribeConference`.`conference_id`, `SubscribeConference`.`user_id`, `SubscribeConference`.`signed`, `SubscribeConference`.`is_present`, `SubscribeConference`.`is_free`, `SubscribeConference`.`in_hour_pack`, `SubscribeConference`.`date_created` FROM `noniseshorelc`.`conferences` AS `Conference` JOIN `noniseshorelc`.`subscribe_conferences` AS `SubscribeConference` ON (`SubscribeConference`.`user_id` = 2205 AND `SubscribeConference`.`conference_id` = `Conference`.`id`) | 0 | 0 | 0 | |
| SELECT `User`.`id`, `User`.`email`, `User`.`security_email`, `User`.`payment_email`, `User`.`payment_id`, `User`.`biography`, `User`.`curriculum_vitae`, `User`.`thumbnail`, `User`.`sex`, `User`.`first_name`, `User`.`last_name`, `User`.`display_name`, `User`.`date_of_birth`, `User`.`address`, `User`.`phone`, `User`.`phone2`, `User`.`city`, `User`.`country`, `User`.`dialect`, `User`.`learning_dialect`, `User`.`shikomori_level`, `User`.`website`, `User`.`visio_url`, `User`.`password`, `User`.`password_question`, `User`.`password_response`, `User`.`digest_a1`, `User`.`rating`, `User`.`count_dictionary_contribution`, `User`.`count_ressource_contribution`, `User`.`count_of_words_to_revise`, `User`.`time_to_revise`, `User`.`revision_duration`, `User`.`license_registration_in_process`, `User`.`subscribe`, `User`.`certified`, `User`.`has_teacher`, `User`.`has_license_game`, `User`.`available`, `User`.`share_exercice`, `User`.`dictionary_signatory`, `User`.`requested_contribution`, `User`.`session_number`, `User`.`session_id`, `User`.`school_id`, `User`.`referral_code`, `User`.`referred`, `User`.`api_key`, `User`.`client_name`, `User`.`created`, `User`.`modified`, `User`.`connected`, `User`.`online`, `User`.`timezone`, `User`.`role`, `User`.`free_week_for_teacher`, `User`.`active_newsletter_notification`, `User`.`active_comment_notification`, `User`.`active`, `User`.`temp_user_data`, `User`.`access_token`, `User`.`access_token2`, `User`.`access_token3`, `User`.`access_token4`, `User`.`firebase_device_token_dictionary`, `User`.`firebase_device_token_luha`, `User`.`certificate_level`, (CONCAT(`User`.`first_name`, " ", `User`.`last_name`)) AS `User__full_name`, (CONCAT(`User`.`first_name`, " ", UPPER(LEFT(`User`.`last_name`, 1)), ".")) AS `User__short_name`, (IF(
`User`.`last_name` != "" AND `User`.`last_name` IS NOT NULL,
CONCAT(
`User`.`first_name`, " ",
IF(LOCATE(" ", `User`.`last_name`) = 0,
CONCAT(UPPER(LEFT(`User`.`last_name`, 1)), "."),
CONCAT(
UPPER(LEFT(SUBSTRING_INDEX(`User`.`last_name`, " ", 1), 1)), ". ",
UPPER(LEFT(SUBSTRING_INDEX(`User`.`last_name`, " ", -1), 1)), "."
)
)
),
`User`.`first_name`
)) AS `User__short_full_name`, `SocialProfile`.`id`, `SocialProfile`.`user_id`, `SocialProfile`.`social_network_name`, `SocialProfile`.`social_network_id`, `SocialProfile`.`email`, `SocialProfile`.`display_name`, `SocialProfile`.`first_name`, `SocialProfile`.`last_name`, `SocialProfile`.`link`, `SocialProfile`.`picture`, `SocialProfile`.`created`, `SocialProfile`.`modified`, `SocialProfile`.`status` FROM `noniseshorelc`.`users` AS `User` LEFT JOIN `noniseshorelc`.`social_profiles` AS `SocialProfile` ON (`SocialProfile`.`user_id` = `User`.`id`) WHERE `User`.`email` = '2205' LIMIT 1 | 0 | 0 | 0 | |
| SELECT `User`.`id`, `User`.`email`, `User`.`security_email`, `User`.`payment_email`, `User`.`payment_id`, `User`.`biography`, `User`.`curriculum_vitae`, `User`.`thumbnail`, `User`.`sex`, `User`.`first_name`, `User`.`last_name`, `User`.`display_name`, `User`.`date_of_birth`, `User`.`address`, `User`.`phone`, `User`.`phone2`, `User`.`city`, `User`.`country`, `User`.`dialect`, `User`.`learning_dialect`, `User`.`shikomori_level`, `User`.`website`, `User`.`visio_url`, `User`.`password`, `User`.`password_question`, `User`.`password_response`, `User`.`digest_a1`, `User`.`rating`, `User`.`count_dictionary_contribution`, `User`.`count_ressource_contribution`, `User`.`count_of_words_to_revise`, `User`.`time_to_revise`, `User`.`revision_duration`, `User`.`license_registration_in_process`, `User`.`subscribe`, `User`.`certified`, `User`.`has_teacher`, `User`.`has_license_game`, `User`.`available`, `User`.`share_exercice`, `User`.`dictionary_signatory`, `User`.`requested_contribution`, `User`.`session_number`, `User`.`session_id`, `User`.`school_id`, `User`.`referral_code`, `User`.`referred`, `User`.`api_key`, `User`.`client_name`, `User`.`created`, `User`.`modified`, `User`.`connected`, `User`.`online`, `User`.`timezone`, `User`.`role`, `User`.`free_week_for_teacher`, `User`.`active_newsletter_notification`, `User`.`active_comment_notification`, `User`.`active`, `User`.`temp_user_data`, `User`.`access_token`, `User`.`access_token2`, `User`.`access_token3`, `User`.`access_token4`, `User`.`firebase_device_token_dictionary`, `User`.`firebase_device_token_luha`, `User`.`certificate_level`, (CONCAT(`User`.`first_name`, " ", `User`.`last_name`)) AS `User__full_name`, (CONCAT(`User`.`first_name`, " ", UPPER(LEFT(`User`.`last_name`, 1)), ".")) AS `User__short_name`, (IF(
`User`.`last_name` != "" AND `User`.`last_name` IS NOT NULL,
CONCAT(
`User`.`first_name`, " ",
IF(LOCATE(" ", `User`.`last_name`) = 0,
CONCAT(UPPER(LEFT(`User`.`last_name`, 1)), "."),
CONCAT(
UPPER(LEFT(SUBSTRING_INDEX(`User`.`last_name`, " ", 1), 1)), ". ",
UPPER(LEFT(SUBSTRING_INDEX(`User`.`last_name`, " ", -1), 1)), "."
)
)
),
`User`.`first_name`
)) AS `User__short_full_name`, `SocialProfile`.`id`, `SocialProfile`.`user_id`, `SocialProfile`.`social_network_name`, `SocialProfile`.`social_network_id`, `SocialProfile`.`email`, `SocialProfile`.`display_name`, `SocialProfile`.`first_name`, `SocialProfile`.`last_name`, `SocialProfile`.`link`, `SocialProfile`.`picture`, `SocialProfile`.`created`, `SocialProfile`.`modified`, `SocialProfile`.`status` FROM `noniseshorelc`.`users` AS `User` LEFT JOIN `noniseshorelc`.`social_profiles` AS `SocialProfile` ON (`SocialProfile`.`user_id` = `User`.`id`) WHERE `User`.`id` = 2205 LIMIT 1 | 1 | 1 | 1 | |
| SELECT `HighScore`.`id`, `HighScore`.`version`, `HighScore`.`exercice_id`, `HighScore`.`player_id`, `HighScore`.`game`, `HighScore`.`description`, `HighScore`.`score`, `HighScore`.`count_words_shimaore`, `HighScore`.`count_words_shimwali`, `HighScore`.`count_words_shindzuani`, `HighScore`.`count_words_shingazidja`, `HighScore`.`count_orthography_shimaore`, `HighScore`.`count_orthography_shimwali`, `HighScore`.`count_orthography_shindzuani`, `HighScore`.`count_orthography_shingazidja`, `HighScore`.`content_html`, `HighScore`.`create_date`, `HighScore`.`last_date`, `HighScore`.`time`, `HighScore`.`max_time`, `HighScore`.`mention`, `HighScore`.`max_score`, `HighScore`.`rank` FROM `noniseshorelc`.`high_scores` AS `HighScore` WHERE `HighScore`.`player_id` = (2205) | 0 | 0 | 13 | maybe slow |
| SELECT `License`.`id`, `License`.`product_id`, `License`.`user_id`, `License`.`payer_email`, `License`.`subscription_id`, `License`.`affiliate_id`, `License`.`authorized_conference`, `License`.`free_hour_allowed`, `License`.`paid_hour`, `License`.`status`, `License`.`reason`, `License`.`description`, `License`.`beneficiaries`, `License`.`referral_code`, `License`.`created`, `License`.`modified`, `License`.`expired`, `License`.`active`, `License`.`regularized_unpayment`, `License`.`start_time`, `License`.`full_name`, `License`.`last_payment`, `License`.`cycles_completed`, `License`.`total_cycles` FROM `noniseshorelc`.`licenses` AS `License` WHERE `License`.`user_id` = (2205) | 1 | 1 | 0 | |
| SELECT `Certificate`.`id`, `Certificate`.`name`, `Certificate`.`level`, `Certificate`.`max_note`, `Certificate`.`description`, `CertificateUser`.`certificate_id`, `CertificateUser`.`user_id`, `CertificateUser`.`mention`, `CertificateUser`.`note`, `CertificateUser`.`points`, `CertificateUser`.`date` FROM `noniseshorelc`.`certificates` AS `Certificate` JOIN `noniseshorelc`.`certificate_users` AS `CertificateUser` ON (`CertificateUser`.`user_id` = 2205 AND `CertificateUser`.`certificate_id` = `Certificate`.`id`) | 0 | 0 | 0 | |
| SELECT `Group`.`id`, `Group`.`referent_id`, `Group`.`name`, `Group`.`referent`, `Group`.`session_name`, `Group`.`tag`, `Group`.`type`, `Group`.`description`, `Group`.`level`, `Group`.`max_conference`, `Group`.`color`, `Group`.`active`, `Group`.`date_created`, `Group`.`date_updated`, (CONCAT(`Group`.`referent`, " - ", `Group`.`name`)) AS `Group__label`, (CONCAT(`Group`.`referent`, " - ", `Group`.`name`, " ", `Group`.`session_name`)) AS `Group__session_label`, `UserGroup`.`id`, `UserGroup`.`user_id`, `UserGroup`.`group_id` FROM `noniseshorelc`.`groups` AS `Group` JOIN `noniseshorelc`.`user_group` AS `UserGroup` ON (`UserGroup`.`user_id` = 2205 AND `UserGroup`.`group_id` = `Group`.`id`) | 0 | 0 | 0 | |
| SELECT `Conference`.`id`, `Conference`.`teacher_id`, `Conference`.`group_id`, `Conference`.`subject`, `Conference`.`level`, `Conference`.`description`, `Conference`.`titled`, `Conference`.`path_files`, `Conference`.`start_date`, `Conference`.`end_date`, `Conference`.`max_subscriber`, `Conference`.`is_group`, `Conference`.`is_free`, `Conference`.`is_stage`, `Conference`.`active`, `Conference`.`date_created`, `Conference`.`date_updated`, `Conference`.`execution_date`, `SubscribeConference`.`id`, `SubscribeConference`.`conference_id`, `SubscribeConference`.`user_id`, `SubscribeConference`.`signed`, `SubscribeConference`.`is_present`, `SubscribeConference`.`is_free`, `SubscribeConference`.`in_hour_pack`, `SubscribeConference`.`date_created` FROM `noniseshorelc`.`conferences` AS `Conference` JOIN `noniseshorelc`.`subscribe_conferences` AS `SubscribeConference` ON (`SubscribeConference`.`user_id` = 2205 AND `SubscribeConference`.`conference_id` = `Conference`.`id`) | 0 | 0 | 0 | |
| SELECT `User`.`id`, `User`.`email`, `User`.`security_email`, `User`.`payment_email`, `User`.`payment_id`, `User`.`biography`, `User`.`curriculum_vitae`, `User`.`thumbnail`, `User`.`sex`, `User`.`first_name`, `User`.`last_name`, `User`.`display_name`, `User`.`date_of_birth`, `User`.`address`, `User`.`phone`, `User`.`phone2`, `User`.`city`, `User`.`country`, `User`.`dialect`, `User`.`learning_dialect`, `User`.`shikomori_level`, `User`.`website`, `User`.`visio_url`, `User`.`password`, `User`.`password_question`, `User`.`password_response`, `User`.`digest_a1`, `User`.`rating`, `User`.`count_dictionary_contribution`, `User`.`count_ressource_contribution`, `User`.`count_of_words_to_revise`, `User`.`time_to_revise`, `User`.`revision_duration`, `User`.`license_registration_in_process`, `User`.`subscribe`, `User`.`certified`, `User`.`has_teacher`, `User`.`has_license_game`, `User`.`available`, `User`.`share_exercice`, `User`.`dictionary_signatory`, `User`.`requested_contribution`, `User`.`session_number`, `User`.`session_id`, `User`.`school_id`, `User`.`referral_code`, `User`.`referred`, `User`.`api_key`, `User`.`client_name`, `User`.`created`, `User`.`modified`, `User`.`connected`, `User`.`online`, `User`.`timezone`, `User`.`role`, `User`.`free_week_for_teacher`, `User`.`active_newsletter_notification`, `User`.`active_comment_notification`, `User`.`active`, `User`.`temp_user_data`, `User`.`access_token`, `User`.`access_token2`, `User`.`access_token3`, `User`.`access_token4`, `User`.`firebase_device_token_dictionary`, `User`.`firebase_device_token_luha`, `User`.`certificate_level`, (CONCAT(`User`.`first_name`, " ", `User`.`last_name`)) AS `User__full_name`, (CONCAT(`User`.`first_name`, " ", UPPER(LEFT(`User`.`last_name`, 1)), ".")) AS `User__short_name`, (IF(
`User`.`last_name` != "" AND `User`.`last_name` IS NOT NULL,
CONCAT(
`User`.`first_name`, " ",
IF(LOCATE(" ", `User`.`last_name`) = 0,
CONCAT(UPPER(LEFT(`User`.`last_name`, 1)), "."),
CONCAT(
UPPER(LEFT(SUBSTRING_INDEX(`User`.`last_name`, " ", 1), 1)), ". ",
UPPER(LEFT(SUBSTRING_INDEX(`User`.`last_name`, " ", -1), 1)), "."
)
)
),
`User`.`first_name`
)) AS `User__short_full_name`, `SocialProfile`.`id`, `SocialProfile`.`user_id`, `SocialProfile`.`social_network_name`, `SocialProfile`.`social_network_id`, `SocialProfile`.`email`, `SocialProfile`.`display_name`, `SocialProfile`.`first_name`, `SocialProfile`.`last_name`, `SocialProfile`.`link`, `SocialProfile`.`picture`, `SocialProfile`.`created`, `SocialProfile`.`modified`, `SocialProfile`.`status` FROM `noniseshorelc`.`users` AS `User` LEFT JOIN `noniseshorelc`.`social_profiles` AS `SocialProfile` ON (`SocialProfile`.`user_id` = `User`.`id`) WHERE `User`.`id` = 2205 LIMIT 1 | 1 | 1 | 1 | |
| SELECT `HighScore`.`id`, `HighScore`.`version`, `HighScore`.`exercice_id`, `HighScore`.`player_id`, `HighScore`.`game`, `HighScore`.`description`, `HighScore`.`score`, `HighScore`.`count_words_shimaore`, `HighScore`.`count_words_shimwali`, `HighScore`.`count_words_shindzuani`, `HighScore`.`count_words_shingazidja`, `HighScore`.`count_orthography_shimaore`, `HighScore`.`count_orthography_shimwali`, `HighScore`.`count_orthography_shindzuani`, `HighScore`.`count_orthography_shingazidja`, `HighScore`.`content_html`, `HighScore`.`create_date`, `HighScore`.`last_date`, `HighScore`.`time`, `HighScore`.`max_time`, `HighScore`.`mention`, `HighScore`.`max_score`, `HighScore`.`rank` FROM `noniseshorelc`.`high_scores` AS `HighScore` WHERE `HighScore`.`player_id` = (2205) | 0 | 0 | 13 | maybe slow |
| SELECT `License`.`id`, `License`.`product_id`, `License`.`user_id`, `License`.`payer_email`, `License`.`subscription_id`, `License`.`affiliate_id`, `License`.`authorized_conference`, `License`.`free_hour_allowed`, `License`.`paid_hour`, `License`.`status`, `License`.`reason`, `License`.`description`, `License`.`beneficiaries`, `License`.`referral_code`, `License`.`created`, `License`.`modified`, `License`.`expired`, `License`.`active`, `License`.`regularized_unpayment`, `License`.`start_time`, `License`.`full_name`, `License`.`last_payment`, `License`.`cycles_completed`, `License`.`total_cycles` FROM `noniseshorelc`.`licenses` AS `License` WHERE `License`.`user_id` = (2205) | 1 | 1 | 0 | |
| SELECT `Certificate`.`id`, `Certificate`.`name`, `Certificate`.`level`, `Certificate`.`max_note`, `Certificate`.`description`, `CertificateUser`.`certificate_id`, `CertificateUser`.`user_id`, `CertificateUser`.`mention`, `CertificateUser`.`note`, `CertificateUser`.`points`, `CertificateUser`.`date` FROM `noniseshorelc`.`certificates` AS `Certificate` JOIN `noniseshorelc`.`certificate_users` AS `CertificateUser` ON (`CertificateUser`.`user_id` = 2205 AND `CertificateUser`.`certificate_id` = `Certificate`.`id`) | 0 | 0 | 0 | |
| SELECT `Group`.`id`, `Group`.`referent_id`, `Group`.`name`, `Group`.`referent`, `Group`.`session_name`, `Group`.`tag`, `Group`.`type`, `Group`.`description`, `Group`.`level`, `Group`.`max_conference`, `Group`.`color`, `Group`.`active`, `Group`.`date_created`, `Group`.`date_updated`, (CONCAT(`Group`.`referent`, " - ", `Group`.`name`)) AS `Group__label`, (CONCAT(`Group`.`referent`, " - ", `Group`.`name`, " ", `Group`.`session_name`)) AS `Group__session_label`, `UserGroup`.`id`, `UserGroup`.`user_id`, `UserGroup`.`group_id` FROM `noniseshorelc`.`groups` AS `Group` JOIN `noniseshorelc`.`user_group` AS `UserGroup` ON (`UserGroup`.`user_id` = 2205 AND `UserGroup`.`group_id` = `Group`.`id`) | 0 | 0 | 0 | |
| SELECT `Conference`.`id`, `Conference`.`teacher_id`, `Conference`.`group_id`, `Conference`.`subject`, `Conference`.`level`, `Conference`.`description`, `Conference`.`titled`, `Conference`.`path_files`, `Conference`.`start_date`, `Conference`.`end_date`, `Conference`.`max_subscriber`, `Conference`.`is_group`, `Conference`.`is_free`, `Conference`.`is_stage`, `Conference`.`active`, `Conference`.`date_created`, `Conference`.`date_updated`, `Conference`.`execution_date`, `SubscribeConference`.`id`, `SubscribeConference`.`conference_id`, `SubscribeConference`.`user_id`, `SubscribeConference`.`signed`, `SubscribeConference`.`is_present`, `SubscribeConference`.`is_free`, `SubscribeConference`.`in_hour_pack`, `SubscribeConference`.`date_created` FROM `noniseshorelc`.`conferences` AS `Conference` JOIN `noniseshorelc`.`subscribe_conferences` AS `SubscribeConference` ON (`SubscribeConference`.`user_id` = 2205 AND `SubscribeConference`.`conference_id` = `Conference`.`id`) | 0 | 0 | 0 | |
| SELECT `User`.`id`, `User`.`email`, `User`.`security_email`, `User`.`payment_email`, `User`.`payment_id`, `User`.`biography`, `User`.`curriculum_vitae`, `User`.`thumbnail`, `User`.`sex`, `User`.`first_name`, `User`.`last_name`, `User`.`display_name`, `User`.`date_of_birth`, `User`.`address`, `User`.`phone`, `User`.`phone2`, `User`.`city`, `User`.`country`, `User`.`dialect`, `User`.`learning_dialect`, `User`.`shikomori_level`, `User`.`website`, `User`.`visio_url`, `User`.`password`, `User`.`password_question`, `User`.`password_response`, `User`.`digest_a1`, `User`.`rating`, `User`.`count_dictionary_contribution`, `User`.`count_ressource_contribution`, `User`.`count_of_words_to_revise`, `User`.`time_to_revise`, `User`.`revision_duration`, `User`.`license_registration_in_process`, `User`.`subscribe`, `User`.`certified`, `User`.`has_teacher`, `User`.`has_license_game`, `User`.`available`, `User`.`share_exercice`, `User`.`dictionary_signatory`, `User`.`requested_contribution`, `User`.`session_number`, `User`.`session_id`, `User`.`school_id`, `User`.`referral_code`, `User`.`referred`, `User`.`api_key`, `User`.`client_name`, `User`.`created`, `User`.`modified`, `User`.`connected`, `User`.`online`, `User`.`timezone`, `User`.`role`, `User`.`free_week_for_teacher`, `User`.`active_newsletter_notification`, `User`.`active_comment_notification`, `User`.`active`, `User`.`temp_user_data`, `User`.`access_token`, `User`.`access_token2`, `User`.`access_token3`, `User`.`access_token4`, `User`.`firebase_device_token_dictionary`, `User`.`firebase_device_token_luha`, `User`.`certificate_level`, (CONCAT(`User`.`first_name`, " ", `User`.`last_name`)) AS `User__full_name`, (CONCAT(`User`.`first_name`, " ", UPPER(LEFT(`User`.`last_name`, 1)), ".")) AS `User__short_name`, (IF(
`User`.`last_name` != "" AND `User`.`last_name` IS NOT NULL,
CONCAT(
`User`.`first_name`, " ",
IF(LOCATE(" ", `User`.`last_name`) = 0,
CONCAT(UPPER(LEFT(`User`.`last_name`, 1)), "."),
CONCAT(
UPPER(LEFT(SUBSTRING_INDEX(`User`.`last_name`, " ", 1), 1)), ". ",
UPPER(LEFT(SUBSTRING_INDEX(`User`.`last_name`, " ", -1), 1)), "."
)
)
),
`User`.`first_name`
)) AS `User__short_full_name`, `SocialProfile`.`id`, `SocialProfile`.`user_id`, `SocialProfile`.`social_network_name`, `SocialProfile`.`social_network_id`, `SocialProfile`.`email`, `SocialProfile`.`display_name`, `SocialProfile`.`first_name`, `SocialProfile`.`last_name`, `SocialProfile`.`link`, `SocialProfile`.`picture`, `SocialProfile`.`created`, `SocialProfile`.`modified`, `SocialProfile`.`status` FROM `noniseshorelc`.`users` AS `User` LEFT JOIN `noniseshorelc`.`social_profiles` AS `SocialProfile` ON (`SocialProfile`.`user_id` = `User`.`id`) WHERE `User`.`email` = '36' LIMIT 1 | 0 | 0 | 0 | |
| SELECT `User`.`id`, `User`.`email`, `User`.`security_email`, `User`.`payment_email`, `User`.`payment_id`, `User`.`biography`, `User`.`curriculum_vitae`, `User`.`thumbnail`, `User`.`sex`, `User`.`first_name`, `User`.`last_name`, `User`.`display_name`, `User`.`date_of_birth`, `User`.`address`, `User`.`phone`, `User`.`phone2`, `User`.`city`, `User`.`country`, `User`.`dialect`, `User`.`learning_dialect`, `User`.`shikomori_level`, `User`.`website`, `User`.`visio_url`, `User`.`password`, `User`.`password_question`, `User`.`password_response`, `User`.`digest_a1`, `User`.`rating`, `User`.`count_dictionary_contribution`, `User`.`count_ressource_contribution`, `User`.`count_of_words_to_revise`, `User`.`time_to_revise`, `User`.`revision_duration`, `User`.`license_registration_in_process`, `User`.`subscribe`, `User`.`certified`, `User`.`has_teacher`, `User`.`has_license_game`, `User`.`available`, `User`.`share_exercice`, `User`.`dictionary_signatory`, `User`.`requested_contribution`, `User`.`session_number`, `User`.`session_id`, `User`.`school_id`, `User`.`referral_code`, `User`.`referred`, `User`.`api_key`, `User`.`client_name`, `User`.`created`, `User`.`modified`, `User`.`connected`, `User`.`online`, `User`.`timezone`, `User`.`role`, `User`.`free_week_for_teacher`, `User`.`active_newsletter_notification`, `User`.`active_comment_notification`, `User`.`active`, `User`.`temp_user_data`, `User`.`access_token`, `User`.`access_token2`, `User`.`access_token3`, `User`.`access_token4`, `User`.`firebase_device_token_dictionary`, `User`.`firebase_device_token_luha`, `User`.`certificate_level`, (CONCAT(`User`.`first_name`, " ", `User`.`last_name`)) AS `User__full_name`, (CONCAT(`User`.`first_name`, " ", UPPER(LEFT(`User`.`last_name`, 1)), ".")) AS `User__short_name`, (IF(
`User`.`last_name` != "" AND `User`.`last_name` IS NOT NULL,
CONCAT(
`User`.`first_name`, " ",
IF(LOCATE(" ", `User`.`last_name`) = 0,
CONCAT(UPPER(LEFT(`User`.`last_name`, 1)), "."),
CONCAT(
UPPER(LEFT(SUBSTRING_INDEX(`User`.`last_name`, " ", 1), 1)), ". ",
UPPER(LEFT(SUBSTRING_INDEX(`User`.`last_name`, " ", -1), 1)), "."
)
)
),
`User`.`first_name`
)) AS `User__short_full_name`, `SocialProfile`.`id`, `SocialProfile`.`user_id`, `SocialProfile`.`social_network_name`, `SocialProfile`.`social_network_id`, `SocialProfile`.`email`, `SocialProfile`.`display_name`, `SocialProfile`.`first_name`, `SocialProfile`.`last_name`, `SocialProfile`.`link`, `SocialProfile`.`picture`, `SocialProfile`.`created`, `SocialProfile`.`modified`, `SocialProfile`.`status` FROM `noniseshorelc`.`users` AS `User` LEFT JOIN `noniseshorelc`.`social_profiles` AS `SocialProfile` ON (`SocialProfile`.`user_id` = `User`.`id`) WHERE `User`.`id` = 36 LIMIT 1 | 1 | 1 | 1 | |
| SELECT `HighScore`.`id`, `HighScore`.`version`, `HighScore`.`exercice_id`, `HighScore`.`player_id`, `HighScore`.`game`, `HighScore`.`description`, `HighScore`.`score`, `HighScore`.`count_words_shimaore`, `HighScore`.`count_words_shimwali`, `HighScore`.`count_words_shindzuani`, `HighScore`.`count_words_shingazidja`, `HighScore`.`count_orthography_shimaore`, `HighScore`.`count_orthography_shimwali`, `HighScore`.`count_orthography_shindzuani`, `HighScore`.`count_orthography_shingazidja`, `HighScore`.`content_html`, `HighScore`.`create_date`, `HighScore`.`last_date`, `HighScore`.`time`, `HighScore`.`max_time`, `HighScore`.`mention`, `HighScore`.`max_score`, `HighScore`.`rank` FROM `noniseshorelc`.`high_scores` AS `HighScore` WHERE `HighScore`.`player_id` = (36) | 0 | 0 | 13 | maybe slow |
| SELECT `License`.`id`, `License`.`product_id`, `License`.`user_id`, `License`.`payer_email`, `License`.`subscription_id`, `License`.`affiliate_id`, `License`.`authorized_conference`, `License`.`free_hour_allowed`, `License`.`paid_hour`, `License`.`status`, `License`.`reason`, `License`.`description`, `License`.`beneficiaries`, `License`.`referral_code`, `License`.`created`, `License`.`modified`, `License`.`expired`, `License`.`active`, `License`.`regularized_unpayment`, `License`.`start_time`, `License`.`full_name`, `License`.`last_payment`, `License`.`cycles_completed`, `License`.`total_cycles` FROM `noniseshorelc`.`licenses` AS `License` WHERE `License`.`user_id` = (36) | 8 | 8 | 0 | |
| SELECT `Certificate`.`id`, `Certificate`.`name`, `Certificate`.`level`, `Certificate`.`max_note`, `Certificate`.`description`, `CertificateUser`.`certificate_id`, `CertificateUser`.`user_id`, `CertificateUser`.`mention`, `CertificateUser`.`note`, `CertificateUser`.`points`, `CertificateUser`.`date` FROM `noniseshorelc`.`certificates` AS `Certificate` JOIN `noniseshorelc`.`certificate_users` AS `CertificateUser` ON (`CertificateUser`.`user_id` = 36 AND `CertificateUser`.`certificate_id` = `Certificate`.`id`) | 2 | 2 | 0 | |
| SELECT `Group`.`id`, `Group`.`referent_id`, `Group`.`name`, `Group`.`referent`, `Group`.`session_name`, `Group`.`tag`, `Group`.`type`, `Group`.`description`, `Group`.`level`, `Group`.`max_conference`, `Group`.`color`, `Group`.`active`, `Group`.`date_created`, `Group`.`date_updated`, (CONCAT(`Group`.`referent`, " - ", `Group`.`name`)) AS `Group__label`, (CONCAT(`Group`.`referent`, " - ", `Group`.`name`, " ", `Group`.`session_name`)) AS `Group__session_label`, `UserGroup`.`id`, `UserGroup`.`user_id`, `UserGroup`.`group_id` FROM `noniseshorelc`.`groups` AS `Group` JOIN `noniseshorelc`.`user_group` AS `UserGroup` ON (`UserGroup`.`user_id` = 36 AND `UserGroup`.`group_id` = `Group`.`id`) | 0 | 0 | 0 | |
| SELECT `Conference`.`id`, `Conference`.`teacher_id`, `Conference`.`group_id`, `Conference`.`subject`, `Conference`.`level`, `Conference`.`description`, `Conference`.`titled`, `Conference`.`path_files`, `Conference`.`start_date`, `Conference`.`end_date`, `Conference`.`max_subscriber`, `Conference`.`is_group`, `Conference`.`is_free`, `Conference`.`is_stage`, `Conference`.`active`, `Conference`.`date_created`, `Conference`.`date_updated`, `Conference`.`execution_date`, `SubscribeConference`.`id`, `SubscribeConference`.`conference_id`, `SubscribeConference`.`user_id`, `SubscribeConference`.`signed`, `SubscribeConference`.`is_present`, `SubscribeConference`.`is_free`, `SubscribeConference`.`in_hour_pack`, `SubscribeConference`.`date_created` FROM `noniseshorelc`.`conferences` AS `Conference` JOIN `noniseshorelc`.`subscribe_conferences` AS `SubscribeConference` ON (`SubscribeConference`.`user_id` = 36 AND `SubscribeConference`.`conference_id` = `Conference`.`id`) | 13 | 13 | 0 | |
| SELECT `User`.`id`, `User`.`email`, `User`.`security_email`, `User`.`payment_email`, `User`.`payment_id`, `User`.`biography`, `User`.`curriculum_vitae`, `User`.`thumbnail`, `User`.`sex`, `User`.`first_name`, `User`.`last_name`, `User`.`display_name`, `User`.`date_of_birth`, `User`.`address`, `User`.`phone`, `User`.`phone2`, `User`.`city`, `User`.`country`, `User`.`dialect`, `User`.`learning_dialect`, `User`.`shikomori_level`, `User`.`website`, `User`.`visio_url`, `User`.`password`, `User`.`password_question`, `User`.`password_response`, `User`.`digest_a1`, `User`.`rating`, `User`.`count_dictionary_contribution`, `User`.`count_ressource_contribution`, `User`.`count_of_words_to_revise`, `User`.`time_to_revise`, `User`.`revision_duration`, `User`.`license_registration_in_process`, `User`.`subscribe`, `User`.`certified`, `User`.`has_teacher`, `User`.`has_license_game`, `User`.`available`, `User`.`share_exercice`, `User`.`dictionary_signatory`, `User`.`requested_contribution`, `User`.`session_number`, `User`.`session_id`, `User`.`school_id`, `User`.`referral_code`, `User`.`referred`, `User`.`api_key`, `User`.`client_name`, `User`.`created`, `User`.`modified`, `User`.`connected`, `User`.`online`, `User`.`timezone`, `User`.`role`, `User`.`free_week_for_teacher`, `User`.`active_newsletter_notification`, `User`.`active_comment_notification`, `User`.`active`, `User`.`temp_user_data`, `User`.`access_token`, `User`.`access_token2`, `User`.`access_token3`, `User`.`access_token4`, `User`.`firebase_device_token_dictionary`, `User`.`firebase_device_token_luha`, `User`.`certificate_level`, (CONCAT(`User`.`first_name`, " ", `User`.`last_name`)) AS `User__full_name`, (CONCAT(`User`.`first_name`, " ", UPPER(LEFT(`User`.`last_name`, 1)), ".")) AS `User__short_name`, (IF(
`User`.`last_name` != "" AND `User`.`last_name` IS NOT NULL,
CONCAT(
`User`.`first_name`, " ",
IF(LOCATE(" ", `User`.`last_name`) = 0,
CONCAT(UPPER(LEFT(`User`.`last_name`, 1)), "."),
CONCAT(
UPPER(LEFT(SUBSTRING_INDEX(`User`.`last_name`, " ", 1), 1)), ". ",
UPPER(LEFT(SUBSTRING_INDEX(`User`.`last_name`, " ", -1), 1)), "."
)
)
),
`User`.`first_name`
)) AS `User__short_full_name`, `SocialProfile`.`id`, `SocialProfile`.`user_id`, `SocialProfile`.`social_network_name`, `SocialProfile`.`social_network_id`, `SocialProfile`.`email`, `SocialProfile`.`display_name`, `SocialProfile`.`first_name`, `SocialProfile`.`last_name`, `SocialProfile`.`link`, `SocialProfile`.`picture`, `SocialProfile`.`created`, `SocialProfile`.`modified`, `SocialProfile`.`status` FROM `noniseshorelc`.`users` AS `User` LEFT JOIN `noniseshorelc`.`social_profiles` AS `SocialProfile` ON (`SocialProfile`.`user_id` = `User`.`id`) WHERE `User`.`id` = 36 LIMIT 1 | 1 | 1 | 1 | |
| SELECT `HighScore`.`id`, `HighScore`.`version`, `HighScore`.`exercice_id`, `HighScore`.`player_id`, `HighScore`.`game`, `HighScore`.`description`, `HighScore`.`score`, `HighScore`.`count_words_shimaore`, `HighScore`.`count_words_shimwali`, `HighScore`.`count_words_shindzuani`, `HighScore`.`count_words_shingazidja`, `HighScore`.`count_orthography_shimaore`, `HighScore`.`count_orthography_shimwali`, `HighScore`.`count_orthography_shindzuani`, `HighScore`.`count_orthography_shingazidja`, `HighScore`.`content_html`, `HighScore`.`create_date`, `HighScore`.`last_date`, `HighScore`.`time`, `HighScore`.`max_time`, `HighScore`.`mention`, `HighScore`.`max_score`, `HighScore`.`rank` FROM `noniseshorelc`.`high_scores` AS `HighScore` WHERE `HighScore`.`player_id` = (36) | 0 | 0 | 13 | maybe slow |
| SELECT `License`.`id`, `License`.`product_id`, `License`.`user_id`, `License`.`payer_email`, `License`.`subscription_id`, `License`.`affiliate_id`, `License`.`authorized_conference`, `License`.`free_hour_allowed`, `License`.`paid_hour`, `License`.`status`, `License`.`reason`, `License`.`description`, `License`.`beneficiaries`, `License`.`referral_code`, `License`.`created`, `License`.`modified`, `License`.`expired`, `License`.`active`, `License`.`regularized_unpayment`, `License`.`start_time`, `License`.`full_name`, `License`.`last_payment`, `License`.`cycles_completed`, `License`.`total_cycles` FROM `noniseshorelc`.`licenses` AS `License` WHERE `License`.`user_id` = (36) | 8 | 8 | 0 | |
| SELECT `Certificate`.`id`, `Certificate`.`name`, `Certificate`.`level`, `Certificate`.`max_note`, `Certificate`.`description`, `CertificateUser`.`certificate_id`, `CertificateUser`.`user_id`, `CertificateUser`.`mention`, `CertificateUser`.`note`, `CertificateUser`.`points`, `CertificateUser`.`date` FROM `noniseshorelc`.`certificates` AS `Certificate` JOIN `noniseshorelc`.`certificate_users` AS `CertificateUser` ON (`CertificateUser`.`user_id` = 36 AND `CertificateUser`.`certificate_id` = `Certificate`.`id`) | 2 | 2 | 0 | |
| SELECT `Group`.`id`, `Group`.`referent_id`, `Group`.`name`, `Group`.`referent`, `Group`.`session_name`, `Group`.`tag`, `Group`.`type`, `Group`.`description`, `Group`.`level`, `Group`.`max_conference`, `Group`.`color`, `Group`.`active`, `Group`.`date_created`, `Group`.`date_updated`, (CONCAT(`Group`.`referent`, " - ", `Group`.`name`)) AS `Group__label`, (CONCAT(`Group`.`referent`, " - ", `Group`.`name`, " ", `Group`.`session_name`)) AS `Group__session_label`, `UserGroup`.`id`, `UserGroup`.`user_id`, `UserGroup`.`group_id` FROM `noniseshorelc`.`groups` AS `Group` JOIN `noniseshorelc`.`user_group` AS `UserGroup` ON (`UserGroup`.`user_id` = 36 AND `UserGroup`.`group_id` = `Group`.`id`) | 0 | 0 | 0 | |
| SELECT `Conference`.`id`, `Conference`.`teacher_id`, `Conference`.`group_id`, `Conference`.`subject`, `Conference`.`level`, `Conference`.`description`, `Conference`.`titled`, `Conference`.`path_files`, `Conference`.`start_date`, `Conference`.`end_date`, `Conference`.`max_subscriber`, `Conference`.`is_group`, `Conference`.`is_free`, `Conference`.`is_stage`, `Conference`.`active`, `Conference`.`date_created`, `Conference`.`date_updated`, `Conference`.`execution_date`, `SubscribeConference`.`id`, `SubscribeConference`.`conference_id`, `SubscribeConference`.`user_id`, `SubscribeConference`.`signed`, `SubscribeConference`.`is_present`, `SubscribeConference`.`is_free`, `SubscribeConference`.`in_hour_pack`, `SubscribeConference`.`date_created` FROM `noniseshorelc`.`conferences` AS `Conference` JOIN `noniseshorelc`.`subscribe_conferences` AS `SubscribeConference` ON (`SubscribeConference`.`user_id` = 36 AND `SubscribeConference`.`conference_id` = `Conference`.`id`) | 13 | 13 | 0 | |
| SELECT `User`.`id`, `User`.`email`, `User`.`security_email`, `User`.`payment_email`, `User`.`payment_id`, `User`.`biography`, `User`.`curriculum_vitae`, `User`.`thumbnail`, `User`.`sex`, `User`.`first_name`, `User`.`last_name`, `User`.`display_name`, `User`.`date_of_birth`, `User`.`address`, `User`.`phone`, `User`.`phone2`, `User`.`city`, `User`.`country`, `User`.`dialect`, `User`.`learning_dialect`, `User`.`shikomori_level`, `User`.`website`, `User`.`visio_url`, `User`.`password`, `User`.`password_question`, `User`.`password_response`, `User`.`digest_a1`, `User`.`rating`, `User`.`count_dictionary_contribution`, `User`.`count_ressource_contribution`, `User`.`count_of_words_to_revise`, `User`.`time_to_revise`, `User`.`revision_duration`, `User`.`license_registration_in_process`, `User`.`subscribe`, `User`.`certified`, `User`.`has_teacher`, `User`.`has_license_game`, `User`.`available`, `User`.`share_exercice`, `User`.`dictionary_signatory`, `User`.`requested_contribution`, `User`.`session_number`, `User`.`session_id`, `User`.`school_id`, `User`.`referral_code`, `User`.`referred`, `User`.`api_key`, `User`.`client_name`, `User`.`created`, `User`.`modified`, `User`.`connected`, `User`.`online`, `User`.`timezone`, `User`.`role`, `User`.`free_week_for_teacher`, `User`.`active_newsletter_notification`, `User`.`active_comment_notification`, `User`.`active`, `User`.`temp_user_data`, `User`.`access_token`, `User`.`access_token2`, `User`.`access_token3`, `User`.`access_token4`, `User`.`firebase_device_token_dictionary`, `User`.`firebase_device_token_luha`, `User`.`certificate_level`, (CONCAT(`User`.`first_name`, " ", `User`.`last_name`)) AS `User__full_name`, (CONCAT(`User`.`first_name`, " ", UPPER(LEFT(`User`.`last_name`, 1)), ".")) AS `User__short_name`, (IF(
`User`.`last_name` != "" AND `User`.`last_name` IS NOT NULL,
CONCAT(
`User`.`first_name`, " ",
IF(LOCATE(" ", `User`.`last_name`) = 0,
CONCAT(UPPER(LEFT(`User`.`last_name`, 1)), "."),
CONCAT(
UPPER(LEFT(SUBSTRING_INDEX(`User`.`last_name`, " ", 1), 1)), ". ",
UPPER(LEFT(SUBSTRING_INDEX(`User`.`last_name`, " ", -1), 1)), "."
)
)
),
`User`.`first_name`
)) AS `User__short_full_name`, `SocialProfile`.`id`, `SocialProfile`.`user_id`, `SocialProfile`.`social_network_name`, `SocialProfile`.`social_network_id`, `SocialProfile`.`email`, `SocialProfile`.`display_name`, `SocialProfile`.`first_name`, `SocialProfile`.`last_name`, `SocialProfile`.`link`, `SocialProfile`.`picture`, `SocialProfile`.`created`, `SocialProfile`.`modified`, `SocialProfile`.`status` FROM `noniseshorelc`.`users` AS `User` LEFT JOIN `noniseshorelc`.`social_profiles` AS `SocialProfile` ON (`SocialProfile`.`user_id` = `User`.`id`) WHERE `User`.`email` = '36' LIMIT 1 | 0 | 0 | 1 | maybe slow |
| SELECT `User`.`id`, `User`.`email`, `User`.`security_email`, `User`.`payment_email`, `User`.`payment_id`, `User`.`biography`, `User`.`curriculum_vitae`, `User`.`thumbnail`, `User`.`sex`, `User`.`first_name`, `User`.`last_name`, `User`.`display_name`, `User`.`date_of_birth`, `User`.`address`, `User`.`phone`, `User`.`phone2`, `User`.`city`, `User`.`country`, `User`.`dialect`, `User`.`learning_dialect`, `User`.`shikomori_level`, `User`.`website`, `User`.`visio_url`, `User`.`password`, `User`.`password_question`, `User`.`password_response`, `User`.`digest_a1`, `User`.`rating`, `User`.`count_dictionary_contribution`, `User`.`count_ressource_contribution`, `User`.`count_of_words_to_revise`, `User`.`time_to_revise`, `User`.`revision_duration`, `User`.`license_registration_in_process`, `User`.`subscribe`, `User`.`certified`, `User`.`has_teacher`, `User`.`has_license_game`, `User`.`available`, `User`.`share_exercice`, `User`.`dictionary_signatory`, `User`.`requested_contribution`, `User`.`session_number`, `User`.`session_id`, `User`.`school_id`, `User`.`referral_code`, `User`.`referred`, `User`.`api_key`, `User`.`client_name`, `User`.`created`, `User`.`modified`, `User`.`connected`, `User`.`online`, `User`.`timezone`, `User`.`role`, `User`.`free_week_for_teacher`, `User`.`active_newsletter_notification`, `User`.`active_comment_notification`, `User`.`active`, `User`.`temp_user_data`, `User`.`access_token`, `User`.`access_token2`, `User`.`access_token3`, `User`.`access_token4`, `User`.`firebase_device_token_dictionary`, `User`.`firebase_device_token_luha`, `User`.`certificate_level`, (CONCAT(`User`.`first_name`, " ", `User`.`last_name`)) AS `User__full_name`, (CONCAT(`User`.`first_name`, " ", UPPER(LEFT(`User`.`last_name`, 1)), ".")) AS `User__short_name`, (IF(
`User`.`last_name` != "" AND `User`.`last_name` IS NOT NULL,
CONCAT(
`User`.`first_name`, " ",
IF(LOCATE(" ", `User`.`last_name`) = 0,
CONCAT(UPPER(LEFT(`User`.`last_name`, 1)), "."),
CONCAT(
UPPER(LEFT(SUBSTRING_INDEX(`User`.`last_name`, " ", 1), 1)), ". ",
UPPER(LEFT(SUBSTRING_INDEX(`User`.`last_name`, " ", -1), 1)), "."
)
)
),
`User`.`first_name`
)) AS `User__short_full_name`, `SocialProfile`.`id`, `SocialProfile`.`user_id`, `SocialProfile`.`social_network_name`, `SocialProfile`.`social_network_id`, `SocialProfile`.`email`, `SocialProfile`.`display_name`, `SocialProfile`.`first_name`, `SocialProfile`.`last_name`, `SocialProfile`.`link`, `SocialProfile`.`picture`, `SocialProfile`.`created`, `SocialProfile`.`modified`, `SocialProfile`.`status` FROM `noniseshorelc`.`users` AS `User` LEFT JOIN `noniseshorelc`.`social_profiles` AS `SocialProfile` ON (`SocialProfile`.`user_id` = `User`.`id`) WHERE `User`.`id` = 36 LIMIT 1 | 1 | 1 | 1 | |
| SELECT `HighScore`.`id`, `HighScore`.`version`, `HighScore`.`exercice_id`, `HighScore`.`player_id`, `HighScore`.`game`, `HighScore`.`description`, `HighScore`.`score`, `HighScore`.`count_words_shimaore`, `HighScore`.`count_words_shimwali`, `HighScore`.`count_words_shindzuani`, `HighScore`.`count_words_shingazidja`, `HighScore`.`count_orthography_shimaore`, `HighScore`.`count_orthography_shimwali`, `HighScore`.`count_orthography_shindzuani`, `HighScore`.`count_orthography_shingazidja`, `HighScore`.`content_html`, `HighScore`.`create_date`, `HighScore`.`last_date`, `HighScore`.`time`, `HighScore`.`max_time`, `HighScore`.`mention`, `HighScore`.`max_score`, `HighScore`.`rank` FROM `noniseshorelc`.`high_scores` AS `HighScore` WHERE `HighScore`.`player_id` = (36) | 0 | 0 | 13 | maybe slow |
| SELECT `License`.`id`, `License`.`product_id`, `License`.`user_id`, `License`.`payer_email`, `License`.`subscription_id`, `License`.`affiliate_id`, `License`.`authorized_conference`, `License`.`free_hour_allowed`, `License`.`paid_hour`, `License`.`status`, `License`.`reason`, `License`.`description`, `License`.`beneficiaries`, `License`.`referral_code`, `License`.`created`, `License`.`modified`, `License`.`expired`, `License`.`active`, `License`.`regularized_unpayment`, `License`.`start_time`, `License`.`full_name`, `License`.`last_payment`, `License`.`cycles_completed`, `License`.`total_cycles` FROM `noniseshorelc`.`licenses` AS `License` WHERE `License`.`user_id` = (36) | 8 | 8 | 0 | |
| SELECT `Certificate`.`id`, `Certificate`.`name`, `Certificate`.`level`, `Certificate`.`max_note`, `Certificate`.`description`, `CertificateUser`.`certificate_id`, `CertificateUser`.`user_id`, `CertificateUser`.`mention`, `CertificateUser`.`note`, `CertificateUser`.`points`, `CertificateUser`.`date` FROM `noniseshorelc`.`certificates` AS `Certificate` JOIN `noniseshorelc`.`certificate_users` AS `CertificateUser` ON (`CertificateUser`.`user_id` = 36 AND `CertificateUser`.`certificate_id` = `Certificate`.`id`) | 2 | 2 | 0 | |
| SELECT `Group`.`id`, `Group`.`referent_id`, `Group`.`name`, `Group`.`referent`, `Group`.`session_name`, `Group`.`tag`, `Group`.`type`, `Group`.`description`, `Group`.`level`, `Group`.`max_conference`, `Group`.`color`, `Group`.`active`, `Group`.`date_created`, `Group`.`date_updated`, (CONCAT(`Group`.`referent`, " - ", `Group`.`name`)) AS `Group__label`, (CONCAT(`Group`.`referent`, " - ", `Group`.`name`, " ", `Group`.`session_name`)) AS `Group__session_label`, `UserGroup`.`id`, `UserGroup`.`user_id`, `UserGroup`.`group_id` FROM `noniseshorelc`.`groups` AS `Group` JOIN `noniseshorelc`.`user_group` AS `UserGroup` ON (`UserGroup`.`user_id` = 36 AND `UserGroup`.`group_id` = `Group`.`id`) | 0 | 0 | 0 | |
| SELECT `Conference`.`id`, `Conference`.`teacher_id`, `Conference`.`group_id`, `Conference`.`subject`, `Conference`.`level`, `Conference`.`description`, `Conference`.`titled`, `Conference`.`path_files`, `Conference`.`start_date`, `Conference`.`end_date`, `Conference`.`max_subscriber`, `Conference`.`is_group`, `Conference`.`is_free`, `Conference`.`is_stage`, `Conference`.`active`, `Conference`.`date_created`, `Conference`.`date_updated`, `Conference`.`execution_date`, `SubscribeConference`.`id`, `SubscribeConference`.`conference_id`, `SubscribeConference`.`user_id`, `SubscribeConference`.`signed`, `SubscribeConference`.`is_present`, `SubscribeConference`.`is_free`, `SubscribeConference`.`in_hour_pack`, `SubscribeConference`.`date_created` FROM `noniseshorelc`.`conferences` AS `Conference` JOIN `noniseshorelc`.`subscribe_conferences` AS `SubscribeConference` ON (`SubscribeConference`.`user_id` = 36 AND `SubscribeConference`.`conference_id` = `Conference`.`id`) | 13 | 13 | 0 | |
| SELECT `User`.`id`, `User`.`email`, `User`.`security_email`, `User`.`payment_email`, `User`.`payment_id`, `User`.`biography`, `User`.`curriculum_vitae`, `User`.`thumbnail`, `User`.`sex`, `User`.`first_name`, `User`.`last_name`, `User`.`display_name`, `User`.`date_of_birth`, `User`.`address`, `User`.`phone`, `User`.`phone2`, `User`.`city`, `User`.`country`, `User`.`dialect`, `User`.`learning_dialect`, `User`.`shikomori_level`, `User`.`website`, `User`.`visio_url`, `User`.`password`, `User`.`password_question`, `User`.`password_response`, `User`.`digest_a1`, `User`.`rating`, `User`.`count_dictionary_contribution`, `User`.`count_ressource_contribution`, `User`.`count_of_words_to_revise`, `User`.`time_to_revise`, `User`.`revision_duration`, `User`.`license_registration_in_process`, `User`.`subscribe`, `User`.`certified`, `User`.`has_teacher`, `User`.`has_license_game`, `User`.`available`, `User`.`share_exercice`, `User`.`dictionary_signatory`, `User`.`requested_contribution`, `User`.`session_number`, `User`.`session_id`, `User`.`school_id`, `User`.`referral_code`, `User`.`referred`, `User`.`api_key`, `User`.`client_name`, `User`.`created`, `User`.`modified`, `User`.`connected`, `User`.`online`, `User`.`timezone`, `User`.`role`, `User`.`free_week_for_teacher`, `User`.`active_newsletter_notification`, `User`.`active_comment_notification`, `User`.`active`, `User`.`temp_user_data`, `User`.`access_token`, `User`.`access_token2`, `User`.`access_token3`, `User`.`access_token4`, `User`.`firebase_device_token_dictionary`, `User`.`firebase_device_token_luha`, `User`.`certificate_level`, (CONCAT(`User`.`first_name`, " ", `User`.`last_name`)) AS `User__full_name`, (CONCAT(`User`.`first_name`, " ", UPPER(LEFT(`User`.`last_name`, 1)), ".")) AS `User__short_name`, (IF(
`User`.`last_name` != "" AND `User`.`last_name` IS NOT NULL,
CONCAT(
`User`.`first_name`, " ",
IF(LOCATE(" ", `User`.`last_name`) = 0,
CONCAT(UPPER(LEFT(`User`.`last_name`, 1)), "."),
CONCAT(
UPPER(LEFT(SUBSTRING_INDEX(`User`.`last_name`, " ", 1), 1)), ". ",
UPPER(LEFT(SUBSTRING_INDEX(`User`.`last_name`, " ", -1), 1)), "."
)
)
),
`User`.`first_name`
)) AS `User__short_full_name`, `SocialProfile`.`id`, `SocialProfile`.`user_id`, `SocialProfile`.`social_network_name`, `SocialProfile`.`social_network_id`, `SocialProfile`.`email`, `SocialProfile`.`display_name`, `SocialProfile`.`first_name`, `SocialProfile`.`last_name`, `SocialProfile`.`link`, `SocialProfile`.`picture`, `SocialProfile`.`created`, `SocialProfile`.`modified`, `SocialProfile`.`status` FROM `noniseshorelc`.`users` AS `User` LEFT JOIN `noniseshorelc`.`social_profiles` AS `SocialProfile` ON (`SocialProfile`.`user_id` = `User`.`id`) WHERE `User`.`id` = 36 LIMIT 1 | 1 | 1 | 1 | |
| SELECT `HighScore`.`id`, `HighScore`.`version`, `HighScore`.`exercice_id`, `HighScore`.`player_id`, `HighScore`.`game`, `HighScore`.`description`, `HighScore`.`score`, `HighScore`.`count_words_shimaore`, `HighScore`.`count_words_shimwali`, `HighScore`.`count_words_shindzuani`, `HighScore`.`count_words_shingazidja`, `HighScore`.`count_orthography_shimaore`, `HighScore`.`count_orthography_shimwali`, `HighScore`.`count_orthography_shindzuani`, `HighScore`.`count_orthography_shingazidja`, `HighScore`.`content_html`, `HighScore`.`create_date`, `HighScore`.`last_date`, `HighScore`.`time`, `HighScore`.`max_time`, `HighScore`.`mention`, `HighScore`.`max_score`, `HighScore`.`rank` FROM `noniseshorelc`.`high_scores` AS `HighScore` WHERE `HighScore`.`player_id` = (36) | 0 | 0 | 13 | maybe slow |
| SELECT `License`.`id`, `License`.`product_id`, `License`.`user_id`, `License`.`payer_email`, `License`.`subscription_id`, `License`.`affiliate_id`, `License`.`authorized_conference`, `License`.`free_hour_allowed`, `License`.`paid_hour`, `License`.`status`, `License`.`reason`, `License`.`description`, `License`.`beneficiaries`, `License`.`referral_code`, `License`.`created`, `License`.`modified`, `License`.`expired`, `License`.`active`, `License`.`regularized_unpayment`, `License`.`start_time`, `License`.`full_name`, `License`.`last_payment`, `License`.`cycles_completed`, `License`.`total_cycles` FROM `noniseshorelc`.`licenses` AS `License` WHERE `License`.`user_id` = (36) | 8 | 8 | 0 | |
| SELECT `Certificate`.`id`, `Certificate`.`name`, `Certificate`.`level`, `Certificate`.`max_note`, `Certificate`.`description`, `CertificateUser`.`certificate_id`, `CertificateUser`.`user_id`, `CertificateUser`.`mention`, `CertificateUser`.`note`, `CertificateUser`.`points`, `CertificateUser`.`date` FROM `noniseshorelc`.`certificates` AS `Certificate` JOIN `noniseshorelc`.`certificate_users` AS `CertificateUser` ON (`CertificateUser`.`user_id` = 36 AND `CertificateUser`.`certificate_id` = `Certificate`.`id`) | 2 | 2 | 0 | |
| SELECT `Group`.`id`, `Group`.`referent_id`, `Group`.`name`, `Group`.`referent`, `Group`.`session_name`, `Group`.`tag`, `Group`.`type`, `Group`.`description`, `Group`.`level`, `Group`.`max_conference`, `Group`.`color`, `Group`.`active`, `Group`.`date_created`, `Group`.`date_updated`, (CONCAT(`Group`.`referent`, " - ", `Group`.`name`)) AS `Group__label`, (CONCAT(`Group`.`referent`, " - ", `Group`.`name`, " ", `Group`.`session_name`)) AS `Group__session_label`, `UserGroup`.`id`, `UserGroup`.`user_id`, `UserGroup`.`group_id` FROM `noniseshorelc`.`groups` AS `Group` JOIN `noniseshorelc`.`user_group` AS `UserGroup` ON (`UserGroup`.`user_id` = 36 AND `UserGroup`.`group_id` = `Group`.`id`) | 0 | 0 | 0 | |
| SELECT `Conference`.`id`, `Conference`.`teacher_id`, `Conference`.`group_id`, `Conference`.`subject`, `Conference`.`level`, `Conference`.`description`, `Conference`.`titled`, `Conference`.`path_files`, `Conference`.`start_date`, `Conference`.`end_date`, `Conference`.`max_subscriber`, `Conference`.`is_group`, `Conference`.`is_free`, `Conference`.`is_stage`, `Conference`.`active`, `Conference`.`date_created`, `Conference`.`date_updated`, `Conference`.`execution_date`, `SubscribeConference`.`id`, `SubscribeConference`.`conference_id`, `SubscribeConference`.`user_id`, `SubscribeConference`.`signed`, `SubscribeConference`.`is_present`, `SubscribeConference`.`is_free`, `SubscribeConference`.`in_hour_pack`, `SubscribeConference`.`date_created` FROM `noniseshorelc`.`conferences` AS `Conference` JOIN `noniseshorelc`.`subscribe_conferences` AS `SubscribeConference` ON (`SubscribeConference`.`user_id` = 36 AND `SubscribeConference`.`conference_id` = `Conference`.`id`) | 13 | 13 | 0 | |
| SELECT `User`.`id`, `User`.`email`, `User`.`security_email`, `User`.`payment_email`, `User`.`payment_id`, `User`.`biography`, `User`.`curriculum_vitae`, `User`.`thumbnail`, `User`.`sex`, `User`.`first_name`, `User`.`last_name`, `User`.`display_name`, `User`.`date_of_birth`, `User`.`address`, `User`.`phone`, `User`.`phone2`, `User`.`city`, `User`.`country`, `User`.`dialect`, `User`.`learning_dialect`, `User`.`shikomori_level`, `User`.`website`, `User`.`visio_url`, `User`.`password`, `User`.`password_question`, `User`.`password_response`, `User`.`digest_a1`, `User`.`rating`, `User`.`count_dictionary_contribution`, `User`.`count_ressource_contribution`, `User`.`count_of_words_to_revise`, `User`.`time_to_revise`, `User`.`revision_duration`, `User`.`license_registration_in_process`, `User`.`subscribe`, `User`.`certified`, `User`.`has_teacher`, `User`.`has_license_game`, `User`.`available`, `User`.`share_exercice`, `User`.`dictionary_signatory`, `User`.`requested_contribution`, `User`.`session_number`, `User`.`session_id`, `User`.`school_id`, `User`.`referral_code`, `User`.`referred`, `User`.`api_key`, `User`.`client_name`, `User`.`created`, `User`.`modified`, `User`.`connected`, `User`.`online`, `User`.`timezone`, `User`.`role`, `User`.`free_week_for_teacher`, `User`.`active_newsletter_notification`, `User`.`active_comment_notification`, `User`.`active`, `User`.`temp_user_data`, `User`.`access_token`, `User`.`access_token2`, `User`.`access_token3`, `User`.`access_token4`, `User`.`firebase_device_token_dictionary`, `User`.`firebase_device_token_luha`, `User`.`certificate_level`, (CONCAT(`User`.`first_name`, " ", `User`.`last_name`)) AS `User__full_name`, (CONCAT(`User`.`first_name`, " ", UPPER(LEFT(`User`.`last_name`, 1)), ".")) AS `User__short_name`, (IF(
`User`.`last_name` != "" AND `User`.`last_name` IS NOT NULL,
CONCAT(
`User`.`first_name`, " ",
IF(LOCATE(" ", `User`.`last_name`) = 0,
CONCAT(UPPER(LEFT(`User`.`last_name`, 1)), "."),
CONCAT(
UPPER(LEFT(SUBSTRING_INDEX(`User`.`last_name`, " ", 1), 1)), ". ",
UPPER(LEFT(SUBSTRING_INDEX(`User`.`last_name`, " ", -1), 1)), "."
)
)
),
`User`.`first_name`
)) AS `User__short_full_name`, `SocialProfile`.`id`, `SocialProfile`.`user_id`, `SocialProfile`.`social_network_name`, `SocialProfile`.`social_network_id`, `SocialProfile`.`email`, `SocialProfile`.`display_name`, `SocialProfile`.`first_name`, `SocialProfile`.`last_name`, `SocialProfile`.`link`, `SocialProfile`.`picture`, `SocialProfile`.`created`, `SocialProfile`.`modified`, `SocialProfile`.`status` FROM `noniseshorelc`.`users` AS `User` LEFT JOIN `noniseshorelc`.`social_profiles` AS `SocialProfile` ON (`SocialProfile`.`user_id` = `User`.`id`) WHERE `User`.`email` = '1616' LIMIT 1 | 0 | 0 | 0 | |
| SELECT `User`.`id`, `User`.`email`, `User`.`security_email`, `User`.`payment_email`, `User`.`payment_id`, `User`.`biography`, `User`.`curriculum_vitae`, `User`.`thumbnail`, `User`.`sex`, `User`.`first_name`, `User`.`last_name`, `User`.`display_name`, `User`.`date_of_birth`, `User`.`address`, `User`.`phone`, `User`.`phone2`, `User`.`city`, `User`.`country`, `User`.`dialect`, `User`.`learning_dialect`, `User`.`shikomori_level`, `User`.`website`, `User`.`visio_url`, `User`.`password`, `User`.`password_question`, `User`.`password_response`, `User`.`digest_a1`, `User`.`rating`, `User`.`count_dictionary_contribution`, `User`.`count_ressource_contribution`, `User`.`count_of_words_to_revise`, `User`.`time_to_revise`, `User`.`revision_duration`, `User`.`license_registration_in_process`, `User`.`subscribe`, `User`.`certified`, `User`.`has_teacher`, `User`.`has_license_game`, `User`.`available`, `User`.`share_exercice`, `User`.`dictionary_signatory`, `User`.`requested_contribution`, `User`.`session_number`, `User`.`session_id`, `User`.`school_id`, `User`.`referral_code`, `User`.`referred`, `User`.`api_key`, `User`.`client_name`, `User`.`created`, `User`.`modified`, `User`.`connected`, `User`.`online`, `User`.`timezone`, `User`.`role`, `User`.`free_week_for_teacher`, `User`.`active_newsletter_notification`, `User`.`active_comment_notification`, `User`.`active`, `User`.`temp_user_data`, `User`.`access_token`, `User`.`access_token2`, `User`.`access_token3`, `User`.`access_token4`, `User`.`firebase_device_token_dictionary`, `User`.`firebase_device_token_luha`, `User`.`certificate_level`, (CONCAT(`User`.`first_name`, " ", `User`.`last_name`)) AS `User__full_name`, (CONCAT(`User`.`first_name`, " ", UPPER(LEFT(`User`.`last_name`, 1)), ".")) AS `User__short_name`, (IF(
`User`.`last_name` != "" AND `User`.`last_name` IS NOT NULL,
CONCAT(
`User`.`first_name`, " ",
IF(LOCATE(" ", `User`.`last_name`) = 0,
CONCAT(UPPER(LEFT(`User`.`last_name`, 1)), "."),
CONCAT(
UPPER(LEFT(SUBSTRING_INDEX(`User`.`last_name`, " ", 1), 1)), ". ",
UPPER(LEFT(SUBSTRING_INDEX(`User`.`last_name`, " ", -1), 1)), "."
)
)
),
`User`.`first_name`
)) AS `User__short_full_name`, `SocialProfile`.`id`, `SocialProfile`.`user_id`, `SocialProfile`.`social_network_name`, `SocialProfile`.`social_network_id`, `SocialProfile`.`email`, `SocialProfile`.`display_name`, `SocialProfile`.`first_name`, `SocialProfile`.`last_name`, `SocialProfile`.`link`, `SocialProfile`.`picture`, `SocialProfile`.`created`, `SocialProfile`.`modified`, `SocialProfile`.`status` FROM `noniseshorelc`.`users` AS `User` LEFT JOIN `noniseshorelc`.`social_profiles` AS `SocialProfile` ON (`SocialProfile`.`user_id` = `User`.`id`) WHERE `User`.`id` = 1616 LIMIT 1 | 1 | 1 | 0 | |
| SELECT `HighScore`.`id`, `HighScore`.`version`, `HighScore`.`exercice_id`, `HighScore`.`player_id`, `HighScore`.`game`, `HighScore`.`description`, `HighScore`.`score`, `HighScore`.`count_words_shimaore`, `HighScore`.`count_words_shimwali`, `HighScore`.`count_words_shindzuani`, `HighScore`.`count_words_shingazidja`, `HighScore`.`count_orthography_shimaore`, `HighScore`.`count_orthography_shimwali`, `HighScore`.`count_orthography_shindzuani`, `HighScore`.`count_orthography_shingazidja`, `HighScore`.`content_html`, `HighScore`.`create_date`, `HighScore`.`last_date`, `HighScore`.`time`, `HighScore`.`max_time`, `HighScore`.`mention`, `HighScore`.`max_score`, `HighScore`.`rank` FROM `noniseshorelc`.`high_scores` AS `HighScore` WHERE `HighScore`.`player_id` = (1616) | 0 | 0 | 17 | maybe slow |
| SELECT `License`.`id`, `License`.`product_id`, `License`.`user_id`, `License`.`payer_email`, `License`.`subscription_id`, `License`.`affiliate_id`, `License`.`authorized_conference`, `License`.`free_hour_allowed`, `License`.`paid_hour`, `License`.`status`, `License`.`reason`, `License`.`description`, `License`.`beneficiaries`, `License`.`referral_code`, `License`.`created`, `License`.`modified`, `License`.`expired`, `License`.`active`, `License`.`regularized_unpayment`, `License`.`start_time`, `License`.`full_name`, `License`.`last_payment`, `License`.`cycles_completed`, `License`.`total_cycles` FROM `noniseshorelc`.`licenses` AS `License` WHERE `License`.`user_id` = (1616) | 5 | 5 | 0 | |
| SELECT `Certificate`.`id`, `Certificate`.`name`, `Certificate`.`level`, `Certificate`.`max_note`, `Certificate`.`description`, `CertificateUser`.`certificate_id`, `CertificateUser`.`user_id`, `CertificateUser`.`mention`, `CertificateUser`.`note`, `CertificateUser`.`points`, `CertificateUser`.`date` FROM `noniseshorelc`.`certificates` AS `Certificate` JOIN `noniseshorelc`.`certificate_users` AS `CertificateUser` ON (`CertificateUser`.`user_id` = 1616 AND `CertificateUser`.`certificate_id` = `Certificate`.`id`) | 0 | 0 | 0 | |
| SELECT `Group`.`id`, `Group`.`referent_id`, `Group`.`name`, `Group`.`referent`, `Group`.`session_name`, `Group`.`tag`, `Group`.`type`, `Group`.`description`, `Group`.`level`, `Group`.`max_conference`, `Group`.`color`, `Group`.`active`, `Group`.`date_created`, `Group`.`date_updated`, (CONCAT(`Group`.`referent`, " - ", `Group`.`name`)) AS `Group__label`, (CONCAT(`Group`.`referent`, " - ", `Group`.`name`, " ", `Group`.`session_name`)) AS `Group__session_label`, `UserGroup`.`id`, `UserGroup`.`user_id`, `UserGroup`.`group_id` FROM `noniseshorelc`.`groups` AS `Group` JOIN `noniseshorelc`.`user_group` AS `UserGroup` ON (`UserGroup`.`user_id` = 1616 AND `UserGroup`.`group_id` = `Group`.`id`) | 0 | 0 | 0 | |
| SELECT `Conference`.`id`, `Conference`.`teacher_id`, `Conference`.`group_id`, `Conference`.`subject`, `Conference`.`level`, `Conference`.`description`, `Conference`.`titled`, `Conference`.`path_files`, `Conference`.`start_date`, `Conference`.`end_date`, `Conference`.`max_subscriber`, `Conference`.`is_group`, `Conference`.`is_free`, `Conference`.`is_stage`, `Conference`.`active`, `Conference`.`date_created`, `Conference`.`date_updated`, `Conference`.`execution_date`, `SubscribeConference`.`id`, `SubscribeConference`.`conference_id`, `SubscribeConference`.`user_id`, `SubscribeConference`.`signed`, `SubscribeConference`.`is_present`, `SubscribeConference`.`is_free`, `SubscribeConference`.`in_hour_pack`, `SubscribeConference`.`date_created` FROM `noniseshorelc`.`conferences` AS `Conference` JOIN `noniseshorelc`.`subscribe_conferences` AS `SubscribeConference` ON (`SubscribeConference`.`user_id` = 1616 AND `SubscribeConference`.`conference_id` = `Conference`.`id`) | 0 | 0 | 0 | |
| SELECT `User`.`id`, `User`.`email`, `User`.`security_email`, `User`.`payment_email`, `User`.`payment_id`, `User`.`biography`, `User`.`curriculum_vitae`, `User`.`thumbnail`, `User`.`sex`, `User`.`first_name`, `User`.`last_name`, `User`.`display_name`, `User`.`date_of_birth`, `User`.`address`, `User`.`phone`, `User`.`phone2`, `User`.`city`, `User`.`country`, `User`.`dialect`, `User`.`learning_dialect`, `User`.`shikomori_level`, `User`.`website`, `User`.`visio_url`, `User`.`password`, `User`.`password_question`, `User`.`password_response`, `User`.`digest_a1`, `User`.`rating`, `User`.`count_dictionary_contribution`, `User`.`count_ressource_contribution`, `User`.`count_of_words_to_revise`, `User`.`time_to_revise`, `User`.`revision_duration`, `User`.`license_registration_in_process`, `User`.`subscribe`, `User`.`certified`, `User`.`has_teacher`, `User`.`has_license_game`, `User`.`available`, `User`.`share_exercice`, `User`.`dictionary_signatory`, `User`.`requested_contribution`, `User`.`session_number`, `User`.`session_id`, `User`.`school_id`, `User`.`referral_code`, `User`.`referred`, `User`.`api_key`, `User`.`client_name`, `User`.`created`, `User`.`modified`, `User`.`connected`, `User`.`online`, `User`.`timezone`, `User`.`role`, `User`.`free_week_for_teacher`, `User`.`active_newsletter_notification`, `User`.`active_comment_notification`, `User`.`active`, `User`.`temp_user_data`, `User`.`access_token`, `User`.`access_token2`, `User`.`access_token3`, `User`.`access_token4`, `User`.`firebase_device_token_dictionary`, `User`.`firebase_device_token_luha`, `User`.`certificate_level`, (CONCAT(`User`.`first_name`, " ", `User`.`last_name`)) AS `User__full_name`, (CONCAT(`User`.`first_name`, " ", UPPER(LEFT(`User`.`last_name`, 1)), ".")) AS `User__short_name`, (IF(
`User`.`last_name` != "" AND `User`.`last_name` IS NOT NULL,
CONCAT(
`User`.`first_name`, " ",
IF(LOCATE(" ", `User`.`last_name`) = 0,
CONCAT(UPPER(LEFT(`User`.`last_name`, 1)), "."),
CONCAT(
UPPER(LEFT(SUBSTRING_INDEX(`User`.`last_name`, " ", 1), 1)), ". ",
UPPER(LEFT(SUBSTRING_INDEX(`User`.`last_name`, " ", -1), 1)), "."
)
)
),
`User`.`first_name`
)) AS `User__short_full_name`, `SocialProfile`.`id`, `SocialProfile`.`user_id`, `SocialProfile`.`social_network_name`, `SocialProfile`.`social_network_id`, `SocialProfile`.`email`, `SocialProfile`.`display_name`, `SocialProfile`.`first_name`, `SocialProfile`.`last_name`, `SocialProfile`.`link`, `SocialProfile`.`picture`, `SocialProfile`.`created`, `SocialProfile`.`modified`, `SocialProfile`.`status` FROM `noniseshorelc`.`users` AS `User` LEFT JOIN `noniseshorelc`.`social_profiles` AS `SocialProfile` ON (`SocialProfile`.`user_id` = `User`.`id`) WHERE `User`.`id` = 1616 LIMIT 1 | 1 | 1 | 1 | |
| SELECT `HighScore`.`id`, `HighScore`.`version`, `HighScore`.`exercice_id`, `HighScore`.`player_id`, `HighScore`.`game`, `HighScore`.`description`, `HighScore`.`score`, `HighScore`.`count_words_shimaore`, `HighScore`.`count_words_shimwali`, `HighScore`.`count_words_shindzuani`, `HighScore`.`count_words_shingazidja`, `HighScore`.`count_orthography_shimaore`, `HighScore`.`count_orthography_shimwali`, `HighScore`.`count_orthography_shindzuani`, `HighScore`.`count_orthography_shingazidja`, `HighScore`.`content_html`, `HighScore`.`create_date`, `HighScore`.`last_date`, `HighScore`.`time`, `HighScore`.`max_time`, `HighScore`.`mention`, `HighScore`.`max_score`, `HighScore`.`rank` FROM `noniseshorelc`.`high_scores` AS `HighScore` WHERE `HighScore`.`player_id` = (1616) | 0 | 0 | 21 | maybe slow |
| SELECT `License`.`id`, `License`.`product_id`, `License`.`user_id`, `License`.`payer_email`, `License`.`subscription_id`, `License`.`affiliate_id`, `License`.`authorized_conference`, `License`.`free_hour_allowed`, `License`.`paid_hour`, `License`.`status`, `License`.`reason`, `License`.`description`, `License`.`beneficiaries`, `License`.`referral_code`, `License`.`created`, `License`.`modified`, `License`.`expired`, `License`.`active`, `License`.`regularized_unpayment`, `License`.`start_time`, `License`.`full_name`, `License`.`last_payment`, `License`.`cycles_completed`, `License`.`total_cycles` FROM `noniseshorelc`.`licenses` AS `License` WHERE `License`.`user_id` = (1616) | 5 | 5 | 0 | |
| SELECT `Certificate`.`id`, `Certificate`.`name`, `Certificate`.`level`, `Certificate`.`max_note`, `Certificate`.`description`, `CertificateUser`.`certificate_id`, `CertificateUser`.`user_id`, `CertificateUser`.`mention`, `CertificateUser`.`note`, `CertificateUser`.`points`, `CertificateUser`.`date` FROM `noniseshorelc`.`certificates` AS `Certificate` JOIN `noniseshorelc`.`certificate_users` AS `CertificateUser` ON (`CertificateUser`.`user_id` = 1616 AND `CertificateUser`.`certificate_id` = `Certificate`.`id`) | 0 | 0 | 0 | |
| SELECT `Group`.`id`, `Group`.`referent_id`, `Group`.`name`, `Group`.`referent`, `Group`.`session_name`, `Group`.`tag`, `Group`.`type`, `Group`.`description`, `Group`.`level`, `Group`.`max_conference`, `Group`.`color`, `Group`.`active`, `Group`.`date_created`, `Group`.`date_updated`, (CONCAT(`Group`.`referent`, " - ", `Group`.`name`)) AS `Group__label`, (CONCAT(`Group`.`referent`, " - ", `Group`.`name`, " ", `Group`.`session_name`)) AS `Group__session_label`, `UserGroup`.`id`, `UserGroup`.`user_id`, `UserGroup`.`group_id` FROM `noniseshorelc`.`groups` AS `Group` JOIN `noniseshorelc`.`user_group` AS `UserGroup` ON (`UserGroup`.`user_id` = 1616 AND `UserGroup`.`group_id` = `Group`.`id`) | 0 | 0 | 0 | |
| SELECT `Conference`.`id`, `Conference`.`teacher_id`, `Conference`.`group_id`, `Conference`.`subject`, `Conference`.`level`, `Conference`.`description`, `Conference`.`titled`, `Conference`.`path_files`, `Conference`.`start_date`, `Conference`.`end_date`, `Conference`.`max_subscriber`, `Conference`.`is_group`, `Conference`.`is_free`, `Conference`.`is_stage`, `Conference`.`active`, `Conference`.`date_created`, `Conference`.`date_updated`, `Conference`.`execution_date`, `SubscribeConference`.`id`, `SubscribeConference`.`conference_id`, `SubscribeConference`.`user_id`, `SubscribeConference`.`signed`, `SubscribeConference`.`is_present`, `SubscribeConference`.`is_free`, `SubscribeConference`.`in_hour_pack`, `SubscribeConference`.`date_created` FROM `noniseshorelc`.`conferences` AS `Conference` JOIN `noniseshorelc`.`subscribe_conferences` AS `SubscribeConference` ON (`SubscribeConference`.`user_id` = 1616 AND `SubscribeConference`.`conference_id` = `Conference`.`id`) | 0 | 0 | 0 | |
| SELECT `User`.`id`, `User`.`email`, `User`.`security_email`, `User`.`payment_email`, `User`.`payment_id`, `User`.`biography`, `User`.`curriculum_vitae`, `User`.`thumbnail`, `User`.`sex`, `User`.`first_name`, `User`.`last_name`, `User`.`display_name`, `User`.`date_of_birth`, `User`.`address`, `User`.`phone`, `User`.`phone2`, `User`.`city`, `User`.`country`, `User`.`dialect`, `User`.`learning_dialect`, `User`.`shikomori_level`, `User`.`website`, `User`.`visio_url`, `User`.`password`, `User`.`password_question`, `User`.`password_response`, `User`.`digest_a1`, `User`.`rating`, `User`.`count_dictionary_contribution`, `User`.`count_ressource_contribution`, `User`.`count_of_words_to_revise`, `User`.`time_to_revise`, `User`.`revision_duration`, `User`.`license_registration_in_process`, `User`.`subscribe`, `User`.`certified`, `User`.`has_teacher`, `User`.`has_license_game`, `User`.`available`, `User`.`share_exercice`, `User`.`dictionary_signatory`, `User`.`requested_contribution`, `User`.`session_number`, `User`.`session_id`, `User`.`school_id`, `User`.`referral_code`, `User`.`referred`, `User`.`api_key`, `User`.`client_name`, `User`.`created`, `User`.`modified`, `User`.`connected`, `User`.`online`, `User`.`timezone`, `User`.`role`, `User`.`free_week_for_teacher`, `User`.`active_newsletter_notification`, `User`.`active_comment_notification`, `User`.`active`, `User`.`temp_user_data`, `User`.`access_token`, `User`.`access_token2`, `User`.`access_token3`, `User`.`access_token4`, `User`.`firebase_device_token_dictionary`, `User`.`firebase_device_token_luha`, `User`.`certificate_level`, (CONCAT(`User`.`first_name`, " ", `User`.`last_name`)) AS `User__full_name`, (CONCAT(`User`.`first_name`, " ", UPPER(LEFT(`User`.`last_name`, 1)), ".")) AS `User__short_name`, (IF(
`User`.`last_name` != "" AND `User`.`last_name` IS NOT NULL,
CONCAT(
`User`.`first_name`, " ",
IF(LOCATE(" ", `User`.`last_name`) = 0,
CONCAT(UPPER(LEFT(`User`.`last_name`, 1)), "."),
CONCAT(
UPPER(LEFT(SUBSTRING_INDEX(`User`.`last_name`, " ", 1), 1)), ". ",
UPPER(LEFT(SUBSTRING_INDEX(`User`.`last_name`, " ", -1), 1)), "."
)
)
),
`User`.`first_name`
)) AS `User__short_full_name`, `SocialProfile`.`id`, `SocialProfile`.`user_id`, `SocialProfile`.`social_network_name`, `SocialProfile`.`social_network_id`, `SocialProfile`.`email`, `SocialProfile`.`display_name`, `SocialProfile`.`first_name`, `SocialProfile`.`last_name`, `SocialProfile`.`link`, `SocialProfile`.`picture`, `SocialProfile`.`created`, `SocialProfile`.`modified`, `SocialProfile`.`status` FROM `noniseshorelc`.`users` AS `User` LEFT JOIN `noniseshorelc`.`social_profiles` AS `SocialProfile` ON (`SocialProfile`.`user_id` = `User`.`id`) WHERE `User`.`email` = '36' LIMIT 1 | 0 | 0 | 1 | maybe slow |
| SELECT `User`.`id`, `User`.`email`, `User`.`security_email`, `User`.`payment_email`, `User`.`payment_id`, `User`.`biography`, `User`.`curriculum_vitae`, `User`.`thumbnail`, `User`.`sex`, `User`.`first_name`, `User`.`last_name`, `User`.`display_name`, `User`.`date_of_birth`, `User`.`address`, `User`.`phone`, `User`.`phone2`, `User`.`city`, `User`.`country`, `User`.`dialect`, `User`.`learning_dialect`, `User`.`shikomori_level`, `User`.`website`, `User`.`visio_url`, `User`.`password`, `User`.`password_question`, `User`.`password_response`, `User`.`digest_a1`, `User`.`rating`, `User`.`count_dictionary_contribution`, `User`.`count_ressource_contribution`, `User`.`count_of_words_to_revise`, `User`.`time_to_revise`, `User`.`revision_duration`, `User`.`license_registration_in_process`, `User`.`subscribe`, `User`.`certified`, `User`.`has_teacher`, `User`.`has_license_game`, `User`.`available`, `User`.`share_exercice`, `User`.`dictionary_signatory`, `User`.`requested_contribution`, `User`.`session_number`, `User`.`session_id`, `User`.`school_id`, `User`.`referral_code`, `User`.`referred`, `User`.`api_key`, `User`.`client_name`, `User`.`created`, `User`.`modified`, `User`.`connected`, `User`.`online`, `User`.`timezone`, `User`.`role`, `User`.`free_week_for_teacher`, `User`.`active_newsletter_notification`, `User`.`active_comment_notification`, `User`.`active`, `User`.`temp_user_data`, `User`.`access_token`, `User`.`access_token2`, `User`.`access_token3`, `User`.`access_token4`, `User`.`firebase_device_token_dictionary`, `User`.`firebase_device_token_luha`, `User`.`certificate_level`, (CONCAT(`User`.`first_name`, " ", `User`.`last_name`)) AS `User__full_name`, (CONCAT(`User`.`first_name`, " ", UPPER(LEFT(`User`.`last_name`, 1)), ".")) AS `User__short_name`, (IF(
`User`.`last_name` != "" AND `User`.`last_name` IS NOT NULL,
CONCAT(
`User`.`first_name`, " ",
IF(LOCATE(" ", `User`.`last_name`) = 0,
CONCAT(UPPER(LEFT(`User`.`last_name`, 1)), "."),
CONCAT(
UPPER(LEFT(SUBSTRING_INDEX(`User`.`last_name`, " ", 1), 1)), ". ",
UPPER(LEFT(SUBSTRING_INDEX(`User`.`last_name`, " ", -1), 1)), "."
)
)
),
`User`.`first_name`
)) AS `User__short_full_name`, `SocialProfile`.`id`, `SocialProfile`.`user_id`, `SocialProfile`.`social_network_name`, `SocialProfile`.`social_network_id`, `SocialProfile`.`email`, `SocialProfile`.`display_name`, `SocialProfile`.`first_name`, `SocialProfile`.`last_name`, `SocialProfile`.`link`, `SocialProfile`.`picture`, `SocialProfile`.`created`, `SocialProfile`.`modified`, `SocialProfile`.`status` FROM `noniseshorelc`.`users` AS `User` LEFT JOIN `noniseshorelc`.`social_profiles` AS `SocialProfile` ON (`SocialProfile`.`user_id` = `User`.`id`) WHERE `User`.`id` = 36 LIMIT 1 | 1 | 1 | 1 | |
| SELECT `HighScore`.`id`, `HighScore`.`version`, `HighScore`.`exercice_id`, `HighScore`.`player_id`, `HighScore`.`game`, `HighScore`.`description`, `HighScore`.`score`, `HighScore`.`count_words_shimaore`, `HighScore`.`count_words_shimwali`, `HighScore`.`count_words_shindzuani`, `HighScore`.`count_words_shingazidja`, `HighScore`.`count_orthography_shimaore`, `HighScore`.`count_orthography_shimwali`, `HighScore`.`count_orthography_shindzuani`, `HighScore`.`count_orthography_shingazidja`, `HighScore`.`content_html`, `HighScore`.`create_date`, `HighScore`.`last_date`, `HighScore`.`time`, `HighScore`.`max_time`, `HighScore`.`mention`, `HighScore`.`max_score`, `HighScore`.`rank` FROM `noniseshorelc`.`high_scores` AS `HighScore` WHERE `HighScore`.`player_id` = (36) | 0 | 0 | 23 | maybe slow |
| SELECT `License`.`id`, `License`.`product_id`, `License`.`user_id`, `License`.`payer_email`, `License`.`subscription_id`, `License`.`affiliate_id`, `License`.`authorized_conference`, `License`.`free_hour_allowed`, `License`.`paid_hour`, `License`.`status`, `License`.`reason`, `License`.`description`, `License`.`beneficiaries`, `License`.`referral_code`, `License`.`created`, `License`.`modified`, `License`.`expired`, `License`.`active`, `License`.`regularized_unpayment`, `License`.`start_time`, `License`.`full_name`, `License`.`last_payment`, `License`.`cycles_completed`, `License`.`total_cycles` FROM `noniseshorelc`.`licenses` AS `License` WHERE `License`.`user_id` = (36) | 8 | 8 | 0 | |
| SELECT `Certificate`.`id`, `Certificate`.`name`, `Certificate`.`level`, `Certificate`.`max_note`, `Certificate`.`description`, `CertificateUser`.`certificate_id`, `CertificateUser`.`user_id`, `CertificateUser`.`mention`, `CertificateUser`.`note`, `CertificateUser`.`points`, `CertificateUser`.`date` FROM `noniseshorelc`.`certificates` AS `Certificate` JOIN `noniseshorelc`.`certificate_users` AS `CertificateUser` ON (`CertificateUser`.`user_id` = 36 AND `CertificateUser`.`certificate_id` = `Certificate`.`id`) | 2 | 2 | 0 | |
| SELECT `Group`.`id`, `Group`.`referent_id`, `Group`.`name`, `Group`.`referent`, `Group`.`session_name`, `Group`.`tag`, `Group`.`type`, `Group`.`description`, `Group`.`level`, `Group`.`max_conference`, `Group`.`color`, `Group`.`active`, `Group`.`date_created`, `Group`.`date_updated`, (CONCAT(`Group`.`referent`, " - ", `Group`.`name`)) AS `Group__label`, (CONCAT(`Group`.`referent`, " - ", `Group`.`name`, " ", `Group`.`session_name`)) AS `Group__session_label`, `UserGroup`.`id`, `UserGroup`.`user_id`, `UserGroup`.`group_id` FROM `noniseshorelc`.`groups` AS `Group` JOIN `noniseshorelc`.`user_group` AS `UserGroup` ON (`UserGroup`.`user_id` = 36 AND `UserGroup`.`group_id` = `Group`.`id`) | 0 | 0 | 0 | |
| SELECT `Conference`.`id`, `Conference`.`teacher_id`, `Conference`.`group_id`, `Conference`.`subject`, `Conference`.`level`, `Conference`.`description`, `Conference`.`titled`, `Conference`.`path_files`, `Conference`.`start_date`, `Conference`.`end_date`, `Conference`.`max_subscriber`, `Conference`.`is_group`, `Conference`.`is_free`, `Conference`.`is_stage`, `Conference`.`active`, `Conference`.`date_created`, `Conference`.`date_updated`, `Conference`.`execution_date`, `SubscribeConference`.`id`, `SubscribeConference`.`conference_id`, `SubscribeConference`.`user_id`, `SubscribeConference`.`signed`, `SubscribeConference`.`is_present`, `SubscribeConference`.`is_free`, `SubscribeConference`.`in_hour_pack`, `SubscribeConference`.`date_created` FROM `noniseshorelc`.`conferences` AS `Conference` JOIN `noniseshorelc`.`subscribe_conferences` AS `SubscribeConference` ON (`SubscribeConference`.`user_id` = 36 AND `SubscribeConference`.`conference_id` = `Conference`.`id`) | 13 | 13 | 0 | |
| SELECT `User`.`id`, `User`.`email`, `User`.`security_email`, `User`.`payment_email`, `User`.`payment_id`, `User`.`biography`, `User`.`curriculum_vitae`, `User`.`thumbnail`, `User`.`sex`, `User`.`first_name`, `User`.`last_name`, `User`.`display_name`, `User`.`date_of_birth`, `User`.`address`, `User`.`phone`, `User`.`phone2`, `User`.`city`, `User`.`country`, `User`.`dialect`, `User`.`learning_dialect`, `User`.`shikomori_level`, `User`.`website`, `User`.`visio_url`, `User`.`password`, `User`.`password_question`, `User`.`password_response`, `User`.`digest_a1`, `User`.`rating`, `User`.`count_dictionary_contribution`, `User`.`count_ressource_contribution`, `User`.`count_of_words_to_revise`, `User`.`time_to_revise`, `User`.`revision_duration`, `User`.`license_registration_in_process`, `User`.`subscribe`, `User`.`certified`, `User`.`has_teacher`, `User`.`has_license_game`, `User`.`available`, `User`.`share_exercice`, `User`.`dictionary_signatory`, `User`.`requested_contribution`, `User`.`session_number`, `User`.`session_id`, `User`.`school_id`, `User`.`referral_code`, `User`.`referred`, `User`.`api_key`, `User`.`client_name`, `User`.`created`, `User`.`modified`, `User`.`connected`, `User`.`online`, `User`.`timezone`, `User`.`role`, `User`.`free_week_for_teacher`, `User`.`active_newsletter_notification`, `User`.`active_comment_notification`, `User`.`active`, `User`.`temp_user_data`, `User`.`access_token`, `User`.`access_token2`, `User`.`access_token3`, `User`.`access_token4`, `User`.`firebase_device_token_dictionary`, `User`.`firebase_device_token_luha`, `User`.`certificate_level`, (CONCAT(`User`.`first_name`, " ", `User`.`last_name`)) AS `User__full_name`, (CONCAT(`User`.`first_name`, " ", UPPER(LEFT(`User`.`last_name`, 1)), ".")) AS `User__short_name`, (IF(
`User`.`last_name` != "" AND `User`.`last_name` IS NOT NULL,
CONCAT(
`User`.`first_name`, " ",
IF(LOCATE(" ", `User`.`last_name`) = 0,
CONCAT(UPPER(LEFT(`User`.`last_name`, 1)), "."),
CONCAT(
UPPER(LEFT(SUBSTRING_INDEX(`User`.`last_name`, " ", 1), 1)), ". ",
UPPER(LEFT(SUBSTRING_INDEX(`User`.`last_name`, " ", -1), 1)), "."
)
)
),
`User`.`first_name`
)) AS `User__short_full_name`, `SocialProfile`.`id`, `SocialProfile`.`user_id`, `SocialProfile`.`social_network_name`, `SocialProfile`.`social_network_id`, `SocialProfile`.`email`, `SocialProfile`.`display_name`, `SocialProfile`.`first_name`, `SocialProfile`.`last_name`, `SocialProfile`.`link`, `SocialProfile`.`picture`, `SocialProfile`.`created`, `SocialProfile`.`modified`, `SocialProfile`.`status` FROM `noniseshorelc`.`users` AS `User` LEFT JOIN `noniseshorelc`.`social_profiles` AS `SocialProfile` ON (`SocialProfile`.`user_id` = `User`.`id`) WHERE `User`.`id` = 36 LIMIT 1 | 1 | 1 | 1 | |
| SELECT `HighScore`.`id`, `HighScore`.`version`, `HighScore`.`exercice_id`, `HighScore`.`player_id`, `HighScore`.`game`, `HighScore`.`description`, `HighScore`.`score`, `HighScore`.`count_words_shimaore`, `HighScore`.`count_words_shimwali`, `HighScore`.`count_words_shindzuani`, `HighScore`.`count_words_shingazidja`, `HighScore`.`count_orthography_shimaore`, `HighScore`.`count_orthography_shimwali`, `HighScore`.`count_orthography_shindzuani`, `HighScore`.`count_orthography_shingazidja`, `HighScore`.`content_html`, `HighScore`.`create_date`, `HighScore`.`last_date`, `HighScore`.`time`, `HighScore`.`max_time`, `HighScore`.`mention`, `HighScore`.`max_score`, `HighScore`.`rank` FROM `noniseshorelc`.`high_scores` AS `HighScore` WHERE `HighScore`.`player_id` = (36) | 0 | 0 | 21 | maybe slow |
| SELECT `License`.`id`, `License`.`product_id`, `License`.`user_id`, `License`.`payer_email`, `License`.`subscription_id`, `License`.`affiliate_id`, `License`.`authorized_conference`, `License`.`free_hour_allowed`, `License`.`paid_hour`, `License`.`status`, `License`.`reason`, `License`.`description`, `License`.`beneficiaries`, `License`.`referral_code`, `License`.`created`, `License`.`modified`, `License`.`expired`, `License`.`active`, `License`.`regularized_unpayment`, `License`.`start_time`, `License`.`full_name`, `License`.`last_payment`, `License`.`cycles_completed`, `License`.`total_cycles` FROM `noniseshorelc`.`licenses` AS `License` WHERE `License`.`user_id` = (36) | 8 | 8 | 0 | |
| SELECT `Certificate`.`id`, `Certificate`.`name`, `Certificate`.`level`, `Certificate`.`max_note`, `Certificate`.`description`, `CertificateUser`.`certificate_id`, `CertificateUser`.`user_id`, `CertificateUser`.`mention`, `CertificateUser`.`note`, `CertificateUser`.`points`, `CertificateUser`.`date` FROM `noniseshorelc`.`certificates` AS `Certificate` JOIN `noniseshorelc`.`certificate_users` AS `CertificateUser` ON (`CertificateUser`.`user_id` = 36 AND `CertificateUser`.`certificate_id` = `Certificate`.`id`) | 2 | 2 | 0 | |
| SELECT `Group`.`id`, `Group`.`referent_id`, `Group`.`name`, `Group`.`referent`, `Group`.`session_name`, `Group`.`tag`, `Group`.`type`, `Group`.`description`, `Group`.`level`, `Group`.`max_conference`, `Group`.`color`, `Group`.`active`, `Group`.`date_created`, `Group`.`date_updated`, (CONCAT(`Group`.`referent`, " - ", `Group`.`name`)) AS `Group__label`, (CONCAT(`Group`.`referent`, " - ", `Group`.`name`, " ", `Group`.`session_name`)) AS `Group__session_label`, `UserGroup`.`id`, `UserGroup`.`user_id`, `UserGroup`.`group_id` FROM `noniseshorelc`.`groups` AS `Group` JOIN `noniseshorelc`.`user_group` AS `UserGroup` ON (`UserGroup`.`user_id` = 36 AND `UserGroup`.`group_id` = `Group`.`id`) | 0 | 0 | 0 | |
| SELECT `Conference`.`id`, `Conference`.`teacher_id`, `Conference`.`group_id`, `Conference`.`subject`, `Conference`.`level`, `Conference`.`description`, `Conference`.`titled`, `Conference`.`path_files`, `Conference`.`start_date`, `Conference`.`end_date`, `Conference`.`max_subscriber`, `Conference`.`is_group`, `Conference`.`is_free`, `Conference`.`is_stage`, `Conference`.`active`, `Conference`.`date_created`, `Conference`.`date_updated`, `Conference`.`execution_date`, `SubscribeConference`.`id`, `SubscribeConference`.`conference_id`, `SubscribeConference`.`user_id`, `SubscribeConference`.`signed`, `SubscribeConference`.`is_present`, `SubscribeConference`.`is_free`, `SubscribeConference`.`in_hour_pack`, `SubscribeConference`.`date_created` FROM `noniseshorelc`.`conferences` AS `Conference` JOIN `noniseshorelc`.`subscribe_conferences` AS `SubscribeConference` ON (`SubscribeConference`.`user_id` = 36 AND `SubscribeConference`.`conference_id` = `Conference`.`id`) | 13 | 13 | 0 | |