4.79 ms (27.33%)
10
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . slug AS slug_3 , t0 . description AS description_4 , t0 . profile_image AS profile_image_5 , t0 . bio AS bio_6 , t0 . portfolio_link AS portfolio_link_7 , t0 . instagram_handle AS instagram_handle_8 , t0 . availability_notes AS availability_notes_9 , t0 . publish_start_at AS publish_start_at_10 , t0 . publish_end_at AS publish_end_at_11 , t0 . status AS status_12 , t0 . created_at AS created_at_13 , t0 . updated_at AS updated_at_14 , t0 . is_verified AS is_verified_15 , t0 . verified_at AS verified_at_16 , t0 . view_count AS view_count_17 , t0 . favorite_count AS favorite_count_18 , t0 . contact_count AS contact_count_19 , t0 . average_rating AS average_rating_20 , t0 . review_count AS review_count_21 , t0 . phone1 AS phone1_22 , t0 . whatsapp AS whatsapp_23 , t0 . contact_email AS contact_email_24 , t0 . instagram AS instagram_25 , t0 . facebook AS facebook_26 , t0 . x AS x_27 , t0 . webpage AS webpage_28 , t0 . phone2 AS phone2_29 , t0 . user_id AS user_id_30 , t0 . venue_id AS venue_id_31 FROM profile t0 WHERE t0 . user_id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . slug AS slug_3 , t0 . description AS description_4 , t0 . profile_image AS profile_image_5 , t0 . bio AS bio_6 , t0 . portfolio_link AS portfolio_link_7 , t0 . instagram_handle AS instagram_handle_8 , t0 . availability_notes AS availability_notes_9 , t0 . publish_start_at AS publish_start_at_10 , t0 . publish_end_at AS publish_end_at_11 , t0 . status AS status_12 , t0 . created_at AS created_at_13 , t0 . updated_at AS updated_at_14 , t0 . is_verified AS is_verified_15 , t0 . verified_at AS verified_at_16 , t0 . view_count AS view_count_17 , t0 . favorite_count AS favorite_count_18 , t0 . contact_count AS contact_count_19 , t0 . average_rating AS average_rating_20 , t0 . review_count AS review_count_21 , t0 . phone1 AS phone1_22 , t0 . whatsapp AS whatsapp_23 , t0 . contact_email AS contact_email_24 , t0 . instagram AS instagram_25 , t0 . facebook AS facebook_26 , t0 . x AS x_27 , t0 . webpage AS webpage_28 , t0 . phone2 AS phone2_29 , t0 . user_id AS user_id_30 , t0 . venue_id AS venue_id_31 FROM profile t0 WHERE t0 . user_id = 16 ;
Copy
2.89 ms (16.51%)
4
SELECT a0_ . id AS id_0 , a0_ . priority AS priority_1 , a0_ . start_at AS start_at_2 , a0_ . end_at AS end_at_3 , a0_ . is_active AS is_active_4 , a0_ . created_at AS created_at_5 , a0_ . advert_id AS advert_id_6 , a0_ . ad_slot_id AS ad_slot_id_7 FROM ad_schedule a0_ INNER JOIN advert a1_ ON a0_ . advert_id = a1_ . id INNER JOIN ad_slot a2_ ON a0_ . ad_slot_id = a2_ . id WHERE a2_ . page_type = ? AND a2_ . slot_name = ? AND a2_ . is_active = 1 AND a0_ . is_active = 1 AND a1_ . is_active = 1 AND ((a0_ . start_at IS NULL OR a0_ . start_at < = ? )) AND ((a0_ . end_at IS NULL OR a0_ . end_at > = ? )) ORDER BY a0_ . priority DESC , a0_ . created_at ASC
Parameters :
[
"venue_profile "
"venue_profile-top-landscape "
"2026-06-03 10:05:36 "
"2026-06-03 10:05:36 "
]
SELECT a0_ . id AS id_0 , a0_ . priority AS priority_1 , a0_ . start_at AS start_at_2 , a0_ . end_at AS end_at_3 , a0_ . is_active AS is_active_4 , a0_ . created_at AS created_at_5 , a0_ . advert_id AS advert_id_6 , a0_ . ad_slot_id AS ad_slot_id_7 FROM ad_schedule a0_ INNER JOIN advert a1_ ON a0_ . advert_id = a1_ . id INNER JOIN ad_slot a2_ ON a0_ . ad_slot_id = a2_ . id WHERE a2_ . page_type = 'venue_profile' AND a2_ . slot_name = 'venue_profile-top-landscape' AND a2_ . is_active = 1 AND a0_ . is_active = 1 AND a1_ . is_active = 1 AND ((a0_ . start_at IS NULL OR a0_ . start_at < = '2026-06-03 10:05:36' )) AND ((a0_ . end_at IS NULL OR a0_ . end_at > = '2026-06-03 10:05:36' )) ORDER BY a0_ . priority DESC , a0_ . created_at ASC ;
Copy
2.79 ms (15.93%)
10
SELECT t0 . id AS id_1 , t0 . username AS username_2 , t0 . slug AS slug_3 , t0 . auth_key AS auth_key_4 , t0 . password_hash AS password_hash_5 , t0 . password_reset_token AS password_reset_token_6 , t0 . email AS email_7 , t0 . status AS status_8 , t0 . created_at AS created_at_9 , t0 . updated_at AS updated_at_10 , t0 . verification_token AS verification_token_11 , t0 . role AS role_12 , t0 . first_name AS first_name_13 , t0 . last_name AS last_name_14 , t0 . phone AS phone_15 , t0 . whatsapp_number AS whatsapp_number_16 , t0 . website AS website_17 , t0 . address AS address_18 , t0 . bio AS bio_19 , t0 . profile_image AS profile_image_20 , t0 . avatar_path AS avatar_path_21 , t0 . social_links AS social_links_22 , t0 . two_factor_enabled AS two_factor_enabled_23 , t0 . two_factor_secret AS two_factor_secret_24 , t0 . two_factor_backup_codes AS two_factor_backup_codes_25 , t0 . failed_login_attempts AS failed_login_attempts_26 , t0 . locked_until AS locked_until_27 , t0 . last_failed_login AS last_failed_login_28 , t0 . billing_address AS billing_address_29 , t0 . total_points AS total_points_30 , t0 . is_deactivated AS is_deactivated_31 , t0 . deactivated_at AS deactivated_at_32 , t0 . referred_by AS referred_by_33 , t0 . is_approved AS is_approved_34 , t0 . approved_at AS approved_at_35 , t0 . approved_by AS approved_by_36 FROM user t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . username AS username_2 , t0 . slug AS slug_3 , t0 . auth_key AS auth_key_4 , t0 . password_hash AS password_hash_5 , t0 . password_reset_token AS password_reset_token_6 , t0 . email AS email_7 , t0 . status AS status_8 , t0 . created_at AS created_at_9 , t0 . updated_at AS updated_at_10 , t0 . verification_token AS verification_token_11 , t0 . role AS role_12 , t0 . first_name AS first_name_13 , t0 . last_name AS last_name_14 , t0 . phone AS phone_15 , t0 . whatsapp_number AS whatsapp_number_16 , t0 . website AS website_17 , t0 . address AS address_18 , t0 . bio AS bio_19 , t0 . profile_image AS profile_image_20 , t0 . avatar_path AS avatar_path_21 , t0 . social_links AS social_links_22 , t0 . two_factor_enabled AS two_factor_enabled_23 , t0 . two_factor_secret AS two_factor_secret_24 , t0 . two_factor_backup_codes AS two_factor_backup_codes_25 , t0 . failed_login_attempts AS failed_login_attempts_26 , t0 . locked_until AS locked_until_27 , t0 . last_failed_login AS last_failed_login_28 , t0 . billing_address AS billing_address_29 , t0 . total_points AS total_points_30 , t0 . is_deactivated AS is_deactivated_31 , t0 . deactivated_at AS deactivated_at_32 , t0 . referred_by AS referred_by_33 , t0 . is_approved AS is_approved_34 , t0 . approved_at AS approved_at_35 , t0 . approved_by AS approved_by_36 FROM user t0 WHERE t0 . id = 16 ;
Copy
1.93 ms (11.03%)
10
SELECT t0 . is_primary AS is_primary_1 , t0 . travel_available AS travel_available_2 , t0 . created_at AS created_at_3 , t0 . profile_id AS profile_id_4 , t0 . area_id AS area_id_5 FROM profile_area t0 WHERE t0 . profile_id = ?
SELECT t0 . is_primary AS is_primary_1 , t0 . travel_available AS travel_available_2 , t0 . created_at AS created_at_3 , t0 . profile_id AS profile_id_4 , t0 . area_id AS area_id_5 FROM profile_area t0 WHERE t0 . profile_id = 14 ;
Copy
1.87 ms (10.67%)
10
SELECT t0 . id AS id_1 , t0 . image_path AS image_path_2 , t0 . thumbnail_path AS thumbnail_path_3 , t0 . is_main AS is_main_4 , t0 . sort_order AS sort_order_5 , t0 . created_at AS created_at_6 , t0 . updated_at AS updated_at_7 , t0 . profile_id AS profile_id_8 FROM profile_image t0 WHERE t0 . profile_id = ? ORDER BY t0 . sort_order ASC
SELECT t0 . id AS id_1 , t0 . image_path AS image_path_2 , t0 . thumbnail_path AS thumbnail_path_3 , t0 . is_main AS is_main_4 , t0 . sort_order AS sort_order_5 , t0 . created_at AS created_at_6 , t0 . updated_at AS updated_at_7 , t0 . profile_id AS profile_id_8 FROM profile_image t0 WHERE t0 . profile_id = 14 ORDER BY t0 . sort_order ASC ;
Copy
1.03 ms (5.87%)
4
SELECT a0_ . id AS id_0 , a0_ . page_type AS page_type_1 , a0_ . slot_name AS slot_name_2 , a0_ . display_name AS display_name_3 , a0_ . rotation_mode AS rotation_mode_4 , a0_ . allowed_formats AS allowed_formats_5 , a0_ . dimensions AS dimensions_6 , a0_ . is_active AS is_active_7 , a0_ . created_at AS created_at_8 FROM ad_slot a0_ WHERE a0_ . page_type = ? AND a0_ . slot_name = ? AND a0_ . is_active = 1
Parameters :
[
"venue_profile "
"venue_profile-top-landscape "
]
SELECT a0_ . id AS id_0 , a0_ . page_type AS page_type_1 , a0_ . slot_name AS slot_name_2 , a0_ . display_name AS display_name_3 , a0_ . rotation_mode AS rotation_mode_4 , a0_ . allowed_formats AS allowed_formats_5 , a0_ . dimensions AS dimensions_6 , a0_ . is_active AS is_active_7 , a0_ . created_at AS created_at_8 FROM ad_slot a0_ WHERE a0_ . page_type = 'venue_profile' AND a0_ . slot_name = 'venue_profile-top-landscape' AND a0_ . is_active = 1 ;
Copy
0.97 ms (5.50%)
2
SELECT b0_ . id AS id_0 , b0_ . name AS name_1 , b0_ . position AS position_2 , b0_ . image_path AS image_path_3 , b0_ . link_url AS link_url_4 , b0_ . start_date AS start_date_5 , b0_ . end_date AS end_date_6 , b0_ . is_active AS is_active_7 , b0_ . click_count AS click_count_8 , b0_ . view_count AS view_count_9 , b0_ . sort_order AS sort_order_10 , b0_ . created_at AS created_at_11 FROM banner b0_ WHERE b0_ . is_active = 1 AND ((b0_ . start_date IS NULL OR b0_ . start_date < = ? )) AND ((b0_ . end_date IS NULL OR b0_ . end_date > = ? )) AND b0_ . position = ? ORDER BY b0_ . sort_order ASC
Parameters :
[
1780473936
1780473936
"header "
]
SELECT b0_ . id AS id_0 , b0_ . name AS name_1 , b0_ . position AS position_2 , b0_ . image_path AS image_path_3 , b0_ . link_url AS link_url_4 , b0_ . start_date AS start_date_5 , b0_ . end_date AS end_date_6 , b0_ . is_active AS is_active_7 , b0_ . click_count AS click_count_8 , b0_ . view_count AS view_count_9 , b0_ . sort_order AS sort_order_10 , b0_ . created_at AS created_at_11 FROM banner b0_ WHERE b0_ . is_active = 1 AND ((b0_ . start_date IS NULL OR b0_ . start_date < = 1780473936 )) AND ((b0_ . end_date IS NULL OR b0_ . end_date > = 1780473936 )) AND b0_ . position = 'header' ORDER BY b0_ . sort_order ASC ;
Copy
0.29 ms (1.67%)
1
SELECT a0_ . id AS id_0 , a0_ . name AS name_1 , a0_ . slug AS slug_2 , a0_ . created_at AS created_at_3 , a0_ . updated_at AS updated_at_4 FROM area a0_ ORDER BY a0_ . name ASC
SELECT a0_ . id AS id_0 , a0_ . name AS name_1 , a0_ . slug AS slug_2 , a0_ . created_at AS created_at_3 , a0_ . updated_at AS updated_at_4 FROM area a0_ ORDER BY a0_ . name ASC ;
Copy
0.28 ms (1.63%)
1
SELECT v0_ . id AS id_0 , v0_ . name AS name_1 , v0_ . slug AS slug_2 , v0_ . description AS description_3 , v0_ . address AS address_4 , v0_ . city AS city_5 , v0_ . state AS state_6 , v0_ . postal_code AS postal_code_7 , v0_ . country AS country_8 , v0_ . latitude AS latitude_9 , v0_ . longitude AS longitude_10 , v0_ . phone AS phone_11 , v0_ . email AS email_12 , v0_ . website AS website_13 , v0_ . business_hours AS business_hours_14 , v0_ . amenities AS amenities_15 , v0_ . status AS status_16 , v0_ . is_verified AS is_verified_17 , v0_ . contact_name AS contact_name_18 , v0_ . contact_phone AS contact_phone_19 , v0_ . contact_email AS contact_email_20 , v0_ . created_at AS created_at_21 , v0_ . updated_at AS updated_at_22 , v0_ . owner_id AS owner_id_23 FROM venue v0_ WHERE v0_ . slug = ?
Parameters :
[
"mendelssohns "
]
SELECT v0_ . id AS id_0 , v0_ . name AS name_1 , v0_ . slug AS slug_2 , v0_ . description AS description_3 , v0_ . address AS address_4 , v0_ . city AS city_5 , v0_ . state AS state_6 , v0_ . postal_code AS postal_code_7 , v0_ . country AS country_8 , v0_ . latitude AS latitude_9 , v0_ . longitude AS longitude_10 , v0_ . phone AS phone_11 , v0_ . email AS email_12 , v0_ . website AS website_13 , v0_ . business_hours AS business_hours_14 , v0_ . amenities AS amenities_15 , v0_ . status AS status_16 , v0_ . is_verified AS is_verified_17 , v0_ . contact_name AS contact_name_18 , v0_ . contact_phone AS contact_phone_19 , v0_ . contact_email AS contact_email_20 , v0_ . created_at AS created_at_21 , v0_ . updated_at AS updated_at_22 , v0_ . owner_id AS owner_id_23 FROM venue v0_ WHERE v0_ . slug = 'mendelssohns' ;
Copy
0.24 ms (1.34%)
1
SELECT t0 . id AS id_1 , t0 . status AS status_2 , t0 . venue_approved AS venue_approved_3 , t0 . model_approved AS model_approved_4 , t0 . hourly_rate AS hourly_rate_5 , t0 . special_rates AS special_rates_6 , t0 . notes AS notes_7 , t0 . created_at AS created_at_8 , t0 . updated_at AS updated_at_9 , t0 . venue_id AS venue_id_10 , t0 . model_user_id AS model_user_id_11 FROM venue_model t0 WHERE t0 . venue_id = ?
SELECT t0 . id AS id_1 , t0 . status AS status_2 , t0 . venue_approved AS venue_approved_3 , t0 . model_approved AS model_approved_4 , t0 . hourly_rate AS hourly_rate_5 , t0 . special_rates AS special_rates_6 , t0 . notes AS notes_7 , t0 . created_at AS created_at_8 , t0 . updated_at AS updated_at_9 , t0 . venue_id AS venue_id_10 , t0 . model_user_id AS model_user_id_11 FROM venue_model t0 WHERE t0 . venue_id = 2 ;
Copy
0.23 ms (1.33%)
1
SELECT t0 . id AS id_1 , t0 . image_path AS image_path_2 , t0 . thumbnail_path AS thumbnail_path_3 , t0 . caption AS caption_4 , t0 . sort_order AS sort_order_5 , t0 . is_primary AS is_primary_6 , t0 . created_at AS created_at_7 , t0 . venue_id AS venue_id_8 FROM venue_image t0 WHERE t0 . venue_id = ? ORDER BY t0 . sort_order ASC
SELECT t0 . id AS id_1 , t0 . image_path AS image_path_2 , t0 . thumbnail_path AS thumbnail_path_3 , t0 . caption AS caption_4 , t0 . sort_order AS sort_order_5 , t0 . is_primary AS is_primary_6 , t0 . created_at AS created_at_7 , t0 . venue_id AS venue_id_8 FROM venue_image t0 WHERE t0 . venue_id = 2 ORDER BY t0 . sort_order ASC ;
Copy
0.21 ms (1.19%)
1
SELECT s0_ . id AS id_0 , s0_ . name AS name_1 , s0_ . slug AS slug_2 , s0_ . created_at AS created_at_3 , s0_ . updated_at AS updated_at_4 FROM service s0_ ORDER BY s0_ . name ASC
SELECT s0_ . id AS id_0 , s0_ . name AS name_1 , s0_ . slug AS slug_2 , s0_ . created_at AS created_at_3 , s0_ . updated_at AS updated_at_4 FROM service s0_ ORDER BY s0_ . name ASC ;
Copy