47.09 ms (22.47%)
8
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . description AS description_3 , t0 . content_text AS content_text_4 , t0 . screenshot AS screenshot_5 FROM content t0 WHERE t0 . description = ? LIMIT 1
Parameters :
[
"header-cta "
]
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . description AS description_3 , t0 . content_text AS content_text_4 , t0 . screenshot AS screenshot_5 FROM content t0 WHERE t0 . description = 'header-cta' LIMIT 1 ;
Copy
33.35 ms (15.91%)
4
SELECT t0 . id AS id_1 , t0 . business_name AS business_name_2 , t0 . phone_number AS phone_number_3 , t0 . work_hours AS work_hours_4 , t0 . instagram_link AS instagram_link_5 , t0 . facebook_link AS facebook_link_6 , t0 . youtube_link AS youtube_link_7 , t0 . tiktok_link AS tiktok_link_8 , t0 . business_location AS business_location_9 , t0 . twitter_link AS twitter_link_10 , t0 . linkedin_link AS linkedin_link_11 , t0 . google_map_embed AS google_map_embed_12 , t0 . email_address AS email_address_13 FROM setting t0
SELECT t0 . id AS id_1 , t0 . business_name AS business_name_2 , t0 . phone_number AS phone_number_3 , t0 . work_hours AS work_hours_4 , t0 . instagram_link AS instagram_link_5 , t0 . facebook_link AS facebook_link_6 , t0 . youtube_link AS youtube_link_7 , t0 . tiktok_link AS tiktok_link_8 , t0 . business_location AS business_location_9 , t0 . twitter_link AS twitter_link_10 , t0 . linkedin_link AS linkedin_link_11 , t0 . google_map_embed AS google_map_embed_12 , t0 . email_address AS email_address_13 FROM setting t0 ;
Copy
23.92 ms (11.41%)
5
SELECT b0_ . id AS id_0 , b0_ . title AS title_1 , b0_ . content AS content_2 , b0_ . publication_date AS publication_date_3 , b0_ . is_published AS is_published_4 , b0_ . slug AS slug_5 , b0_ . featured_image AS featured_image_6 , b0_ . meta_title AS meta_title_7 , b0_ . meta_description AS meta_description_8 , b0_ . video_url AS video_url_9 , b0_ . whatsapp_number AS whatsapp_number_10 , b0_ . author_id AS author_id_11 FROM blog b0_ WHERE b0_ . is_published = ? ORDER BY b0_ . id DESC LIMIT 3
SELECT b0_ . id AS id_0 , b0_ . title AS title_1 , b0_ . content AS content_2 , b0_ . publication_date AS publication_date_3 , b0_ . is_published AS is_published_4 , b0_ . slug AS slug_5 , b0_ . featured_image AS featured_image_6 , b0_ . meta_title AS meta_title_7 , b0_ . meta_description AS meta_description_8 , b0_ . video_url AS video_url_9 , b0_ . whatsapp_number AS whatsapp_number_10 , b0_ . author_id AS author_id_11 FROM blog b0_ WHERE b0_ . is_published = 1 ORDER BY b0_ . id DESC LIMIT 3 ;
Copy
19.89 ms (9.49%)
4
SELECT p0_ . id AS id_0 , p0_ . heading AS heading_1 , p0_ . meta_title AS meta_title_2 , p0_ . meta_description AS meta_description_3 , p0_ . url AS url_4 , p0_ . featured_image AS featured_image_5 , p0_ . page_content AS page_content_6 , p0_ . content_first AS content_first_7 , p0_ . is_service AS is_service_8 , p0_ . whatsapp_number AS whatsapp_number_9 FROM page p0_ WHERE p0_ . is_service = ?
SELECT p0_ . id AS id_0 , p0_ . heading AS heading_1 , p0_ . meta_title AS meta_title_2 , p0_ . meta_description AS meta_description_3 , p0_ . url AS url_4 , p0_ . featured_image AS featured_image_5 , p0_ . page_content AS page_content_6 , p0_ . content_first AS content_first_7 , p0_ . is_service AS is_service_8 , p0_ . whatsapp_number AS whatsapp_number_9 FROM page p0_ WHERE p0_ . is_service = 1 ;
Copy
17.20 ms (8.21%)
4
SELECT t0 . id AS id_1 , t0 . heading AS heading_2 , t0 . meta_title AS meta_title_3 , t0 . meta_description AS meta_description_4 , t0 . logo_path AS logo_path_5 , t0 . keywords AS keywords_6 FROM seo t0
SELECT t0 . id AS id_1 , t0 . heading AS heading_2 , t0 . meta_title AS meta_title_3 , t0 . meta_description AS meta_description_4 , t0 . logo_path AS logo_path_5 , t0 . keywords AS keywords_6 FROM seo t0 ;
Copy
15.45 ms (7.37%)
4
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description AS description_3 , t0 . meta_title AS meta_title_4 , t0 . meta_description AS meta_description_5 , t0 . keywords AS keywords_6 , t0 . image AS image_7 , t0 . slug AS slug_8 FROM car_make t0
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description AS description_3 , t0 . meta_title AS meta_title_4 , t0 . meta_description AS meta_description_5 , t0 . keywords AS keywords_6 , t0 . image AS image_7 , t0 . slug AS slug_8 FROM car_make t0 ;
Copy
14.99 ms (7.15%)
11
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . content AS content_3 , t0 . publication_date AS publication_date_4 , t0 . is_published AS is_published_5 , t0 . slug AS slug_6 , t0 . featured_image AS featured_image_7 , t0 . meta_title AS meta_title_8 , t0 . meta_description AS meta_description_9 , t0 . video_url AS video_url_10 , t0 . whatsapp_number AS whatsapp_number_11 , t0 . author_id AS author_id_12 FROM blog t0 INNER JOIN blog_category_blog ON t0 . id = blog_category_blog . blog_id WHERE blog_category_blog . blog_category_id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . content AS content_3 , t0 . publication_date AS publication_date_4 , t0 . is_published AS is_published_5 , t0 . slug AS slug_6 , t0 . featured_image AS featured_image_7 , t0 . meta_title AS meta_title_8 , t0 . meta_description AS meta_description_9 , t0 . video_url AS video_url_10 , t0 . whatsapp_number AS whatsapp_number_11 , t0 . author_id AS author_id_12 FROM blog t0 INNER JOIN blog_category_blog ON t0 . id = blog_category_blog . blog_id WHERE blog_category_blog . blog_category_id = 1 ;
Copy
13.67 ms (6.52%)
1
SELECT t0 . id AS id_1 , t0 . email AS email_2 , t0 . roles AS roles_3 , t0 . password AS password_4 , t0 . first_name AS first_name_5 , t0 . last_name AS last_name_6 , t0 . phone_number AS phone_number_7 , t0 . profile_picture AS profile_picture_8 , t0 . usertype AS usertype_9 , t0 . is_active AS is_active_10 , t0 . about AS about_11 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 , t0 . first_name AS first_name_5 , t0 . last_name AS last_name_6 , t0 . phone_number AS phone_number_7 , t0 . profile_picture AS profile_picture_8 , t0 . usertype AS usertype_9 , t0 . is_active AS is_active_10 , t0 . about AS about_11 FROM `user` t0 WHERE t0 . id = 1 ;
Copy
8.61 ms (4.11%)
1
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . content AS content_3 , t0 . publication_date AS publication_date_4 , t0 . is_published AS is_published_5 , t0 . slug AS slug_6 , t0 . featured_image AS featured_image_7 , t0 . meta_title AS meta_title_8 , t0 . meta_description AS meta_description_9 , t0 . video_url AS video_url_10 , t0 . whatsapp_number AS whatsapp_number_11 , t0 . author_id AS author_id_12 FROM blog t0 WHERE t0 . slug = ? LIMIT 1
Parameters :
[
"rav4-new-shape-nose-cut-kenya "
]
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . content AS content_3 , t0 . publication_date AS publication_date_4 , t0 . is_published AS is_published_5 , t0 . slug AS slug_6 , t0 . featured_image AS featured_image_7 , t0 . meta_title AS meta_title_8 , t0 . meta_description AS meta_description_9 , t0 . video_url AS video_url_10 , t0 . whatsapp_number AS whatsapp_number_11 , t0 . author_id AS author_id_12 FROM blog t0 WHERE t0 . slug = 'rav4-new-shape-nose-cut-kenya' LIMIT 1 ;
Copy
4.82 ms (2.30%)
1
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . template_path AS template_path_3 , t0 . priority AS priority_4 FROM section t0 INNER JOIN page_section ON t0 . id = page_section . section_id WHERE page_section . page_id = ?
SELECT t0 . id AS id_1 , t0 . description AS description_2 , t0 . template_path AS template_path_3 , t0 . priority AS priority_4 FROM section t0 INNER JOIN page_section ON t0 . id = page_section . section_id WHERE page_section . page_id = 4 ;
Copy
2.94 ms (1.40%)
1
SELECT t0 . id AS id_1 , t0 . heading AS heading_2 , t0 . meta_title AS meta_title_3 , t0 . meta_description AS meta_description_4 , t0 . url AS url_5 , t0 . featured_image AS featured_image_6 , t0 . page_content AS page_content_7 , t0 . content_first AS content_first_8 , t0 . is_service AS is_service_9 , t0 . whatsapp_number AS whatsapp_number_10 FROM page t0 WHERE t0 . url = ? LIMIT 1
Parameters :
[
"blog-content "
]
SELECT t0 . id AS id_1 , t0 . heading AS heading_2 , t0 . meta_title AS meta_title_3 , t0 . meta_description AS meta_description_4 , t0 . url AS url_5 , t0 . featured_image AS featured_image_6 , t0 . page_content AS page_content_7 , t0 . content_first AS content_first_8 , t0 . is_service AS is_service_9 , t0 . whatsapp_number AS whatsapp_number_10 FROM page t0 WHERE t0 . url = 'blog-content' LIMIT 1 ;
Copy
2.35 ms (1.12%)
1
SELECT t0 . id AS id_1 , t0 . category_name AS category_name_2 , t0 . description AS description_3 FROM blog_category t0
SELECT t0 . id AS id_1 , t0 . category_name AS category_name_2 , t0 . description AS description_3 FROM blog_category t0 ;
Copy
2.04 ms (0.97%)
1
SELECT t0 . id AS id_1 , t0 . category_name AS category_name_2 , t0 . description AS description_3 FROM blog_category t0 INNER JOIN blog_category_blog ON t0 . id = blog_category_blog . blog_category_id WHERE blog_category_blog . blog_id = ?
SELECT t0 . id AS id_1 , t0 . category_name AS category_name_2 , t0 . description AS description_3 FROM blog_category t0 INNER JOIN blog_category_blog ON t0 . id = blog_category_blog . blog_category_id WHERE blog_category_blog . blog_id = 28 ;
Copy
1.67 ms (0.80%)
1
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . description AS description_3 , t0 . content_text AS content_text_4 , t0 . screenshot AS screenshot_5 FROM content t0
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . description AS description_3 , t0 . content_text AS content_text_4 , t0 . screenshot AS screenshot_5 FROM content t0 ;
Copy
1.27 ms (0.61%)
1
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . slug AS slug_3 , t0 . src AS src_4 FROM image t0
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . slug AS slug_3 , t0 . src AS src_4 FROM image t0 ;
Copy
0.35 ms (0.17%)
1
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . slug AS slug_3 , t0 . src AS src_4 FROM image t0 WHERE t0 . slug = ? LIMIT 1
Parameters :
[
"widget-chag-img "
]
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . slug AS slug_3 , t0 . src AS src_4 FROM image t0 WHERE t0 . slug = 'widget-chag-img' LIMIT 1 ;
Copy