POST http://apistaff.chio-chio.ru/getChioCoin

Query Metrics

3 Database Queries
3 Different statements
4.82 ms Query time
1 Invalid entities
1 Managed entities

Queries

Group similar statements

# Time Info
1 3.29 ms
SELECT t0.is_deleted AS is_deleted_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.id AS id_4, t0.phone AS phone_5, t0.active AS active_6, t0.id_api AS id_api_7, t0.avatar AS avatar_8 FROM staff t0 WHERE t0.phone = ? LIMIT 1
Parameters:
[
  79115569852
]
2 0.62 ms
SELECT t0.is_deleted AS is_deleted_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.id AS id_4, t0.phone AS phone_5, t0.active AS active_6, t0.id_api AS id_api_7, t0.avatar AS avatar_8 FROM staff t0 WHERE t0.phone = ? AND t0.active = ? LIMIT 1
Parameters:
[
  "79115569852"
  1
]
3 0.91 ms
SELECT t0.id AS id_1, t0.datetime AS datetime_2, t0.paid AS paid_3, t0.title AS title_4, t0.staff_id AS staff_id_5 FROM chio_coin_transactions t0 WHERE t0.staff_id = ?
Parameters:
[
  2516
]

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\Staff 1

Entities Mapping

Class Mapping errors
App\Entity\Base No errors.
App\Entity\Staff
  • The mappings App\Entity\Staff#messagesChatStaff and App\Entity\StaffAnalyticsDay#Staff are inconsistent with each other.
App\Entity\StaffAnalyticsDay No errors.
App\Entity\HistoryUse No errors.
App\Entity\Device No errors.
App\Entity\Notification No errors.
App\Entity\Push No errors.
App\Entity\ChioCoinTransactions No errors.
App\Entity\RequestForBenefitCafe No errors.