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

Grouped Statements

Show all queries

default connection

Time Count Info
6.98 ms
(0.09%)
1
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
]
5.53 ms
(0.07%)
1
"COMMIT"
Parameters:
[]
0.23 ms
(0.00%)
1
"START TRANSACTION"
Parameters:
[]

osm connection

Time Count Info
4353.12 ms
(53.55%)
1
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"
]
3758.19 ms
(46.23%)
1
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"
]
5.14 ms
(0.06%)
2
SELECT COUNT(*) FROM information_schema.tables WHERE table_schema = 'public' AND table_name = 'osm_object_meta'
Parameters:
[]
0.53 ms
(0.01%)
1
SELECT 1
Parameters:
[]

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.