GET https://officechoice.sn/shop?categories%5B0%5D=11&direction=desc&page=7

Query Metrics

6 Database Queries
6 Different statements
4.26 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 1.11 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.is_active AS is_active_5, t0.image_path AS image_path_6, t0.is_visible AS is_visible_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.deleted_at AS deleted_at_10 FROM brand t0 WHERE t0.is_active = ? AND ((t0.deleted_at IS NULL))
Parameters:
[
  1
]
2 0.82 ms
SELECT DISTINCT
                c0_.id AS id_0,
                c0_.name AS name_1,
                c0_.slug AS slug_2,
                c0_.lft AS lft_3,
                c0_.lvl AS lvl_4,
                c0_.rgt AS rgt_5,
                c0_.is_active AS is_active_6,
                c0_.deleted_at AS deleted_at_7,
                c0_.tree_root AS tree_root_8
            FROM category c0_  WHERE c0_.is_active = 1 AND c0_.deleted_at IS NULL ORDER BY c0_.tree_root ASC, c0_.lft ASC
Parameters:
[]
3 0.90 ms
SELECT COUNT(DISTINCT p0_.id) AS sclr_0 FROM product_variant p0_ WHERE (p0_.is_active = 1) AND (p0_.deleted_at IS NULL)
Parameters:
[]
4 0.43 ms
SELECT DISTINCT p0_.id AS id_0 FROM product_variant p0_ WHERE (p0_.is_active = 1) AND (p0_.deleted_at IS NULL) LIMIT 21 OFFSET 126
Parameters:
[]
5 0.48 ms
SELECT p0_.id AS sclr_0, p0_.name AS sclr_1, p0_.slug AS sclr_2, p0_.sale_price AS sclr_3, p0_.solde_price AS sclr_4, p0_.discount AS sclr_5, p0_.final_price AS sclr_6, p0_.is_new_arrival AS sclr_7, p0_.is_special_offer AS sclr_8, p0_.main_image_path AS sclr_9 FROM product_variant p0_ WHERE (p0_.is_active = 1 AND p0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) AND (p0_.deleted_at IS NULL)
Parameters:
[
  152
  153
  154
  155
  156
  157
  158
  159
  162
  163
  164
  165
  166
  167
  168
  169
  170
  171
  172
  173
  174
]
6 0.52 ms
SELECT MIN(p0_.final_price) AS sclr_0, MAX(p0_.final_price) AS sclr_1 FROM product_variant p0_ WHERE (p0_.is_active = 1) AND (p0_.deleted_at IS NULL)
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\Brand No errors.
App\Entity\Product No errors.
App\Entity\ProductVariant No errors.