14.53 ms (17.44%)
|
20 |
SELECT t0.id AS id_1, t0.sort AS sort_2, t0.created_by AS created_by_3, t0.updated_by AS updated_by_4, t0.deleted_by AS deleted_by_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.product_id AS product_id_8 FROM product_picture t0 WHERE t0.product_id = ? ORDER BY t0.sort ASC
SELECT t0.id AS id_1, t0.sort AS sort_2, t0.created_by AS created_by_3, t0.updated_by AS updated_by_4, t0.deleted_by AS deleted_by_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.product_id AS product_id_8 FROM product_picture t0 WHERE t0.product_id = 141 ORDER BY t0.sort ASC;
|
14.29 ms (17.14%)
|
20 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.content AS content_3, t0.slug AS slug_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM product_translation t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.content AS content_3, t0.slug AS slug_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM product_translation t0 WHERE t0.translatable_id = 141;
|
14.16 ms (16.99%)
|
20 |
SELECT t0.id AS id_1, t0.picture AS picture_2, t0.title AS title_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM product_picture_translation t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.picture AS picture_2, t0.title AS title_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM product_picture_translation t0 WHERE t0.translatable_id = 701;
|
14.09 ms (16.90%)
|
20 |
SELECT t0.id AS id_1, t0.is_value_inc AS is_value_inc_2, t0.tax_values AS tax_values_3, t0.created_by AS created_by_4, t0.updated_by AS updated_by_5, t0.deleted_by AS deleted_by_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8 FROM tax t0 INNER JOIN product_tax ON t0.id = product_tax.tax_id WHERE product_tax.product_id = ?
SELECT t0.id AS id_1, t0.is_value_inc AS is_value_inc_2, t0.tax_values AS tax_values_3, t0.created_by AS created_by_4, t0.updated_by AS updated_by_5, t0.deleted_by AS deleted_by_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8 FROM tax t0 INNER JOIN product_tax ON t0.id = product_tax.tax_id WHERE product_tax.product_id = 141;
|
13.51 ms (16.21%)
|
19 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.created_by AS created_by_4, t0.updated_by AS updated_by_5, t0.deleted_by AS deleted_by_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8 FROM setting t0 WHERE t0.name = ? LIMIT 1
Parameters: [
"website-name"
]
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.created_by AS created_by_4, t0.updated_by AS updated_by_5, t0.deleted_by AS deleted_by_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8 FROM setting t0 WHERE t0.name = 'website-name' LIMIT 1;
|
3.66 ms (4.39%)
|
5 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.content AS content_3, t0.slug AS slug_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM page_translation t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.content AS content_3, t0.slug AS slug_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM page_translation t0 WHERE t0.translatable_id = 1;
|
3.21 ms (3.85%)
|
2 |
SELECT p0_.id AS id_0, p0_.reference AS reference_1, p0_.weight AS weight_2, p0_.new_start AS new_start_3, p0_.new_end AS new_end_4, p0_.forward_start AS forward_start_5, p0_.forward_end AS forward_end_6, p0_.sort AS sort_7, p0_.price AS price_8, p0_.promotion_price AS promotion_price_9, p0_.promotion_start AS promotion_start_10, p0_.promotion_end AS promotion_end_11, p0_.is_display_inc AS is_display_inc_12, p0_.stock AS stock_13, p0_.is_handle_stock AS is_handle_stock_14, p0_.created_by AS created_by_15, p0_.updated_by AS updated_by_16, p0_.deleted_by AS deleted_by_17, p0_.deleted_at AS deleted_at_18, p0_.created_at AS created_at_19, p0_.updated_at AS updated_at_20, p0_.seo_id AS seo_id_21 FROM product p0_ LEFT JOIN product_translation p1_ ON p0_.id = p1_.translatable_id LEFT JOIN product_category_product p3_ ON p0_.id = p3_.product_id LEFT JOIN product_category p2_ ON p2_.id = p3_.product_category_id WHERE p0_.deleted_at IS NULL AND p1_.locale = ? AND p2_.deleted_at IS NULL AND p2_.id IN (?) ORDER BY p2_.sort ASC, p0_.sort ASC
SELECT p0_.id AS id_0, p0_.reference AS reference_1, p0_.weight AS weight_2, p0_.new_start AS new_start_3, p0_.new_end AS new_end_4, p0_.forward_start AS forward_start_5, p0_.forward_end AS forward_end_6, p0_.sort AS sort_7, p0_.price AS price_8, p0_.promotion_price AS promotion_price_9, p0_.promotion_start AS promotion_start_10, p0_.promotion_end AS promotion_end_11, p0_.is_display_inc AS is_display_inc_12, p0_.stock AS stock_13, p0_.is_handle_stock AS is_handle_stock_14, p0_.created_by AS created_by_15, p0_.updated_by AS updated_by_16, p0_.deleted_by AS deleted_by_17, p0_.deleted_at AS deleted_at_18, p0_.created_at AS created_at_19, p0_.updated_at AS updated_at_20, p0_.seo_id AS seo_id_21 FROM product p0_ LEFT JOIN product_translation p1_ ON p0_.id = p1_.translatable_id LEFT JOIN product_category_product p3_ ON p0_.id = p3_.product_id LEFT JOIN product_category p2_ ON p2_.id = p3_.product_category_id WHERE p0_.deleted_at IS NULL AND p1_.locale = 'fr' AND p2_.deleted_at IS NULL AND p2_.id IN (8) ORDER BY p2_.sort ASC, p0_.sort ASC;
|
1.05 ms (1.25%)
|
1 |
SELECT t0.id AS id_1, t0.sort AS sort_2, t0.created_by AS created_by_3, t0.updated_by AS updated_by_4, t0.deleted_by AS deleted_by_5, t0.deleted_at AS deleted_at_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.parent_id AS parent_id_9, t0.seo_id AS seo_id_10 FROM product_category t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.sort AS sort_2, t0.created_by AS created_by_3, t0.updated_by AS updated_by_4, t0.deleted_by AS deleted_by_5, t0.deleted_at AS deleted_at_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.parent_id AS parent_id_9, t0.seo_id AS seo_id_10 FROM product_category t0 WHERE t0.id = '8';
|
0.90 ms (1.08%)
|
1 |
SELECT p0_.id AS id_0, p0_.is_legal AS is_legal_1, p0_.sort AS sort_2, p0_.created_by AS created_by_3, p0_.updated_by AS updated_by_4, p0_.deleted_by AS deleted_by_5, p0_.created_at AS created_at_6, p0_.updated_at AS updated_at_7, p0_.seo_id AS seo_id_8 FROM page p0_ WHERE p0_.is_legal <> 1 OR p0_.is_legal IS NULL ORDER BY p0_.sort ASC
SELECT p0_.id AS id_0, p0_.is_legal AS is_legal_1, p0_.sort AS sort_2, p0_.created_by AS created_by_3, p0_.updated_by AS updated_by_4, p0_.deleted_by AS deleted_by_5, p0_.created_at AS created_at_6, p0_.updated_at AS updated_at_7, p0_.seo_id AS seo_id_8 FROM page p0_ WHERE p0_.is_legal <> 1 OR p0_.is_legal IS NULL ORDER BY p0_.sort ASC;
|
0.87 ms (1.04%)
|
1 |
SELECT t0.id AS id_1, t0.url AS url_2, t0.created_by AS created_by_3, t0.updated_by AS updated_by_4, t0.deleted_by AS deleted_by_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.seo_id AS seo_id_8 FROM static_url t0 WHERE t0.url = ? LIMIT 1
Parameters: [
"/fr/product/8-categorie-de-produits-7"
]
SELECT t0.id AS id_1, t0.url AS url_2, t0.created_by AS created_by_3, t0.updated_by AS updated_by_4, t0.deleted_by AS deleted_by_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.seo_id AS seo_id_8 FROM static_url t0 WHERE t0.url = '/fr/product/8-categorie-de-produits-7' LIMIT 1;
|
0.80 ms (0.96%)
|
1 |
SELECT p0_.id AS id_0, p0_.is_legal AS is_legal_1, p0_.sort AS sort_2, p0_.created_by AS created_by_3, p0_.updated_by AS updated_by_4, p0_.deleted_by AS deleted_by_5, p0_.created_at AS created_at_6, p0_.updated_at AS updated_at_7, p0_.seo_id AS seo_id_8 FROM page p0_ WHERE p0_.is_legal = 1 ORDER BY p0_.sort ASC
SELECT p0_.id AS id_0, p0_.is_legal AS is_legal_1, p0_.sort AS sort_2, p0_.created_by AS created_by_3, p0_.updated_by AS updated_by_4, p0_.deleted_by AS deleted_by_5, p0_.created_at AS created_at_6, p0_.updated_at AS updated_at_7, p0_.seo_id AS seo_id_8 FROM page p0_ WHERE p0_.is_legal = 1 ORDER BY p0_.sort ASC;
|
0.80 ms (0.95%)
|
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.suffix_with AS suffix_with_3, t0.suffix_without AS suffix_without_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM tax_translation t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.suffix_with AS suffix_with_3, t0.suffix_without AS suffix_without_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM tax_translation t0 WHERE t0.translatable_id = 1;
|
0.75 ms (0.90%)
|
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.content AS content_3, t0.picture AS picture_4, t0.slug AS slug_5, t0.locale AS locale_6, t0.translatable_id AS translatable_id_7 FROM product_category_translation t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.content AS content_3, t0.picture AS picture_4, t0.slug AS slug_5, t0.locale AS locale_6, t0.translatable_id AS translatable_id_7 FROM product_category_translation t0 WHERE t0.translatable_id = 8;
|
0.74 ms (0.89%)
|
1 |
SELECT t0.id AS id_1, t0.sort AS sort_2, t0.created_by AS created_by_3, t0.updated_by AS updated_by_4, t0.deleted_by AS deleted_by_5, t0.deleted_at AS deleted_at_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.parent_id AS parent_id_9, t0.seo_id AS seo_id_10 FROM product_category t0 WHERE t0.parent_id = ?
SELECT t0.id AS id_1, t0.sort AS sort_2, t0.created_by AS created_by_3, t0.updated_by AS updated_by_4, t0.deleted_by AS deleted_by_5, t0.deleted_at AS deleted_at_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.parent_id AS parent_id_9, t0.seo_id AS seo_id_10 FROM product_category t0 WHERE t0.parent_id = 8;
|