GET https://toolsb.amarsyll.pro/api/notes

Query Metrics

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

Grouped Statements

Show all queries

Time Count Info
0.76 ms
(50.76%)
1
SELECT t0.id AS id_1, t0.title AS title_2, t0.content AS content_3, t0.category AS category_4, t0.tags AS tags_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.is_favorite AS is_favorite_8, t0.color AS color_9, t0.user_id AS user_id_10 FROM notes t0 WHERE t0.user_id = ? ORDER BY t0.created_at DESC
Parameters:
[
  1
]
0.74 ms
(49.24%)
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\Note 2
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.
App\Entity\Note No errors.