http://bookinboo.com.hicham.tech/?rest_route=%2Fwp%2Fv2%2Fusers%2F

Query Metrics

7 Database Queries
4 Different statements
18.06 ms Query time
1 Invalid entities

Grouped Statements

Show all queries

Time Count Info
14.61 ms
(80.90%)
1
SELECT l0_.id AS id_0, l0_.titre AS titre_1, l0_.description AS description_2, l0_.auteur AS auteur_3, l0_.photo AS photo_4, l0_.status AS status_5, l0_.language AS language_6, c1_.id AS id_7, c1_.name AS name_8, c1_.image AS image_9, l0_.user_id AS user_id_10, l0_.category_id AS category_id_11 FROM livre l0_ INNER JOIN category c1_ ON l0_.category_id = c1_.id WHERE l0_.status IN ('1', '2', '5')
Parameters:
[]
1.76 ms
(9.75%)
4
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:
[
  1
]
1.32 ms
(7.31%)
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 ORDER BY t0.id DESC LIMIT 10
Parameters:
[]
0.37 ms
(2.04%)
1
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.image AS image_2 FROM category c0_
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.

Entities Mapping

Class Mapping errors
App\Entity\Category No errors.
App\Entity\Livre No errors.
App\Entity\User 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.