GET https://recette.junglebike.fr/api/list/fleet-companies

Query Metrics

2 Database Queries
2 Different statements
3.62 ms Query time
4 Invalid entities
13 Managed entities

Queries

Group similar statements

# Time Info
1 3.12 ms
SELECT t0.id AS id_1, t0.username AS username_2, t0.password AS password_3, t0.roles AS roles_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.email AS email_7, t0.is_verified AS is_verified_8, t0.is_active AS is_active_9, t0.phone_number AS phone_number_10, t0.dialing_code AS dialing_code_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.created_by AS created_by_14, t0.updated_by AS updated_by_15, t0.siret AS siret_16, t0.company_name AS company_name_17, t0.addresses AS addresses_18, t0.avatar_path AS avatar_path_19, t0.type FROM jb_user t0 WHERE t0.email = ? AND t0.type IN ('user', 'customer', 'repairer', 'manager', 'fleet') LIMIT 1
Parameters:
[
  "jb@manager.local"
]
2 0.50 ms
SELECT t0.id AS id_1, t0.fleet_name AS fleet_name_2 FROM fleet_company t0
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.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\FleetCompany 12
App\Entity\User 1

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\Customer No errors.
App\Entity\Repairer No errors.
App\Entity\Manager No errors.
App\Entity\Fleet
  • The field App\Entity\Fleet#managedBikes is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\Bike#fleets does not contain the required 'mappedBy="managedBikes"' attribute.
App\Entity\ResetPassword No errors.
App\Entity\Appointment
  • The mappings App\Entity\Appointment#fleet and App\Entity\Fleet#appointments are inconsistent with each other.
App\Entity\FleetCompany
  • The mappings App\Entity\FleetCompany#bike and App\Entity\Bike#fleetCompanies are inconsistent with each other.
App\Entity\Bike
  • The field App\Entity\Bike#fleets is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\Fleet#managedBikes does not contain the required 'mappedBy="fleets"' attribute.
  • The association App\Entity\Bike#fleetCompanies refers to the inverse side field App\Entity\FleetCompany#bikes which does not exist.