GET https://www.infinitemoment.life/gallery

Query Metrics

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

Grouped Statements

Show all queries

Time Count Info
61.35 ms
(100.00%)
1
SELECT t0.id AS id_1, t0.image AS image_2, t0.compressed_image AS compressed_image_3, t0.document_number AS document_number_4, t0.locale AS locale_5, t0.letter_id AS letter_id_6, t0.template_id AS template_id_7, t0.created_at AS created_at_8, t0.is_show AS is_show_9, t0.is_print AS is_print_10, t0.user_id AS user_id_11 FROM gallery t0 WHERE t0.is_show = ? ORDER BY t0.id DESC LIMIT 20
Parameters:
[
  1
]

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\Gallery No errors.
App\Entity\User
  • The field App\Entity\User#userTemplate is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\UserTemplate#user does not contain the required 'inversedBy="userTemplate"' attribute.
  • The field App\Entity\User#financialManager is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\FinancialPart#manager does not contain the required 'inversedBy="financialManager"' attribute.
  • The field App\Entity\User#financialPhoto1 is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\FinancialPart#photo1 does not contain the required 'inversedBy="financialPhoto1"' attribute.
  • The field App\Entity\User#financialPhoto2 is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\FinancialPart#photo2 does not contain the required 'inversedBy="financialPhoto2"' attribute.
  • The field App\Entity\User#financialPhoto3 is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\FinancialPart#photo3 does not contain the required 'inversedBy="financialPhoto3"' attribute.