GET https://mining.dighist.ddnsfree.com/series/view/1

Query Metrics

2 Database Queries
2 Different statements
0.43 ms Query time
3 Invalid entities
10 Managed entities

Grouped Statements

Show all queries

Time Count Info
0.24 ms
(56.99%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.abbreviation AS abbreviation_3, t0.external_link AS external_link_4, t0.start_date AS start_date_5, t0.start_date_accuracy AS start_date_accuracy_6, t0.end_date AS end_date_7, t0.end_date_accuracy AS end_date_accuracy_8, t0.description AS description_9, t0.research_notes AS research_notes_10, t0.updated_at AS updated_at_11, t0.archive_id AS archive_id_12, t0.parent_id AS parent_id_13 FROM series t0 WHERE t0.id = ?
Parameters:
[
  "1"
]
0.18 ms
(43.01%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.ra_id AS ra_id_3, t0.abbreviation AS abbreviation_4, t0.external_link AS external_link_5, t0.start_date AS start_date_6, t0.start_date_accuracy AS start_date_accuracy_7, t0.end_date AS end_date_8, t0.end_date_accuracy AS end_date_accuracy_9, t0.description AS description_10, t0.research_notes AS research_notes_11, t0.status AS status_12, t0.updated_at AS updated_at_13, t0.series_id AS series_id_14, t0.author_id AS author_id_15, t0.updated_by_id AS updated_by_id_16 FROM volumes t0 WHERE t0.series_id = ?
Parameters:
[
  1
]

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.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\Volume 6
App\Entity\Actor 2
App\Entity\Series 1
App\Entity\Archive 1

Entities Mapping

Class Mapping errors
App\Entity\Series No errors.
App\Entity\Archive No errors.
App\Entity\Volume
  • The association App\Entity\Volume#author refers to the inverse side field App\Entity\Actor#authoredVolumes which does not exist.
  • The mappings App\Entity\Volume#updated_by and App\Entity\User#edited_actors are inconsistent with each other.
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 mappings App\Entity\Actor#volumes and App\Entity\Volume#author are inconsistent with each other.
  • The mappings App\Entity\Actor#updated_by and App\Entity\User#edited_actors are inconsistent with each other.
App\Entity\User
  • The association App\Entity\User#edited_volumes refers to the owning side field App\Entity\Volume#updatedBy which does not exist.
  • The association App\Entity\User#edited_actors refers to the owning side field App\Entity\Actor#updatedBy which does not exist.
  • The association App\Entity\User#edited_text_lines refers to the owning side field App\Entity\TextLine#updatedBy which does not exist.
App\Entity\Page No errors.
App\Entity\Source No errors.