Redirect 302 redirect from GET @signup.file.residents (381d2e)

GET https://test.123loger.com/location/signup/file/6a65887b8d1b/city/

Query Metrics

1 Database Queries
1 Different statements
1.42 ms Query time
1 Invalid entities
1 Managed entities

Grouped Statements

Show all queries

Time Count Info
1.42 ms
(100.00%)
1
SELECT t0.id AS id_1, t0.uid AS uid_2, t0.created_at AS created_at_3, t0.user_agent AS user_agent_4, t0.ip AS ip_5, t0.min_area AS min_area_6, t0.min_rooms AS min_rooms_7, t0.furnished AS furnished_8, t0.max_rent AS max_rent_9, t0.residents AS residents_10, t0.cities AS cities_11, t0.state AS state_12, t0.extrafields AS extrafields_13, t0.city_id AS city_id_14 FROM rental_file_draft t0 WHERE t0.uid = ? LIMIT 1
Parameters:
[
  "6a65887b8d1b"
]

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\RentalFileDraft 1

Entities Mapping

Class Mapping errors
App\Entity\RentalFileDraft No errors.
App\Entity\Locality
  • The field App\Entity\Locality#descriptions is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\LocalityDescription#locality does not contain the required 'inversedBy="descriptions"' attribute.
  • The field App\Entity\Locality#prices is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\LocalityPrice#locality does not contain the required 'inversedBy="prices"' attribute.