https://solibikes.com/event/equivlo-41

Query Metrics

2 Database Queries
2 Different statements
1.27 ms Query time
3 Invalid entities

Queries

Group similar statements

# Time Info
1 0.86 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.detailed_description AS detailed_description_4, t0.principal_image AS principal_image_5, t0.multiple_image AS multiple_image_6, t0.banner AS banner_7, t0.start AS start_8, t0.end AS end_9, t0.difficulty AS difficulty_10, t0.price_with_bike AS price_with_bike_11, t0.price_without_bike AS price_without_bike_12, t0.journey AS journey_13, t0.alias AS alias_14, t0.statut AS statut_15, t0.created_at AS created_at_16, t0.updated_at AS updated_at_17, t0.agency_id AS agency_id_18 FROM event t0 WHERE t0.alias = ?
Parameters:
[
  "equivlo-41"
]
2 0.40 ms
SELECT t1.id AS id_2, t1.email AS email_3, t1.first_name AS first_name_4, t1.last_name AS last_name_5, t1.roles AS roles_6, t1.password AS password_7, t1.logo AS logo_8, t1.created_at AS created_at_9, t1.updated_at AS updated_at_10, t0.title AS title_11, t0.address AS address_12, t0.phone AS phone_13, t0.statut AS statut_14, t1.type FROM agency t0 INNER JOIN user t1 ON t0.id = t1.id
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\Event No errors.
App\Entity\User No errors.
App\Entity\Agency No errors.
App\Entity\Order
  • The mappings App\Entity\Order#agency and App\Entity\Agency#orders are inconsistent with each other.
App\Entity\Bike
  • The mappings App\Entity\Bike#kind and App\Entity\Kind#bikes are inconsistent with each other.
App\Entity\Accessory No errors.
App\Entity\History No errors.
App\Entity\Period No errors.
App\Entity\Discount No errors.
App\Entity\Participant No errors.
App\Entity\OrderParticipantBike No errors.
App\Entity\Circuit No errors.
App\Entity\Dealer No errors.
App\Entity\OrderCircuit 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\CategoryAccessory No errors.