POST https://osrm-locating.supportcc.eu/api/cell-location/locate

Query Metrics

5 Database Queries
5 Different statements
8.79 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 0.79 ms
SELECT t0.id AS id_1, t0.entity_name AS entity_name_2, t0.created_at AS created_at_3, t0.query_roles AS query_roles_4, t0.updated_at AS updated_at_5, t0.modification_roles AS modification_roles_6, t0.removed_at AS removed_at_7, t0.removed AS removed_8, t0.deletion_roles AS deletion_roles_9, t0.roles AS roles_10, t0.blocked_at AS blocked_at_11, t0.name AS name_12, t0.surname AS surname_13, t0.email AS email_14, t0.password AS password_15, t0.created_by_id AS created_by_id_16, t0.updated_by_id AS updated_by_id_17, t0.removed_by_id AS removed_by_id_18 FROM user t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
  "admin@admin.pl"
]
2 1.11 ms
SELECT t0.mcc AS mcc_1, t0.mnc AS mnc_2, t0.cells_hash AS cells_hash_3, t0.wifi_hash AS wifi_hash_4, t0.radio_type AS radio_type_5, t0.band AS band_6, t0.latitude AS latitude_7, t0.longitude AS longitude_8, t0.accuracy AS accuracy_9, t0.id AS id_10, t0.entity_name AS entity_name_11, t0.created_at AS created_at_12, t0.query_roles AS query_roles_13, t0.updated_at AS updated_at_14, t0.modification_roles AS modification_roles_15, t0.removed_at AS removed_at_16, t0.removed AS removed_17, t0.deletion_roles AS deletion_roles_18, t0.address AS address_19, t0.created_by_id AS created_by_id_20, t0.updated_by_id AS updated_by_id_21, t0.removed_by_id AS removed_by_id_22 FROM cell_location t0 WHERE t0.mcc = ? AND t0.mnc = ? AND t0.cells_hash = ? AND t0.wifi_hash = ? AND t0.radio_type = ? LIMIT 1
Parameters:
[
  260
  6
  "aeede6b5c9231d75cdbd9144b8214b94"
  "b80627b099b0bd0c9b3bbf12fde74e47"
  "lte"
]
3 0.73 ms
"START TRANSACTION"
Parameters:
[]
4 1.06 ms
INSERT INTO cell_location (mcc, mnc, cells_hash, wifi_hash, radio_type, band, latitude, longitude, accuracy, id, entity_name, created_at, query_roles, updated_at, modification_roles, removed_at, removed, deletion_roles, address, created_by_id, updated_by_id, removed_by_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  260
  6
  "aeede6b5c9231d75cdbd9144b8214b94"
  "b80627b099b0bd0c9b3bbf12fde74e47"
  "lte"
  null
  51.743735
  19.391423
  16.0
  b"\x01×Yzzc\x7FÄ╝╣Sì*ö[}"
  "01KSCQMYK3FY7BSEAKHMMZ9W96"
  "2026-05-24 12:14:19"
  null
  null
  null
  null
  0
  null
  "Aleja Księdza Kardynała Stefana Wyszyńskiego, Retkinia Zachód-Smulsko, Retkinia, Łódź-Polesie, Łódź, Łódź Voivodeship, 94-047, Poland"
  null
  null
  null
]
5 5.11 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.

Entities Mapping

Class Mapping errors
App\Entity\AbstractEntityBase No errors.
App\Entity\User No errors.
App\Entity\CellLocation No errors.