0.24 ms (14.10%)
|
1 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM `user` t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM `user` t0 WHERE t0.id = 2;
|
0.21 ms (12.39%)
|
1 |
SELECT t0.id AS id_1, t0.site_name AS site_name_2, t0.phone AS phone_3, t0.email AS email_4, t0.address AS address_5, t0.messenger_link AS messenger_link_6, t0.facebook_link AS facebook_link_7, t0.instagram_link AS instagram_link_8, t0.hero_title AS hero_title_9, t0.hero_subtitle AS hero_subtitle_10 FROM site_settings t0 LIMIT 1
SELECT t0.id AS id_1, t0.site_name AS site_name_2, t0.phone AS phone_3, t0.email AS email_4, t0.address AS address_5, t0.messenger_link AS messenger_link_6, t0.facebook_link AS facebook_link_7, t0.instagram_link AS instagram_link_8, t0.hero_title AS hero_title_9, t0.hero_subtitle AS hero_subtitle_10 FROM site_settings t0 LIMIT 1;
|
0.18 ms (10.77%)
|
1 |
SELECT COUNT(t0_.id) AS sclr_0 FROM testimonial t0_ WHERE t0_.status = ?
Parameters: [
"pending"
]
SELECT COUNT(t0_.id) AS sclr_0 FROM testimonial t0_ WHERE t0_.status = 'pending';
|
0.18 ms (10.71%)
|
1 |
SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.last_name AS last_name_3, t0.content AS content_4, t0.image AS image_5, t0.anonymous AS anonymous_6, t0.status AS status_7, t0.admin_created AS admin_created_8, t0.created_at AS created_at_9, t0.approved_at AS approved_at_10, t0.rejected_at AS rejected_at_11 FROM testimonial t0 ORDER BY t0.created_at DESC LIMIT 5
SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.last_name AS last_name_3, t0.content AS content_4, t0.image AS image_5, t0.anonymous AS anonymous_6, t0.status AS status_7, t0.admin_created AS admin_created_8, t0.created_at AS created_at_9, t0.approved_at AS approved_at_10, t0.rejected_at AS rejected_at_11 FROM testimonial t0 ORDER BY t0.created_at DESC LIMIT 5;
|
0.17 ms (10.00%)
|
1 |
SELECT COUNT(*) FROM vehicle t0 WHERE t0.status = ?
Parameters: [
"available"
]
SELECT COUNT(*) FROM vehicle t0 WHERE t0.status = 'available';
|
0.16 ms (9.59%)
|
1 |
SELECT COUNT(*) FROM vehicle t0
SELECT COUNT(*) FROM vehicle t0;
|
0.16 ms (9.52%)
|
1 |
SELECT COUNT(c0_.id) AS sclr_0 FROM contact_message c0_ WHERE c0_.read_at IS NULL
SELECT COUNT(c0_.id) AS sclr_0 FROM contact_message c0_ WHERE c0_.read_at IS NULL;
|
0.15 ms (9.22%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.email AS email_3, t0.phone AS phone_4, t0.subject AS subject_5, t0.message AS message_6, t0.created_at AS created_at_7, t0.read_at AS read_at_8 FROM contact_message t0 ORDER BY t0.created_at DESC LIMIT 5
SELECT t0.id AS id_1, t0.name AS name_2, t0.email AS email_3, t0.phone AS phone_4, t0.subject AS subject_5, t0.message AS message_6, t0.created_at AS created_at_7, t0.read_at AS read_at_8 FROM contact_message t0 ORDER BY t0.created_at DESC LIMIT 5;
|
0.13 ms (7.92%)
|
1 |
SELECT COUNT(*) FROM testimonial t0
SELECT COUNT(*) FROM testimonial t0;
|
0.10 ms (5.77%)
|
1 |
SELECT COUNT(*) FROM contact_message t0
SELECT COUNT(*) FROM contact_message t0;
|