GET https://maboiteconseil.fr/nos-box

Query Metrics

7 Database Queries
4 Different statements
5.08 ms Query time
0 Invalid entities
14 Managed entities

Queries

Group similar statements

# Time Info
1 0.93 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.filename AS filename_3 FROM category_box t0
Parameters:
[]
2 0.47 ms
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.filename AS filename_2 FROM category_box c0_
Parameters:
[]
3 1.74 ms
SELECT b0_.id AS id_0, b0_.title AS title_1, b0_.presentation AS presentation_2, b0_.objective AS objective_3, b0_.price AS price_4, b0_.content AS content_5, b0_.created_at AS created_at_6, b0_.updated_at AS updated_at_7, b0_.video_filename AS video_filename_8, b0_.type AS type_9, b0_.filename AS filename_10 FROM box b0_ LEFT JOIN box_category_box b2_ ON b0_.id = b2_.box_id LEFT JOIN category_box c1_ ON c1_.id = b2_.category_box_id WHERE b0_.type = ? ORDER BY b0_.id ASC
Parameters:
[
  "box"
]
4 0.68 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.filename AS filename_3 FROM category_box t0 INNER JOIN box_category_box ON t0.id = box_category_box.category_box_id WHERE box_category_box.box_id = ?
Parameters:
[
  1
]
5 0.45 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.filename AS filename_3 FROM category_box t0 INNER JOIN box_category_box ON t0.id = box_category_box.category_box_id WHERE box_category_box.box_id = ?
Parameters:
[
  2
]
6 0.42 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.filename AS filename_3 FROM category_box t0 INNER JOIN box_category_box ON t0.id = box_category_box.category_box_id WHERE box_category_box.box_id = ?
Parameters:
[
  3
]
7 0.40 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.filename AS filename_3 FROM category_box t0 INNER JOIN box_category_box ON t0.id = box_category_box.category_box_id WHERE box_category_box.box_id = ?
Parameters:
[
  5
]

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\CategoryBox 10
App\Entity\Box 4

Entities Mapping

Class Mapping errors
App\Entity\CategoryBox No errors.
App\Entity\Box No errors.
App\Entity\UsefullLink No errors.
App\Entity\OrderItem No errors.
App\Entity\UserAccessBox No errors.
App\Entity\PackCourse No errors.
App\Entity\PromoCode No errors.