https://test.uchideri.com/index.php/news

Query Metrics

3 Database Queries
3 Different statements
10.29 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
8.40 ms
(81.60%)
1
SELECT count(DISTINCT p0_.id) AS sclr_0 FROM post p0_ WHERE p0_.to_user = 1 AND p0_.published_at <= ?
Parameters:
[
  "2026-04-23 05:16:20"
]
1.00 ms
(9.68%)
1
SELECT p0_.id AS id_0, p0_.title AS title_1, p0_.published_at AS published_at_2, p0_.content AS content_3, p0_.email_sent_at AS email_sent_at_4, p0_.to_user AS to_user_5, p0_.to_shop AS to_shop_6, p0_.image AS image_7, p0_.created_at AS created_at_8, p0_.updated_at AS updated_at_9 FROM post p0_ WHERE p0_.to_user = 1 AND p0_.published_at <= ? AND p0_.id IN (?) ORDER BY p0_.published_at DESC
Parameters:
[
  "2026-04-23 05:16:20"
  [
    6
  ]
]
0.90 ms
(8.72%)
1
SELECT DISTINCT p0_.id AS id_0, p0_.published_at AS published_at_1 FROM post p0_ WHERE p0_.to_user = 1 AND p0_.published_at <= ? ORDER BY p0_.published_at DESC LIMIT 20
Parameters:
[
  "2026-04-23 05:16:20"
]

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\Post No errors.