GET http://185.25.50.116:8080/books?limit_book=25&page_book=2&sort_book%5Byear%5D=asc

Query Metrics

3 Database Queries
3 Different statements
12.47 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 8.51 ms
SELECT count(DISTINCT b0_.id) AS sclr_0 FROM books b0_ LEFT JOIN book_author b2_ ON b0_.id = b2_.book_id LEFT JOIN authors a1_ ON a1_.id = b2_.author_id LEFT JOIN book_publisher b4_ ON b0_.id = b4_.book_id LEFT JOIN publishers p3_ ON p3_.id = b4_.publisher_id
Parameters:
[]
2 2.23 ms
SELECT DISTINCT b0_.id AS id_0, b0_.year AS year_1 FROM books b0_ LEFT JOIN book_author b2_ ON b0_.id = b2_.book_id LEFT JOIN authors a1_ ON a1_.id = b2_.author_id LEFT JOIN book_publisher b4_ ON b0_.id = b4_.book_id LEFT JOIN publishers p3_ ON p3_.id = b4_.publisher_id ORDER BY b0_.year ASC LIMIT 25 OFFSET 25
Parameters:
[]
3 1.73 ms
SELECT b0_.id AS id_0, b0_.title AS title_1, b0_.slug AS slug_2, b0_.description AS description_3, b0_.year AS year_4, b0_.binding AS binding_5, b0_.orientation AS orientation_6, b0_.dimensions AS dimensions_7, b0_.weight AS weight_8, b0_.pages AS pages_9, b0_.edition AS edition_10, b0_.languages AS languages_11, b0_.isbn_ean AS isbn_ean_12, b0_.price AS price_13, b0_.countries AS countries_14, b0_.created_at AS created_at_15, b0_.updated_at AS updated_at_16, a1_.id AS id_17, a1_.name AS name_18, a1_.created_at AS created_at_19, a1_.updated_at AS updated_at_20, p2_.id AS id_21, p2_.name AS name_22, p2_.created_at AS created_at_23, p2_.updated_at AS updated_at_24, b0_.created_by AS created_by_25, b0_.updated_by AS updated_by_26, a1_.created_by AS created_by_27, a1_.updated_by AS updated_by_28, p2_.created_by AS created_by_29, p2_.updated_by AS updated_by_30 FROM books b0_ LEFT JOIN book_author b3_ ON b0_.id = b3_.book_id LEFT JOIN authors a1_ ON a1_.id = b3_.author_id LEFT JOIN book_publisher b4_ ON b0_.id = b4_.book_id LEFT JOIN publishers p2_ ON p2_.id = b4_.publisher_id WHERE b0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ORDER BY b0_.year ASC
Parameters:
[
  101
  117
  252
  255
  224
  112
  194
  102
  135
  104
  185
  204
  193
  97
  242
  191
  223
  192
  130
  103
  149
  230
  122
  251
  91
]

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\Book No errors.
App\Entity\Author No errors.
App\Entity\Publisher No errors.
App\Entity\User No errors.
App\Entity\City No errors.
App\Entity\BookImage No errors.
App\Entity\BookLink No errors.