Query Metrics
11
Database Queries
8
Different statements
53.36 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
43.66 ms (81.81%) |
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.email_address = ? LIMIT 1
Parameters:
[
"racolta_mari@yahoo.com"
]
|
|
4.02 ms (7.53%) |
2 |
"COMMIT"
Parameters:
[] |
|
1.39 ms (2.61%) |
1 |
INSERT INTO users (email_address, firstname, lastname, fullname, username, PASSWORD, mobile_phone, profile_image, register_source, created_at, updated_at, tos_consent_at, gdpr_consent_at, lang, active, email_verified, update_email_sent, do_not_email, removed, last_notification, unit_measure, user_points, healthy_minutes, latest_subscription_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ "racolta_mari@yahoo.com" "Mariana" "Racolta " "Mariana Racolta " "racolta_mari@yahoo.com" "$2y$13$P4zAAj4Ype/l1I9smftsaucdh9OcbVBB6YjuTtP6SpZbhmh9lstDy" "" null "app" "2025-11-08 16:31:23" "2025-11-08 16:31:23" "2025-11-08 16:31:23" "2025-11-08 16:31:23" "ro" 1 0 0 0 0 null 1 0 0 null ] |
|
1.18 ms (2.21%) |
2 |
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.name AS name_4, t0.lang AS lang_5, t0.type AS type_6, t0.value AS value_7 FROM settings t0 WHERE t0.name = ? AND t0.lang = ? LIMIT 1
Parameters:
[ "tos" "ro" ] |
|
0.94 ms (1.76%) |
1 |
INSERT INTO user_verification_tokens (user_id, token, creation_date) VALUES (?, ?, ?)
Parameters:
[ 34397 "75b0fb201bf54aceafeb673a4cecb503" "2025-11-08" ] |
|
0.76 ms (1.42%) |
2 |
"START TRANSACTION"
Parameters:
[] |
|
0.76 ms (1.42%) |
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:
[
34397
]
|
|
0.65 ms (1.23%) |
1 |
SELECT u0_.id AS id_0, u0_.user_id AS user_id_1, u0_.token AS token_2, u0_.creation_date AS creation_date_3 FROM user_verification_tokens u0_ WHERE u0_.user_id = ?
Parameters:
[
34397
]
|
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\Users | No errors. |
| App\Entity\UserSubscriptions | No errors. |
| App\Entity\ApiToken | No errors. |
| App\Entity\UserVouchers | No errors. |
| App\Entity\UserPointsHistory | No errors. |
| App\Entity\Feedbacks | No errors. |
| App\Entity\UserVerificationTokens | No errors. |
| App\Entity\Settings | No errors. |