Query Metrics
9
Database Queries
7
Different statements
9.35 ms
Query time
0
Invalid entities
Grouped Statements
default connection
| Time▼ | Count | Info |
|---|---|---|
|
3.32 ms (35.51%) |
2 |
"COMMIT"
Parameters:
[] |
|
2.22 ms (23.77%) |
2 |
"START TRANSACTION"
Parameters:
[] |
|
0.84 ms (8.94%) |
1 |
INSERT INTO contract_order (transfer_type, catering_type, boarding_place, note, step, returning_client, with_pet, with_diet, first_minute, term_id, destination_id, accommodation_id, client_id, contract_client1_id, contract_client2_id, contract_client3_id, contract_client4_id, contract_client5_id, contract_client6_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ null null null null 1 0 0 0 0 null null null null null null null null null null ] |
|
0.81 ms (8.66%) |
1 |
SELECT t0.id AS id_1, t0.transfer_type AS transfer_type_2, t0.catering_type AS catering_type_3, t0.boarding_place AS boarding_place_4, t0.note AS note_5, t0.step AS step_6, t0.returning_client AS returning_client_7, t0.with_pet AS with_pet_8, t0.with_diet AS with_diet_9, t0.first_minute AS first_minute_10, t0.term_id AS term_id_11, t0.destination_id AS destination_id_12, t0.accommodation_id AS accommodation_id_13, t0.client_id AS client_id_14, t0.contract_client1_id AS contract_client1_id_15, t0.contract_client2_id AS contract_client2_id_16, t0.contract_client3_id AS contract_client3_id_17, t0.contract_client4_id AS contract_client4_id_18, t0.contract_client5_id AS contract_client5_id_19, t0.contract_client6_id AS contract_client6_id_20 FROM contract_order t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
0
]
|
|
0.77 ms (8.23%) |
1 |
UPDATE contract_order SET term_id = ?, destination_id = ?, accommodation_id = ? WHERE id = ?
Parameters:
[ 222 23 65 117691 ] |
|
0.74 ms (7.87%) |
1 |
SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.id AS id_3, t0.name AS name_4, t0.description AS description_5, t0.virtual_tour AS virtual_tour_6, t0.capacity AS capacity_7, t0.deleted_at AS deleted_at_8, t0.is_active AS is_active_9, t0.sort_order AS sort_order_10, t0.destination_id AS destination_id_11, t0.gallery_id AS gallery_id_12, t0.image_id AS image_id_13 FROM accommodation t0 WHERE t0.id = ?
Parameters:
[
65
]
|
|
0.66 ms (7.03%) |
1 |
SELECT t0.id AS id_1, t0.price AS price_2, t0.capacity AS capacity_3, t0.is_full AS is_full_4, t0.is_reserved AS is_reserved_5, t0.price_text AS price_text_6, t0.term_id AS term_id_7, t0.accommodation_id AS accommodation_id_8 FROM term_price t0 WHERE t0.id = ?
Parameters:
[
1299
]
|
Database Connections
| Name | Service |
|---|---|
| default | doctrine.dbal.default_connection |
| customer | doctrine.dbal.customer_connection |
Entity Managers
| Name | Service |
|---|---|
| default | doctrine.orm.default_entity_manager |
Second Level Cache
Second Level Cache is not enabled.
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Base | No errors. |
| App\Entity\Client | No errors. |
| App\Entity\Destination | No errors. |
| App\Entity\Season | No errors. |
| App\Entity\Term | No errors. |
| App\Entity\Accommodation | No errors. |
| App\Entity\ContractOrder | No errors. |
| App\Entity\TermPrice | No errors. |
| App\Entity\Contract | No errors. |
| App\Entity\PricingProfile | No errors. |
| App\Entity\PricingTable | No errors. |
| App\Entity\PricingRule | No errors. |
| Sonata\MediaBundle\Entity\BaseGallery | No errors. |
| App\Entity\SonataMediaGallery | No errors. |
| Sonata\MediaBundle\Entity\BaseMedia | No errors. |
| App\Entity\SonataMediaMedia | No errors. |
| App\Entity\Country | No errors. |