GET http://misolus.com/organization/join

Query Metrics

3 Database Queries
3 Different statements
3.31 ms Query time
3 Invalid entities

Queries

Group similar statements

# Time Info
1 0.74 ms
SELECT t0.id AS id_1, t0.source_route AS source_route_2, t0.target_route AS target_route_3, t0.creation_date AS creation_date_4 FROM redirections t0 WHERE t0.source_route = ? LIMIT 1
Parameters:
[
  "/organization/join"
]
2 0.56 ms
SELECT t0.id AS id_1, t0.name AS name_2 FROM sector t0
Parameters:
[]
3 2.01 ms
SELECT c0_.id AS id_0, c0_.name AS name_1 FROM city c0_ ORDER BY c0_.position 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.

Entities Mapping

Class Mapping errors
App\Entity\Redirection No errors.
App\Entity\Sector
  • The association App\Entity\Sector#companies refers to the owning side field App\Entity\User#sector which does not exist.
App\Entity\User
  • The association App\Entity\User#getReceivedMessages refers to the owning side field App\Entity\Message#toUser which does not exist.
App\Entity\Organization No errors.
App\Entity\City
  • The mappings App\Entity\City#offer and App\Entity\Offer#cities are inconsistent with each other.