GET https://candy.antallis-dev.com/category/Boissons

Query Metrics

11 Database Queries
8 Different statements
5.07 ms Query time
0 Invalid entities
165 Managed entities

Grouped Statements

Show all queries

Time Count Info
0.99 ms
(19.47%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.price AS price_5, t0.stock AS stock_6, t0.main_image AS main_image_7, t0.images AS images_8, t0.is_active AS is_active_9, t0.is_featured AS is_featured_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.weight AS weight_13, t0.category_id AS category_id_14, t0.sub_category_id AS sub_category_id_15 FROM product t0 WHERE t0.category_id = ? AND t0.is_active = ? ORDER BY t0.id DESC
Parameters:
[
  11
  1
]
0.79 ms
(15.64%)
2
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.price AS price_5, t0.stock AS stock_6, t0.main_image AS main_image_7, t0.images AS images_8, t0.is_active AS is_active_9, t0.is_featured AS is_featured_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.weight AS weight_13, t0.category_id AS category_id_14, t0.sub_category_id AS sub_category_id_15 FROM product t0 WHERE t0.sub_category_id = ?
Parameters:
[
  1
]
0.79 ms
(15.60%)
2
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.price AS price_5, t0.stock AS stock_6, t0.main_image AS main_image_7, t0.images AS images_8, t0.is_active AS is_active_9, t0.is_featured AS is_featured_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.weight AS weight_13, t0.category_id AS category_id_14, t0.sub_category_id AS sub_category_id_15 FROM product t0 WHERE t0.category_id = ?
Parameters:
[
  11
]
0.78 ms
(15.34%)
1
SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.slug AS slug_2, s0_.description AS description_3, s0_.is_active AS is_active_4, s0_.created_at AS created_at_5, s0_.category_id AS category_id_6 FROM sub_category s0_ WHERE s0_.category_id = ? AND s0_.is_active = ? ORDER BY s0_.name ASC
Parameters:
[
  11
  1
]
0.58 ms
(11.37%)
2
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.created_at AS created_at_6, t0.category_id AS category_id_7 FROM sub_category t0 WHERE t0.category_id = ?
Parameters:
[
  11
]
0.50 ms
(9.93%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.image AS image_5, t0.is_active AS is_active_6, t0.created_at AS created_at_7 FROM category t0 WHERE t0.slug = ? AND t0.is_active = ? LIMIT 1
Parameters:
[
  "Boissons"
  1
]
0.35 ms
(6.97%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.image AS image_5, t0.is_active AS is_active_6, t0.created_at AS created_at_7 FROM category t0 WHERE t0.is_active = ? ORDER BY t0.name ASC
Parameters:
[
  1
]
0.29 ms
(5.69%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.image AS image_5, t0.is_active AS is_active_6, t0.created_at AS created_at_7 FROM category t0 WHERE t0.is_active = ?
Parameters:
[
  1
]

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\Product 161
App\Entity\Category 2
App\Entity\SubCategory 2

Entities Mapping

Class Mapping errors
App\Entity\Category No errors.
App\Entity\Product No errors.
App\Entity\SubCategory No errors.
App\Entity\OrderItem No errors.
App\Entity\Ingredient No errors.