Query Metrics
7
Database Queries
5
Different statements
18.13 ms
Query time
4
Invalid entities
2
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 14.77 ms |
SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.firstname AS firstname_3, t0.lastname AS lastname_4, t0.email AS email_5, t0.phone AS phone_6, t0.address_zip AS address_zip_7, t0.token AS token_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.origin_id AS origin_id_11 FROM invitation t0 WHERE t0.token = ? LIMIT 1
Parameters:
[
"9m08gxqw"
]
|
| 2 | 0.34 ms |
"START TRANSACTION"
Parameters:
[] |
| 3 | 1.00 ms |
INSERT INTO user (uuid, gender, firstname, lastname, email, phone, address_line1, address_line2, address_zip, address_city, address_country, company_name, company_number, picture, locale, invite_token, shine_payer_uuid, shine_subscription_uuid, roles, type_of_user, password, is_subscription_active, stripe_status, has_delayed_payment, major_emergency, is_voucher_upgrade_notified, user_b2b_status, partner_reference, fiscal_code, created_at, updated_at, invitation_id, origin_id, plan_id, company_id, sticky_organization_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ "57263057-0616-4e9e-8ad2-4861572ef659" null null null null null null null null null null null null null "fr" null null null "["ROLE_USER"]" null null 0 null 0 0 0 null null null "2026-07-27 14:42:31" "2026-07-27 14:42:31" 13516 null null null null ] |
| 4 | 0.42 ms |
"COMMIT"
Parameters:
[] |
| 5 | 0.21 ms |
"START TRANSACTION"
Parameters:
[] |
| 6 | 1.01 ms |
UPDATE user SET invite_token = ?, updated_at = ? WHERE id = ?
Parameters:
[ "l8jd3n28" "2026-07-27 14:42:31" 16366 ] |
| 7 | 0.38 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\Invitation | 1 |
| App\Entity\User | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Invitation | No errors. |
| App\Entity\User | No errors. |
| App\Entity\UserOrganizationAssignment |
|
| App\Entity\UserFavoriteTopics | No errors. |
| App\Entity\Transaction | No errors. |
| App\Entity\Voucher |
|
| App\Entity\Webhook | No errors. |
| App\Entity\UserLog | No errors. |
| App\Entity\Tag | No errors. |
| App\Entity\Company |
|
| App\Entity\UserOrganizationAssignmentHistory | No errors. |
| App\Entity\Issuance | No errors. |
| App\Entity\Plan |
|
| App\Entity\Organization | No errors. |