GET https://thomass-mac-mini-1.coyote-lizard.ts.net/fr/login/9m08gxqw

Query Metrics

7 Database Queries
5 Different statements
18.13 ms Query time
4 Invalid entities
2 Managed entities

Grouped Statements

Show all queries

Time Count Info
14.77 ms
(81.46%)
1
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"
]
1.01 ms
(5.58%)
1
UPDATE user SET invite_token = ?, updated_at = ? WHERE id = ?
Parameters:
[
  "l8jd3n28"
  "2026-07-27 14:42:31"
  16366
]
1.00 ms
(5.50%)
1
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
]
0.80 ms
(4.41%)
2
"COMMIT"
Parameters:
[]
0.55 ms
(3.04%)
2
"START TRANSACTION"
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
  • The association App\Entity\UserOrganizationAssignment#userOrganizationAssignmentHistories refers to the owning side field App\Entity\UserOrganizationAssignmentHistory#OriginalAssignment which does not exist.
App\Entity\UserFavoriteTopics No errors.
App\Entity\Transaction No errors.
App\Entity\Voucher
  • The field 'App\Entity\Voucher#amount' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
App\Entity\Webhook No errors.
App\Entity\UserLog No errors.
App\Entity\Tag No errors.
App\Entity\Company
  • The field App\Entity\Company#companyModules is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\CompanyModuleAssignment#company does not contain the required 'inversedBy="companyModules"' attribute.
App\Entity\UserOrganizationAssignmentHistory No errors.
App\Entity\Issuance No errors.
App\Entity\Plan
  • The field 'App\Entity\Plan#monthlyPrice' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field 'App\Entity\Plan#monthlyPriceAfterDeduction' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
App\Entity\Organization No errors.