https://pre-app.triwuu.com/media/2001/thumbnail-display

Query Metrics

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

Queries

Group similar statements

# Time Info
1 1.78 ms
SELECT t0.id AS id_1, t0.filename AS filename_2, t0.size AS size_3, t0.mimetype AS mimetype_4, t0.original_name AS original_name_5, t0.position AS position_6, t0.directory AS directory_7, t0.active AS active_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.created_by AS created_by_11, t0.updated_by AS updated_by_12, t0.product_image_id AS product_image_id_13, t0.product_video_id AS product_video_id_14, t15.id AS id_16, t15.username AS username_17, t15.nickname AS nickname_18, t15.roles AS roles_19, t15.password AS password_20, t15.email AS email_21, t15.is_on_boarding AS is_on_boarding_22, t15.accepted_communications AS accepted_communications_23, t15.accepted_policies AS accepted_policies_24, t15.is_active AS is_active_25, t15.legal_age AS legal_age_26, t15.is_notifications_active AS is_notifications_active_27, t15.is_verified AS is_verified_28, t15.name AS name_29, t15.surname AS surname_30, t15.cif AS cif_31, t15.phone AS phone_32, t15.cpostal AS cpostal_33, t15.sex AS sex_34, t15.holded_id AS holded_id_35, t15.notification_whatsapp AS notification_whatsapp_36, t15.email_token AS email_token_37, t15.email_token_expires_at AS email_token_expires_at_38, t15.birthday AS birthday_39, t15.bank_transfer_active AS bank_transfer_active_40, t15.created_by AS created_by_41, t15.updated_by AS updated_by_42, t15.created_at AS created_at_43, t15.updated_at AS updated_at_44, t15.avatar_id AS avatar_id_45, t15.share_favourite_products_type_id AS share_favourite_products_type_id_46, t15.share_shopping_type_id AS share_shopping_type_id_47, t15.language_id AS language_id_48, t15.payment_method_id AS payment_method_id_49, t0.producer_id AS producer_id_50, t0.brand_id AS brand_id_51 FROM media t0 LEFT JOIN "user" t15 ON t15.avatar_id = t0.id WHERE t0.id = ?
Parameters:
[
  "2001"
]

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\Media No errors.
App\Entity\Product
  • The mappings App\Entity\Product#userReviews and App\Entity\Review#product are inconsistent with each other.
App\Entity\User
  • The field App\Entity\User#asFakeTriweerInOffer is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Product#fakeTriweersInOffer does not contain the required 'inversedBy="asFakeTriweerInOffer"' attribute.
  • The association App\Entity\User#productReturns refers to the owning side field App\Entity\ProductReturn#Buyer which does not exist.
  • The field App\Entity\User#friendships is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\FriendTriweer#friendUser does not contain the required 'inversedBy="friendships"' attribute.
  • The field App\Entity\User#memberBuyingGroups is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\BuyingGroup#members does not contain the required 'mappedBy="memberBuyingGroups"' attribute.
App\Entity\BaseKeyValue No errors.
App\Entity\ShareType No errors.
App\Entity\Language No errors.
App\Entity\PaymentMethod No errors.
App\Entity\Producer No errors.
App\Entity\Brand No errors.