https://my-technima.com/image/image-68ef826e7fa79.png

Query Metrics

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

Queries

Group similar statements

# Time Info
1 1.87 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.cover AS cover_4, t0.position AS position_5, t0.product_id AS product_id_6 FROM image t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
  "image-68ef826e7fa79.png"
]
2 4.99 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.date_add AS date_add_5, t0.date_upd AS date_upd_6, t0.firstname AS firstname_7, t0.lastname AS lastname_8, t0.color AS color_9, t0.available_to AS available_to_10, t0.interface_lang_id AS interface_lang_id_11 FROM user t0 WHERE t0.id = ?
Parameters:
[
  72
]

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\Image No errors.
App\Entity\Product No errors.
App\Entity\ProductAttribute No errors.
App\Entity\ImageLang No errors.
App\Entity\User No errors.
App\Entity\Lang
  • The association App\Entity\Lang#featureValues refers to the owning side field App\Entity\FeatureValue#lang which does not exist.