5.48 ms (87.00%)
|
3 |
SELECT l0_.id AS id_0, l0_.fake_id AS fake_id_1, l0_.date_created AS date_created_2, l0_.price AS price_3, l0_.wf_status AS wf_status_4, l0_.seller_ref AS seller_ref_5, l0_.step_annonce AS step_annonce_6, l0_.marge AS marge_7, l0_.taux_marge AS taux_marge_8, l0_.prix_haut AS prix_haut_9, l0_.prix_attractive AS prix_attractive_10, l0_.good_price AS good_price_11, l0_.end_auction AS end_auction_12, l0_.updated_at AS updated_at_13, l0_.link AS link_14, l0_.price_proposed AS price_proposed_15, l0_.old_part_price AS old_part_price_16, l0_.is_covered AS is_covered_17, l0_.price_covered AS price_covered_18, l0_.status_id AS status_id_19, l0_.storage_address_id AS storage_address_id_20, l0_.scrap_id AS scrap_id_21, l0_.garage_id AS garage_id_22, l0_.vehicle_id AS vehicle_id_23 FROM listing l0_ WHERE l0_.wf_status = ? AND l0_.end_auction > ?
Parameters: [
"auction"
"2025-12-20 16:41:52"
]
SELECT l0_.id AS id_0, l0_.fake_id AS fake_id_1, l0_.date_created AS date_created_2, l0_.price AS price_3, l0_.wf_status AS wf_status_4, l0_.seller_ref AS seller_ref_5, l0_.step_annonce AS step_annonce_6, l0_.marge AS marge_7, l0_.taux_marge AS taux_marge_8, l0_.prix_haut AS prix_haut_9, l0_.prix_attractive AS prix_attractive_10, l0_.good_price AS good_price_11, l0_.end_auction AS end_auction_12, l0_.updated_at AS updated_at_13, l0_.link AS link_14, l0_.price_proposed AS price_proposed_15, l0_.old_part_price AS old_part_price_16, l0_.is_covered AS is_covered_17, l0_.price_covered AS price_covered_18, l0_.status_id AS status_id_19, l0_.storage_address_id AS storage_address_id_20, l0_.scrap_id AS scrap_id_21, l0_.garage_id AS garage_id_22, l0_.vehicle_id AS vehicle_id_23 FROM listing l0_ WHERE l0_.wf_status = 'auction' AND l0_.end_auction > '2025-12-20 16:41:52';
|
0.46 ms (7.35%)
|
1 |
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.wf_status AS wf_status_3, t0.marque AS marque_4, t0.model AS model_5, t0.power AS power_6, t0.kilometers_maximum AS kilometers_maximum_7, t0.mec_min AS mec_min_8, t0.fuel AS fuel_9, t0.gear AS gear_10, t0.price_max AS price_max_11, t0.details AS details_12, t0.garage_id AS garage_id_13 FROM personalized_search t0 WHERE t0.wf_status = ?
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.wf_status AS wf_status_3, t0.marque AS marque_4, t0.model AS model_5, t0.power AS power_6, t0.kilometers_maximum AS kilometers_maximum_7, t0.mec_min AS mec_min_8, t0.fuel AS fuel_9, t0.gear AS gear_10, t0.price_max AS price_max_11, t0.details AS details_12, t0.garage_id AS garage_id_13 FROM personalized_search t0 WHERE t0.wf_status = 'online';
|
0.36 ms (5.65%)
|
2 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.monthly_price AS monthly_price_3, t0.fake_id AS fake_id_4, t0.duration AS duration_5, t0.int_ref AS int_ref_6, t0.role AS role_7, t0.image AS image_8, t0.id_stripe AS id_stripe_9, t0.dms AS dms_10, t0.color AS color_11 FROM subscription t0 WHERE t0.int_ref = ? LIMIT 1
Parameters: [
"Vendeur"
]
SELECT t0.id AS id_1, t0.name AS name_2, t0.monthly_price AS monthly_price_3, t0.fake_id AS fake_id_4, t0.duration AS duration_5, t0.int_ref AS int_ref_6, t0.role AS role_7, t0.image AS image_8, t0.id_stripe AS id_stripe_9, t0.dms AS dms_10, t0.color AS color_11 FROM subscription t0 WHERE t0.int_ref = 'Vendeur' LIMIT 1;
|