| 2 |
1.16 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.visibility AS visibility_3, t0.parent_category_id AS parent_category_id_4, t0.meta_title AS meta_title_5, t0.meta_description AS meta_description_6, t0.meta_keywords AS meta_keywords_7, t0.meta_h1 AS meta_h1_8, t0.description AS description_9, t0.navbar_visibility AS navbar_visibility_10, t0.footer_visibility AS footer_visibility_11, t0.slug AS slug_12, t0.sort_order AS sort_order_13 FROM category t0 WHERE t0.visibility = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.visibility AS visibility_3, t0.parent_category_id AS parent_category_id_4, t0.meta_title AS meta_title_5, t0.meta_description AS meta_description_6, t0.meta_keywords AS meta_keywords_7, t0.meta_h1 AS meta_h1_8, t0.description AS description_9, t0.navbar_visibility AS navbar_visibility_10, t0.footer_visibility AS footer_visibility_11, t0.slug AS slug_12, t0.sort_order AS sort_order_13 FROM category t0 WHERE t0.visibility = 1;
|
| 3 |
3.71 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.sort_order AS sort_order_4, t0.effective_price AS effective_price_5, t0.status AS status_6, t0.type AS type_7, t0.quantity AS quantity_8, t0.options_json AS options_json_9, t0.attribute_json AS attribute_json_10, t0.code AS code_11, t0.description AS description_12, t0.similar_group_id AS similar_group_id_13, t0.model3d_url AS model3d_url_14, t0.price AS price_15, t0.sale_price AS sale_price_16, t0.currency AS currency_17, t0.date_added AS date_added_18, t0.date_edited AS date_edited_19, t0.manufacturer_id AS manufacturer_id_20, t0.series_id AS series_id_21, t22.meta_title AS meta_title_23, t22.meta_description AS meta_description_24, t22.meta_keywords AS meta_keywords_25, t22.h1 AS h1_26, t22.product_id AS product_id_27 FROM product t0 LEFT JOIN product_seo t22 ON t22.product_id = t0.id WHERE t0.status = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.sort_order AS sort_order_4, t0.effective_price AS effective_price_5, t0.status AS status_6, t0.type AS type_7, t0.quantity AS quantity_8, t0.options_json AS options_json_9, t0.attribute_json AS attribute_json_10, t0.code AS code_11, t0.description AS description_12, t0.similar_group_id AS similar_group_id_13, t0.model3d_url AS model3d_url_14, t0.price AS price_15, t0.sale_price AS sale_price_16, t0.currency AS currency_17, t0.date_added AS date_added_18, t0.date_edited AS date_edited_19, t0.manufacturer_id AS manufacturer_id_20, t0.series_id AS series_id_21, t22.meta_title AS meta_title_23, t22.meta_description AS meta_description_24, t22.meta_keywords AS meta_keywords_25, t22.h1 AS h1_26, t22.product_id AS product_id_27 FROM product t0 LEFT JOIN product_seo t22 ON t22.product_id = t0.id WHERE t0.status = 1;
|
| 4 |
0.93 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.content AS content_3, t0.status AS status_4, t0.meta_title AS meta_title_5, t0.meta_description AS meta_description_6, t0.meta_keywords AS meta_keywords_7, t0.meta_h1 AS meta_h1_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.slug AS slug_11 FROM blog t0 WHERE t0.status = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.content AS content_3, t0.status AS status_4, t0.meta_title AS meta_title_5, t0.meta_description AS meta_description_6, t0.meta_keywords AS meta_keywords_7, t0.meta_h1 AS meta_h1_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.slug AS slug_11 FROM blog t0 WHERE t0.status = 1;
|