0.28 ms (17.58%)
|
2 |
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 = 3;
|
0.27 ms (16.82%)
|
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.is_featured = ? ORDER BY t0.created_on DESC
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.is_featured = 1 ORDER BY t0.created_on DESC;
|
0.20 ms (12.54%)
|
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.route_name AS route_name_3, t0.route AS route_4, t0.body AS body_5, t0.type AS type_6, t0.template_file AS template_file_7, t0.created_on AS created_on_8, t0.updated_on AS updated_on_9 FROM page t0 WHERE t0.route_name = ? LIMIT 1
Parameters: [
"page_home"
]
SELECT t0.id AS id_1, t0.title AS title_2, t0.route_name AS route_name_3, t0.route AS route_4, t0.body AS body_5, t0.type AS type_6, t0.template_file AS template_file_7, t0.created_on AS created_on_8, t0.updated_on AS updated_on_9 FROM page t0 WHERE t0.route_name = 'page_home' LIMIT 1;
|
0.18 ms (11.28%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.occupation AS occupation_3, t0.rating AS rating_4, t0.feedback AS feedback_5, t0.created_on AS created_on_6, t0.updated_on AS updated_on_7 FROM testimonial t0 ORDER BY t0.created_on DESC
SELECT t0.id AS id_1, t0.name AS name_2, t0.occupation AS occupation_3, t0.rating AS rating_4, t0.feedback AS feedback_5, t0.created_on AS created_on_6, t0.updated_on AS updated_on_7 FROM testimonial t0 ORDER BY t0.created_on DESC;
|
0.17 ms (11.03%)
|
1 |
SELECT t0.id AS id_1, t0.question AS question_2, t0.answer AS answer_3, t0.sort_index AS sort_index_4, t0.created_on AS created_on_5, t0.updated_on AS updated_on_6 FROM faq t0 ORDER BY t0.sort_index ASC
SELECT t0.id AS id_1, t0.question AS question_2, t0.answer AS answer_3, t0.sort_index AS sort_index_4, t0.created_on AS created_on_5, t0.updated_on AS updated_on_6 FROM faq t0 ORDER BY t0.sort_index ASC;
|
0.17 ms (10.71%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.title AS title_3, t0.sort_index AS sort_index_4, t0.image_name AS image_name_5, t0.created_on AS created_on_6, t0.updated_on AS updated_on_7 FROM recommended_by t0 ORDER BY t0.sort_index ASC
SELECT t0.id AS id_1, t0.name AS name_2, t0.title AS title_3, t0.sort_index AS sort_index_4, t0.image_name AS image_name_5, t0.created_on AS created_on_6, t0.updated_on AS updated_on_7 FROM recommended_by t0 ORDER BY t0.sort_index ASC;
|
0.16 ms (10.02%)
|
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;
|
0.16 ms (10.02%)
|
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.number AS number_3, t0.created_on AS created_on_4, t0.updated_on AS updated_on_5 FROM counter t0
SELECT t0.id AS id_1, t0.title AS title_2, t0.number AS number_3, t0.created_on AS created_on_4, t0.updated_on AS updated_on_5 FROM counter t0;
|