Query Metrics
15
Database Queries
8
Different statements
132.11 ms
Query time
1
Invalid entities
6
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
94.99 ms (71.90%) |
1 |
SELECT t0.id AS id_1, t0.firstname AS firstname_2, t0.surname AS surname_3, t0.patronymic AS patronymic_4, t0.date_birth AS date_birth_5, t0.email AS email_6, t0.phone AS phone_7, t0.status AS status_8, t0.verification_status AS verification_status_9, t0.bonus AS bonus_10, t0.notification_subscription_status AS notification_subscription_status_11, t0.created_at AS created_at_12, t0.last_activity_at AS last_activity_at_13, t0.is_guest AS is_guest_14, t0.external_uid AS external_uid_15, t0.roles AS roles_16, t0.vk_id AS vk_id_17, t0.is_pin_enabled AS is_pin_enabled_18, t0.is_biometry_enabled AS is_biometry_enabled_19, t0.email_updated_at AS email_updated_at_20, t0.email_requested_at AS email_requested_at_21, t0.gender AS gender_22, t0.is_evaluation_on_catalog AS is_evaluation_on_catalog_23, t0.last_dealer_id AS last_dealer_id_24, t0.city_id AS city_id_25, t0.registration_city_id AS registration_city_id_26 FROM "user" t0 WHERE t0.phone = ? LIMIT 1
Parameters:
[
"79992950995"
]
|
|
30.20 ms (22.86%) |
4 |
SELECT t0.id AS id_1, t0.video_player_title AS video_player_title_2, t0.is_video_player_have_tool_tip AS is_video_player_have_tool_tip_3, t0.tool_tip_description AS tool_tip_description_4, t0.no_video_description AS no_video_description_5, t0.deprecated_ios_version AS deprecated_ios_version_6, t0.hard_update_ios_version AS hard_update_ios_version_7, t0.deprecated_android_version AS deprecated_android_version_8, t0.hard_update_android_version AS hard_update_android_version_9, t0.deprecated_message AS deprecated_message_10, t0.hard_update_message AS hard_update_message_11, t0.default_tire_hotel_image_url AS default_tire_hotel_image_url_12, t0.default_tire_hotel_description AS default_tire_hotel_description_13, t0.evaluation_juridical_info AS evaluation_juridical_info_14, t0.popular_full_order AS popular_full_order_15, t0.used_cars_preview_image_url AS used_cars_preview_image_url_16 FROM settings t0
Parameters:
[] |
|
2.48 ms (1.88%) |
1 |
"COMMIT"
Parameters:
[] |
|
1.72 ms (1.30%) |
5 |
SELECT c0_.id AS id_0, c0_.car_id AS car_id_1, c0_.is_verified AS is_verified_2, c0_.status AS status_3, c0_.mileage AS mileage_4, c0_.year AS year_5, c0_.vin AS vin_6, c0_.issued_at AS issued_at_7, c0_.evaluated_at AS evaluated_at_8, c0_.evaluated_price AS evaluated_price_9, c0_.external_id AS external_id_10, c0_.error_message AS error_message_11, c0_.owner_id AS owner_id_12 FROM car_evaluation_request c0_ WHERE c0_.owner_id = ? AND c0_.car_id = ? ORDER BY c0_.issued_at DESC LIMIT 1
Parameters:
[ 1272 "f40563eb-337e-43e6-9add-e74abe15391b" ] |
|
1.27 ms (0.96%) |
1 |
SELECT t0.id AS id_1, t0.token AS token_2, t0.refresh_token AS refresh_token_3, t0.token_expired_at AS token_expired_at_4, t0.status AS status_5, t0.firebase_token AS firebase_token_6, t0.ip AS ip_7, t0.device_model AS device_model_8, t0.os AS os_9, t0.os_version AS os_version_10, t0.app_version AS app_version_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.last_activity_at AS last_activity_at_14, t0.client_timezone AS client_timezone_15, t0.user_id AS user_id_16 FROM device t0 WHERE t0.token = ? AND t0.status = ? LIMIT 1
Parameters:
[ "3829c8a8cc6f6a40c432b0f22b7b8c77" 10 ] |
|
0.71 ms (0.54%) |
1 |
SELECT t0.id AS id_1, t0.firstname AS firstname_2, t0.surname AS surname_3, t0.patronymic AS patronymic_4, t0.date_birth AS date_birth_5, t0.email AS email_6, t0.phone AS phone_7, t0.status AS status_8, t0.verification_status AS verification_status_9, t0.bonus AS bonus_10, t0.notification_subscription_status AS notification_subscription_status_11, t0.created_at AS created_at_12, t0.last_activity_at AS last_activity_at_13, t0.is_guest AS is_guest_14, t0.external_uid AS external_uid_15, t0.roles AS roles_16, t0.vk_id AS vk_id_17, t0.is_pin_enabled AS is_pin_enabled_18, t0.is_biometry_enabled AS is_biometry_enabled_19, t0.email_updated_at AS email_updated_at_20, t0.email_requested_at AS email_requested_at_21, t0.gender AS gender_22, t0.is_evaluation_on_catalog AS is_evaluation_on_catalog_23, t0.last_dealer_id AS last_dealer_id_24, t0.city_id AS city_id_25, t0.registration_city_id AS registration_city_id_26 FROM "user" t0 WHERE t0.id = ?
Parameters:
[
1272
]
|
|
0.49 ms (0.37%) |
1 |
UPDATE car_evaluation_request SET evaluated_at = ? WHERE id = ?
Parameters:
[ "2026-06-09 16:13:35" 426 ] |
|
0.25 ms (0.19%) |
1 |
"START TRANSACTION"
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\CarEvaluationRequest | 2 |
| App\Entity\Device | 1 |
| App\Entity\User | 1 |
| App\Entity\City | 1 |
| App\Entity\Settings | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Device | No errors. |
| App\Entity\User | No errors. |
| App\Entity\Dealer | No errors. |
| App\Entity\City |
|
| App\Entity\Invoice | No errors. |
| App\Entity\Order | No errors. |
| App\Entity\UserWatchedFavourite | No errors. |
| App\Entity\Notification | No errors. |
| App\Entity\FeedbackSession | No errors. |
| App\Entity\CarEvaluationRequest | No errors. |
| App\Entity\Settings | No errors. |