GET https://femboyparadise.com/tag/ling

Query Metrics

3 Database Queries
3 Different statements
6.77 ms Query time
0 Invalid entities
1 Managed entities

Grouped Statements

Show all queries

Time Count Info
6.09 ms
(90.05%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.popularity AS popularity_4, t0.last_used_at AS last_used_at_5, t0.category_id AS category_id_6 FROM tag t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
  "ling"
]
0.46 ms
(6.73%)
1
SELECT count(DISTINCT p0_.id) AS sclr_0 FROM post p0_ LEFT JOIN post_tag p2_ ON p0_.id = p2_.post_id LEFT JOIN tag t1_ ON t1_.id = p2_.tag_id WHERE t1_.id = ?
Parameters:
[
  1
]
0.22 ms
(3.22%)
1
SELECT DISTINCT p0_.id AS id_0, p0_.upload_date AS upload_date_1 FROM post p0_ LEFT JOIN post_tag p2_ ON p0_.id = p2_.post_id LEFT JOIN tag t1_ ON t1_.id = p2_.tag_id WHERE t1_.id = ? ORDER BY p0_.upload_date DESC LIMIT 20
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.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\Tag 1

Entities Mapping

Class Mapping errors
App\Entity\Tag No errors.
App\Entity\TagCategory No errors.
App\Entity\Post No errors.