GET https://toolsb.amarsyll.pro/api/livres?limit=10&page=1&search=&sort=newest

Query Metrics

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

Queries

Group similar statements

# Time Info
1 1.01 ms
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"
]
2 1.14 ms
SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.path AS path_2, l0_.description AS description_3, l0_.type AS type_4, l0_.size AS size_5, l0_.created_at AS created_at_6, l0_.updated_at AS updated_at_7, l0_.is_favorite AS is_favorite_8, l0_.tags AS tags_9, l0_.user_id AS user_id_10 FROM livre l0_ WHERE l0_.user_id = ? ORDER BY l0_.created_at DESC
Parameters:
[
  1
]

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.