http://827063.czjdr4fae.asia/image/container/8

Query Metrics

13 Database Queries
9 Different statements
14.06 ms Query time
6 Invalid entities

Queries

Group similar statements

# Time Info
1 0.59 ms
SELECT t0.id AS id_1, t0.creation_date AS creation_date_2, t0.modified_date AS modified_date_3, t0.deleted AS deleted_4, t0.deletedAt AS deletedAt_5, t0.uri1 AS uri1_6, t0.comment AS comment_7, t0.container_id AS container_id_8, t0.image_id AS image_id_9, t0.created_by AS created_by_10, t0.modified_by AS modified_by_11 FROM container_image t0 WHERE t0.id = ? AND ((t0.deletedAt IS NULL))
Parameters:
[
  "8"
]
2 0.33 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:
[
  181
]
3 3.22 ms
SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'
Parameters:
[]
4 2.82 ms
SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'
Parameters:
[]
5 0.15 ms
SELECT DATABASE()
Parameters:
[]
6 0.77 ms
SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'numismatics_hoards_master' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC
Parameters:
[]
7 0.14 ms
SELECT DATABASE()
Parameters:
[]
8 3.57 ms
SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'numismatics_hoards_master' /*!50116 AND c.CONSTRAINT_SCHEMA = 'numismatics_hoards_master' */ORDER BY k.ORDINAL_POSITION
Parameters:
[]
9 0.14 ms
SELECT DATABASE()
Parameters:
[]
10 0.34 ms
SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'numismatics_hoards_master' ORDER BY SEQ_IN_INDEX ASC
Parameters:
[]
11 1.44 ms
SELECT t.ENGINE,
       t.AUTO_INCREMENT,
       t.TABLE_COMMENT,
       t.CREATE_OPTIONS,
       t.TABLE_COLLATION,
       ccsa.CHARACTER_SET_NAME
FROM information_schema.TABLES t
    INNER JOIN information_schema.`COLLATION_CHARACTER_SET_APPLICABILITY` ccsa
        ON ccsa.COLLATION_NAME = t.TABLE_COLLATION
WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions'
Parameters:
[]
12 0.37 ms
SELECT * FROM doctrine_migration_versions
Parameters:
[]
13 0.18 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\Ox\HoardBundle\Entity\ContainerImage No errors.
App\Ox\HoardBundle\Entity\EntityBase No errors.
App\Ox\HoardBundle\Entity\Container No errors.
App\Ox\HoardBundle\Entity\Image No errors.
Nucleos\UserBundle\Model\User No errors.
App\Ox\HoardBundle\Entity\User No errors.
App\Ox\HoardBundle\Entity\Coin
  • The mappings App\Ox\HoardBundle\Entity\Coin#condition and App\Ox\HoardBundle\Entity\Condition#coins are inconsistent with each other.
App\Ox\HoardBundle\Entity\Layer No errors.
App\Ox\HoardBundle\Entity\HObject No errors.
App\Ox\HoardBundle\Entity\ContainerSherd No errors.
App\Ox\HoardBundle\Entity\ContainerForm 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\Material No errors.
App\Ox\HoardBundle\Entity\UserHoard No errors.
App\Ox\HoardBundle\Entity\Country
  • The field App\Ox\HoardBundle\Entity\Country#hoards is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Ox\HoardBundle\Entity\Hoard#countries does not contain the required 'inversedBy="hoards"' attribute.
App\Ox\HoardBundle\Entity\Reference No errors.
App\Ox\HoardBundle\Entity\Denomination No errors.
App\Ox\HoardBundle\Entity\Period
  • The association App\Ox\HoardBundle\Entity\Period#mints refers to the owning side field App\Ox\HoardBundle\Entity\Mint#period which does not exist.
App\Ox\HoardBundle\Entity\Person No errors.
App\Ox\HoardBundle\Entity\Reign
  • The field App\Ox\HoardBundle\Entity\Reign#ocreLookups is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Ox\HoardBundle\Entity\OcreLookup#reign does not contain the required 'inversedBy="ocreLookups"' attribute.
App\Ox\HoardBundle\Entity\Mint
  • The mappings App\Ox\HoardBundle\Entity\Mint#period1 and App\Ox\HoardBundle\Entity\Period#mints are inconsistent with each other.
  • The mappings App\Ox\HoardBundle\Entity\Mint#period2 and App\Ox\HoardBundle\Entity\Period#mints are inconsistent with each other.
  • The mappings App\Ox\HoardBundle\Entity\Mint#period3 and App\Ox\HoardBundle\Entity\Period#mints are inconsistent with each other.
  • The mappings App\Ox\HoardBundle\Entity\Mint#period4 and App\Ox\HoardBundle\Entity\Period#mints are inconsistent with each other.
App\Ox\HoardBundle\Entity\Report No errors.
App\Ox\HoardBundle\Entity\Status No errors.