Redirect 302 redirect from GET @signup.type (c9dabd)

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

Query Metrics

5 Database Queries
5 Different statements
6.68 ms Query time
1 Invalid entities
1 Managed entities

Queries

Group similar statements

# Time Info
1 1.98 ms
SELECT r0_.id AS id_0, r0_.uid AS uid_1, r0_.created_at AS created_at_2, r0_.user_agent AS user_agent_3, r0_.ip AS ip_4, r0_.min_area AS min_area_5, r0_.min_rooms AS min_rooms_6, r0_.furnished AS furnished_7, r0_.max_rent AS max_rent_8, r0_.residents AS residents_9, r0_.cities AS cities_10, r0_.state AS state_11, r0_.extrafields AS extrafields_12, r0_.city_id AS city_id_13 FROM rental_file_draft r0_ WHERE r0_.ip = ? AND r0_.user_agent = ? AND r0_.created_at > ? LIMIT 1
Parameters:
[
  "216.73.217.65"
  "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
  "2026-07-26 02:30:32"
]
2 2.91 ms
SELECT NEXTVAL('rental_file_draft_id_seq')
Parameters:
[]
3 0.29 ms
"START TRANSACTION"
Parameters:
[]
4 0.95 ms
INSERT INTO rental_file_draft (id, uid, created_at, user_agent, ip, min_area, min_rooms, furnished, max_rent, residents, cities, state, extrafields, city_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  76
  "6a657274c429"
  "2026-07-26 02:35:32"
  "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
  "216.73.217.65"
  20
  1
  2
  null
  null
  null
  "city"
  null
  null
]
5 0.55 ms
"COMMIT"
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\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.