https://ginocortelazzonuovo.devlancer.it/archivio-mostre/1152/brochure

Query Metrics

7 Database Queries
7 Different statements
39.94 ms Query time
4 Invalid entities

Queries

Group similar statements

# Time Info
1 11.87 ms
SELECT t0.nome AS nome_1, t0.curatore AS curatore_2, t0.presentazione AS presentazione_3, t0.anno AS anno_4, t0.luogo AS luogo_5, t0.personale AS personale_6, t0.collettiva AS collettiva_7, t0.oldid AS oldid_8, t0.numprogressivaanno AS numprogressivaanno_9, t0.esposizione AS esposizione_10, t0.tipo AS tipo_11, t0.id AS id_12 FROM mostra t0 WHERE t0.id = ?
Parameters:
[
  "1152"
]
2 8.93 ms
SELECT t0.titolo AS titolo_1, t0.anno AS anno_2, t0.numprogressivoanno AS numprogressivoanno_3, t0.materiale AS materiale_4, t0.x AS x_5, t0.y AS y_6, t0.z AS z_7, t0.collezione AS collezione_8, t0.donadello AS donadello_9, t0.querinistampalia AS querinistampalia_10, t0.mat AS mat_11, t0.chiavi AS chiavi_12, t0.tecnica AS tecnica_13, t0.collocazione AS collocazione_14, t0.note AS note_15, t0.datainserimento AS datainserimento_16, t0.visibile AS visibile_17, t0.id AS id_18, t0.suffisso_numprogressivo AS suffisso_numprogressivo_19, t0.link_video AS link_video_20, t0.idtipoopera AS idtipoopera_21, t0.id_container AS id_container_22 FROM opera t0 INNER JOIN operamostra ON t0.id = operamostra.idopera WHERE operamostra.idmostra = ?
Parameters:
[
  1152
]
3 1.67 ms
SELECT t0.titolo AS titolo_1, t0.descrizione AS descrizione_2, t0.autore AS autore_3, t0.luogo AS luogo_4, t0.tipo AS tipo_5, t0.editore AS editore_6, t0.anno AS anno_7, t0.mese AS mese_8, t0.pagina AS pagina_9, t0.id AS id_10, t0.numero_progressivo AS numero_progressivo_11, t0.cover AS cover_12, t0.file AS file_13 FROM documento t0 INNER JOIN mostradocumento ON t0.id = mostradocumento.iddocumento WHERE mostradocumento.idmostra = ?
Parameters:
[
  1152
]
4 3.59 ms
SELECT t0.titolo AS titolo_1, t0.autore AS autore_2, t0.sintesi AS sintesi_3, t0.immaginearticolo AS immaginearticolo_4, t0.selected AS selected_5, t0.anno AS anno_6, t0.mese AS mese_7, t0.giorno AS giorno_8, t0.id AS id_9, t0.pagina AS pagina_10, t0.idgiornale AS idgiornale_11, t0.idmostra AS idmostra_12 FROM articolo t0 INNER JOIN mostraarticolo ON t0.id = mostraarticolo.idarticolo WHERE mostraarticolo.idmostra = ?
Parameters:
[
  1152
]
5 4.64 ms
SELECT t0.titolo AS titolo_1, t0.descrizione AS descrizione_2, t0.url AS url_3, t0.id AS id_4 FROM video t0 INNER JOIN mostravideo ON t0.id = mostravideo.idvideo WHERE mostravideo.idmostra = ?
Parameters:
[
  1152
]
6 3.76 ms
SELECT t0.id AS id_1, t0.tipo AS tipo_2, t0.mostra AS mostra_3, t0.multimedia AS multimedia_4 FROM mostramultimedia t0 WHERE t0.mostra = ?
Parameters:
[
  1152
]
7 5.47 ms
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:
[
  3428
]

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\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\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\MostraMultimedia No errors.
App\Entity\Video 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.
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\Tipoopera No errors.
App\Entity\OperaContainer No errors.
App\Entity\Multimedia No errors.
App\Entity\Giornale No errors.