Query Metrics
4
Database Queries
4
Different statements
2.96 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
0.98 ms (33.20%) |
1 |
SELECT COUNT(s0_.id) AS sclr_0 FROM scheduled_notifications s0_ LEFT JOIN user_viewed_notifications u1_ ON (s0_.id = u1_.notification_id AND u1_.user_id = ?) WHERE s0_.removed_at IS NULL AND s0_.runned_at IS NOT NULL AND u1_.id IS NULL
Parameters:
[
25540
]
|
0.68 ms (23.07%) |
1 |
SELECT t0.id AS id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.user_id AS user_id_4 FROM api_token t0 WHERE t0.token = ? LIMIT 1
Parameters:
[
"790b1dedbed8f6fcf96295ec616f3ed51305f840a2a378bb6a5b387c5eba9111e3bc3cff719889fd6de3ef2485dc20ecdd54bb40d7055a3cd542bd17"
]
|
0.66 ms (22.39%) |
1 |
SELECT COUNT(u0_.id) AS sclr_0 FROM user_notifications u0_ WHERE u0_.user_id = ? AND u0_.seen_at IS NULL
Parameters:
[
25540
]
|
0.63 ms (21.34%) |
1 |
SELECT t0.id AS id_1, t0.email_address AS email_address_2, t0.firstname AS firstname_3, t0.lastname AS lastname_4, t0.fullname AS fullname_5, t0.username AS username_6, t0.password AS password_7, t0.mobile_phone AS mobile_phone_8, t0.profile_image AS profile_image_9, t0.register_source AS register_source_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.tos_consent_at AS tos_consent_at_13, t0.gdpr_consent_at AS gdpr_consent_at_14, t0.lang AS lang_15, t0.active AS active_16, t0.email_verified AS email_verified_17, t0.update_email_sent AS update_email_sent_18, t0.do_not_email AS do_not_email_19, t0.removed AS removed_20, t0.last_notification AS last_notification_21, t0.unit_measure AS unit_measure_22, t0.user_points AS user_points_23, t0.healthy_minutes AS healthy_minutes_24, t0.latest_subscription_id AS latest_subscription_id_25 FROM users t0 WHERE t0.id = ?
Parameters:
[
25540
]
|
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\ApiToken | No errors. |
App\Entity\Users | No errors. |
App\Entity\UserSubscriptions | No errors. |
App\Entity\UserVouchers | No errors. |
App\Entity\UserPointsHistory | No errors. |
App\Entity\Feedbacks | No errors. |
App\Entity\ScheduledNotifications | No errors. |
App\Entity\UserViewedNotifications | No errors. |
App\Entity\UserNotifications | No errors. |