https://bookoach.com/en/admin/experience/2/add-highlights

Query Metrics

4 Database Queries
3 Different statements
2.38 ms Query time
2 Invalid entities

Queries

Group similar statements

# Time Info
1 0.94 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.title AS title_3, t0.coachingtype AS coachingtype_4, t0.resume AS resume_5, t0.description AS description_6, t0.published AS published_7, t0.enabled AS enabled_8, t0.highlights AS highlights_9, t0.country_id AS country_id_10 FROM experience t0 WHERE t0.id = ?
Parameters:
[
  "2"
]
2 0.36 ms
SELECT DATABASE()
Parameters:
[]
3 0.90 ms
SELECT TABLE_NAME
FROM information_schema.TABLES
WHERE TABLE_SCHEMA = ?
  AND TABLE_TYPE = 'BASE TABLE'
ORDER BY TABLE_NAME
Parameters:
[
  "bookoachroot_db1_24"
]
4 0.17 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\Experience
  • The association App\Entity\Experience#country refers to the inverse side field App\Entity\Category#experiences which does not exist.
  • The mappings App\Entity\Experience#programs and App\Entity\Program#experience are inconsistent with each other.
App\Entity\Category No errors.
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.