GET https://dev.portal.koraltrade.pl/distributor/contract/download/2

Query Metrics

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

Queries

Group similar statements

# Time Info
1 0.60 ms
SELECT * FROM af_users WHERE deleted_at is null and blocked=0 and is_active=1 and email = ?
Parameters:
[
  "abcnakolach_jk@koral.com.pl"
]
2 0.52 ms
SELECT * FROM af_users_area WHERE user_id = ?
Parameters:
[
  651
]
3 0.17 ms
SELECT d.* from af_distributors_users du JOIN af_distributors d on (du.distributor_id=d.distributor_id) WHERE du.user_id= ? AND d.settlement_year_id = ?
Parameters:
[
  651
  2020
]
4 0.27 ms
SELECT t0.id AS id_1, t0.year AS year_2, t0.title AS title_3, t0.contract_number AS contract_number_4, t0.client_id AS client_id_5, t0.uuid AS uuid_6, t0.created_at AS created_at_7, t0.create_ip AS create_ip_8, t0.deleted AS deleted_9, t0.deleted_at AS deleted_at_10, t0.status AS status_11, t0.delete_ip AS delete_ip_12, t0.file_name AS file_name_13, t0.file_path AS file_path_14, t0.signed_at AS signed_at_15, t0.valid_from AS valid_from_16, t0.valid_to AS valid_to_17, t0.created_by_id AS created_by_id_18, t0.deleted_by_id AS deleted_by_id_19, t0.distributor_id AS distributor_id_20, t0.contract_type_id AS contract_type_id_21 FROM af_contract t0 WHERE t0.id = ?
Parameters:
[
  "2"
]

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\Contract 1
App\Entity\Distributor 1
App\Entity\ContractType 1

Entities Mapping

Class Mapping errors
App\Entity\Contract No errors.
App\Entity\User No errors.
App\Entity\Distributor
  • The field 'App\Entity\Distributor#transportFactor' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
App\Entity\ContractType No errors.