GET https://hormonelife.ru/apanel/product?page=2&sort%5Bprice%5D=DESC

Query Metrics

12 Database Queries
5 Different statements
2.90 ms Query time
0 Invalid entities
30 Managed entities

Queries

Group similar statements

# Time Info
1 0.42 ms
SELECT DISTINCT p0_.id AS id_0, p0_.price AS price_1, p0_.id AS id_2 FROM product p0_ ORDER BY p0_.price DESC, p0_.id DESC LIMIT 20 OFFSET 20
Parameters:
[]
2 0.28 ms
SELECT p0_.id AS id_0, p0_.title AS title_1, p0_.price_with_share AS price_with_share_2, p0_.price AS price_3, p0_.image AS image_4, p0_.description AS description_5 FROM product p0_ WHERE p0_.id IN (?, ?, ?, ?, ?, ?, ?, ?) ORDER BY p0_.price DESC, p0_.id DESC
Parameters:
[
  28
  14
  5
  4
  3
  16
  23
  27
]
3 0.16 ms
SELECT count(*) AS sclr_0 FROM product p0_
Parameters:
[]
4 0.28 ms
SELECT t0.id AS id_1, t0.title AS title_2 FROM shop_categories t0 INNER JOIN product_category ON t0.id = product_category.category_id WHERE product_category.product_id = ?
Parameters:
[
  28
]
5 0.24 ms
SELECT t0.id AS id_1, t0.title AS title_2 FROM shop_categories t0 INNER JOIN product_category ON t0.id = product_category.category_id WHERE product_category.product_id = ?
Parameters:
[
  14
]
6 0.26 ms
SELECT t0.id AS id_1, t0.title AS title_2 FROM shop_categories t0 INNER JOIN product_category ON t0.id = product_category.category_id WHERE product_category.product_id = ?
Parameters:
[
  5
]
7 0.20 ms
SELECT t0.id AS id_1, t0.title AS title_2 FROM shop_categories t0 INNER JOIN product_category ON t0.id = product_category.category_id WHERE product_category.product_id = ?
Parameters:
[
  4
]
8 0.19 ms
SELECT t0.id AS id_1, t0.title AS title_2 FROM shop_categories t0 INNER JOIN product_category ON t0.id = product_category.category_id WHERE product_category.product_id = ?
Parameters:
[
  3
]
9 0.20 ms
SELECT t0.id AS id_1, t0.title AS title_2 FROM shop_categories t0 INNER JOIN product_category ON t0.id = product_category.category_id WHERE product_category.product_id = ?
Parameters:
[
  16
]
10 0.18 ms
SELECT t0.id AS id_1, t0.title AS title_2 FROM shop_categories t0 INNER JOIN product_category ON t0.id = product_category.category_id WHERE product_category.product_id = ?
Parameters:
[
  23
]
11 0.20 ms
SELECT t0.id AS id_1, t0.title AS title_2 FROM shop_categories t0 INNER JOIN product_category ON t0.id = product_category.category_id WHERE product_category.product_id = ?
Parameters:
[
  27
]
12 0.28 ms
SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.slug AS slug_3, t0.photo AS photo_4, t0.list_photo AS list_photo_5, t0.list_description AS list_description_6, t0.short_description AS short_description_7, t0.left_description AS left_description_8, t0.right_description AS right_description_9, t0.years_experience AS years_experience_10 FROM doctor t0 ORDER BY t0.full_name ASC
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.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\Doctor 20
App\Entity\Shop\Product 8
App\Entity\Shop\Category 2

Entities Mapping

Class Mapping errors
App\Entity\Shop\Product No errors.
App\Entity\Shop\Category No errors.
App\Entity\Doctor No errors.
App\Entity\DoctorDiploma No errors.