GET https://petrovskiy-tc.itlabs.top/api/infrastructures

Query Metrics

49 Database Queries
3 Different statements
323.16 ms Query time
1 Invalid entities
101 Managed entities

Grouped Statements

Show all queries

Time Count Info
310.84 ms
(96.19%)
1
SELECT i0_.id AS id_0, i0_.title AS title_1, i0_.building AS building_2, i0_.search_aliases AS search_aliases_3, i0_.image AS image_4, i0_.created_at AS created_at_5, i0_.updated_at AS updated_at_6, f1_.id AS id_7, f1_.name AS name_8, f1_.map_image AS map_image_9, f1_.zoom_start AS zoom_start_10, f1_.created_at AS created_at_11, f1_.updated_at AS updated_at_12, c2_.id AS id_13, c2_.title AS title_14, c2_.image AS image_15, c2_.search_aliases AS search_aliases_16, c2_.created_at AS created_at_17, c2_.updated_at AS updated_at_18, i0_.floor_id AS floor_id_19, i0_.node_id AS node_id_20, i0_.area_id AS area_id_21, c2_.parent_id AS parent_id_22 FROM infrastructure i0_ LEFT JOIN floor f1_ ON i0_.floor_id = f1_.id LEFT JOIN infrastructure_category i3_ ON i0_.id = i3_.infrastructure_id LEFT JOIN category c2_ ON c2_.id = i3_.category_id ORDER BY i0_.id ASC
Parameters:
[]
6.28 ms
(1.94%)
24
SELECT t0.id AS id_1, t0.x AS x_2, t0.y AS y_3, t0.floor_id AS floor_id_4 FROM point t0 WHERE t0.id = ?
Parameters:
[
  4025
]
6.04 ms
(1.87%)
24
SELECT t0.id AS id_1, t0.point_id AS point_id_2 FROM node t0 WHERE t0.id = ?
Parameters:
[
  848
]

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\Infrastructure 24
App\Entity\Node 24
App\Entity\Area 24
App\Entity\Point 24
App\Entity\Floor 3
App\Entity\Category 2

Entities Mapping

Class Mapping errors
App\Entity\Infrastructure No errors.
App\Entity\Floor No errors.
App\Entity\Category No errors.
App\Entity\Node
  • The field App\Entity\Node#nodes is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\Node#nodes does not contain the required 'mappedBy="nodes"' attribute.
App\Entity\Area No errors.
App\Entity\Tenant No errors.
App\Entity\Point No errors.
App\Entity\Terminal No errors.
App\Entity\NodeType No errors.