GET http://www.masaepiano.com/ja/symfony_demo_post/40/edit

Query Metrics

3 Database Queries
3 Different statements
2.21 ms Query time
0 Invalid entities
18 Managed entities

Grouped Statements

Show all queries

Time Count Info
0.83 ms
(37.58%)
1
SELECT t0.id AS id_1, t0.name AS name_2 FROM symfony_demo_tag t0 INNER JOIN symfony_demo_post_symfony_demo_tag ON t0.id = symfony_demo_post_symfony_demo_tag.symfony_demo_tag_id WHERE symfony_demo_post_symfony_demo_tag.symfony_demo_post_id = ? ORDER BY t0.name ASC
Parameters:
[
  40
]
0.72 ms
(32.45%)
1
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.filename AS filename_7, t0.author_id AS author_id_8 FROM symfony_demo_post t0 WHERE t0.id = ?
Parameters:
[
  "40"
]
0.66 ms
(29.97%)
1
SELECT t0.id AS id_1, t0.name AS name_2 FROM symfony_demo_tag t0
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.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\Symfony_demo_tag 16
App\Entity\Symfony_demo_post 1
App\Entity\Symfony_demo_user 1

Entities Mapping