GET https://dev.api.wrag.k4.pl/api/logs/request?direction=desc&limit=25&page=1

Query Metrics

4 Database Queries
4 Different statements
0.87 ms Query time
0 Invalid entities
49 Managed entities

Queries

Group similar statements

# Time Info
1 0.28 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM `user` t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
  "ext.dlawinski@bzmw.gov.pl"
]
2 0.22 ms
SELECT count(DISTINCT r0_.id) AS sclr_0 FROM request_log r0_
Parameters:
[]
3 0.14 ms
SELECT DISTINCT r0_.id AS id_0, r0_.id AS id_1 FROM request_log r0_ ORDER BY r0_.id DESC LIMIT 25
Parameters:
[]
4 0.23 ms
SELECT r0_.id AS id_0, r0_.user_email AS user_email_1, r0_.session_name AS session_name_2, r0_.session_identifier AS session_identifier_3, r0_.input AS input_4, r0_.output AS output_5, r0_.start_at AS start_at_6, r0_.end_at AS end_at_7, r0_.status AS status_8, r0_.request_type AS request_type_9, r0_.request_id AS request_id_10 FROM request_log r0_ WHERE r0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ORDER BY r0_.id DESC
Parameters:
[
  150
  149
  148
  147
  146
  145
  144
  143
  142
  141
  140
  139
  138
  137
  136
  135
  134
  133
  132
  131
  130
  129
  128
  127
  126
]

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.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\RequestLog 25
App\Entity\Request 23
App\Entity\User 1

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\Session No errors.
App\Entity\RequestLog No errors.
App\Entity\Request No errors.