https://178.62.245.122/?XDEBUG_SESSION_START=phpstorm

Query Metrics

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

Grouped Statements

Show all queries

Time Count Info
2.07 ms
(64.46%)
1
SELECT count(DISTINCT p0_.id) AS sclr_0 FROM posts p0_ WHERE p0_.status = ?
Parameters:
[
  1
]
0.63 ms
(19.65%)
1
SELECT p0_.id AS id_0, p0_.title AS title_1, p0_.thumbnail AS thumbnail_2, p0_.video AS video_3, p0_.excerpt AS excerpt_4, p0_.status AS status_5, p0_.created_at AS created_at_6, p0_.updated_at AS updated_at_7 FROM posts p0_ WHERE p0_.status = ? AND p0_.id IN (?) ORDER BY p0_.id DESC
Parameters:
[
  1
  [
    "92"
    "91"
    "89"
    "87"
    "86"
    "85"
    "84"
    "83"
    "82"
    "81"
  ]
]
0.51 ms
(15.88%)
1
SELECT DISTINCT p0_.id AS id_0, p0_.id AS id_1 FROM posts p0_ WHERE p0_.status = ? ORDER BY p0_.id DESC LIMIT 10
Parameters:
[
  1
]

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.
App\Entity\PostContent No errors.