GET https://spmvc.saalahmed.me/posts?page=1

Query Metrics

9 Database Queries
4 Different statements
2.89 ms Query time
0 Invalid entities
9 Managed entities

Grouped Statements

Show all queries

Time Count Info
1.12 ms
(38.67%)
6
SELECT t0.id AS id_1, t0.content AS content_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.is_approved AS is_approved_5, t0.author_id AS author_id_6, t0.post_id AS post_id_7, t0.updated_by_id AS updated_by_id_8 FROM comment t0 WHERE t0.post_id = ?
Parameters:
[
  14
]
0.91 ms
(31.34%)
1
SELECT count(DISTINCT p0_.id) AS sclr_0 FROM post p0_ WHERE p0_.is_published = ? AND p0_.post_at <= ?
Parameters:
[
  1
  "2026-01-11 10:02:15"
]
0.50 ms
(17.17%)
1
SELECT p0_.id AS id_0, p0_.title AS title_1, p0_.content AS content_2, p0_.featured_image AS featured_image_3, p0_.created_at AS created_at_4, p0_.updated_at AS updated_at_5, p0_.post_at AS post_at_6, p0_.is_published AS is_published_7, p0_.author_id AS author_id_8, p0_.updated_by_id AS updated_by_id_9 FROM post p0_ WHERE p0_.is_published = ? AND p0_.post_at <= ? AND p0_.id IN (?, ?, ?, ?, ?, ?) ORDER BY p0_.post_at DESC
Parameters:
[
  1
  "2026-01-11 10:02:15"
  14
  12
  11
  10
  9
  8
]
0.37 ms
(12.82%)
1
SELECT DISTINCT p0_.id AS id_0, p0_.post_at AS post_at_1 FROM post p0_ WHERE p0_.is_published = ? AND p0_.post_at <= ? ORDER BY p0_.post_at DESC LIMIT 6
Parameters:
[
  1
  "2026-01-11 10:02:15"
]

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\User 2
App\Entity\Comment 1

Entities Mapping

Class Mapping errors
App\Entity\Post No errors.
App\Entity\User No errors.
App\Entity\Comment No errors.