1.34 ms (12.81%)
|
1 |
SELECT t0.id AS id_1, t0.nom_produit AS nom_produit_2, t0.description AS description_3, t0.prix AS prix_4, t0.quantite_disponible AS quantite_disponible_5, t0.descriptioncourte AS descriptioncourte_6, t0.etoiles AS etoiles_7, t0.nbvotes AS nbvotes_8, t0.nb_avis AS nb_avis_9, t0.points AS points_10, t0.date_creation AS date_creation_11, t0.cout_achat AS cout_achat_12, t0.la_categorie_id AS la_categorie_id_13 FROM produits t0 INNER JOIN produits_images ON t0.id = produits_images.produits_id WHERE produits_images.images_id = ?
SELECT t0.id AS id_1, t0.nom_produit AS nom_produit_2, t0.description AS description_3, t0.prix AS prix_4, t0.quantite_disponible AS quantite_disponible_5, t0.descriptioncourte AS descriptioncourte_6, t0.etoiles AS etoiles_7, t0.nbvotes AS nbvotes_8, t0.nb_avis AS nb_avis_9, t0.points AS points_10, t0.date_creation AS date_creation_11, t0.cout_achat AS cout_achat_12, t0.la_categorie_id AS la_categorie_id_13 FROM produits t0 INNER JOIN produits_images ON t0.id = produits_images.produits_id WHERE produits_images.images_id = 531;
|
1.21 ms (11.58%)
|
1 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.telephone AS telephone_7, t0.classe AS classe_8, t0.fidelite AS fidelite_9, t0.photo_url AS photo_url_10, t0.fcm_token AS fcm_token_11, t0.display_name AS display_name_12, t0.is_leaderboard_opt_in AS is_leaderboard_opt_in_13, t0.pref_newsletter AS pref_newsletter_14, t0.pref_promo_notifications AS pref_promo_notifications_15, t0.pref_order_alerts AS pref_order_alerts_16, t0.reset_token AS reset_token_17, t0.reset_token_expiry AS reset_token_expiry_18 FROM user t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.telephone AS telephone_7, t0.classe AS classe_8, t0.fidelite AS fidelite_9, t0.photo_url AS photo_url_10, t0.fcm_token AS fcm_token_11, t0.display_name AS display_name_12, t0.is_leaderboard_opt_in AS is_leaderboard_opt_in_13, t0.pref_newsletter AS pref_newsletter_14, t0.pref_promo_notifications AS pref_promo_notifications_15, t0.pref_order_alerts AS pref_order_alerts_16, t0.reset_token AS reset_token_17, t0.reset_token_expiry AS reset_token_expiry_18 FROM user t0 WHERE t0.id = 43;
|