Redirect 308 redirect from GET @redirect_index (f6250a)

GET https://preprod.api.agenceauto.com/api/doc

Query Metrics

1 Database Queries
1 Different statements
0.05 ms Query time
1 Invalid entities
0 Managed entities

Queries

Group similar statements

# Time Info
1 0.05 ms
SELECT t0.id AS id_1, t0.code AS code_2, t0.tax AS tax_3, t0.reference_eloa AS reference_eloa_4, t0.label AS label_5 FROM country t0 WHERE t0.code IS NULL LIMIT 1
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

Entities Mapping

Class Mapping errors
App\Entity\Country No errors.
App\Entity\City No errors.
App\Entity\Department No errors.
App\Entity\User
  • The mappings App\Entity\User#relaunch and App\Entity\Relaunch#user are inconsistent with each other.
  • The field App\Entity\User#saleAgreements is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\SaleAgreement#user does not contain the required 'inversedBy="saleAgreements"' attribute.
  • The field App\Entity\User#invoices is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Invoice#user does not contain the required 'inversedBy="invoices"' attribute.