GET http://premisoft.ro/fetchEvents

Query Metrics

3 Database Queries
3 Different statements
0.96 ms Query time
3 Invalid entities
3 Managed entities

Queries

Group similar statements

# Time Info
1 0.44 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.date AS date_3, t0.updated_at AS updated_at_4, t0.image_original_name AS image_original_name_5, t0.image_name AS image_name_6, t0.image_mime_type AS image_mime_type_7, t0.image_size AS image_size_8, t0.room_id AS room_id_9 FROM seating__event t0
Parameters:
[]
2 0.23 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.capacity AS capacity_3 FROM seating__room t0 WHERE t0.id = ?
Parameters:
[
  1
]
3 0.29 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.uuid AS uuid_3, t0.updated_at AS updated_at_4, t0.image_original_name AS image_original_name_5, t0.image_name AS image_name_6, t0.image_mime_type AS image_mime_type_7, t0.image_size AS image_size_8 FROM seating__sponsor t0 INNER JOIN seating__event_sponsor ON t0.id = seating__event_sponsor.sponsor_id WHERE seating__event_sponsor.event_id = ?
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.

Managed Entities

default entity manager

Class Amount of managed objects
SeatingBundle\Entity\Event 1
SeatingBundle\Entity\Room 1
SeatingBundle\Entity\Sponsor 1

Entities Mapping

Class Mapping errors
AppBundle\Entity\Embeddable\FileEmbeddable
  • The field 'AppBundle\Entity\Embeddable\FileEmbeddable#size' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
SeatingBundle\Entity\Event
  • The field 'SeatingBundle\Entity\Event#image.size' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
SeatingBundle\Entity\Room No errors.
SeatingBundle\Entity\Sponsor
  • The field 'SeatingBundle\Entity\Sponsor#image.size' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
SeatingBundle\Entity\Seat No errors.