https://bookoach.com/en/admin/country/edit-destination-5

Query Metrics

5 Database Queries
4 Different statements
2.36 ms Query time
4 Invalid entities

Queries

Group similar statements

# Time Info
1 0.74 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.published AS published_4, t0.ordre AS ordre_5, t0.typedestination AS typedestination_6, t0.image AS image_7, t0.country_id AS country_id_8 FROM destination t0 WHERE t0.id = ?
Parameters:
[
  "5"
]
2 0.33 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.published AS published_3, t0.image AS image_4, t0.ordre AS ordre_5, t0.color AS color_6, t0.description AS description_7 FROM country t0
Parameters:
[]
3 0.28 ms
SELECT DATABASE()
Parameters:
[]
4 0.88 ms
SELECT TABLE_NAME
FROM information_schema.TABLES
WHERE TABLE_SCHEMA = ?
  AND TABLE_TYPE = 'BASE TABLE'
ORDER BY TABLE_NAME
Parameters:
[
  "bookoachroot_db1_24"
]
5 0.12 ms
SELECT DATABASE()
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.

Entities Mapping

Class Mapping errors
App\Entity\Destination No errors.
App\Entity\Country No errors.
App\Entity\Experience
  • The mappings App\Entity\Experience#programs and App\Entity\Program#experience are inconsistent with each other.
App\Entity\Subcategory No errors.
App\Entity\Program
  • The association App\Entity\Program#experience refers to the inverse side field App\Entity\Experience#experiences which does not exist.
App\Entity\Media No errors.
App\Entity\Hebergement No errors.
App\Entity\Promotion No errors.
App\Entity\Availability
  • The field 'App\Entity\Availability#daysbefore' has the property type 'string' that differs from the metadata field type 'int' returned by the 'integer' DBAL type.
  • The field 'App\Entity\Availability#duration' has the property type 'string' that differs from the metadata field type 'int' returned by the 'integer' DBAL type.
App\Entity\User No errors.
App\Entity\Booking
  • The field 'App\Entity\Booking#duration' has the property type 'string' that differs from the metadata field type 'int' returned by the 'integer' DBAL type.
  • The field 'App\Entity\Booking#pax' has the property type 'string' that differs from the metadata field type 'int' returned by the 'integer' DBAL type.