Query Metrics

2 Database Queries
2 Different statements
0.48 ms Query time
1 Invalid entities

Grouped Statements

Show all queries

Time Count Info
0.35 ms
(72.32%)
1
SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.Codice AS Codice_3, t0.TSCreazione AS TSCreazione_4, t0.TSModifica AS TSModifica_5, t0.tra_Descrizione AS tra_Descrizione_6, t0.enabled AS enabled_7, t0.imageName AS imageName_8, t0.alternativeTitle AS alternativeTitle_9, t0.description AS description_10, t0.productListDescription AS productListDescription_11, t0.productDescription AS productDescription_12, t0.sortablePosition AS sortablePosition_13, t0.multilanguage AS multilanguage_14, t0.locale AS locale_15, t0.metaTitle AS metaTitle_16, t0.metaDescription AS metaDescription_17, t0.ogType AS ogType_18, t0.ogTitle AS ogTitle_19, t0.ogDescription AS ogDescription_20, t0.twitterTitle AS twitterTitle_21, t0.twitterDescription AS twitterDescription_22, t0.keywords AS keywords_23, t0.ogImageName AS ogImageName_24, t0.slug AS slug_25, t0.ref_GruppoCategorie AS ref_GruppoCategorie_26 FROM Categorie t0 WHERE t0.Codice IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) AND t0.enabled = ?
Parameters:
[
  "01MI"
  "01MU"
  "02MS"
  "03AF"
  "04LU"
  "05PE"
  "06LA"
  "07LC"
  "08LM"
  "09LP"
  "10BD"
  "11LV"
  1
]
0.13 ms
(27.68%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.route AS route_3, t0.createdAt AS createdAt_4, t0.updatedAt AS updatedAt_5, t0.metaTitle AS metaTitle_6, t0.metaDescription AS metaDescription_7, t0.ogType AS ogType_8, t0.ogTitle AS ogTitle_9, t0.ogDescription AS ogDescription_10, t0.twitterTitle AS twitterTitle_11, t0.twitterDescription AS twitterDescription_12, t0.keywords AS keywords_13, t0.ogImageName AS ogImageName_14, t0.multilanguage AS multilanguage_15, t0.locale AS locale_16 FROM StaticPage t0 WHERE t0.route = ? AND t0.locale = ? LIMIT 1
Parameters:
[
  "app_catalog"
  "it"
]

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\Categorie No errors.
App\Entity\Articoli
  • The field 'App\Entity\Articoli#PrezzoCatalogo' has the property type 'string' that differs from the metadata field type 'float' returned by the 'float' DBAL type.
  • The field 'App\Entity\Articoli#PrezzoVendita' has the property type 'string' that differs from the metadata field type 'float' returned by the 'float' DBAL type.
  • The field 'App\Entity\Articoli#PrezzoIVAInclusa' has the property type 'string' that differs from the metadata field type 'float' returned by the 'float' DBAL type.
  • The field 'App\Entity\Articoli#Profondita' has the property type 'string' that differs from the metadata field type 'float' returned by the 'float' DBAL type.
App\Entity\StaticPage No errors.