Query Metrics

19 Database Queries
3 Different statements
37.75 ms Query time
2 Invalid entities

Grouped Statements

Show all queries

Time Count Info
26.67 ms
(70.66%)
17
SELECT t0.id AS id_1, t0.title AS title_2, t0.icon AS icon_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5 FROM brand t0 WHERE t0.id = ?
Parameters:
[
  4
]
8.98 ms
(23.80%)
1
SELECT b0_.id AS id_0, b0_.reference AS reference_1, b0_.description AS description_2, b0_.statut AS statut_3, b0_.principal_image AS principal_image_4, b0_.multiple_image AS multiple_image_5, b0_.created_at AS created_at_6, b0_.updated_at AS updated_at_7, b0_.agency_id AS agency_id_8, b0_.category_id AS category_id_9, b0_.kind_id AS kind_id_10, b0_.size_id AS size_id_11, b0_.brand_id AS brand_id_12 FROM bike b0_ GROUP BY b0_.brand_id
Parameters:
[]
2.09 ms
(5.54%)
1
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.image AS image_4, t0.button AS button_5, t0.link AS link_6, t0.type AS type_7 FROM banner t0 WHERE t0.type = ?
Parameters:
[
  "site"
]

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\Banner No errors.
App\Entity\Bike
  • The mappings App\Entity\Bike#kind and App\Entity\Kind#bikes are inconsistent with each other.
App\Entity\User No errors.
App\Entity\Agency No errors.
App\Entity\Category No errors.
App\Entity\Kind
  • The association App\Entity\Kind#bikes refers to the owning side field App\Entity\Bike#Type which does not exist.
App\Entity\Size No errors.
App\Entity\Brand No errors.
App\Entity\History No errors.
App\Entity\OrderParticipantBike No errors.