GET https://dev-demo-bizzi-api.izzi.digital/authapi/nodes/read?orderby=nodeOrder

Query Metrics

3 Database Queries
3 Different statements
6.83 ms Query time
0 Invalid entities
2 Cache hits
0 Cache misses
0 Cache puts

Grouped Statements

Show all queries

Time Count Info
3.60 ms
(52.72%)
1
SELECT count(DISTINCT n0_.id) AS sclr_0 FROM node n0_ WHERE n0_.node_type = ? AND n0_.status = ?
Parameters:
[
  "read"
  1
]
2.48 ms
(36.29%)
1
SELECT DISTINCT n0_.id AS id_0, n0_.node_order AS node_order_1, n0_.changed_at AS changed_at_2 FROM node n0_ WHERE n0_.node_type = ? AND n0_.status = ? ORDER BY n0_.node_order ASC, n0_.changed_at DESC LIMIT 100
Parameters:
[
  "read"
  1
]
0.75 ms
(10.99%)
1
SET search_path TO bws_dev_demo
Parameters:
[]

Database Connections

Name Service
default doctrine.dbal.default_connection

Entity Managers

Name Service
default doctrine.orm.default_entity_manager

Second Level Cache

2 Hits
0 Misses
0 Puts

Number of cache hits

Region Hits
app_entity_workspace 2

Entities Mapping

Class Mapping errors
App\Entity\Workspace No errors.
App\Entity\Node No errors.