https://bookinboo.com/

Query Metrics

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

Queries

Group similar statements

# Time Info
1 1.25 ms
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:
[]
2 0.48 ms
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:
[]
3 0.36 ms
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.image AS image_2 FROM category c0_
Parameters:
[]
4 0.65 ms
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
]
5 0.32 ms
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
]
6 0.26 ms
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:
[
  4
]
7 0.25 ms
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:
[
  6
]

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.