http://bookinboo.com.hicham.tech/5

Query Metrics

2 Database Queries
2 Different statements
1.23 ms Query time
1 Invalid entities

Grouped Statements

Show all queries

Time Count Info
0.71 ms
(57.51%)
1
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.description AS description_3, t0.auteur AS auteur_4, t0.photo AS photo_5, t0.status AS status_6, t0.language AS language_7, t0.user_id AS user_id_8, t0.category_id AS category_id_9 FROM livre t0 WHERE t0.id = ?
Parameters:
[
  "5"
]
0.52 ms
(42.49%)
1
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.email AS email_3, t0.password AS password_4, t0.country AS country_5, t0.username AS username_6 FROM user t0 WHERE t0.id = ?
Parameters:
[
  3
]

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\Livre No errors.
App\Entity\User No errors.
App\Entity\Category No errors.
App\Entity\Demande
  • The mappings App\Entity\Demande#livre2 and App\Entity\Livre#demandes are inconsistent with each other.
App\Entity\Favori No errors.
App\Entity\Notification No errors.