GET https://complexehotelierlabonte.com/services/pizzeria

Query Metrics

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

Queries

Group similar statements

# Time Info
1 0.27 ms
SELECT s0_.codeservices AS codeservices_0, s0_.libe AS libe_1, s0_.description AS description_2, s0_.image AS image_3, s0_.featured AS featured_4, s0_.slug AS slug_5 FROM services s0_ WHERE s0_.slug = ? OR s0_.codeservices = ?
Parameters:
[
  "pizzeria"
  "pizzeria"
]

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.