1 |
0.72 ms |
SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.url AS url_2, s0_.is_active AS is_active_3, s0_.logo AS logo_4, s0_.icon AS icon_5, s0_.created_at AS created_at_6, s0_.updated_at AS updated_at_7, s0_.deleted_at AS deleted_at_8 FROM store s0_ WHERE s0_.is_active = ?
SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.url AS url_2, s0_.is_active AS is_active_3, s0_.logo AS logo_4, s0_.icon AS icon_5, s0_.created_at AS created_at_6, s0_.updated_at AS updated_at_7, s0_.deleted_at AS deleted_at_8 FROM store s0_ WHERE s0_.is_active = 1;
|
2 |
0.67 ms |
SELECT p0_.id AS id_0, p0_.url AS url_1, p0_.title AS title_2, p0_.price AS price_3, p0_.image AS image_4, p0_.image_mobile AS image_mobile_5, p0_.is_active AS is_active_6, p0_.created_at AS created_at_7, p0_.updated_at AS updated_at_8, p0_.deleted_at AS deleted_at_9, p0_.store_id AS store_id_10 FROM promo p0_ WHERE p0_.is_active = ?
SELECT p0_.id AS id_0, p0_.url AS url_1, p0_.title AS title_2, p0_.price AS price_3, p0_.image AS image_4, p0_.image_mobile AS image_mobile_5, p0_.is_active AS is_active_6, p0_.created_at AS created_at_7, p0_.updated_at AS updated_at_8, p0_.deleted_at AS deleted_at_9, p0_.store_id AS store_id_10 FROM promo p0_ WHERE p0_.is_active = 1;
|
3 |
0.63 ms |
SELECT t0_.id AS id_0, t0_.author AS author_1, t0_.testimonial AS testimonial_2, t0_.is_active AS is_active_3, t0_.created_at AS created_at_4, t0_.updated_at AS updated_at_5, t0_.deleted_at AS deleted_at_6 FROM testimonial t0_ WHERE t0_.is_active = ?
SELECT t0_.id AS id_0, t0_.author AS author_1, t0_.testimonial AS testimonial_2, t0_.is_active AS is_active_3, t0_.created_at AS created_at_4, t0_.updated_at AS updated_at_5, t0_.deleted_at AS deleted_at_6 FROM testimonial t0_ WHERE t0_.is_active = 1;
|
4 |
0.57 ms |
SELECT t0.id AS id_1, t0.image AS image_2, t0.image_mobile AS image_mobile_3, t0.active AS active_4, t0.type AS type_5, t0.view_order AS view_order_6, t0.name AS name_7, t0.url AS url_8 FROM banner t0 WHERE t0.type = ? AND t0.active = ? ORDER BY t0.view_order ASC
SELECT t0.id AS id_1, t0.image AS image_2, t0.image_mobile AS image_mobile_3, t0.active AS active_4, t0.type AS type_5, t0.view_order AS view_order_6, t0.name AS name_7, t0.url AS url_8 FROM banner t0 WHERE t0.type = 'main' AND t0.active = 1 ORDER BY t0.view_order ASC;
|
5 |
0.35 ms |
SELECT t0.id AS id_1, t0.image AS image_2, t0.image_mobile AS image_mobile_3, t0.active AS active_4, t0.type AS type_5, t0.view_order AS view_order_6, t0.name AS name_7, t0.url AS url_8 FROM banner t0 WHERE t0.type = ? AND t0.active = ? ORDER BY t0.view_order ASC
Parameters: [
"secondary"
1
]
SELECT t0.id AS id_1, t0.image AS image_2, t0.image_mobile AS image_mobile_3, t0.active AS active_4, t0.type AS type_5, t0.view_order AS view_order_6, t0.name AS name_7, t0.url AS url_8 FROM banner t0 WHERE t0.type = 'secondary' AND t0.active = 1 ORDER BY t0.view_order ASC;
|
6 |
0.64 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.is_active AS is_active_4, t0.logo AS logo_5, t0.icon AS icon_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.deleted_at AS deleted_at_9 FROM store t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.is_active AS is_active_4, t0.logo AS logo_5, t0.icon AS icon_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.deleted_at AS deleted_at_9 FROM store t0 WHERE t0.id = 6;
|
7 |
0.40 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.is_active AS is_active_4, t0.logo AS logo_5, t0.icon AS icon_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.deleted_at AS deleted_at_9 FROM store t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.is_active AS is_active_4, t0.logo AS logo_5, t0.icon AS icon_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.deleted_at AS deleted_at_9 FROM store t0 WHERE t0.id = 8;
|