GET http://185.25.50.116:8080/books?limit_book=25&page_book=6&sort_book%5Bpages%5D=desc

Query Metrics

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

Queries

Group similar statements

# Time Info
1 4.81 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.70 ms
SELECT DISTINCT b0_.id AS id_0, b0_.pages AS pages_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_.pages DESC LIMIT 25 OFFSET 125
Parameters:
[]
3 2.30 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_.pages DESC
Parameters:
[
  231
  235
  161
  178
  82
  39
  252
  14
  31
  226
  131
  147
  180
  117
  183
  55
  158
  228
  175
  247
  255
  137
  254
  57
  58
]

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.