GET http://behoma.me/iv/a58a78fb52

Query Metrics

1 Database Queries
1 Different statements
1.17 ms Query time
1 Invalid entities

Queries

Group similar statements

# Time Info
1 1.17 ms
SELECT t0.roles AS roles_1, t0.id AS id_2, t0.email AS email_3, t0.firebase_uid AS firebase_uid_4, t0.uid_stripe AS uid_stripe_5, t0.ranking AS ranking_6, t0.invite_code AS invite_code_7, t8.id AS id_9, t8.last_name AS last_name_10, t8.first_name AS first_name_11, t8.birth_date AS birth_date_12, t8.gender AS gender_13, t8.phone_number AS phone_number_14, t8.postal_code AS postal_code_15, t8.prefecture AS prefecture_16, t8.city AS city_17, t8.address AS address_18, t8.latitude AS latitude_19, t8.longitude AS longitude_20, t8.job AS job_21, t8.user_id AS user_id_22 FROM users t0 LEFT JOIN user_profiles t8 ON t8.user_id = t0.id WHERE t0.invite_code = ? LIMIT 1
Parameters:
[
  "a58a78fb52"
]

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\User
  • The field App\Entity\User#userTickets is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\UserTickets#user does not contain the required 'inversedBy="userTickets"' attribute.
App\Entity\UserProfile No errors.
App\Entity\UserTickets No errors.
App\Entity\UserSubscription No errors.