GET http://back-office.dev-project-server.com/affilliate

Query Metrics

13 Database Queries
3 Different statements
1.21 ms Query time
1 Invalid entities
11 Managed entities

Grouped Statements

Show all queries

Time Count Info
0.57 ms
(46.86%)
2
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.is_active AS is_active_4, t0.is_main_nav AS is_main_nav_5, t0.is_public_nav AS is_public_nav_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8 FROM menu_setting t0 WHERE t0.name = ? AND t0.is_active = ? LIMIT 1
Parameters:
[
  "Terms And Condition"
  1
]
0.45 ms
(37.10%)
8
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:
[]
0.19 ms
(16.04%)
3
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.is_active AS is_active_4, t0.is_main_nav AS is_main_nav_5, t0.is_public_nav AS is_public_nav_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8 FROM menu_setting t0
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\MenuSetting 10
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\MenuSetting No errors.
App\Entity\Settings No errors.