POST https://toolsb.amarsyll.pro/is-token-valid

Query Metrics

1 Database Queries
1 Different statements
0.90 ms Query time
2 Invalid entities
1 Managed entities

Grouped Statements

Show all queries

Time Count Info
0.90 ms
(100.00%)
1
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.log_count AS log_count_5, t0.firstname AS firstname_6, t0.lastname AS lastname_7, t0.telephone AS telephone_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.failed_login_attempts AS failed_login_attempts_11, t0.blocked_until AS blocked_until_12, t0.last_failed_login_ip AS last_failed_login_ip_13, t0.last_failed_login_at AS last_failed_login_at_14, t0.is_actif AS is_actif_15, t0.is_blocked AS is_blocked_16 FROM user t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
  "amar91syll@gmail.com"
]

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\User 1

Entities Mapping

Class Mapping errors
App\Entity\User
  • The field App\Entity\User#links is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Link#user does not contain the required 'inversedBy: "links"' attribute.
  • The field App\Entity\User#livres is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Livre#user does not contain the required 'inversedBy: "livres"' attribute.
App\Entity\Link No errors.
App\Entity\CmdLinux
  • The association App\Entity\CmdLinux#user refers to the inverse side field App\Entity\User#cmdLinuxes which does not exist.
App\Entity\Livre No errors.
App\Entity\Code No errors.