GET https://protokoll-prod.dighist.se/actor/index

Query Metrics

1 Database Queries
1 Different statements
10.00 ms Query time
5 Invalid entities

Queries

Group similar statements

# Time Info
1 10.00 ms
SELECT t0.id AS id_1, t0.surname AS surname_2, t0.first_name AS first_name_3, t0.birthdate AS birthdate_4, t0.birthdate_accuracy AS birthdate_accuracy_5, t0.date_of_death AS date_of_death_6, t0.date_of_death_accuracy AS date_of_death_accuracy_7, t0.sv_description AS sv_description_8, t0.en_description AS en_description_9, t0.research_notes AS research_notes_10, t0.gender AS gender_11, t0.alt_surnames AS alt_surnames_12, t0.alt_first_names AS alt_first_names_13, t0.alvin_id AS alvin_id_14, t0.updated_at AS updated_at_15, t0.wikidata_id AS wikidata_id_16, t0.sbl_id AS sbl_id_17, t0.literature_bank_id AS literature_bank_id_18, t0.runeberg_id AS runeberg_id_19, t0.sv_wikipedia_link AS sv_wikipedia_link_20, t0.en_wikipedia_link AS en_wikipedia_link_21, t0.sv_wikisource_link AS sv_wikisource_link_22, t0.en_wikisource_link AS en_wikisource_link_23, t0.commons_wiki_link AS commons_wiki_link_24, t0.display_on_frontpage AS display_on_frontpage_25, t0.automark_ignore AS automark_ignore_26, t0.disambiguation_page AS disambiguation_page_27, t0.birth_place_id AS birth_place_id_28, t0.place_of_death_id AS place_of_death_id_29, t30.id AS id_31, t30.actor_id AS actor_id_32, t30.institution_id AS institution_id_33, t0.updated_by_id AS updated_by_id_34, t0.portrait_id AS portrait_id_35 FROM actors t0 LEFT JOIN correspondents t30 ON t30.actor_id = t0.id ORDER BY t0.id ASC
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\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\Place
  • The association App\Entity\Place#image refers to the inverse side field App\Entity\DatabaseFile#places which does not exist.
App\Entity\Correspondent No errors.
App\Entity\Institution No errors.
App\Entity\User
  • The association App\Entity\User#editedSources refers to the owning side field App\Entity\Source#updatedBy which does not exist.
  • The association App\Entity\User#editedVolumes refers to the owning side field App\Entity\Volume#updatedBy which does not exist.
  • The association App\Entity\User#editedActors refers to the owning side field App\Entity\Actor#updatedBy which does not exist.
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\Relationship No errors.
App\Entity\ActorOccupation 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\IgnoreActor No errors.
App\Entity\Action No errors.