Query Metrics
5
Database Queries
5
Different statements
1.50 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.42 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.logo AS logo_5, t0.address AS address_6, t0.phone_number AS phone_number_7, t0.email AS email_8, t0.is_active AS is_active_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.current_products AS current_products_12, t0.current_employees AS current_employees_13, t0.current_orders AS current_orders_14, t0.current_revenue AS current_revenue_15, t0.current_storage AS current_storage_16, t0.current_ca_limit AS current_ca_limit_17, t0.siret_nif AS siret_nif_18, t0.iban AS iban_19, t0.website AS website_20, t0.facebook AS facebook_21, t0.instagram AS instagram_22, t0.twitter AS twitter_23, t0.youtube AS youtube_24, t0.tiktok AS tiktok_25, t0.whatsapp AS whatsapp_26, t0.telegram AS telegram_27, t0.banner_images AS banner_images_28, t0.view_count AS view_count_29, t0.follower_count AS follower_count_30, t0.average_rating AS average_rating_31, t0.review_count AS review_count_32, t0.status AS status_33, t0.verification_status AS verification_status_34, t0.verified_at AS verified_at_35, t0.business_hours AS business_hours_36, t0.delivery_areas AS delivery_areas_37, t0.payment_methods AS payment_methods_38, t0.return_policy AS return_policy_39, t0.shipping_policy AS shipping_policy_40, t0.privacy_policy AS privacy_policy_41, t0.is_verified AS is_verified_42, t0.is_premium AS is_premium_43, t0.allow_reviews AS allow_reviews_44, t0.allow_messages AS allow_messages_45, t0.show_contact_info AS show_contact_info_46, t0.show_social_links AS show_social_links_47, t0.shop_category_id AS shop_category_id_48, t0.plan_id AS plan_id_49 FROM shop t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"the-luxe-house-co"
]
|
| 2 | 0.27 ms |
SELECT s0_.id AS id_0, s0_.comment AS comment_1, s0_.rating AS rating_2, s0_.is_verified AS is_verified_3, s0_.is_visible AS is_visible_4, s0_.is_helpful AS is_helpful_5, s0_.helpful_count AS helpful_count_6, s0_.not_helpful_count AS not_helpful_count_7, s0_.created_at AS created_at_8, s0_.updated_at AS updated_at_9, s0_.verified_at AS verified_at_10, s0_.review_type AS review_type_11, s0_.user_id AS user_id_12, s0_.shop_id AS shop_id_13 FROM shop_reviews s0_ WHERE s0_.shop_id = ? AND s0_.is_visible = ? ORDER BY s0_.created_at DESC LIMIT 10
Parameters:
[ 5 1 ] |
| 3 | 0.17 ms |
SELECT COUNT(s0_.id) AS sclr_0 FROM shop_reviews s0_ WHERE s0_.shop_id = ? AND s0_.is_visible = ?
Parameters:
[ 5 1 ] |
| 4 | 0.22 ms |
SELECT AVG(s0_.rating) AS sclr_0, COUNT(s0_.id) AS sclr_1, SUM(CASE WHEN s0_.rating = 5 THEN 1 ELSE 0 END) AS sclr_2, SUM(CASE WHEN s0_.rating = 4 THEN 1 ELSE 0 END) AS sclr_3, SUM(CASE WHEN s0_.rating = 3 THEN 1 ELSE 0 END) AS sclr_4, SUM(CASE WHEN s0_.rating = 2 THEN 1 ELSE 0 END) AS sclr_5, SUM(CASE WHEN s0_.rating = 1 THEN 1 ELSE 0 END) AS sclr_6, SUM(CASE WHEN s0_.is_verified = 1 THEN 1 ELSE 0 END) AS sclr_7 FROM shop_reviews s0_ WHERE s0_.shop_id = ? AND s0_.is_visible = ?
Parameters:
[ 5 1 ] |
| 5 | 0.42 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.is_verified AS is_verified_5, t0.created_at AS created_at_6, t0.firstname AS firstname_7, t0.lastname AS lastname_8, t0.gender AS gender_9, t0.kyc_status AS kyc_status_10, t0.selfie_submitted AS selfie_submitted_11, t0.front_document_submitted AS front_document_submitted_12, t0.back_document_submitted AS back_document_submitted_13, t0.kyc_submitted_at AS kyc_submitted_at_14, t0.kyc_verified_at AS kyc_verified_at_15, t0.phone AS phone_16, t0.profile_picture AS profile_picture_17, t0.reset_token AS reset_token_18, t0.password_requested_at AS password_requested_at_19 FROM `user` t0 WHERE t0.id = ?
Parameters:
[
21
]
|
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.
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\ShopReview | No errors. |
| App\Entity\Shop | No errors. |
| App\Entity\ShopCategory | No errors. |
| App\Entity\ShopPlan | No errors. |
| App\Entity\Notification | No errors. |
| App\Entity\Product | No errors. |
| App\Entity\ShopFollow | No errors. |
| App\Entity\User | No errors. |
| App\Entity\ShopReviewVote | No errors. |
| App\Entity\Address | No errors. |