0.62 ms (24.02%)
|
1 |
SELECT t0._id AS _id_1, t0.cost_inr AS cost_inr_2, t0.cost_usd AS cost_usd_3 FROM async_price t0 LIMIT 1
SELECT t0._id AS _id_1, t0.cost_inr AS cost_inr_2, t0.cost_usd AS cost_usd_3 FROM async_price t0 LIMIT 1;
|
0.48 ms (18.65%)
|
3 |
SELECT t0._id AS _id_1, t0.image AS image_2, t0.page AS page_3, t0.placement AS placement_4, t0.createdOn AS createdOn_5, t0.updatedOn AS updatedOn_6 FROM brand t0 WHERE t0.page = ? AND t0.placement = ? ORDER BY t0.createdOn DESC
Parameters: [
"home"
"universities"
]
SELECT t0._id AS _id_1, t0.image AS image_2, t0.page AS page_3, t0.placement AS placement_4, t0.createdOn AS createdOn_5, t0.updatedOn AS updatedOn_6 FROM brand t0 WHERE t0.page = 'home' AND t0.placement = 'universities' ORDER BY t0.createdOn DESC;
|
0.22 ms (8.61%)
|
1 |
SELECT t0._id AS _id_1, t0.title AS title_2, t0.link AS link_3, t0.active AS active_4, t0.createdOn AS createdOn_5, t0.updatedOn AS updatedOn_6 FROM offer t0 LIMIT 1
SELECT t0._id AS _id_1, t0.title AS title_2, t0.link AS link_3, t0.active AS active_4, t0.createdOn AS createdOn_5, t0.updatedOn AS updatedOn_6 FROM offer t0 LIMIT 1;
|
0.21 ms (8.25%)
|
1 |
SELECT t0._id AS _id_1, t0.title AS title_2, t0.subhead AS subhead_3, t0.points AS points_4, t0.placement AS placement_5, t0.createdOn AS createdOn_6, t0.updatedOn AS updatedOn_7 FROM banner t0 WHERE t0.placement = ? LIMIT 1
SELECT t0._id AS _id_1, t0.title AS title_2, t0.subhead AS subhead_3, t0.points AS points_4, t0.placement AS placement_5, t0.createdOn AS createdOn_6, t0.updatedOn AS updatedOn_7 FROM banner t0 WHERE t0.placement = 'home' LIMIT 1;
|
0.21 ms (8.10%)
|
1 |
SELECT t0._id AS _id_1, t0.name AS name_2, t0.type AS type_3, t0.country AS country_4, t0.date AS date_5, t0.feedback AS feedback_6, t0.dp AS dp_7, t0.placement AS placement_8, t0.ratings AS ratings_9, t0.createdOn AS createdOn_10, t0.updatedOn AS updatedOn_11 FROM testimonial t0 WHERE t0.placement = ? ORDER BY t0.createdOn DESC
SELECT t0._id AS _id_1, t0.name AS name_2, t0.type AS type_3, t0.country AS country_4, t0.date AS date_5, t0.feedback AS feedback_6, t0.dp AS dp_7, t0.placement AS placement_8, t0.ratings AS ratings_9, t0.createdOn AS createdOn_10, t0.updatedOn AS updatedOn_11 FROM testimonial t0 WHERE t0.placement = 'home' ORDER BY t0.createdOn DESC;
|
0.20 ms (7.79%)
|
1 |
SELECT t0._id AS _id_1, t0.title AS title_2, t0.description AS description_3, t0.active AS active_4, t0.createdOn AS createdOn_5, t0.updatedOn AS updatedOn_6, t0.coupon_id AS coupon_id_7 FROM subscribe_popup t0 WHERE t0.active = ? LIMIT 1
SELECT t0._id AS _id_1, t0.title AS title_2, t0.description AS description_3, t0.active AS active_4, t0.createdOn AS createdOn_5, t0.updatedOn AS updatedOn_6, t0.coupon_id AS coupon_id_7 FROM subscribe_popup t0 WHERE t0.active = 1 LIMIT 1;
|
0.17 ms (6.58%)
|
1 |
SELECT t0._id AS _id_1, t0.experience AS experience_2, t0.duration AS duration_3, t0.cost_inr AS cost_inr_4, t0.cost_usd AS cost_usd_5 FROM price t0 WHERE t0.duration = ?
SELECT t0._id AS _id_1, t0.experience AS experience_2, t0.duration AS duration_3, t0.cost_inr AS cost_inr_4, t0.cost_usd AS cost_usd_5 FROM price t0 WHERE t0.duration = 30;
|
0.16 ms (6.28%)
|
1 |
SELECT t0._id AS _id_1, t0.name AS name_2, t0.dp AS dp_3, t0.bio AS bio_4, t0.placement AS placement_5, t0.createdOn AS createdOn_6, t0.updatedOn AS updatedOn_7 FROM expert t0 WHERE t0.placement = ? ORDER BY t0.createdOn DESC
SELECT t0._id AS _id_1, t0.name AS name_2, t0.dp AS dp_3, t0.bio AS bio_4, t0.placement AS placement_5, t0.createdOn AS createdOn_6, t0.updatedOn AS updatedOn_7 FROM expert t0 WHERE t0.placement = 'home' ORDER BY t0.createdOn DESC;
|
0.15 ms (5.96%)
|
1 |
SELECT t0._id AS _id_1, t0.image AS image_2, t0.title AS title_3, t0.createdOn AS createdOn_4, t0.updatedOn AS updatedOn_5 FROM domain t0 ORDER BY t0.createdOn DESC
SELECT t0._id AS _id_1, t0.image AS image_2, t0.title AS title_3, t0.createdOn AS createdOn_4, t0.updatedOn AS updatedOn_5 FROM domain t0 ORDER BY t0.createdOn DESC;
|
0.15 ms (5.77%)
|
1 |
SELECT t0._id AS _id_1, t0.quote AS quote_2, t0.domain_title AS domain_title_3, t0.domain_description AS domain_description_4, t0.createdOn AS createdOn_5, t0.updatedOn AS updatedOn_6 FROM other t0 LIMIT 1
SELECT t0._id AS _id_1, t0.quote AS quote_2, t0.domain_title AS domain_title_3, t0.domain_description AS domain_description_4, t0.createdOn AS createdOn_5, t0.updatedOn AS updatedOn_6 FROM other t0 LIMIT 1;
|