Query Metrics

5 Database Queries
4 Different statements
3.83 ms Query time
0 Invalid entities
8 Managed entities

Queries

Group similar statements

# Time Info
1 0.96 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.description AS description_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.cover_image AS cover_image_7, t0.start_at AS start_at_8, t0.schedule AS schedule_9, t0.active AS active_10, t0.soldout AS soldout_11, t0.format_id AS format_id_12, t0.workshop_id AS workshop_id_13 FROM event t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
  "atelier-decouverte-les-cinq-pepites-du-carnet-dalchimie-creative-r-1"
]
2 1.26 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.sub_title AS sub_title_4, t0.text AS text_5, t0.image_name AS image_name_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.social_on AS social_on_9, t0.image_position AS image_position_10, t0.published AS published_11, t0.parent_page_id AS parent_page_id_12, t0.event_id AS event_id_13 FROM article t0 WHERE t0.event_id = ?
Parameters:
[
  52
]
3 0.68 ms
SELECT t0.id AS id_1, t0.link AS link_2, t0.network_id AS network_id_3 FROM social_node t0
Parameters:
[]
4 0.48 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.icone_file AS icone_file_3 FROM social_network t0 WHERE t0.id = ?
Parameters:
[
  20
]
5 0.45 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.icone_file AS icone_file_3 FROM social_network t0 WHERE t0.id = ?
Parameters:
[
  21
]

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\SocialNode 2
App\Entity\SocialNetwork 2
App\Entity\Event 1
App\Entity\Format 1
App\Entity\Workshop 1
App\Entity\Article 1

Entities Mapping

Class Mapping errors
App\Entity\Event No errors.
App\Entity\Format No errors.
App\Entity\Workshop No errors.
App\Entity\Article No errors.
App\Entity\Page No errors.
App\Entity\SocialNode No errors.
App\Entity\SocialNetwork No errors.