GET https://www.tukntour.am/api/tuks/map

Query Metrics

1 Database Queries
1 Different statements
1.23 ms Query time
1 Invalid entities

Grouped Statements

Show all queries

Time Count Info
1.23 ms
(100.00%)
1
SELECT t0_.id AS id_0, t0_.code AS code_1, t0_.plate_number AS plate_number_2, t0_.color AS color_3, t0_.seats AS seats_4, t0_.photo AS photo_5, t0_.status AS status_6, t0_.latitude AS latitude_7, t0_.longitude AS longitude_8, t0_.heading AS heading_9, t0_.last_ping_at AS last_ping_at_10, t0_.is_active AS is_active_11, t0_.created_at AS created_at_12, t0_.updated_at AS updated_at_13, d1_.id AS id_14, d1_.photo AS photo_15, d1_.license_number AS license_number_16, d1_.languages AS languages_17, d1_.rating AS rating_18, d1_.rating_count AS rating_count_19, d1_.trip_count AS trip_count_20, d1_.tips_amd AS tips_amd_21, d1_.is_active AS is_active_22, d1_.created_at AS created_at_23, d1_.updated_at AS updated_at_24, u2_.id AS id_25, u2_.email AS email_26, u2_.name AS name_27, u2_.phone AS phone_28, u2_.roles AS roles_29, u2_.password AS password_30, u2_.is_verified AS is_verified_31, u2_.is_guest AS is_guest_32, u2_.password_set_token AS password_set_token_33, u2_.password_set_token_expires_at AS password_set_token_expires_at_34, t0_.driver_id AS driver_id_35, d1_.user_id AS user_id_36 FROM tuk t0_ INNER JOIN driver d1_ ON t0_.driver_id = d1_.id INNER JOIN user u2_ ON d1_.user_id = u2_.id WHERE t0_.is_active = ? AND t0_.status IN (?, ?) AND t0_.latitude IS NOT NULL AND t0_.longitude IS NOT NULL AND t0_.last_ping_at >= ? ORDER BY t0_.code ASC LIMIT 60
Parameters:
[
  1
  "available"
  "busy"
  "2026-07-31 20:41:58"
]

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.

Entities Mapping

Class Mapping errors
App\Entity\Tuk
  • The field 'App\Entity\Tuk#latitude' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field 'App\Entity\Tuk#longitude' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
App\Entity\Driver No errors.
App\Entity\User No errors.