GET https://travelmanager.online/api/front/suppliers/attraction

Query Metrics

2 Database Queries
2 Different statements
3.14 ms Query time
0 Invalid entities
290 Managed entities

Grouped Statements

Show all queries

Time Count Info
2.20 ms
(70.08%)
1
SELECT DISTINCT s0_.bank_account_number AS bank_account_number_0, s0_.currency AS currency_1, s0_.tour_leader_notice AS tour_leader_notice_2, s0_.tin AS tin_3, s0_.website AS website_4, s0_.id AS id_5, s0_.version AS version_6, s0_.notes AS notes_7, s0_.email AS email_8, s0_.phone AS phone_9, s0_.name AS name_10, s0_.address_line AS address_line_11, s0_.address_postal_code AS address_postal_code_12, s0_.address_city AS address_city_13, s0_.address_country_code AS address_country_code_14, s0_.address_google_place AS address_google_place_15, s0_.name_2 AS name_2_16, s0_.discriminator AS discriminator_17, s0_.operator_id AS operator_id_18 FROM suppliers s0_ WHERE (s0_.operator_id = ?) AND s0_.discriminator IN ('ATTRACTION')
Parameters:
[
  2
]
0.94 ms
(29.92%)
1
SELECT t0.role AS role_1, t0.email AS email_2, t0.phone AS phone_3, t0.password AS password_4, t0.active AS active_5, t0.id AS id_6, t0.version AS version_7, t0.first_name AS first_name_8, t0.last_name AS last_name_9, t0.operator_id AS operator_id_10 FROM employees t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
  "aleksandra.salachna@allintravel.pl"
]

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
TravelManager\Core\Model\Entity\Base\SupplierEntity 288
TravelManager\Admin\Model\Entity\EmployeeEntity 1
TravelManager\Admin\Model\Entity\TourOperatorEntity 1