GET https://www.schaschlik-koenig.de/api/crm/calls-history

Query Metrics

3 Database Queries
3 Different statements
0.52 ms Query time
0 Invalid entities
29 Managed entities

Grouped Statements

Show all queries

Time Count Info
0.21 ms
(39.45%)
1
SELECT t0.id AS id_1, t0.phone_number AS phone_number_2, t0.status AS status_3, t0.created_at AS created_at_4, t0.comment AS comment_5 FROM crm_call t0 WHERE t0.status = ? ORDER BY t0.created_at DESC LIMIT 15
Parameters:
[
  "missed"
]
0.19 ms
(35.84%)
1
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.is_active AS is_active_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.salutation AS salutation_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.phone AS phone_11, t0.street AS street_12, t0.zip_code AS zip_code_13, t0.city AS city_14, t0.country AS country_15, t0.is_verified AS is_verified_16, t0.accepted_at AS accepted_at_17, t0.telegram_code AS telegram_code_18, t0.telegram_code_expires_at AS telegram_code_expires_at_19, t0.telegram_id AS telegram_id_20, t0.employee_id AS employee_id_21 FROM `user` t0 WHERE t0.id = ?
Parameters:
[
  4
]
0.13 ms
(24.70%)
1
SELECT t0.id AS id_1, t0.phone_number AS phone_number_2, t0.status AS status_3, t0.created_at AS created_at_4, t0.comment AS comment_5 FROM crm_call t0 ORDER BY t0.created_at DESC LIMIT 15
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\CrmCall 28
App\Entity\User 1

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\Employee No errors.
App\Entity\CrmCall No errors.