0.57 ms (40.95%)
|
1 |
SELECT t0.deleted AS deleted_1, t0.archived AS archived_2, t0.date_add AS date_add_3, t0.date_update AS date_update_4, t0.date_delete AS date_delete_5, t0.id AS id_6, t0.show_admin AS show_admin_7, t0.show_planning AS show_planning_8, t0.icon AS icon_9, t0.title AS title_10, t0.content AS content_11, t0.notification_date AS notification_date_12, t0.new AS new_13, t0.redirect AS redirect_14, t0.open_in_modal AS open_in_modal_15, t0.modal_title AS modal_title_16 FROM notification t0 WHERE t0.deleted = ? AND t0.show_admin = ? ORDER BY t0.id DESC
SELECT t0.deleted AS deleted_1, t0.archived AS archived_2, t0.date_add AS date_add_3, t0.date_update AS date_update_4, t0.date_delete AS date_delete_5, t0.id AS id_6, t0.show_admin AS show_admin_7, t0.show_planning AS show_planning_8, t0.icon AS icon_9, t0.title AS title_10, t0.content AS content_11, t0.notification_date AS notification_date_12, t0.new AS new_13, t0.redirect AS redirect_14, t0.open_in_modal AS open_in_modal_15, t0.modal_title AS modal_title_16 FROM notification t0 WHERE t0.deleted = 0 AND t0.show_admin = 1 ORDER BY t0.id DESC;
|
0.42 ms (30.50%)
|
1 |
SELECT t0.deleted AS deleted_1, t0.archived AS archived_2, t0.date_add AS date_add_3, t0.date_update AS date_update_4, t0.date_delete AS date_delete_5, t0.id AS id_6, t0.email AS email_7, t0.password AS password_8, t0.prenom AS prenom_9, t0.nom AS nom_10, t0.poste_id AS poste_id_11 FROM admin t0 WHERE t0.id = ?
SELECT t0.deleted AS deleted_1, t0.archived AS archived_2, t0.date_add AS date_add_3, t0.date_update AS date_update_4, t0.date_delete AS date_delete_5, t0.id AS id_6, t0.email AS email_7, t0.password AS password_8, t0.prenom AS prenom_9, t0.nom AS nom_10, t0.poste_id AS poste_id_11 FROM admin t0 WHERE t0.id = 1;
|
0.40 ms (28.55%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.primary_color AS primary_color_3, t0.logo_path AS logo_path_4, t0.email_sender AS email_sender_5, t0.footer_note AS footer_note_6, t0.address AS address_7, t0.phone AS phone_8, t0.website AS website_9, t0.siret AS siret_10, t0.naf_code AS naf_code_11, t0.discord AS discord_12 FROM platform_configuration t0 LIMIT 1
SELECT t0.id AS id_1, t0.name AS name_2, t0.primary_color AS primary_color_3, t0.logo_path AS logo_path_4, t0.email_sender AS email_sender_5, t0.footer_note AS footer_note_6, t0.address AS address_7, t0.phone AS phone_8, t0.website AS website_9, t0.siret AS siret_10, t0.naf_code AS naf_code_11, t0.discord AS discord_12 FROM platform_configuration t0 LIMIT 1;
|