0.70 ms (40.36%)
|
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.body AS body_3, t0.image_name AS image_name_4, t0.link AS link_5, t0.sort_index AS sort_index_6, t0.link_title AS link_title_7, t0.title_font_size AS title_font_size_8, t0.created_on AS created_on_9, t0.updated_on AS updated_on_10 FROM slider t0 ORDER BY t0.sort_index ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.body AS body_3, t0.image_name AS image_name_4, t0.link AS link_5, t0.sort_index AS sort_index_6, t0.link_title AS link_title_7, t0.title_font_size AS title_font_size_8, t0.created_on AS created_on_9, t0.updated_on AS updated_on_10 FROM slider t0 ORDER BY t0.sort_index ASC;
|
0.68 ms (39.00%)
|
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 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 ORDER BY t0.created_on DESC;
|
0.36 ms (20.64%)
|
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;
|