Query Metrics
8
Database Queries
7
Different statements
5811.95 ms
Query time
0
Invalid entities
1
Managed entities
Grouped Statements
default connection
osm connection
| Time▼ | Count | Info | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
2845.76 ms (48.96%) |
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:
[ "node" "3680774398" ]
|
||||||||||||||||||||||||||||
|
2715.47 ms (46.72%) |
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:
[ "node" "3680774398" ]
|
||||||||||||||||||||||||||||
|
4.16 ms (0.07%) |
2 |
SELECT COUNT(*) FROM information_schema.tables WHERE table_schema = 'public' AND table_name = 'osm_object_meta'
Parameters:
[]
|
||||||||||||||||||||||||||||
|
0.33 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. |