GET https://complexehotelierlabonte.com/AdministratioN/services/new

Query Metrics

2 Database Queries
1 Different statements
1.41 ms Query time
2 Invalid entities

Queries

Group similar statements

# Time Info
1 1.22 ms
SELECT t0.codeservices AS codeservices_1, t0.libe AS libe_2, t0.description AS description_3, t0.image AS image_4, t0.featured AS featured_5, t0.slug AS slug_6 FROM services t0 WHERE t0.codeservices = ? LIMIT 1
Parameters:
[
  "S00000001"
]
2 0.18 ms
SELECT t0.codeservices AS codeservices_1, t0.libe AS libe_2, t0.description AS description_3, t0.image AS image_4, t0.featured AS featured_5, t0.slug AS slug_6 FROM services t0 WHERE t0.codeservices = ? LIMIT 1
Parameters:
[
  "S00000002"
]

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\Services
  • The association App\Entity\Services#tables refers to the owning side field App\Entity\Table#codeservices which is not defined as association, but as field.
  • The association App\Entity\Services#tables refers to the owning side field App\Entity\Table#codeservices which does not exist.
App\Entity\PrixAAppliquer No errors.
App\Entity\Table
  • The field 'App\Entity\Table#codeservices' has the property type 'App\Entity\Services' that differs from the metadata field type 'string' returned by the 'string' DBAL type.