https://ginocortelazzonuovo.devlancer.it/archivio-opere

Query Metrics

126 Database Queries
5 Different statements
49.66 ms Query time
4 Invalid entities

Grouped Statements

Show all queries

Time Count Info
36.95 ms
(74.39%)
115
SELECT t0.nome AS nome_1, t0.medium AS medium_2, t0.descrizione AS descrizione_3, t0.note AS note_4, t0.anno AS anno_5, t0.numprogressivoanno AS numprogressivoanno_6, t0.widthNormal AS widthnormal_7, t0.heightNormal AS heightnormal_8, t0.widthBig AS widthbig_9, t0.heightBig AS heightbig_10, t0.widthThumbnail AS widththumbnail_11, t0.heightThumbnail AS heightthumbnail_12, t0.tipo AS tipo_13, t0.fileref AS fileref_14, t0.estensione AS estensione_15, t0.datacreazione AS datacreazione_16, t0.id AS id_17, t0.idtipoopera AS idtipoopera_18 FROM multimedia t0 WHERE t0.id = ?
Parameters:
[
  4450
]
5.73 ms
(11.53%)
1
SELECT DISTINCT o0_.titolo AS titolo_0, o0_.anno AS anno_1, o0_.numprogressivoanno AS numprogressivoanno_2, o0_.materiale AS materiale_3, o0_.x AS x_4, o0_.y AS y_5, o0_.z AS z_6, o0_.collezione AS collezione_7, o0_.donadello AS donadello_8, o0_.querinistampalia AS querinistampalia_9, o0_.mat AS mat_10, o0_.chiavi AS chiavi_11, o0_.tecnica AS tecnica_12, o0_.collocazione AS collocazione_13, o0_.note AS note_14, o0_.datainserimento AS datainserimento_15, o0_.visibile AS visibile_16, o0_.id AS id_17, o0_.suffisso_numprogressivo AS suffisso_numprogressivo_18, o0_.link_video AS link_video_19, o0_.idtipoopera AS idtipoopera_20, o0_.id_container AS id_container_21 FROM opera o0_ INNER JOIN operamultimedia o1_ ON o0_.id = o1_.opera INNER JOIN multimedia m2_ ON o1_.multimedia = m2_.id INNER JOIN tipoopera t3_ ON o0_.idtipoopera = t3_.sigla WHERE o0_.visibile = true AND t3_.sigla = ? AND o0_.id IN (?) ORDER BY o0_.datainserimento ASC LIMIT 20
Parameters:
[
  "S"
  [
    "915"
    "916"
    "905"
    "532"
    "534"
    "537"
    "910"
    "538"
  ]
]
2.68 ms
(5.40%)
1
SELECT o0_.anno AS anno_0 FROM opera o0_ ORDER BY o0_.anno ASC
Parameters:
[]
2.16 ms
(4.35%)
1
SELECT t0.tipo AS tipo_1, t0.sigla AS sigla_2, t0.Priority AS priority_3 FROM tipoopera t0 ORDER BY t0.Priority ASC
Parameters:
[]
2.15 ms
(4.32%)
8
SELECT t0.cover AS cover_1, t0.opera AS opera_2, t0.multimedia AS multimedia_3 FROM operamultimedia t0 WHERE t0.opera = ?
Parameters:
[
  "915"
]

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\Tipoopera No errors.
App\Entity\Opera
  • The field App\Entity\Opera#idarticolo is on the owning side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Articolo# does not contain the required 'inversedBy' attribute.
  • The field App\Entity\Opera#idmostra is on the owning side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Mostra# does not contain the required 'inversedBy' attribute.
  • The field App\Entity\Opera#iddocumento is on the owning side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Documento# does not contain the required 'inversedBy' attribute.
App\Entity\OperaMultimedia No errors.
App\Entity\Multimedia No errors.
App\Entity\OperaContainer No errors.
App\Entity\Articolo
  • The field App\Entity\Articolo#idopera is on the owning side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Opera# does not contain the required 'inversedBy' attribute.
App\Entity\Mostra
  • The field App\Entity\Mostra#idopera is on the owning side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Opera# does not contain the required 'inversedBy' attribute.
  • The association App\Entity\Mostra#iddocumento refers to the inverse side field App\Entity\Documento#idmostra which does not exist.
  • The field App\Entity\Mostra#idarticolo is on the owning side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Articolo# does not contain the required 'inversedBy' attribute.
  • If association App\Entity\Mostra#idarticolo is many-to-many, then the inversed side App\Entity\Articolo#idmostra has to be many-to-many as well.
App\Entity\Altro No errors.
App\Entity\Documento
  • The field App\Entity\Documento#idopera is on the owning side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Opera# does not contain the required 'inversedBy' attribute.