Redirect 302 redirect from GET @n/a (b32eea)

GET http://back-office.dev-project-server.com/page/not/found

Query Metrics

2 Database Queries
1 Different statements
0.15 ms Query time
1 Invalid entities
1 Managed entities

Queries

Group similar statements

# Time Info
1 0.12 ms
SELECT t0.id AS id_1, t0.site_logo AS site_logo_2, t0.re_captcha_site_key AS re_captcha_site_key_3, t0.re_captcha_site_secret AS re_captcha_site_secret_4, t0.re_captcha_lang AS re_captcha_lang_5, t0.re_captcha_faild_msg AS re_captcha_faild_msg_6, t0.eldorado_point AS eldorado_point_7, t0.eldorado_token AS eldorado_token_8, t0.eldorado_category AS eldorado_category_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11 FROM settings t0 LIMIT 1
Parameters:
[]
2 0.03 ms
SELECT t0.id AS id_1, t0.site_logo AS site_logo_2, t0.re_captcha_site_key AS re_captcha_site_key_3, t0.re_captcha_site_secret AS re_captcha_site_secret_4, t0.re_captcha_lang AS re_captcha_lang_5, t0.re_captcha_faild_msg AS re_captcha_faild_msg_6, t0.eldorado_point AS eldorado_point_7, t0.eldorado_token AS eldorado_token_8, t0.eldorado_category AS eldorado_category_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11 FROM settings t0 LIMIT 1
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\Settings 1

Entities Mapping

Class Mapping errors
App\Entity\Users
  • The mappings App\Entity\Users#referral and App\Entity\UsersCustomers#referral are inconsistent with each other.
  • The association App\Entity\Users#customer refers to the owning side field App\Entity\UsersCustomers#customer_id which does not exist.
  • The association App\Entity\Users#userCustomerCommissions refers to the owning side field App\Entity\UserCommission#customer_id which does not exist.
  • The field App\Entity\Users#wallet is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Wallet#user does not contain the required 'inversedBy="wallet"' attribute.
App\Entity\Settings No errors.