3.17 ms (23.79%)
|
1 |
SELECT e0_.id AS id_0, e0_.name AS name_1, e0_.description AS description_2, e0_.creation_date AS creation_date_3, e0_.url AS url_4, e0_.slug AS slug_5, e0_.last_update AS last_update_6, e0_.visible AS visible_7, e0_.date_debut AS date_debut_8, e0_.date_fin AS date_fin_9, e0_.uuid_tmp AS uuid_tmp_10, e0_.image AS image_11, e0_.location_fallback AS location_fallback_12, e0_.organizers_fallback AS organizers_fallback_13, e0_.image_name AS image_name_14, e0_.image_size AS image_size_15, e0_.updated_at AS updated_at_16, e0_.price AS price_17, e0_.exclude_from_agenda AS exclude_from_agenda_18, e0_.horaires_du_lieu AS horaires_du_lieu_19, e0_.scrapper_event_id AS scrapper_event_id_20, e0_.created_by_id AS created_by_id_21, e0_.festival_id AS festival_id_22 FROM event e0_ WHERE e0_.festival_id = ? AND e0_.visible = ? ORDER BY e0_.date_debut ASC
SELECT e0_.id AS id_0, e0_.name AS name_1, e0_.description AS description_2, e0_.creation_date AS creation_date_3, e0_.url AS url_4, e0_.slug AS slug_5, e0_.last_update AS last_update_6, e0_.visible AS visible_7, e0_.date_debut AS date_debut_8, e0_.date_fin AS date_fin_9, e0_.uuid_tmp AS uuid_tmp_10, e0_.image AS image_11, e0_.location_fallback AS location_fallback_12, e0_.organizers_fallback AS organizers_fallback_13, e0_.image_name AS image_name_14, e0_.image_size AS image_size_15, e0_.updated_at AS updated_at_16, e0_.price AS price_17, e0_.exclude_from_agenda AS exclude_from_agenda_18, e0_.horaires_du_lieu AS horaires_du_lieu_19, e0_.scrapper_event_id AS scrapper_event_id_20, e0_.created_by_id AS created_by_id_21, e0_.festival_id AS festival_id_22 FROM event e0_ WHERE e0_.festival_id = 1 AND e0_.visible = 1 ORDER BY e0_.date_debut ASC;
|
2.29 ms (17.19%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.date_debut AS date_debut_3, t0.date_fin AS date_fin_4, t0.description AS description_5, t0.image AS image_6, t0.slug AS slug_7, t0.updated_at AS updated_at_8, t0.image_name AS image_name_9, t0.image_size AS image_size_10, t0.ville AS ville_11, t0.url AS url_12 FROM festival t0 WHERE t0.slug = ? LIMIT 1
Parameters: [
"jazzellerault"
]
SELECT t0.id AS id_1, t0.name AS name_2, t0.date_debut AS date_debut_3, t0.date_fin AS date_fin_4, t0.description AS description_5, t0.image AS image_6, t0.slug AS slug_7, t0.updated_at AS updated_at_8, t0.image_name AS image_name_9, t0.image_size AS image_size_10, t0.ville AS ville_11, t0.url AS url_12 FROM festival t0 WHERE t0.slug = 'jazzellerault' LIMIT 1;
|
0.93 ms (6.99%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.adresse AS adresse_3, t0.slug AS slug_4, t0.ville AS ville_5, t0.codepostal AS codepostal_6, t0.description AS description_7, t0.telephone AS telephone_8, t0.email AS email_9, t0.url AS url_10, t0.proprietaire_id AS proprietaire_id_11 FROM place t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.adresse AS adresse_3, t0.slug AS slug_4, t0.ville AS ville_5, t0.codepostal AS codepostal_6, t0.description AS description_7, t0.telephone AS telephone_8, t0.email AS email_9, t0.url AS url_10, t0.proprietaire_id AS proprietaire_id_11 FROM place t0 WHERE t0.id = 20;
|