Redirect 302 redirect from GET @admin (823876)

GET http://gregoriolopez.es/admin/blog-post

Query Metrics

4 Database Queries
4 Different statements
1.58 ms Query time
0 Invalid entities
13 Managed entities

Queries

Group similar statements

# Time Info
1 0.45 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.id = ?
Parameters:
[
  1
]
2 0.35 ms
SELECT DISTINCT b0_.id AS id_0 FROM blog_post b0_ LIMIT 20
Parameters:
[]
3 0.50 ms
SELECT b0_.id AS id_0, b0_.title AS title_1, b0_.subtitle AS subtitle_2, b0_.content AS content_3, b0_.excerpt AS excerpt_4, b0_.image AS image_5, b0_.published_at AS published_at_6, b0_.is_featured AS is_featured_7, b0_.is_sidebar AS is_sidebar_8 FROM blog_post b0_ WHERE b0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  1
  2
  3
  4
  5
  6
  7
  8
  9
  10
  11
  12
]
4 0.27 ms
SELECT count(*) AS sclr_0 FROM blog_post b0_
Parameters:
[]

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\BlogPost 12
App\Entity\User 1

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\BlogPost No errors.