Query Metrics
5
Database Queries
5
Different statements
2.70 ms
Query time
0
Invalid entities
4
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.51 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.creation_date AS creation_date_3, t0.usage_last_date AS usage_last_date_4, t0.api_key AS api_key_5, t0.is_active AS is_active_6, t0.expiration_date AS expiration_date_7, t0.description AS description_8, t0.domain AS domain_9, t0.user_id AS user_id_10 FROM calendar_api_key t0 WHERE t0.api_key = ? AND t0.is_active = ? LIMIT 1
Parameters:
[ "VP5kaUsOB1zgkxfUSE9TVbDnKWye275Cwtzzu3JhVpYc2o3ecyVqS8FdxGn9sm8QecrqXTmivUsp4tHxb2ptEwI3f/cjBFGkl4KUUpN59VUQPrWiXIIC+WUACafAEdcuv2lBcMZebxOuDgUJdGll3EHzStVnlo/AKZEIDlSwU+pXB1lSALxRELdQt2CtwlVU" 1 ] |
| 2 | 0.58 ms |
SELECT s0_.id AS id_0, s0_.trader_light_subscription_id AS trader_light_subscription_id_1, s0_.created_at AS created_at_2, s0_.updated_at AS updated_at_3, s0_.status AS status_4, s0_.start_date AS start_date_5, s0_.end_date AS end_date_6, s0_.cancelled_at AS cancelled_at_7, s0_.cancellation_reason AS cancellation_reason_8, s0_.sms_used AS sms_used_9, s0_.emails_used AS emails_used_10, s0_.auto_renew AS auto_renew_11, s0_.autopay_order_id AS autopay_order_id_12, s0_.autopay_remote_id AS autopay_remote_id_13, s0_.payment_data AS payment_data_14, s0_.limits_reset_at AS limits_reset_at_15, s0_.user_id AS user_id_16, s0_.plan_id AS plan_id_17 FROM subscription s0_ INNER JOIN subscription_plan s1_ ON s0_.plan_id = s1_.id WHERE s0_.user_id = ? AND s0_.status IN (?, ?) AND s1_.plan_type = ? AND (s0_.end_date IS NULL OR s0_.end_date > ?) ORDER BY s0_.created_at DESC LIMIT 1
Parameters:
[ 1 "active" "cancelled" "calendar" "2025-12-15 18:23:12" ] |
| 3 | 0.17 ms |
"START TRANSACTION"
Parameters:
[] |
| 4 | 0.32 ms |
UPDATE calendar_api_key SET usage_last_date = ? WHERE id = ?
Parameters:
[ "2025-12-15 18:23:12" 1 ] |
| 5 | 1.12 ms |
"COMMIT"
Parameters:
[] |
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\ApiKey\CalendarApiKey | 1 |
| App\Entity\Security\User | 1 |
| App\Entity\Subscription\Subscription | 1 |
| App\Entity\Subscription\SubscriptionPlan | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\ApiKey\CalendarApiKey | No errors. |
| App\Entity\Security\User | No errors. |
| App\Entity\Subscription\Subscription | No errors. |
| App\Entity\Subscription\SubscriptionPlan | No errors. |
| App\Entity\Payment\Payment | No errors. |
| App\Entity\Subscription\PrepaidSms | No errors. |