5.64 ms (36.17%)
|
2 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.content AS content_4, t0.slug AS slug_5, t0.created_at AS created_at_6, t0.status AS status_7, t0.tags AS tags_8, t0.photo AS photo_9, t0.type AS type_10, t0.updated_at AS updated_at_11, t0.published_date AS published_date_12, t0.view AS view_13, t0.old_id AS old_id_14, t0.photo_alt AS photo_alt_15, t0.faq_id AS faq_id_16 FROM posts t0 WHERE t0.slug = ? LIMIT 1
Parameters: [
"blabla test"
]
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.content AS content_4, t0.slug AS slug_5, t0.created_at AS created_at_6, t0.status AS status_7, t0.tags AS tags_8, t0.photo AS photo_9, t0.type AS type_10, t0.updated_at AS updated_at_11, t0.published_date AS published_date_12, t0.view AS view_13, t0.old_id AS old_id_14, t0.photo_alt AS photo_alt_15, t0.faq_id AS faq_id_16 FROM posts t0 WHERE t0.slug = 'blabla test' LIMIT 1;
|
2.96 ms (19.00%)
|
1 |
SELECT f0_.id AS id_0, f0_.title AS title_1, f0_.status AS status_2, f0_.created_at AS created_at_3, f0_.updated_at AS updated_at_4 FROM faq f0_ INNER JOIN posts p1_ ON f0_.id = p1_.faq_id INNER JOIN faq_items f2_ ON f0_.id = f2_.faq_id WHERE f2_.status = ? AND p1_.status = ? AND p1_.id = ?
SELECT f0_.id AS id_0, f0_.title AS title_1, f0_.status AS status_2, f0_.created_at AS created_at_3, f0_.updated_at AS updated_at_4 FROM faq f0_ INNER JOIN posts p1_ ON f0_.id = p1_.faq_id INNER JOIN faq_items f2_ ON f0_.id = f2_.faq_id WHERE f2_.status = 1 AND p1_.status = 1 AND p1_.id = 1636;
|
2.56 ms (16.40%)
|
1 |
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.object = ? AND t0.object_id = ? LIMIT 1
Parameters: [
"App\Entity\Posts"
1636
]
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.object = 'App\\Entity\\Posts' AND t0.object_id = 1636 LIMIT 1;
|
2.19 ms (14.05%)
|
14 |
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: [
"id_page_pc"
]
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 = 'id_page_pc' LIMIT 1;
|
1.24 ms (7.98%)
|
1 |
SELECT f0_.id AS id_0, f0_.nom AS nom_1, f0_.description AS description_2, f0_.echelle AS echelle_3, f0_.date_sortie AS date_sortie_4, f0_.date_reedition AS date_reedition_5, f0_.dimension AS dimension_6, f0_.status AS status_7, f0_.price AS price_8, f0_.price_yen AS price_yen_9, f0_.tags AS tags_10, f0_.photo_cover AS photo_cover_11, f0_.photo_thumbnail AS photo_thumbnail_12, f0_.created_at AS created_at_13, f0_.updated_at AS updated_at_14, f0_.slug AS slug_15, f0_.old_id AS old_id_16, f0_.other_price AS other_price_17, f0_.photo_alt AS photo_alt_18, f0_.miniature_alt AS miniature_alt_19, f0_.view AS view_20, f0_.figurine_gammes_id AS figurine_gammes_id_21, f0_.figurine_fabriquant_id AS figurine_fabriquant_id_22, f0_.serie_id AS serie_id_23, f0_.personnage_id AS personnage_id_24 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 p1_.id = ? ORDER BY f0_.date_sortie DESC LIMIT 4
SELECT f0_.id AS id_0, f0_.nom AS nom_1, f0_.description AS description_2, f0_.echelle AS echelle_3, f0_.date_sortie AS date_sortie_4, f0_.date_reedition AS date_reedition_5, f0_.dimension AS dimension_6, f0_.status AS status_7, f0_.price AS price_8, f0_.price_yen AS price_yen_9, f0_.tags AS tags_10, f0_.photo_cover AS photo_cover_11, f0_.photo_thumbnail AS photo_thumbnail_12, f0_.created_at AS created_at_13, f0_.updated_at AS updated_at_14, f0_.slug AS slug_15, f0_.old_id AS old_id_16, f0_.other_price AS other_price_17, f0_.photo_alt AS photo_alt_18, f0_.miniature_alt AS miniature_alt_19, f0_.view AS view_20, f0_.figurine_gammes_id AS figurine_gammes_id_21, f0_.figurine_fabriquant_id AS figurine_fabriquant_id_22, f0_.serie_id AS serie_id_23, f0_.personnage_id AS personnage_id_24 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 p1_.id = 1636 ORDER BY f0_.date_sortie DESC LIMIT 4;
|
0.42 ms (2.70%)
|
1 |
SELECT t0.id AS id_1, t0.question AS question_2, t0.answer AS answer_3, t0.createdt_at AS createdt_at_4, t0.updated_at AS updated_at_5, t0.status AS status_6, t0.faq_id AS faq_id_7 FROM faq_items t0 WHERE t0.faq_id = ?
SELECT t0.id AS id_1, t0.question AS question_2, t0.answer AS answer_3, t0.createdt_at AS createdt_at_4, t0.updated_at AS updated_at_5, t0.status AS status_6, t0.faq_id AS faq_id_7 FROM faq_items t0 WHERE t0.faq_id = 1;
|
0.36 ms (2.31%)
|
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 = 1;
|
0.22 ms (1.39%)
|
1 |
SELECT t0.id AS id_1, t0.content AS content_2, t0.link AS link_3, t0.status AS status_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6 FROM annonces t0 WHERE t0.status = ?
SELECT t0.id AS id_1, t0.content AS content_2, t0.link AS link_3, t0.status AS status_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6 FROM annonces t0 WHERE t0.status = 1;
|