Redirect 302 redirect from GET @admin (09e8f8)

Query Metrics

34 Database Queries
8 Different statements
17.75 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
11.05 ms
(62.26%)
20
SELECT t0.id AS id_1, t0.path AS path_2, t0.size AS size_3, t0.mime_type AS mime_type_4, t0.cloud AS cloud_5, t0.youtube_id AS youtube_id_6, t0.local AS local_7, t0.height AS height_8, t0.width AS width_9, t0.dropbox AS dropbox_10, t0.format AS format_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t14.id AS id_15, t14.title AS title_16, t14.description AS description_17, t14.external_id AS external_id_18, t14.youtube AS youtube_19, t14.created_at AS created_at_20, t14.updated_at AS updated_at_21, t14.user_id AS user_id_22, t14.category_id AS category_id_23, t14.site_id AS site_id_24, t14.file_id AS file_id_25, t0.original_file_id AS original_file_id_26, t0.type_id AS type_id_27 FROM custom_file t0 LEFT JOIN post t14 ON t14.file_id = t0.id WHERE t0.id = ?
Parameters:
[
  243
]
3.22 ms
(18.17%)
8
SELECT t0.id AS id_1, t0.title AS title_2, t0.external_id AS external_id_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.user_id AS user_id_6, t0.site_id AS site_id_7 FROM category t0 WHERE t0.id = ? AND ((t0.site_id = 'weszlo-com' OR t0.site_id IS NULL))
Parameters:
[
  138
]
1.01 ms
(5.69%)
1
SELECT p0_.id AS id_0, p0_.title AS title_1, p0_.description AS description_2, p0_.external_id AS external_id_3, p0_.youtube AS youtube_4, p0_.created_at AS created_at_5, p0_.updated_at AS updated_at_6, p0_.user_id AS user_id_7, p0_.category_id AS category_id_8, p0_.site_id AS site_id_9, p0_.file_id AS file_id_10 FROM post p0_ WHERE (p0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) AND (p0_.site_id = 'weszlo-com' OR p0_.site_id IS NULL) ORDER BY p0_.created_at DESC
Parameters:
[
  70
  69
  68
  67
  66
  65
  64
  63
  62
  61
  60
  59
  58
  57
  56
  55
  45
  44
  42
  41
]
0.99 ms
(5.59%)
1
SELECT DISTINCT p0_.id AS id_0, p0_.created_at AS created_at_1 FROM post p0_ WHERE (p0_.site_id = 'weszlo-com' OR p0_.site_id IS NULL) ORDER BY p0_.created_at DESC LIMIT 20
Parameters:
[]
0.51 ms
(2.88%)
1
SELECT count(p0_.id) AS sclr_0 FROM post p0_ WHERE (p0_.site_id = 'weszlo-com' OR p0_.site_id IS NULL)
Parameters:
[]
0.32 ms
(1.83%)
1
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:
[
  16
]
0.32 ms
(1.81%)
1
SELECT t0.name AS name_1, t0.token AS token_2, t0.slug AS slug_3, t0.url AS url_4 FROM site t0
Parameters:
[]
0.31 ms
(1.77%)
1
SELECT t0.name AS name_1, t0.token AS token_2, t0.slug AS slug_3, t0.url AS url_4 FROM site t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
  "weszlo-com"
]

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.

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\UserSite No errors.
App\Entity\Post No errors.
App\Entity\Category No errors.
App\Entity\Setting No errors.
App\Entity\Site No errors.
App\Entity\CustomFile No errors.
App\Entity\CustomFileType No errors.