Query Metrics

3 Database Queries
3 Different statements
4.00 ms Query time
2 Invalid entities
3 Managed entities

Queries

Group similar statements

# Time Info
1 1.34 ms
SELECT t0.id AS id_1, t0.answered_at AS answered_at_2, t0.status AS status_3, t0.created_at AS created_at_4, t0.deleted_at AS deleted_at_5, t0.updated_at AS updated_at_6, t0.known_target_id AS known_target_id_7, t0.proposal_id AS proposal_id_8, t0.origin_id AS origin_id_9 FROM invitation t0 WHERE t0.id = ?
Parameters:
[
  "7"
]
2 1.93 ms
SELECT t0.id AS id_1, t0.firstname AS firstname_2, t0.lastname AS lastname_3, t0.email AS email_4, t0.phone AS phone_5, t0.password AS password_6, t0.photo_path AS photo_path_7, t0.birth_date AS birth_date_8, t0.updated_password_at AS updated_password_at_9, t0.lastly_connected_at AS lastly_connected_at_10, t0.created_at AS created_at_11, t0.deleted_at AS deleted_at_12, t0.updated_at AS updated_at_13, t0.user_status_id AS user_status_id_14 FROM app_user t0 WHERE t0.id = ?
Parameters:
[
  7
]
3 0.72 ms
SELECT b0_.id AS id_0, b0_.token AS token_1, b0_.expires_at AS expires_at_2, b0_.created_at AS created_at_3 FROM blacklisted_jwt b0_ WHERE b0_.expires_at <= 1778683975
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\AppUser 1
Dimobile\Core\Entity\UserStatus 1

Entities Mapping

Class Mapping errors
App\Entity\Proposal
  • The field App\Entity\Proposal#interests is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\AppUserProposalInterest#proposal does not contain the required 'inversedBy: "interests"' attribute.
App\Entity\AppUser
  • The field App\Entity\AppUser#proposals is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Proposal#createdBy does not contain the required 'inversedBy: "proposals"' attribute.
App\Entity\AppUserRecommandation No errors.
App\Entity\AppUserContact No errors.
Dimobile\Core\Entity\UserStatus No errors.
Dimobile\Core\Entity\Company No errors.
App\Entity\Invitation No errors.
Dimobile\Core\Entity\CompanyModule No errors.
App\Entity\Address No errors.
App\Entity\Premium No errors.
Dimobile\Core\Entity\BlacklistedJwt No errors.