1.25 ms (42.82%)
|
5 |
SELECT t0.id AS id_1, t0.image_name AS image_name_2, t0.created_on AS created_on_3, t0.updated_on AS updated_on_4, t0.product_id AS product_id_5, t0.product_packing_id AS product_packing_id_6 FROM product_image t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.image_name AS image_name_2, t0.created_on AS created_on_3, t0.updated_on AS updated_on_4, t0.product_id AS product_id_5, t0.product_packing_id AS product_packing_id_6 FROM product_image t0 WHERE t0.product_id = 6;
|
0.57 ms (19.36%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.webslug AS webslug_3, t0.description AS description_4, t0.directions AS directions_5, t0.is_featured AS is_featured_6, t0.price AS price_7, t0.sort_index AS sort_index_8, t0.available_packs AS available_packs_9, t0.contains AS contains_10, t0.dosage AS dosage_11, t0.brochure_file_name AS brochure_file_name_12, t0.brochure_file_size AS brochure_file_size_13, t0.feature_list AS feature_list_14, t0.created_on AS created_on_15, t0.updated_on AS updated_on_16, t0.category_id AS category_id_17, t0.main_image_id AS main_image_id_18 FROM product t0 WHERE t0.category_id = ? ORDER BY t0.sort_index ASC, t0.name ASC
SELECT t0.id AS id_1, t0.name AS name_2, t0.webslug AS webslug_3, t0.description AS description_4, t0.directions AS directions_5, t0.is_featured AS is_featured_6, t0.price AS price_7, t0.sort_index AS sort_index_8, t0.available_packs AS available_packs_9, t0.contains AS contains_10, t0.dosage AS dosage_11, t0.brochure_file_name AS brochure_file_name_12, t0.brochure_file_size AS brochure_file_size_13, t0.feature_list AS feature_list_14, t0.created_on AS created_on_15, t0.updated_on AS updated_on_16, t0.category_id AS category_id_17, t0.main_image_id AS main_image_id_18 FROM product t0 WHERE t0.category_id = 2 ORDER BY t0.sort_index ASC, t0.name ASC;
|
0.39 ms (13.36%)
|
1 |
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.webslug AS webslug_2, p0_.description AS description_3, p0_.directions AS directions_4, p0_.is_featured AS is_featured_5, p0_.price AS price_6, p0_.sort_index AS sort_index_7, p0_.available_packs AS available_packs_8, p0_.contains AS contains_9, p0_.dosage AS dosage_10, p0_.brochure_file_name AS brochure_file_name_11, p0_.brochure_file_size AS brochure_file_size_12, p0_.feature_list AS feature_list_13, p0_.created_on AS created_on_14, p0_.updated_on AS updated_on_15, p0_.category_id AS category_id_16, p0_.main_image_id AS main_image_id_17 FROM product p0_ ORDER BY p0_.created_on DESC LIMIT 3
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.webslug AS webslug_2, p0_.description AS description_3, p0_.directions AS directions_4, p0_.is_featured AS is_featured_5, p0_.price AS price_6, p0_.sort_index AS sort_index_7, p0_.available_packs AS available_packs_8, p0_.contains AS contains_9, p0_.dosage AS dosage_10, p0_.brochure_file_name AS brochure_file_name_11, p0_.brochure_file_size AS brochure_file_size_12, p0_.feature_list AS feature_list_13, p0_.created_on AS created_on_14, p0_.updated_on AS updated_on_15, p0_.category_id AS category_id_16, p0_.main_image_id AS main_image_id_17 FROM product p0_ ORDER BY p0_.created_on DESC LIMIT 3;
|
0.31 ms (10.55%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.short_description AS short_description_3, t0.icon AS icon_4, t0.webslug AS webslug_5, t0.created_on AS created_on_6, t0.updated_on AS updated_on_7 FROM category t0 WHERE t0.webslug = ? LIMIT 1
Parameters: [
"injectables-2"
]
SELECT t0.id AS id_1, t0.name AS name_2, t0.short_description AS short_description_3, t0.icon AS icon_4, t0.webslug AS webslug_5, t0.created_on AS created_on_6, t0.updated_on AS updated_on_7 FROM category t0 WHERE t0.webslug = 'injectables-2' LIMIT 1;
|
0.23 ms (7.74%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.short_description AS short_description_3, t0.icon AS icon_4, t0.webslug AS webslug_5, t0.created_on AS created_on_6, t0.updated_on AS updated_on_7 FROM category t0 ORDER BY t0.name ASC
SELECT t0.id AS id_1, t0.name AS name_2, t0.short_description AS short_description_3, t0.icon AS icon_4, t0.webslug AS webslug_5, t0.created_on AS created_on_6, t0.updated_on AS updated_on_7 FROM category t0 ORDER BY t0.name ASC;
|
0.18 ms (6.17%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.short_description AS short_description_3, t0.icon AS icon_4, t0.webslug AS webslug_5, t0.created_on AS created_on_6, t0.updated_on AS updated_on_7 FROM category t0
SELECT t0.id AS id_1, t0.name AS name_2, t0.short_description AS short_description_3, t0.icon AS icon_4, t0.webslug AS webslug_5, t0.created_on AS created_on_6, t0.updated_on AS updated_on_7 FROM category t0;
|