https://repertoirevert.org/fr/rest/category

Query Metrics

1 Database Queries
1 Different statements
0.63 ms Query time
4 Invalid entities

Grouped Statements

Show all queries

Time Count Info
0.63 ms
(100.00%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.image AS image_4, t0.slug AS slug_5, t0.unicity AS unicity_6, t0.adaptercontent_id AS adaptercontent_id_7 FROM category t0 WHERE t0.unicity = ?
Parameters:
[
  1
]

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\Category No errors.
App\Entity\AdapterContent
  • The field App\Entity\AdapterContent#product is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Product#adapterContent does not contain the required 'inversedBy="product"' attribute.
  • The field App\Entity\AdapterContent#service is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Service#adapterContent does not contain the required 'inversedBy="service"' attribute.
  • The field App\Entity\AdapterContent#report is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Report#adapterContent does not contain the required 'inversedBy="report"' attribute.
  • The field App\Entity\AdapterContent#package is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Package#adapterContent does not contain the required 'inversedBy="package"' attribute.
  • The field App\Entity\AdapterContent#category is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Category#adapterContent does not contain the required 'inversedBy="category"' attribute.
App\Entity\User
  • The mappings App\Entity\User#favoriteCompanies and App\Entity\FavoriteCompany#company are inconsistent with each other.
App\Entity\Company
  • The mappings App\Entity\Company#favoriteCompanies and App\Entity\FavoriteCompany#company are inconsistent with each other.
App\Entity\Subcategory
  • The field App\Entity\Subcategory#products is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\Product#subcategories does not contain the required 'mappedBy="products"' attribute.
App\Entity\Cartline No errors.