| 1 |
1.07 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.active AS active_4 FROM item_category t0 WHERE t0.slug = ? AND t0.active = ? LIMIT 1
Parameters: [
"uniform"
1
]
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.active AS active_4 FROM item_category t0 WHERE t0.slug = 'uniform' AND t0.active = 1 LIMIT 1;
|
| 2 |
5.00 ms |
SELECT i0_.id AS id_0, i0_.zoho_id AS zoho_id_1, i0_.item_code AS item_code_2, i0_.name AS name_3, i0_.slug AS slug_4, i0_.sku AS sku_5, i0_.hsn_code AS hsn_code_6, i0_.description AS description_7, i0_.size AS size_8, i0_.unit AS unit_9, i0_.rate AS rate_10, i0_.purchase_rate AS purchase_rate_11, i0_.combo_product AS combo_product_12, i0_.taxable AS taxable_13, i0_.stock_on_hand AS stock_on_hand_14, i0_.available_stock AS available_stock_15, i0_.actual_available_stock AS actual_available_stock_16, i0_.committed_stock AS committed_stock_17, i0_.actual_committed_stock AS actual_committed_stock_18, i0_.available_for_sale_stock AS available_for_sale_stock_19, i0_.actual_available_for_sale_stock AS actual_available_for_sale_stock_20, i0_.active AS active_21, i0_.imported AS imported_22, i0_.meta_title AS meta_title_23, i0_.meta_description AS meta_description_24, i0_.meta_keywords AS meta_keywords_25, i0_.featured AS featured_26, i0_.trending AS trending_27, i0_.show_in_portal AS show_in_portal_28, i0_.gender AS gender_29, i0_.created_at AS created_at_30, i0_.updated_at AS updated_at_31, IFNULL(i0_.group_id, UUID_SHORT()) AS sclr_32, i0_.category_id AS category_id_33, i0_.group_id AS group_id_34, i0_.grade_id AS grade_id_35, i0_.intra_tax_id AS intra_tax_id_36, i0_.inter_tax_id AS inter_tax_id_37, i0_.created_by AS created_by_38, i0_.updated_by AS updated_by_39 FROM item i0_ WHERE i0_.active = ? AND i0_.show_in_portal = ? AND i0_.category_id = ? GROUP BY i0_.id, sclr_32 ORDER BY CASE WHEN i0_.actual_available_for_sale_stock <= 0 THEN 1 ELSE 0 END ASC, i0_.combo_product DESC, i0_.name ASC
SELECT
i0_.id AS id_0,
i0_.zoho_id AS zoho_id_1,
i0_.item_code AS item_code_2,
i0_.name AS name_3,
i0_.slug AS slug_4,
i0_.sku AS sku_5,
i0_.hsn_code AS hsn_code_6,
i0_.description AS description_7,
i0_.size AS size_8,
i0_.unit AS unit_9,
i0_.rate AS rate_10,
i0_.purchase_rate AS purchase_rate_11,
i0_.combo_product AS combo_product_12,
i0_.taxable AS taxable_13,
i0_.stock_on_hand AS stock_on_hand_14,
i0_.available_stock AS available_stock_15,
i0_.actual_available_stock AS actual_available_stock_16,
i0_.committed_stock AS committed_stock_17,
i0_.actual_committed_stock AS actual_committed_stock_18,
i0_.available_for_sale_stock AS available_for_sale_stock_19,
i0_.actual_available_for_sale_stock AS actual_available_for_sale_stock_20,
i0_.active AS active_21,
i0_.imported AS imported_22,
i0_.meta_title AS meta_title_23,
i0_.meta_description AS meta_description_24,
i0_.meta_keywords AS meta_keywords_25,
i0_.featured AS featured_26,
i0_.trending AS trending_27,
i0_.show_in_portal AS show_in_portal_28,
i0_.gender AS gender_29,
i0_.created_at AS created_at_30,
i0_.updated_at AS updated_at_31,
IFNULL(
i0_.group_id,
UUID_SHORT()
) AS sclr_32,
i0_.category_id AS category_id_33,
i0_.group_id AS group_id_34,
i0_.grade_id AS grade_id_35,
i0_.intra_tax_id AS intra_tax_id_36,
i0_.inter_tax_id AS inter_tax_id_37,
i0_.created_by AS created_by_38,
i0_.updated_by AS updated_by_39
FROM
item i0_
WHERE
i0_.active = ?
AND i0_.show_in_portal = ?
AND i0_.category_id = ?
GROUP BY
i0_.id,
sclr_32
ORDER BY
CASE WHEN i0_.actual_available_for_sale_stock <= 0 THEN
1
ELSE
0
END ASC,
i0_.combo_product DESC,
i0_.name ASC
SELECT i0_.id AS id_0, i0_.zoho_id AS zoho_id_1, i0_.item_code AS item_code_2, i0_.name AS name_3, i0_.slug AS slug_4, i0_.sku AS sku_5, i0_.hsn_code AS hsn_code_6, i0_.description AS description_7, i0_.size AS size_8, i0_.unit AS unit_9, i0_.rate AS rate_10, i0_.purchase_rate AS purchase_rate_11, i0_.combo_product AS combo_product_12, i0_.taxable AS taxable_13, i0_.stock_on_hand AS stock_on_hand_14, i0_.available_stock AS available_stock_15, i0_.actual_available_stock AS actual_available_stock_16, i0_.committed_stock AS committed_stock_17, i0_.actual_committed_stock AS actual_committed_stock_18, i0_.available_for_sale_stock AS available_for_sale_stock_19, i0_.actual_available_for_sale_stock AS actual_available_for_sale_stock_20, i0_.active AS active_21, i0_.imported AS imported_22, i0_.meta_title AS meta_title_23, i0_.meta_description AS meta_description_24, i0_.meta_keywords AS meta_keywords_25, i0_.featured AS featured_26, i0_.trending AS trending_27, i0_.show_in_portal AS show_in_portal_28, i0_.gender AS gender_29, i0_.created_at AS created_at_30, i0_.updated_at AS updated_at_31, IFNULL(i0_.group_id, UUID_SHORT()) AS sclr_32, i0_.category_id AS category_id_33, i0_.group_id AS group_id_34, i0_.grade_id AS grade_id_35, i0_.intra_tax_id AS intra_tax_id_36, i0_.inter_tax_id AS inter_tax_id_37, i0_.created_by AS created_by_38, i0_.updated_by AS updated_by_39 FROM item i0_ WHERE i0_.active = 1 AND i0_.show_in_portal = 1 AND i0_.category_id = 1 GROUP BY i0_.id, sclr_32 ORDER BY CASE WHEN i0_.actual_available_for_sale_stock <= 0 THEN 1 ELSE 0 END ASC, i0_.combo_product DESC, i0_.name ASC;
|
| 3 |
0.33 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.title AS title_4, t0.body AS body_5, t0.featured_image AS featured_image_6, t0.footer_nav AS footer_nav_7, t0.`position` AS position_8, t0.publish AS publish_9, t0.public AS public_10, t0.meta_title AS meta_title_11, t0.meta_description AS meta_description_12, t0.meta_keywords AS meta_keywords_13, t0.created_at AS created_at_14, t0.updated_at AS updated_at_15 FROM page t0 WHERE t0.slug = ? AND t0.publish = ? LIMIT 1
Parameters: [
"products"
1
]
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.title AS title_4, t0.body AS body_5, t0.featured_image AS featured_image_6, t0.footer_nav AS footer_nav_7, t0.`position` AS position_8, t0.publish AS publish_9, t0.public AS public_10, t0.meta_title AS meta_title_11, t0.meta_description AS meta_description_12, t0.meta_keywords AS meta_keywords_13, t0.created_at AS created_at_14, t0.updated_at AS updated_at_15 FROM page t0 WHERE t0.slug = 'products' AND t0.publish = 1 LIMIT 1;
|
| 4 |
0.28 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.active AS active_4 FROM item_category t0 WHERE t0.active = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.active AS active_4 FROM item_category t0 WHERE t0.active = 1;
|
| 5 |
0.23 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.active AS active_4 FROM grade t0 WHERE t0.active = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.active AS active_4 FROM grade t0 WHERE t0.active = 1;
|
| 6 |
0.41 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.school_code AS school_code_3, t0.brand_code AS brand_code_4, t0.zone AS zone_5, t0.slug AS slug_6, t0.active AS active_7, t0.party_user_code AS party_user_code_8, t0.tax_region AS tax_region_9 FROM school t0 WHERE t0.active = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.school_code AS school_code_3, t0.brand_code AS brand_code_4, t0.zone AS zone_5, t0.slug AS slug_6, t0.active AS active_7, t0.party_user_code AS party_user_code_8, t0.tax_region AS tax_region_9 FROM school t0 WHERE t0.active = 1;
|
| 7 |
0.39 ms |
SELECT t0.id AS id_1, t0.logo AS logo_2, t0.tagline AS tagline_3, t0.logo_footer AS logo_footer_4, t0.footer_description AS footer_description_5, t0.facebook_link AS facebook_link_6, t0.x_link AS x_link_7, t0.instagram_link AS instagram_link_8, t0.linkedin_link AS linkedin_link_9, t0.whatsapp_link AS whatsapp_link_10, t0.contact_phone AS contact_phone_11, t0.contact_email AS contact_email_12, t0.address AS address_13, t0.map_link AS map_link_14, t0.home_banner_title AS home_banner_title_15, t0.home_banner_description AS home_banner_description_16, t0.home_banner_image AS home_banner_image_17, t0.trending_products_title AS trending_products_title_18, t0.trending_products_description AS trending_products_description_19, t0.combined_kit_title AS combined_kit_title_20, t0.combined_kit_description AS combined_kit_description_21, t0.how_works_title AS how_works_title_22, t0.how_works_description AS how_works_description_23, t0.contact_us_image AS contact_us_image_24, t0.contact_us_title AS contact_us_title_25, t0.contact_us_description AS contact_us_description_26, t0.contact_us_map AS contact_us_map_27, t0.google_analytics_id AS google_analytics_id_28, t0.google_tag_manager_code AS google_tag_manager_code_29, t0.google_site_verification_code AS google_site_verification_code_30, t0.zoho_token AS zoho_token_31, t0.zoho_token_created_at AS zoho_token_created_at_32, t0.safex_token AS safex_token_33, t0.safex_token_created_at AS safex_token_created_at_34, t0.blue_dart_token AS blue_dart_token_35, t0.blue_dart_token_created_at AS blue_dart_token_created_at_36, t0.invoice_cc AS invoice_cc_37, t0.meta_title AS meta_title_38, t0.meta_description AS meta_description_39, t0.meta_keywords AS meta_keywords_40 FROM setting t0 LIMIT 1
SELECT t0.id AS id_1, t0.logo AS logo_2, t0.tagline AS tagline_3, t0.logo_footer AS logo_footer_4, t0.footer_description AS footer_description_5, t0.facebook_link AS facebook_link_6, t0.x_link AS x_link_7, t0.instagram_link AS instagram_link_8, t0.linkedin_link AS linkedin_link_9, t0.whatsapp_link AS whatsapp_link_10, t0.contact_phone AS contact_phone_11, t0.contact_email AS contact_email_12, t0.address AS address_13, t0.map_link AS map_link_14, t0.home_banner_title AS home_banner_title_15, t0.home_banner_description AS home_banner_description_16, t0.home_banner_image AS home_banner_image_17, t0.trending_products_title AS trending_products_title_18, t0.trending_products_description AS trending_products_description_19, t0.combined_kit_title AS combined_kit_title_20, t0.combined_kit_description AS combined_kit_description_21, t0.how_works_title AS how_works_title_22, t0.how_works_description AS how_works_description_23, t0.contact_us_image AS contact_us_image_24, t0.contact_us_title AS contact_us_title_25, t0.contact_us_description AS contact_us_description_26, t0.contact_us_map AS contact_us_map_27, t0.google_analytics_id AS google_analytics_id_28, t0.google_tag_manager_code AS google_tag_manager_code_29, t0.google_site_verification_code AS google_site_verification_code_30, t0.zoho_token AS zoho_token_31, t0.zoho_token_created_at AS zoho_token_created_at_32, t0.safex_token AS safex_token_33, t0.safex_token_created_at AS safex_token_created_at_34, t0.blue_dart_token AS blue_dart_token_35, t0.blue_dart_token_created_at AS blue_dart_token_created_at_36, t0.invoice_cc AS invoice_cc_37, t0.meta_title AS meta_title_38, t0.meta_description AS meta_description_39, t0.meta_keywords AS meta_keywords_40 FROM setting t0 LIMIT 1;
|
| 8 |
0.27 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.title AS title_4, t0.body AS body_5, t0.featured_image AS featured_image_6, t0.footer_nav AS footer_nav_7, t0.`position` AS position_8, t0.publish AS publish_9, t0.public AS public_10, t0.meta_title AS meta_title_11, t0.meta_description AS meta_description_12, t0.meta_keywords AS meta_keywords_13, t0.created_at AS created_at_14, t0.updated_at AS updated_at_15 FROM page t0 WHERE t0.slug = ? LIMIT 1
Parameters: [
"uniform"
]
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.title AS title_4, t0.body AS body_5, t0.featured_image AS featured_image_6, t0.footer_nav AS footer_nav_7, t0.`position` AS position_8, t0.publish AS publish_9, t0.public AS public_10, t0.meta_title AS meta_title_11, t0.meta_description AS meta_description_12, t0.meta_keywords AS meta_keywords_13, t0.created_at AS created_at_14, t0.updated_at AS updated_at_15 FROM page t0 WHERE t0.slug = 'uniform' LIMIT 1;
|
| 9 |
0.30 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.active AS active_4 FROM item_category t0 WHERE t0.active = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.active AS active_4 FROM item_category t0 WHERE t0.active = 1;
|
| 10 |
0.24 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.active AS active_4 FROM grade t0 WHERE t0.active = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.active AS active_4 FROM grade t0 WHERE t0.active = 1;
|
| 11 |
0.35 ms |
SELECT t0.id AS id_1, t0.image AS image_2, t0.`position` AS position_3, t0.item_id AS item_id_4 FROM item_image t0 WHERE t0.item_id = ? ORDER BY t0.`position` ASC
SELECT t0.id AS id_1, t0.image AS image_2, t0.`position` AS position_3, t0.item_id AS item_id_4 FROM item_image t0 WHERE t0.item_id = 841 ORDER BY t0.`position` ASC;
|
| 12 |
0.25 ms |
SELECT t0.id AS id_1, t0.zoho_id AS zoho_id_2, t0.name AS name_3, t0.slug AS slug_4, t0.unit AS unit_5, t0.size_chart AS size_chart_6, t0.active AS active_7, t0.imported AS imported_8 FROM item_group t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.zoho_id AS zoho_id_2, t0.name AS name_3, t0.slug AS slug_4, t0.unit AS unit_5, t0.size_chart AS size_chart_6, t0.active AS active_7, t0.imported AS imported_8 FROM item_group t0 WHERE t0.id = 152;
|
| 13 |
0.27 ms |
SELECT t0.id AS id_1, t0.image AS image_2, t0.`position` AS position_3, t0.item_id AS item_id_4 FROM item_image t0 WHERE t0.item_id = ? ORDER BY t0.`position` ASC
SELECT t0.id AS id_1, t0.image AS image_2, t0.`position` AS position_3, t0.item_id AS item_id_4 FROM item_image t0 WHERE t0.item_id = 842 ORDER BY t0.`position` ASC;
|
| 14 |
0.25 ms |
SELECT t0.id AS id_1, t0.image AS image_2, t0.`position` AS position_3, t0.item_id AS item_id_4 FROM item_image t0 WHERE t0.item_id = ? ORDER BY t0.`position` ASC
SELECT t0.id AS id_1, t0.image AS image_2, t0.`position` AS position_3, t0.item_id AS item_id_4 FROM item_image t0 WHERE t0.item_id = 843 ORDER BY t0.`position` ASC;
|
| 15 |
0.23 ms |
SELECT t0.id AS id_1, t0.image AS image_2, t0.`position` AS position_3, t0.item_id AS item_id_4 FROM item_image t0 WHERE t0.item_id = ? ORDER BY t0.`position` ASC
SELECT t0.id AS id_1, t0.image AS image_2, t0.`position` AS position_3, t0.item_id AS item_id_4 FROM item_image t0 WHERE t0.item_id = 1109 ORDER BY t0.`position` ASC;
|
| 16 |
0.22 ms |
SELECT t0.id AS id_1, t0.zoho_id AS zoho_id_2, t0.name AS name_3, t0.slug AS slug_4, t0.unit AS unit_5, t0.size_chart AS size_chart_6, t0.active AS active_7, t0.imported AS imported_8 FROM item_group t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.zoho_id AS zoho_id_2, t0.name AS name_3, t0.slug AS slug_4, t0.unit AS unit_5, t0.size_chart AS size_chart_6, t0.active AS active_7, t0.imported AS imported_8 FROM item_group t0 WHERE t0.id = 163;
|
| 17 |
0.54 ms |
SELECT t0.id AS id_1, t0.zoho_id AS zoho_id_2, t0.item_code AS item_code_3, t0.name AS name_4, t0.slug AS slug_5, t0.sku AS sku_6, t0.hsn_code AS hsn_code_7, t0.description AS description_8, t0.size AS size_9, t0.unit AS unit_10, t0.rate AS rate_11, t0.purchase_rate AS purchase_rate_12, t0.combo_product AS combo_product_13, t0.taxable AS taxable_14, t0.stock_on_hand AS stock_on_hand_15, t0.available_stock AS available_stock_16, t0.actual_available_stock AS actual_available_stock_17, t0.committed_stock AS committed_stock_18, t0.actual_committed_stock AS actual_committed_stock_19, t0.available_for_sale_stock AS available_for_sale_stock_20, t0.actual_available_for_sale_stock AS actual_available_for_sale_stock_21, t0.active AS active_22, t0.imported AS imported_23, t0.meta_title AS meta_title_24, t0.meta_description AS meta_description_25, t0.meta_keywords AS meta_keywords_26, t0.featured AS featured_27, t0.trending AS trending_28, t0.show_in_portal AS show_in_portal_29, t0.gender AS gender_30, t0.created_at AS created_at_31, t0.updated_at AS updated_at_32, t0.category_id AS category_id_33, t0.group_id AS group_id_34, t0.grade_id AS grade_id_35, t0.intra_tax_id AS intra_tax_id_36, t0.inter_tax_id AS inter_tax_id_37, t0.created_by AS created_by_38, t0.updated_by AS updated_by_39 FROM item t0 WHERE t0.group_id = ? ORDER BY t0.size ASC
SELECT t0.id AS id_1, t0.zoho_id AS zoho_id_2, t0.item_code AS item_code_3, t0.name AS name_4, t0.slug AS slug_5, t0.sku AS sku_6, t0.hsn_code AS hsn_code_7, t0.description AS description_8, t0.size AS size_9, t0.unit AS unit_10, t0.rate AS rate_11, t0.purchase_rate AS purchase_rate_12, t0.combo_product AS combo_product_13, t0.taxable AS taxable_14, t0.stock_on_hand AS stock_on_hand_15, t0.available_stock AS available_stock_16, t0.actual_available_stock AS actual_available_stock_17, t0.committed_stock AS committed_stock_18, t0.actual_committed_stock AS actual_committed_stock_19, t0.available_for_sale_stock AS available_for_sale_stock_20, t0.actual_available_for_sale_stock AS actual_available_for_sale_stock_21, t0.active AS active_22, t0.imported AS imported_23, t0.meta_title AS meta_title_24, t0.meta_description AS meta_description_25, t0.meta_keywords AS meta_keywords_26, t0.featured AS featured_27, t0.trending AS trending_28, t0.show_in_portal AS show_in_portal_29, t0.gender AS gender_30, t0.created_at AS created_at_31, t0.updated_at AS updated_at_32, t0.category_id AS category_id_33, t0.group_id AS group_id_34, t0.grade_id AS grade_id_35, t0.intra_tax_id AS intra_tax_id_36, t0.inter_tax_id AS inter_tax_id_37, t0.created_by AS created_by_38, t0.updated_by AS updated_by_39 FROM item t0 WHERE t0.group_id = 163 ORDER BY t0.size ASC;
|
| 18 |
0.26 ms |
SELECT t0.id AS id_1, t0.image AS image_2, t0.`position` AS position_3, t0.item_id AS item_id_4 FROM item_image t0 WHERE t0.item_id = ? ORDER BY t0.`position` ASC
SELECT t0.id AS id_1, t0.image AS image_2, t0.`position` AS position_3, t0.item_id AS item_id_4 FROM item_image t0 WHERE t0.item_id = 1110 ORDER BY t0.`position` ASC;
|
| 19 |
0.24 ms |
SELECT t0.id AS id_1, t0.image AS image_2, t0.`position` AS position_3, t0.item_id AS item_id_4 FROM item_image t0 WHERE t0.item_id = ? ORDER BY t0.`position` ASC
SELECT t0.id AS id_1, t0.image AS image_2, t0.`position` AS position_3, t0.item_id AS item_id_4 FROM item_image t0 WHERE t0.item_id = 1111 ORDER BY t0.`position` ASC;
|
| 20 |
0.24 ms |
SELECT t0.id AS id_1, t0.image AS image_2, t0.`position` AS position_3, t0.item_id AS item_id_4 FROM item_image t0 WHERE t0.item_id = ? ORDER BY t0.`position` ASC
SELECT t0.id AS id_1, t0.image AS image_2, t0.`position` AS position_3, t0.item_id AS item_id_4 FROM item_image t0 WHERE t0.item_id = 1112 ORDER BY t0.`position` ASC;
|
| 21 |
0.23 ms |
SELECT t0.id AS id_1, t0.image AS image_2, t0.`position` AS position_3, t0.item_id AS item_id_4 FROM item_image t0 WHERE t0.item_id = ? ORDER BY t0.`position` ASC
SELECT t0.id AS id_1, t0.image AS image_2, t0.`position` AS position_3, t0.item_id AS item_id_4 FROM item_image t0 WHERE t0.item_id = 1113 ORDER BY t0.`position` ASC;
|
| 22 |
0.23 ms |
SELECT t0.id AS id_1, t0.image AS image_2, t0.`position` AS position_3, t0.item_id AS item_id_4 FROM item_image t0 WHERE t0.item_id = ? ORDER BY t0.`position` ASC
SELECT t0.id AS id_1, t0.image AS image_2, t0.`position` AS position_3, t0.item_id AS item_id_4 FROM item_image t0 WHERE t0.item_id = 1114 ORDER BY t0.`position` ASC;
|
| 23 |
0.23 ms |
SELECT t0.id AS id_1, t0.image AS image_2, t0.`position` AS position_3, t0.item_id AS item_id_4 FROM item_image t0 WHERE t0.item_id = ? ORDER BY t0.`position` ASC
SELECT t0.id AS id_1, t0.image AS image_2, t0.`position` AS position_3, t0.item_id AS item_id_4 FROM item_image t0 WHERE t0.item_id = 1115 ORDER BY t0.`position` ASC;
|
| 24 |
0.25 ms |
SELECT t0.id AS id_1, t0.image AS image_2, t0.`position` AS position_3, t0.item_id AS item_id_4 FROM item_image t0 WHERE t0.item_id = ? ORDER BY t0.`position` ASC
SELECT t0.id AS id_1, t0.image AS image_2, t0.`position` AS position_3, t0.item_id AS item_id_4 FROM item_image t0 WHERE t0.item_id = 1116 ORDER BY t0.`position` ASC;
|
| 25 |
0.22 ms |
SELECT t0.id AS id_1, t0.image AS image_2, t0.`position` AS position_3, t0.item_id AS item_id_4 FROM item_image t0 WHERE t0.item_id = ? ORDER BY t0.`position` ASC
SELECT t0.id AS id_1, t0.image AS image_2, t0.`position` AS position_3, t0.item_id AS item_id_4 FROM item_image t0 WHERE t0.item_id = 1117 ORDER BY t0.`position` ASC;
|
| 26 |
0.23 ms |
SELECT t0.id AS id_1, t0.image AS image_2, t0.`position` AS position_3, t0.item_id AS item_id_4 FROM item_image t0 WHERE t0.item_id = ? ORDER BY t0.`position` ASC
SELECT t0.id AS id_1, t0.image AS image_2, t0.`position` AS position_3, t0.item_id AS item_id_4 FROM item_image t0 WHERE t0.item_id = 1118 ORDER BY t0.`position` ASC;
|
| 27 |
0.23 ms |
SELECT t0.id AS id_1, t0.image AS image_2, t0.`position` AS position_3, t0.item_id AS item_id_4 FROM item_image t0 WHERE t0.item_id = ? ORDER BY t0.`position` ASC
SELECT t0.id AS id_1, t0.image AS image_2, t0.`position` AS position_3, t0.item_id AS item_id_4 FROM item_image t0 WHERE t0.item_id = 1119 ORDER BY t0.`position` ASC;
|
| 28 |
0.23 ms |
SELECT t0.id AS id_1, t0.image AS image_2, t0.`position` AS position_3, t0.item_id AS item_id_4 FROM item_image t0 WHERE t0.item_id = ? ORDER BY t0.`position` ASC
SELECT t0.id AS id_1, t0.image AS image_2, t0.`position` AS position_3, t0.item_id AS item_id_4 FROM item_image t0 WHERE t0.item_id = 1120 ORDER BY t0.`position` ASC;
|
| 29 |
0.22 ms |
SELECT t0.id AS id_1, t0.image AS image_2, t0.`position` AS position_3, t0.item_id AS item_id_4 FROM item_image t0 WHERE t0.item_id = ? ORDER BY t0.`position` ASC
SELECT t0.id AS id_1, t0.image AS image_2, t0.`position` AS position_3, t0.item_id AS item_id_4 FROM item_image t0 WHERE t0.item_id = 1121 ORDER BY t0.`position` ASC;
|
| 30 |
0.22 ms |
SELECT t0.id AS id_1, t0.image AS image_2, t0.`position` AS position_3, t0.item_id AS item_id_4 FROM item_image t0 WHERE t0.item_id = ? ORDER BY t0.`position` ASC
SELECT t0.id AS id_1, t0.image AS image_2, t0.`position` AS position_3, t0.item_id AS item_id_4 FROM item_image t0 WHERE t0.item_id = 1122 ORDER BY t0.`position` ASC;
|
| 31 |
0.25 ms |
SELECT t0.id AS id_1, t0.image AS image_2, t0.`position` AS position_3, t0.item_id AS item_id_4 FROM item_image t0 WHERE t0.item_id = ? ORDER BY t0.`position` ASC
SELECT t0.id AS id_1, t0.image AS image_2, t0.`position` AS position_3, t0.item_id AS item_id_4 FROM item_image t0 WHERE t0.item_id = 849 ORDER BY t0.`position` ASC;
|
| 32 |
0.22 ms |
SELECT t0.id AS id_1, t0.zoho_id AS zoho_id_2, t0.name AS name_3, t0.slug AS slug_4, t0.unit AS unit_5, t0.size_chart AS size_chart_6, t0.active AS active_7, t0.imported AS imported_8 FROM item_group t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.zoho_id AS zoho_id_2, t0.name AS name_3, t0.slug AS slug_4, t0.unit AS unit_5, t0.size_chart AS size_chart_6, t0.active AS active_7, t0.imported AS imported_8 FROM item_group t0 WHERE t0.id = 166;
|
| 33 |
0.24 ms |
SELECT t0.id AS id_1, t0.image AS image_2, t0.`position` AS position_3, t0.item_id AS item_id_4 FROM item_image t0 WHERE t0.item_id = ? ORDER BY t0.`position` ASC
SELECT t0.id AS id_1, t0.image AS image_2, t0.`position` AS position_3, t0.item_id AS item_id_4 FROM item_image t0 WHERE t0.item_id = 850 ORDER BY t0.`position` ASC;
|
| 34 |
0.24 ms |
SELECT t0.id AS id_1, t0.image AS image_2, t0.`position` AS position_3, t0.item_id AS item_id_4 FROM item_image t0 WHERE t0.item_id = ? ORDER BY t0.`position` ASC
SELECT t0.id AS id_1, t0.image AS image_2, t0.`position` AS position_3, t0.item_id AS item_id_4 FROM item_image t0 WHERE t0.item_id = 851 ORDER BY t0.`position` ASC;
|
| 35 |
0.40 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.title AS title_4, t0.body AS body_5, t0.featured_image AS featured_image_6, t0.footer_nav AS footer_nav_7, t0.`position` AS position_8, t0.publish AS publish_9, t0.public AS public_10, t0.meta_title AS meta_title_11, t0.meta_description AS meta_description_12, t0.meta_keywords AS meta_keywords_13, t0.created_at AS created_at_14, t0.updated_at AS updated_at_15 FROM page t0 WHERE t0.publish = ? AND t0.footer_nav = ? ORDER BY t0.`position` ASC
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.title AS title_4, t0.body AS body_5, t0.featured_image AS featured_image_6, t0.footer_nav AS footer_nav_7, t0.`position` AS position_8, t0.publish AS publish_9, t0.public AS public_10, t0.meta_title AS meta_title_11, t0.meta_description AS meta_description_12, t0.meta_keywords AS meta_keywords_13, t0.created_at AS created_at_14, t0.updated_at AS updated_at_15 FROM page t0 WHERE t0.publish = 1 AND t0.footer_nav = 1 ORDER BY t0.`position` ASC;
|
| 36 |
0.22 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.active AS active_4 FROM item_category t0 WHERE t0.active = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.active AS active_4 FROM item_category t0 WHERE t0.active = 1;
|
| 37 |
0.22 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.active AS active_4 FROM grade t0 WHERE t0.active = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.active AS active_4 FROM grade t0 WHERE t0.active = 1;
|