GET https://protokoll-prod.dighist.se/institution/create

Query Metrics

2 Database Queries
2 Different statements
2.49 ms Query time
4 Invalid entities

Queries

Group similar statements

# Time Info
1 2.32 ms
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.lat AS lat_2, p0_.lng AS lng_3, p0_.alt_names AS alt_names_4, p0_.alvin_id AS alvin_id_5, p0_.type AS type_6, p0_.description AS description_7, p0_.wikidata_id AS wikidata_id_8, p0_.updated_at AS updated_at_9, p0_.parent_id AS parent_id_10, p0_.image_id AS image_id_11 FROM places p0_
Parameters:
[]
2 0.17 ms
SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.research_notes AS research_notes_2, a0_.abbreviation AS abbreviation_3, a0_.start_time AS start_time_4, a0_.start_time_accuracy AS start_time_accuracy_5, a0_.end_time AS end_time_6, a0_.end_time_accuracy AS end_time_accuracy_7, a0_.updated_at AS updated_at_8, a0_.parent_id AS parent_id_9, a0_.place_id AS place_id_10 FROM archives a0_
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\Place
  • The association App\Entity\Place#image refers to the inverse side field App\Entity\DatabaseFile#places which does not exist.
App\Entity\Institution No errors.
App\Entity\Archive No errors.
App\Entity\DatabaseFile
  • The field App\Entity\DatabaseFile#place is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\Place#image does not contain the required 'mappedBy="place"' attribute.
  • If association App\Entity\DatabaseFile#place is many-to-one, then the inversed side App\Entity\Place#image has to be one-to-many.
  • The field App\Entity\DatabaseFile#actor is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\Actor#portrait does not contain the required 'mappedBy="actor"' attribute.
App\Entity\Actor
  • The field 'App\Entity\Actor#SBL_id' has the property type 'int' that differs from the metadata field type 'string' returned by the 'text' DBAL type.
  • The association App\Entity\Actor#updated_by refers to the inverse side field App\Entity\User#edited_actors which does not exist.
App\Entity\Action No errors.
App\Entity\Mention
  • The mappings App\Entity\Mention#mentioned_source and App\Entity\Source#mentions are inconsistent with each other.
  • The association App\Entity\Mention#secondaryMention refers to the inverse side field App\Entity\Mention#PrimaryMentions which does not exist.
  • The mappings App\Entity\Mention#primaryMentions and App\Entity\Mention#secondaryMention are inconsistent with each other.
App\Entity\ActorPlace No errors.
App\Entity\MapOverlay No errors.
App\Entity\Series No errors.