http://827063.czjdr4fae.asia/image/object/207

Query Metrics

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

Grouped Statements

Show all queries

Time Count Info
5.76 ms
(42.59%)
2
SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'
Parameters:
[]
3.88 ms
(28.71%)
1
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:
[]
0.99 ms
(7.36%)
1
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:
[]
0.75 ms
(5.53%)
1
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:
[]
0.58 ms
(4.32%)
1
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.uri AS uri_6, t0.comment AS comment_7, t0.object_id AS object_id_8, t0.image_id AS image_id_9, t0.created_by AS created_by_10, t0.modified_by AS modified_by_11 FROM object_image t0 WHERE t0.id = ? AND ((t0.deletedAt IS NULL))
Parameters:
[
  "207"
]
0.56 ms
(4.13%)
1
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:
[
  1193
]
0.49 ms
(3.62%)
4
SELECT DATABASE()
Parameters:
[]
0.33 ms
(2.47%)
1
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:
[]
0.17 ms
(1.27%)
1
SELECT * FROM doctrine_migration_versions
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\ObjectImage No errors.
App\Ox\HoardBundle\Entity\EntityBase No errors.
App\Ox\HoardBundle\Entity\HObject 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\ObjectReference 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\Container No errors.
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\Layer 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\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.