https://www.kmo.org.pl/kmoapdev.php/pl/inspiration/315

Query Metrics

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

Queries

Group similar statements

# Time Info
1 0.82 ms
SELECT t0.id AS id_1, t0.timestamp AS timestamp_2, t0.title AS title_3, t0.text AS text_4, t0.short AS short_5, t0.fotos AS fotos_6, t0.video AS video_7, t0.docs AS docs_8, t0.is_published AS is_published_9, t0.user_id AS user_id_10, t0.club_id AS club_id_11 FROM inspirations t0 WHERE t0.id = ?
Parameters:
[
  "315"
]

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
AppBundle\Entity\Inspiration No errors.
AppBundle\Entity\User
  • The field AppBundle\Entity\User#events is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity AppBundle\Entity\Event#user does not contain the required 'inversedBy="events"' attribute.
AppBundle\Entity\Club
  • The field AppBundle\Entity\Club#galleries is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity AppBundle\Entity\Gallery#club does not contain the required 'inversedBy="galleries"' attribute.
  • The field AppBundle\Entity\Club#inspirations is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity AppBundle\Entity\Inspiration#club does not contain the required 'inversedBy="inspirations"' attribute.