GET https://osm-commerces.cipherbliss.com/edit-osm/way/941859041

Query Metrics

8 Database Queries
7 Different statements
8129.72 ms Query time
0 Invalid entities
1 Managed entities

Queries

Group similar statements

default connection

# Time Info
1 0.23 ms
"START TRANSACTION"
Parameters:
[]
2 6.98 ms
INSERT INTO action_log (type, data, created_at, from_url, who) VALUES (?, ?, ?, ?, ?)
Parameters:
[
  "edit_any_osm"
  "{"osm_kind":"way","osm_id":"941859041"}"
  "2026-07-17 19:33:18"
  null
  null
]
3 5.53 ms
"COMMIT"
Parameters:
[]

osm connection

# Time Info
1 0.53 ms
SELECT 1
Parameters:
[]
2 3.95 ms
SELECT COUNT(*) FROM information_schema.tables WHERE table_schema = 'public' AND table_name = 'osm_object_meta'
Parameters:
[]
3 1.19 ms
SELECT COUNT(*) FROM information_schema.tables WHERE table_schema = 'public' AND table_name = 'osm_object_meta'
Parameters:
[]
4 4353.12 ms
SELECT osm_type, osm_id::text AS osm_id,
       ST_Y(ST_Centroid(geom)) AS lat, ST_X(ST_Centroid(geom)) AS lon,
       tags::jsonb AS tags_json, version, osm_timestamp, changeset, osm_user, uid::bigint AS uid
FROM osm_object_meta m
WHERE osm_type = ? AND osm_id = ?::bigint
LIMIT 1
Parameters:
[
  "way"
  "941859041"
]
5 3758.19 ms
SELECT osm_type, osm_id::text AS osm_id, ST_Y(ST_Centroid(geom)) AS lat, ST_X(ST_Centroid(geom)) AS lon,
                    tags::jsonb AS tags_json, version, osm_timestamp, changeset, osm_user, uid::bigint AS uid
                 FROM osm_object_meta WHERE osm_type = ? AND osm_id::text = ? LIMIT 1
Parameters:
[
  "way"
  "941859041"
]

Database Connections

Name Service
default doctrine.dbal.default_connection
osm doctrine.dbal.osm_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\ActionLog 1

Entities Mapping

Class Mapping errors
App\Entity\ActionLog No errors.