https://cash.x1b.info/api/v1/club/all

Query Metrics

3 Database Queries
3 Different statements
3.24 ms Query time
1 Invalid entities

Queries

Group similar statements

# Time Info
1 0.25 ms
SET @@session.time_zone = ?
Parameters:
[
  "America/Port-au-Prince"
]
2 0.43 ms
SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.salt AS salt_5, t0.title AS title_6, t0.is_blocked AS is_blocked_7, t0.is_deleted AS is_deleted_8, t0.description AS description_9, t0.type_id AS type_id_10, t0.balance AS balance_11, t0.remote_client_token AS remote_client_token_12, t0.last_action_time AS last_action_time_13, t0.created_date AS created_date_14, t0.timetable_enabled AS timetable_enabled_15, t0.salary_enabled AS salary_enabled_16, t0.hour_cost_0 AS hour_cost_0_17, t0.hour_cost_1 AS hour_cost_1_18, t0.hour_cost_2 AS hour_cost_2_19, t0.shift_duration AS shift_duration_20, t0.shift_cost AS shift_cost_21, t0.start_working_time AS start_working_time_22, t0.finish_working_time AS finish_working_time_23, t0.bank_title AS bank_title_24, t0.ban AS ban_25, t0.last_login_time AS last_login_time_26, t0.current_club_id AS current_club_id_27, t0.current_cashdesk_id AS current_cashdesk_id_28, t0.locale_id AS locale_id_29 FROM users t0 WHERE t0.id = ?
Parameters:
[
  11062
]
3 2.57 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.min_bet AS min_bet_3, t0.max_bet AS max_bet_4, t0.percent AS percent_5, t0.total_in AS total_in_6, t0.total_out AS total_out_7, t0.currency AS currency_8, t0.is_deleted AS is_deleted_9, t0.address AS address_10, t0.responsible AS responsible_11, t0.rent_currency AS rent_currency_12, t0.allow_in_export AS allow_in_export_13, t0.logo_disabled AS logo_disabled_14, t0.is_test AS is_test_15, t0.allow_pay_borlette AS allow_pay_borlette_16, t0.low_percent AS low_percent_17, t0.high_percent AS high_percent_18, t0.club_percent_priority AS club_percent_priority_19, t0.affiliate_id AS affiliate_id_20, t0.rent AS rent_21, t0.partner_percent AS partner_percent_22, t0.withdrawal_limit_min AS withdrawal_limit_min_23, t0.withdrawal_limit AS withdrawal_limit_24, t0.lat AS lat_25, t0.lon AS lon_26, t0.rent_date AS rent_date_27, t0.chain_id AS chain_id_28, t0.region_id AS region_id_29 FROM clubs t0 WHERE t0.is_deleted = ?
Parameters:
[
  0
]

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\User No errors.
App\Entity\Club No errors.
App\Entity\Cashdesk
  • The field App\Entity\Cashdesk#current_workshift is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\Workshift#cashdesk does not contain the required 'mappedBy="current_workshift"' attribute.
  • If association App\Entity\Cashdesk#current_workshift is one-to-one, then the inversed side App\Entity\Workshift#cashdesk has to be one-to-one as well.
App\Entity\Locale No errors.
App\Entity\Session No errors.
App\Entity\Setting No errors.
App\Entity\AuditLog No errors.
App\Entity\ChainClub No errors.
App\Entity\RegionClub No errors.
App\Entity\Payment No errors.
App\Entity\Jackpot No errors.