GET https://test.opsus360.com/login

Query Metrics

9 Database Queries
3 Different statements
2.94 ms Query time
3 Invalid entities
9 Managed entities

Grouped Statements

Show all queries

Time Count Info
1.82 ms
(62.13%)
6
SELECT t0.id AS id_1, t0.app_name AS app_name_2, t0.site_logo AS site_logo_3, t0.site_fevicon AS site_fevicon_4, t0.re_captcha_site_key AS re_captcha_site_key_5, t0.re_captcha_site_secret AS re_captcha_site_secret_6, t0.re_captcha_lang AS re_captcha_lang_7, t0.re_captcha_faild_msg AS re_captcha_faild_msg_8, t0.sso_allow_free_product AS sso_allow_free_product_9, t0.compony_address AS compony_address_10, t0.compony_number AS compony_number_11, t0.compony_tax_vat_id AS compony_tax_vat_id_12, t0.product_manual_positioning AS product_manual_positioning_13, t0.created_at AS created_at_14, t0.updated_at AS updated_at_15, t0.enable_affiliate_product_links AS enable_affiliate_product_links_16, t0.shop_design_version AS shop_design_version_17, t0.currency_id AS currency_id_18 FROM settings t0 LIMIT 1
Parameters:
[]
0.83 ms
(28.34%)
2
SELECT t0.id AS id_1, t0.payment_type AS payment_type_2, t0.coins AS coins_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.deleted_at AS deleted_at_6, t0.test_public_key AS test_public_key_7, t0.test_secret_key AS test_secret_key_8, t0.test_signing_secret AS test_signing_secret_9, t0.live_public_key AS live_public_key_10, t0.live_sectret_key AS live_sectret_key_11, t0.live_signing_secret AS live_signing_secret_12, t0.merchant_key AS merchant_key_13, t0.ipn_key AS ipn_key_14, t0.status AS status_15, t0.payment_type_name AS payment_type_name_16, t0.payment_mode AS payment_mode_17, t0.payment_method AS payment_method_18, t0.test_client_id AS test_client_id_19, t0.live_client_id AS live_client_id_20 FROM payment_setting t0 WHERE t0.payment_type = ? LIMIT 1
Parameters:
[
  "stripe"
]
0.28 ms
(9.53%)
1
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.is_footer_nav AS is_footer_nav_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9 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 5
App\Entity\PaymentSetting 2
App\Entity\Settings 1
App\Entity\Currency 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\PaymentSetting
  • The association App\Entity\PaymentSetting#walletSettings refers to the owning side field App\Entity\WalletSetting#wallet_payment_id which does not exist.
App\Entity\WalletSetting
  • The mappings App\Entity\WalletSetting#wallet_payment and App\Entity\PaymentSetting#walletSettings are inconsistent with each other.
App\Entity\MenuSetting No errors.
App\Entity\Settings No errors.
App\Entity\Currency No errors.