http://827063.czjdr4fae.asia/image/hoard/457

Query Metrics

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

Queries

Group similar statements

# Time Info
1 0.68 ms
SELECT t0.id AS id_1, t0.URI1 AS URI1_2, t0.URI2 AS URI2_3, t0.deleted AS deleted_4, t0.deletedAt AS deletedAt_5, t0.creation_date AS creation_date_6, t0.modified_date AS modified_date_7, t0.comment AS comment_8, t0.hoard_id AS hoard_id_9, t0.image_id AS image_id_10, t0.created_by AS created_by_11, t0.modified_by AS modified_by_12 FROM hoard_image t0 WHERE t0.id = ? AND (((t0.deletedAt IS NULL OR t0.deletedAt > CURRENT_TIMESTAMP)))
Parameters:
[
  "457"
]
2 0.48 ms
SELECT t0.id AS id_1, t0.file_name AS file_name_2, t0.deleted AS deleted_3, t0.user_image AS user_image_4, t0.creation_date AS creation_date_5, t0.modified_date AS modified_date_6, t0.comment AS comment_7, t0.created_by AS created_by_8, t0.modified_by AS modified_by_9 FROM image t0 WHERE t0.id = ?
Parameters:
[
  1238
]

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\Ox\HoardBundle\Entity\EntityBase No errors.
App\Ox\HoardBundle\Entity\HoardImage No errors.
App\Ox\HoardBundle\Entity\Hoard
  • The field App\Ox\HoardBundle\Entity\Hoard#coinCount is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Ox\HoardBundle\Entity\HoardCoinCount#hoard does not contain the required 'inversedBy="coinCount"' attribute.
  • The field App\Ox\HoardBundle\Entity\Hoard#nameSimple is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Ox\HoardBundle\Entity\HoardNameSimple#hoard does not contain the required 'inversedBy="nameSimple"' attribute.
App\Ox\HoardBundle\Entity\Image No errors.
Nucleos\UserBundle\Model\User No errors.
App\Ox\HoardBundle\Entity\User No errors.