1.74 ms (34.51%)
|
9 |
SELECT t0.id AS id_1, t0.config_name AS config_name_2, t0.config_value AS config_value_3 FROM site_configuration t0 WHERE t0.config_name = ? LIMIT 1
Parameters: [
"footer_text"
]
SELECT t0.id AS id_1, t0.config_name AS config_name_2, t0.config_value AS config_value_3 FROM site_configuration t0 WHERE t0.config_name = 'footer_text' LIMIT 1;
|
1.11 ms (22.04%)
|
1 |
SELECT DISTINCT YEAR(f0_.date_sortie) AS sclr_0, YEAR(f0_.date_reedition) AS sclr_1 FROM figurine f0_ INNER JOIN figurine_posts f2_ ON f0_.id = f2_.figurine_id INNER JOIN posts p1_ ON p1_.id = f2_.posts_id WHERE YEAR(f0_.date_sortie) <= ?
SELECT DISTINCT YEAR(f0_.date_sortie) AS sclr_0, YEAR(f0_.date_reedition) AS sclr_1 FROM figurine f0_ INNER JOIN figurine_posts f2_ ON f0_.id = f2_.figurine_id INNER JOIN posts p1_ ON p1_.id = f2_.posts_id WHERE YEAR(f0_.date_sortie) <= '2026';
|
0.89 ms (17.61%)
|
3 |
SELECT t0.id AS id_1, t0.route_name AS route_name_2, t0.object AS object_3, t0.page_title AS page_title_4, t0.page_description AS page_description_5, t0.meta_title AS meta_title_6, t0.meta_description AS meta_description_7, t0.keywords AS keywords_8, t0.image AS image_9, t0.object_id AS object_id_10 FROM seo t0 WHERE t0.route_name = ? LIMIT 1
Parameters: [
"front.page.agenda"
]
SELECT t0.id AS id_1, t0.route_name AS route_name_2, t0.object AS object_3, t0.page_title AS page_title_4, t0.page_description AS page_description_5, t0.meta_title AS meta_title_6, t0.meta_description AS meta_description_7, t0.keywords AS keywords_8, t0.image AS image_9, t0.object_id AS object_id_10 FROM seo t0 WHERE t0.route_name = 'front.page.agenda' LIMIT 1;
|
0.52 ms (10.35%)
|
1 |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.nom_japonais AS nom_japonais_3, t0.description AS description_4, t0.twitter AS twitter_5, t0.site AS site_6, t0.libellestreaming AS libellestreaming_7, t0.liensstreaming AS liensstreaming_8, t0.photo AS photo_9, t0.slug AS slug_10, t0.old_id AS old_id_11, t0.photo_alt AS photo_alt_12, t0.studio_editeur AS studio_editeur_13, t0.editeur AS editeur_14, t0.editeur_jp AS editeur_jp_15, t0.date_debut AS date_debut_16, t0.date_fin AS date_fin_17, t0.nombre_de_saison AS nombre_de_saison_18, t0.membre_id AS membre_id_19 FROM figurine_serie t0 ORDER BY t0.nom ASC
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.nom_japonais AS nom_japonais_3, t0.description AS description_4, t0.twitter AS twitter_5, t0.site AS site_6, t0.libellestreaming AS libellestreaming_7, t0.liensstreaming AS liensstreaming_8, t0.photo AS photo_9, t0.slug AS slug_10, t0.old_id AS old_id_11, t0.photo_alt AS photo_alt_12, t0.studio_editeur AS studio_editeur_13, t0.editeur AS editeur_14, t0.editeur_jp AS editeur_jp_15, t0.date_debut AS date_debut_16, t0.date_fin AS date_fin_17, t0.nombre_de_saison AS nombre_de_saison_18, t0.membre_id AS membre_id_19 FROM figurine_serie t0 ORDER BY t0.nom ASC;
|
0.41 ms (8.09%)
|
1 |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.adress AS adress_3, t0.photo AS photo_4, t0.description AS description_5, t0.status AS status_6, t0.type AS type_7, t0.date_creation AS date_creation_8, t0.nom_japonais AS nom_japonais_9, t0.twitter AS twitter_10, t0.site AS site_11, t0.pays AS pays_12, t0.old_id AS old_id_13, t0.photo_alt AS photo_alt_14, t0.slug AS slug_15, t0.localisation_id AS localisation_id_16, t0.membre_id AS membre_id_17 FROM figurine_fabriquant t0 WHERE t0.status = ? ORDER BY t0.nom ASC
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.adress AS adress_3, t0.photo AS photo_4, t0.description AS description_5, t0.status AS status_6, t0.type AS type_7, t0.date_creation AS date_creation_8, t0.nom_japonais AS nom_japonais_9, t0.twitter AS twitter_10, t0.site AS site_11, t0.pays AS pays_12, t0.old_id AS old_id_13, t0.photo_alt AS photo_alt_14, t0.slug AS slug_15, t0.localisation_id AS localisation_id_16, t0.membre_id AS membre_id_17 FROM figurine_fabriquant t0 WHERE t0.status = 1 ORDER BY t0.nom ASC;
|
0.37 ms (7.40%)
|
2 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.description AS description_4, t0.content AS content_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.status AS status_8 FROM page t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.description AS description_4, t0.content AS content_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.status AS status_8 FROM page t0 WHERE t0.id = 2;
|