Query Metrics

12 Database Queries
8 Different statements
2.45 ms Query time
0 Invalid entities
13 Managed entities

Queries

Group similar statements

# Time Info
1 0.19 ms
SELECT u0_.id AS id_0, u0_.full_name AS full_name_1, u0_.username AS username_2, u0_.email AS email_3, u0_.password AS password_4, u0_.roles AS roles_5, u0_.bio AS bio_6, u0_.website AS website_7, u0_.twitter_handle AS twitter_handle_8, u0_.is_verified AS is_verified_9, u0_.last_login_at AS last_login_at_10 FROM user u0_ WHERE u0_.id IN (?)
Parameters:
[
  "6"
]
2 0.35 ms
SELECT DISTINCT p0_.id AS id_0, p0_.published_at AS published_at_1 FROM post p0_ WHERE p0_.author_id = (?) ORDER BY p0_.published_at DESC LIMIT 20
Parameters:
[
  6
]
3 0.22 ms
SELECT p0_.id AS id_0, p0_.title AS title_1, p0_.slug AS slug_2, p0_.summary AS summary_3, p0_.content AS content_4, p0_.published_at AS published_at_5, p0_.status AS status_6, p0_.featured_image AS featured_image_7, p0_.scheduled_at AS scheduled_at_8, p0_.view_count AS view_count_9, p0_.is_featured AS is_featured_10, p0_.series_position AS series_position_11, p0_.author_id AS author_id_12, p0_.category_id AS category_id_13, p0_.series_id AS series_id_14 FROM post p0_ WHERE p0_.author_id = (?) AND p0_.id IN (?, ?, ?, ?, ?, ?) ORDER BY p0_.published_at DESC
Parameters:
[
  6
  1
  45
  2
  4
  3
  46
]
4 0.14 ms
SELECT count(*) AS sclr_0 FROM post p0_ WHERE p0_.author_id = (?)
Parameters:
[
  6
]
5 0.15 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.color AS color_5, t0.icon AS icon_6, t0.position AS position_7, t0.created_at AS created_at_8 FROM category t0 WHERE t0.id = ?
Parameters:
[
  4
]
6 0.12 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.color AS color_5, t0.icon AS icon_6, t0.position AS position_7, t0.created_at AS created_at_8 FROM category t0 WHERE t0.id = ?
Parameters:
[
  6
]
7 0.23 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.color AS color_5, t0.icon AS icon_6, t0.position AS position_7, t0.created_at AS created_at_8 FROM category t0 WHERE t0.id = ?
Parameters:
[
  5
]
8 0.15 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.color AS color_5, t0.icon AS icon_6, t0.position AS position_7, t0.created_at AS created_at_8 FROM category t0 WHERE t0.id = ?
Parameters:
[
  1
]
9 0.13 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.color AS color_5, t0.icon AS icon_6, t0.position AS position_7, t0.created_at AS created_at_8 FROM category t0 WHERE t0.id = ?
Parameters:
[
  2
]
10 0.48 ms
SELECT COUNT(*) FROM post t0 WHERE t0.status = ?
Parameters:
[
  "draft"
]
11 0.15 ms
SELECT COUNT(*) FROM comment t0 WHERE t0.status = ?
Parameters:
[
  "pending"
]
12 0.15 ms
SELECT COUNT(*) FROM subscriber t0 WHERE t0.is_confirmed = ?
Parameters:
[
  0
]

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\Post 6
App\Entity\Category 5
App\Entity\User 1
App\Entity\Series 1

Entities Mapping

Class Mapping errors
App\Entity\Post No errors.
App\Entity\User No errors.
App\Entity\Category No errors.
App\Entity\Tag No errors.
App\Entity\Comment No errors.
App\Entity\Series No errors.
App\Entity\Subscriber No errors.