GET https://dev.stga-digital.eu/terms-of-service

Query Metrics

3 Database Queries
1 Different statements
1.06 ms Query time
1 Invalid entities
33 Managed entities

Queries

Group similar statements

# Time Info
1 0.50 ms
SELECT t0.id AS id_1, t0.photo AS photo_2, t0.type AS type_3, t0.date_created AS date_created_4, t0.position AS position_5, t0.user_id AS user_id_6 FROM reference t0 WHERE t0.type = ?
Parameters:
[
  "it-services"
]
2 0.29 ms
SELECT t0.id AS id_1, t0.photo AS photo_2, t0.type AS type_3, t0.date_created AS date_created_4, t0.position AS position_5, t0.user_id AS user_id_6 FROM reference t0 WHERE t0.type = ?
Parameters:
[
  "print-services"
]
3 0.28 ms
SELECT t0.id AS id_1, t0.photo AS photo_2, t0.type AS type_3, t0.date_created AS date_created_4, t0.position AS position_5, t0.user_id AS user_id_6 FROM reference t0 WHERE t0.type = ?
Parameters:
[
  "interior-decors"
]

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.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\Page\Reference 32
App\Entity\User\User 1

Entities Mapping

Class Mapping errors
App\Entity\Page\Reference No errors.
App\Entity\User\User
  • The mappings App\Entity\User\User#testimonials and App\Entity\Page\Testimonial#user are inconsistent with each other.
  • The field App\Entity\User\User#changeLogs is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Log\ChangeLog#user does not contain the required 'inversedBy="changeLogs"' attribute.