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

Query Metrics

1 Database Queries
1 Different statements
388.38 ms Query time
1 Invalid entities
660 Managed entities

Grouped Statements

Show all queries

Time Count Info
388.38 ms
(100.00%)
1
SELECT t0_.id AS id_0, t0_.title AS title_1, t0_.description AS description_2, t0_.image AS image_3, t0_.phone AS phone_4, t0_.weekdays AS weekdays_5, t0_.weekend AS weekend_6, t0_.notice AS notice_7, t0_.find AS find_8, t0_.route AS route_9, t0_.search_aliases AS search_aliases_10, t0_.building AS building_11, t0_.created_at AS created_at_12, t0_.updated_at AS updated_at_13, f1_.id AS id_14, f1_.name AS name_15, f1_.map_image AS map_image_16, f1_.zoom_start AS zoom_start_17, f1_.created_at AS created_at_18, f1_.updated_at AS updated_at_19, t2_.id AS id_20, t2_.media AS media_21, t2_.created_at AS created_at_22, t2_.updated_at AS updated_at_23, c3_.id AS id_24, c3_.title AS title_25, c3_.image AS image_26, c3_.search_aliases AS search_aliases_27, c3_.created_at AS created_at_28, c3_.updated_at AS updated_at_29, t0_.floor_id AS floor_id_30, t0_.area_id AS area_id_31, t0_.node_id AS node_id_32, t2_.tenant_id AS tenant_id_33, c3_.parent_id AS parent_id_34 FROM tenant t0_ INNER JOIN floor f1_ ON t0_.floor_id = f1_.id LEFT JOIN tenant_media t2_ ON t0_.id = t2_.tenant_id LEFT JOIN tenant_category t4_ ON t0_.id = t4_.tenant_id LEFT JOIN category c3_ ON c3_.id = t4_.category_id ORDER BY t0_.id ASC
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\Tenant 202
App\Entity\Node 199
App\Entity\Area 198
App\Entity\Category 56
App\Entity\Floor 4
App\Entity\TenantMedia 1

Entities Mapping

Class Mapping errors
App\Entity\Tenant No errors.
App\Entity\Floor No errors.
App\Entity\Category No errors.
App\Entity\TenantMedia No errors.
App\Entity\Area 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\Event No errors.
App\Entity\Point No errors.
App\Entity\Terminal No errors.
App\Entity\Infrastructure No errors.