GET https://kivogroup.store/whatsapp

Query Metrics

16 Database Queries
5 Different statements
5.33 ms Query time
0 Invalid entities
7 Managed entities

Grouped Statements

Show all queries

Time▼ Count Info
4.05 ms
(76.10%)
12
SELECT s0_.id AS id_0, s0_.status AS status_1, s0_.started_at AS started_at_2, s0_.expires_at AS expires_at_3, s0_.created_at AS created_at_4, s1_.id AS id_5, s1_.name AS name_6, s1_.slug AS slug_7, s1_.description AS description_8, s1_.price AS price_9, s1_.currency AS currency_10, s1_.duration_days AS duration_days_11, s1_.is_trial AS is_trial_12, s1_.is_active AS is_active_13, s1_.created_at AS created_at_14, s0_.user_id AS user_id_15, s0_.plan_id AS plan_id_16 FROM subscription s0_ LEFT JOIN subscription_plan s1_ ON s0_.plan_id = s1_.id WHERE s0_.user_id = ? AND s0_.status = ? AND s0_.expires_at > ? ORDER BY s0_.expires_at DESC LIMIT 1
Parameters:
[
  2
  "active"
  "2026-09-25 05:05:45"
]
0.40 ms
(7.57%)
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.country AS country_8 FROM user t0 WHERE t0.id = ?
Parameters:
[
  2
]
0.37 ms
(7.04%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.phone AS phone_5, t0.whatsapp_number AS whatsapp_number_6, t0.country AS country_7, t0.city AS city_8, t0.currency AS currency_9, t0.logo AS logo_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.owner_id AS owner_id_13, t14.id AS id_15, t14.business_account_id AS business_account_id_16, t14.phone_number_id AS phone_number_id_17, t14.display_phone_number AS display_phone_number_18, t14.access_token AS access_token_19, t14.status AS status_20, t14.connected_at AS connected_at_21, t14.updated_at AS updated_at_22, t14.shop_id AS shop_id_23 FROM shop t0 LEFT JOIN whats_app_connection t14 ON t14.shop_id = t0.id WHERE t0.owner_id = ?
Parameters:
[
  2
]
0.25 ms
(4.71%)
1
SELECT t0.id AS id_1, t0.status AS status_2, t0.started_at AS started_at_3, t0.expires_at AS expires_at_4, t0.created_at AS created_at_5, t0.user_id AS user_id_6, t0.plan_id AS plan_id_7 FROM subscription t0 WHERE t0.user_id = ?
Parameters:
[
  2
]
0.24 ms
(4.58%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.price AS price_5, t0.currency AS currency_6, t0.duration_days AS duration_days_7, t0.is_trial AS is_trial_8, t0.is_active AS is_active_9, t0.created_at AS created_at_10 FROM subscription_plan t0 WHERE t0.id = ?
Parameters:
[
  2
]

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\Subscription 2
App\Entity\SubscriptionPlan 2
App\Entity\User 1
App\Entity\Shop 1
App\Entity\WhatsAppConnection 1

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\Shop No errors.
App\Entity\Subscription No errors.
App\Entity\SubscriptionPlan No errors.
App\Entity\WhatsAppConnection No errors.
App\Entity\Product No errors.
App\Entity\Category No errors.
App\Entity\Customer No errors.
App\Entity\Conversation No errors.
App\Entity\Order No errors.