POST https://travelmanager.online/api/front/offers

Query Metrics

11 Database Queries
11 Different statements
3.04 ms Query time
0 Invalid entities
6 Managed entities

Queries

Group similar statements

# Time Info
1 0.80 ms
SELECT t0.role AS role_1, t0.email AS email_2, t0.password AS password_3, t0.id AS id_4, t0.version AS version_5, t0.first_name AS first_name_6, t0.last_name AS last_name_7, t0.operator_id AS operator_id_8 FROM employees t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
  "milena@fokus.waw.pl"
]
2 0.40 ms
SELECT t0.code AS code_1, t0.position AS position_2, t0.id AS id_3, t0.version AS version_4, t0.name AS name_5, t0.text_color AS text_color_6, t0.text_background_color AS text_background_color_7, t0.operator_id AS operator_id_8, t0.discriminator FROM dictionaries t0 WHERE t0.id = ? AND t0.discriminator IN ('offer_status')
Parameters:
[
  1
]
3 0.21 ms
SELECT t0.registration_timestamp AS registration_timestamp_1, t0.id AS id_2, t0.version AS version_3, t0.first_name AS first_name_4, t0.last_name AS last_name_5, t0.notes AS notes_6, t0.email AS email_7, t0.phone AS phone_8, t0.organization_id AS organization_id_9, t0.operator_id AS operator_id_10 FROM clients t0 WHERE t0.id = ?
Parameters:
[
  9609
]
4 0.19 ms
SELECT t0.name AS name_1, t0.short_name AS short_name_2, t0.tin AS tin_3, t0.id AS id_4, t0.version AS version_5, t0.notes AS notes_6, t0.email AS email_7, t0.phone AS phone_8, t0.address_line AS address_line_9, t0.address_postal_code AS address_postal_code_10, t0.address_city AS address_city_11, t0.address_country_code AS address_country_code_12, t0.address_google_place AS address_google_place_13, t0.operator_id AS operator_id_14 FROM organizations t0 WHERE t0.id = ?
Parameters:
[
  2054
]
5 0.08 ms
"START TRANSACTION"
Parameters:
[]
6 0.66 ms
INSERT INTO offers (name, version, status_id, operator_id, creation_timestamp) VALUES (?, ?, ?, ?, CURRENT_TIMESTAMP) RETURNING "name" AS "name", "version" AS "version", "status_id" AS "status", "operator_id" AS "operator", "creation_timestamp" AS "creationTimestamp", "id" AS "id"
Parameters:
[
  "Kraków z Wieliczką lub Bochnią"
  1
  1
  1
]
7 0.10 ms
SAVEPOINT DOCTRINE_2
Parameters:
[]
8 0.32 ms
UPDATE offers SET inquiry = ?, supervisor_id = ?, client_id = ?, organization_id = ?, creator_id = ?, version = version + 1 WHERE id = ? AND version = ?
Parameters:
[
  "<p>Kraków z Wieliczką lub Kraków z Bochnią 2 dni, nocleg we Wielczce lub w Bochni, dla ok 60 uczniów&nbsp; klas 5, chętnie podziemnia Sukiennice w programie, termin 22-23 lub 23-24.06&nbsp; tuż przed zakończeniem roku szkolnego</p>"
  8
  9609
  2054
  8
  730
  1
]
9 0.06 ms
SELECT version FROM offers WHERE id = ?
Parameters:
[
  730
]
10 0.04 ms
RELEASE SAVEPOINT DOCTRINE_2
Parameters:
[]
11 0.19 ms
"COMMIT"
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
TravelManager\Admin\Model\Entity\EmployeeEntity 1
TravelManager\Admin\Model\Entity\TourOperatorEntity 1
TravelManager\Core\Model\Entity\Base\DictionaryEntryEntity 1
TravelManager\Core\Model\Entity\ClientEntity 1
TravelManager\Core\Model\Entity\OrganizationEntity 1
TravelManager\Core\Model\Entity\OfferEntity 1