POST https://infinitemoment.life/file/upload

Query Metrics

4 Database Queries
4 Different statements
8.66 ms Query time
1 Invalid entities

Queries

Group similar statements

# Time Info
1 0.66 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.name AS name_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6 FROM user t0 WHERE t0.id = ?
Parameters:
[
  48
]
2 0.33 ms
"START TRANSACTION"
Parameters:
[]
3 0.89 ms
INSERT INTO gallery (image, compressed_image, document_number, locale, letter_id, template_id, created_at, is_show, is_print, user_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  "697cec09a796a.jpg"
  "697cec09a796a.jpg"
  "H48352120260130"
  "hy"
  "null"
  "37"
  "2026-01-30 21:36:10"
  0
  0
  48
]
4 6.77 ms
"COMMIT"
Parameters:
[]

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
  • 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.
App\Entity\Gallery No errors.
App\Entity\UserGallery No errors.
App\Entity\UserTemplate No errors.
App\Entity\FinancialPart No errors.