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

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

Query Metrics

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

Grouped Statements

Show all queries

Time Count Info
2.42 ms
(35.87%)
1
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.216.103"
  "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
  "2026-09-23 05:07:50"
]
2.30 ms
(34.13%)
1
SELECT NEXTVAL('rental_file_draft_id_seq')
Parameters:
[]
1.30 ms
(19.30%)
1
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:
[
  9
  "6ab35fd24639"
  "2026-09-23 05:12:50"
  "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
  "216.73.216.103"
  20
  1
  2
  null
  null
  null
  "city"
  null
  null
]
0.54 ms
(7.94%)
1
"COMMIT"
Parameters:
[]
0.19 ms
(2.76%)
1
"START TRANSACTION"
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 association App\Entity\Locality#stateReference refers to the inverse side field App\Entity\State#localityId which does not exist.