GET https://mybarber.softsquareit.com/barbers/lotus-spa-wellness-vancouver

Query Metrics

17 Database Queries
10 Different statements
3.52 ms Query time
0 Invalid entities
63 Managed entities

Grouped Statements

Show all queries

Time Count Info
0.79 ms
(22.32%)
1
SELECT AVG(r0_.rating) AS sclr_0 FROM review r0_ WHERE r0_.barber_profile_id = ? AND r0_.is_hidden = 0
Parameters:
[
  43
]
0.54 ms
(15.40%)
1
SELECT t0.id AS id_1, t0.salon_name AS salon_name_2, t0.slug AS slug_3, t0.description AS description_4, t0.address AS address_5, t0.city AS city_6, t0.latitude AS latitude_7, t0.longitude AS longitude_8, t0.languages AS languages_9, t0.transport_info AS transport_info_10, t0.payment_methods AS payment_methods_11, t0.subscription_plan AS subscription_plan_12, t0.salon_type AS salon_type_13, t0.salon_categories AS salon_categories_14, t0.is_verified AS is_verified_15, t0.is_active AS is_active_16, t0.offer_home_visit AS offer_home_visit_17, t0.home_visit_radius AS home_visit_radius_18, t0.phone AS phone_19, t0.website AS website_20, t0.instagram AS instagram_21, t0.facebook AS facebook_22, t0.tiktok AS tiktok_23, t0.created_at AS created_at_24, t0.user_id AS user_id_25 FROM barber_profile t0 WHERE t0.slug = ? AND t0.is_active = ? LIMIT 1
Parameters:
[
  "lotus-spa-wellness-vancouver"
  1
]
0.47 ms
(13.27%)
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 AS phone_7, t0.avatar AS avatar_8, t0.preferred_language AS preferred_language_9, t0.created_at AS created_at_10, t0.is_active AS is_active_11, t0.is_verified AS is_verified_12, t13.id AS id_14, t13.salon_name AS salon_name_15, t13.slug AS slug_16, t13.description AS description_17, t13.address AS address_18, t13.city AS city_19, t13.latitude AS latitude_20, t13.longitude AS longitude_21, t13.languages AS languages_22, t13.transport_info AS transport_info_23, t13.payment_methods AS payment_methods_24, t13.subscription_plan AS subscription_plan_25, t13.salon_type AS salon_type_26, t13.salon_categories AS salon_categories_27, t13.is_verified AS is_verified_28, t13.is_active AS is_active_29, t13.offer_home_visit AS offer_home_visit_30, t13.home_visit_radius AS home_visit_radius_31, t13.phone AS phone_32, t13.website AS website_33, t13.instagram AS instagram_34, t13.facebook AS facebook_35, t13.tiktok AS tiktok_36, t13.created_at AS created_at_37, t13.user_id AS user_id_38 FROM `user` t0 LEFT JOIN barber_profile t13 ON t13.user_id = t0.id WHERE t0.id = ?
Parameters:
[
  79
]
0.32 ms
(9.15%)
1
SELECT b0_.id AS id_0, b0_.salon_name AS salon_name_1, b0_.slug AS slug_2, b0_.description AS description_3, b0_.address AS address_4, b0_.city AS city_5, b0_.latitude AS latitude_6, b0_.longitude AS longitude_7, b0_.languages AS languages_8, b0_.transport_info AS transport_info_9, b0_.payment_methods AS payment_methods_10, b0_.subscription_plan AS subscription_plan_11, b0_.salon_type AS salon_type_12, b0_.salon_categories AS salon_categories_13, b0_.is_verified AS is_verified_14, b0_.is_active AS is_active_15, b0_.offer_home_visit AS offer_home_visit_16, b0_.home_visit_radius AS home_visit_radius_17, b0_.phone AS phone_18, b0_.website AS website_19, b0_.instagram AS instagram_20, b0_.facebook AS facebook_21, b0_.tiktok AS tiktok_22, b0_.created_at AS created_at_23, b0_.user_id AS user_id_24 FROM barber_profile b0_ WHERE b0_.is_active = 1 AND b0_.id <> ? AND b0_.city = ? ORDER BY b0_.subscription_plan DESC LIMIT 4
Parameters:
[
  43
  "Vancouver"
]
0.32 ms
(9.02%)
5
SELECT t0.id AS id_1, t0.filename AS filename_2, t0.is_cover AS is_cover_3, t0.sort_order AS sort_order_4, t0.barber_profile_id AS barber_profile_id_5 FROM profile_photo t0 WHERE t0.barber_profile_id = ? ORDER BY t0.sort_order ASC
Parameters:
[
  43
]
0.28 ms
(7.87%)
1
SELECT COUNT(r0_.id) AS sclr_0 FROM review r0_ WHERE r0_.barber_profile_id = ? AND r0_.is_hidden = 0
Parameters:
[
  43
]
0.26 ms
(7.36%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.category AS category_3, t0.sub_category AS sub_category_4, t0.duration_minutes AS duration_minutes_5, t0.duration_max_minutes AS duration_max_minutes_6, t0.price AS price_7, t0.description AS description_8, t0.happy_hours_discount AS happy_hours_discount_9, t0.happy_hours_slot AS happy_hours_slot_10, t0.is_active AS is_active_11, t0.barber_profile_id AS barber_profile_id_12 FROM service t0 WHERE t0.barber_profile_id = ?
Parameters:
[
  43
]
0.25 ms
(7.02%)
1
SELECT r0_.rating AS rating_0, COUNT(r0_.id) AS sclr_1 FROM review r0_ WHERE r0_.barber_profile_id = ? AND r0_.is_hidden = 0 GROUP BY r0_.rating
Parameters:
[
  43
]
0.19 ms
(5.49%)
4
SELECT t0.id AS id_1, t0.rating AS rating_2, t0.rating_ambiance AS rating_ambiance_3, t0.rating_rapport_qp AS rating_rapport_qp_4, t0.rating_resultats AS rating_resultats_5, t0.comment AS comment_6, t0.is_hidden AS is_hidden_7, t0.is_reported AS is_reported_8, t0.professional_reply AS professional_reply_9, t0.replied_at AS replied_at_10, t0.created_at AS created_at_11, t0.client_id AS client_id_12, t0.barber_profile_id AS barber_profile_id_13, t0.appointment_id AS appointment_id_14 FROM review t0 WHERE t0.barber_profile_id = ?
Parameters:
[
  16
]
0.11 ms
(3.10%)
1
SELECT t0.id AS id_1, t0.setting_key AS setting_key_2, t0.setting_value AS setting_value_3, t0.setting_type AS setting_type_4, t0.setting_group AS setting_group_5, t0.label AS label_6, t0.description AS description_7, t0.updated_at AS updated_at_8 FROM setting t0 WHERE t0.setting_key = ? LIMIT 1
Parameters:
[
  "maintenance_mode"
]

Database Connections

Name Service
default doctrine.dbal.default_connection

Entity Managers

Name Service
default doctrine.orm.default_entity_manager

Second Level Cache

Second Level Cache is not enabled.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\User 12
App\Entity\Service 12
App\Entity\Review 12
App\Entity\Appointment 12
App\Entity\ProfilePhoto 9
App\Entity\BarberProfile 5
App\Entity\Setting 1

Entities Mapping

Class Mapping errors
App\Entity\Setting No errors.
App\Entity\BarberProfile No errors.
App\Entity\User No errors.
App\Entity\Service No errors.
App\Entity\Availability No errors.
App\Entity\SpecialClosure No errors.
App\Entity\Appointment No errors.
App\Entity\Review No errors.
App\Entity\ProfilePhoto No errors.
App\Entity\Notification No errors.