GET https://api-theatre.rassamahin.ru/api/news?itemsPerPage=6&page=1

Query Metrics

14 Database Queries
4 Different statements
77.93 ms Query time
0 Invalid entities
12 Managed entities

Grouped Statements

Show all queries

Time Count Info
66.74 ms
(85.64%)
1
SELECT n0_.id AS id_0, n0_.title AS title_1, n0_.data AS data_2, n0_.created_at AS created_at_3, n0_.pinned AS pinned_4, n0_.image_id AS image_id_5 FROM news n0_ ORDER BY n0_.created_at DESC LIMIT 6
Parameters:
[]
5.97 ms
(7.66%)
6
SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.color AS color_2, t0_.created_at AS created_at_3 FROM tag t0_ INNER JOIN tag_assignment t1_ ON (t1_.tag_id = t0_.id) WHERE t1_.target_type = ? AND t1_.target_id = ? ORDER BY t0_.title ASC
Parameters:
[
  "news"
  Symfony\Component\Uid\UuidV4 {#1165
    __toString(): "7371cf40-c847-4f9a-bea6-1f334229e3ba"
  }
]
3.76 ms
(4.83%)
6
SELECT t0.id AS id_1, t0.url AS url_2, t0.filename AS filename_3, t0.s3_filename AS s3_filename_4, t0.extension AS extension_5, t0.size AS size_6, t0.created_at AS created_at_7 FROM file t0 WHERE t0.id = ?
Parameters:
[
  "73cdf429-8a43-4661-be68-bc98733ff4e2"
]
1.46 ms
(1.87%)
1
SELECT COUNT(n0_.id) AS sclr_0 FROM news n0_
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\News\Domain\Model\News 6
App\File\Domain\Model\File 6

Entities Mapping