GET https://jailpay.net/admin/inmates

Query Metrics

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

Queries

Group similar statements

# Time Info
1 2.71 ms
SELECT t0.id AS id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.type, t1.first_name AS first_name_8, t1.last_name AS last_name_9 FROM `user` t0 LEFT JOIN admin t1 ON t0.id = t1.id WHERE t0.id = ?
Parameters:
[
  1
]
2 2.23 ms
SELECT i0_.id AS id_0, i0_.first_name AS first_name_1, i0_.last_name AS last_name_2, i0_.inmate_id AS inmate_id_3, i0_.email AS email_4, i0_.password AS password_5, i0_.roles AS roles_6, i0_.fingerprint_data AS fingerprint_data_7, i0_.created_at AS created_at_8, i0_.updated_at AS updated_at_9, w1_.id AS id_10, w1_.balance AS balance_11, w1_.daily_limit AS daily_limit_12, w1_.monthly_limit AS monthly_limit_13, w1_.status AS status_14, w1_.created_at AS created_at_15, w1_.updated_at AS updated_at_16, w1_.inmate_id AS inmate_id_17 FROM inmates i0_ LEFT JOIN wallets w1_ ON i0_.id = w1_.inmate_id ORDER BY i0_.created_at DESC LIMIT 10
Parameters:
[]
3 0.97 ms
SELECT COUNT(i0_.id) AS sclr_0 FROM inmates i0_ LEFT JOIN wallets w1_ ON i0_.id = w1_.inmate_id
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\User 1
App\Entity\Inmate 1
App\Entity\Wallet 1

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\Admin No errors.
App\Entity\Inmate No errors.
App\Entity\Wallet No errors.
App\Entity\Transaction
  • The field 'App\Entity\Transaction#amount' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The association App\Entity\Transaction#inmate refers to the inverse side field App\Entity\Inmate#transactions which does not exist.