https://www.sunshineelegance.tn/admin/time-server

Query Metrics

1 Database Queries
1 Different statements
0.62 ms Query time
1 Invalid entities

Queries

Group similar statements

# Time Info
1 0.62 ms
SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.civility AS civility_5, t0.first_name AS first_name_6, t0.email AS email_7, t0.description AS description_8, t0.phone AS phone_9, t0.second_phone AS second_phone_10, t0.adress AS adress_11, t0.country AS country_12, t0.region AS region_13, t0.city AS city_14, t0.zip AS zip_15, t0.type AS type_16, t0.is_verified AS is_verified_17, t0.created_at AS created_at_18, t0.is_blocked AS is_blocked_19, t0.blocked_at AS blocked_at_20, t0.unblocked_at AS unblocked_at_21, t0.block_reason AS block_reason_22, t0.blocked_hours AS blocked_hours_23, t0.client_type AS client_type_24, t0.supplier_id AS supplier_id_25, t0.promotion_id AS promotion_id_26, t0.group_user_id AS group_user_id_27, t0.user_post_id AS user_post_id_28 FROM `users` t0 WHERE t0.id = ?
Parameters:
[
  65007
]

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\User No errors.
App\Entity\Supplier No errors.
App\Entity\Promotion No errors.
App\Entity\GroupUser No errors.
App\Entity\UserPost No errors.
App\Entity\Link No errors.
App\Entity\Document No errors.
App\Entity\Address No errors.
App\Entity\Comment No errors.
App\Entity\Activity No errors.
App\Entity\Produit
  • The field App\Entity\Produit#promotionHistories is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\ProduitPromotionHistory#product does not contain the required 'inversedBy="promotionHistories"' attribute.