GET https://femboyparadise.com/post/cute

Query Metrics

8 Database Queries
8 Different statements
1.15 ms Query time
1 Invalid entities
4 Managed entities

Queries

Group similar statements

# Time Info
1 0.27 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.image AS image_3, t0.caption AS caption_4, t0.upload_date AS upload_date_5, t0.deleted_date AS deleted_date_6, t0.views AS views_7, t0.type AS type_8, t0.video_guid AS video_guid_9, t0.video_duration AS video_duration_10, t0.video_thumbnail AS video_thumbnail_11, t0.likes AS likes_12, t0.slug AS slug_13, t0.redgif_id AS redgif_id_14, t0.user_id AS user_id_15 FROM post t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
  "cute"
]
2 0.07 ms
"START TRANSACTION"
Parameters:
[]
3 0.15 ms
UPDATE post SET views = ? WHERE id = ?
Parameters:
[
  130
  16
]
4 0.06 ms
"COMMIT"
Parameters:
[]
5 0.22 ms
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 INNER JOIN post_tag ON t0.id = post_tag.tag_id WHERE post_tag.post_id = ?
Parameters:
[
  16
]
6 0.12 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.post_id AS post_id_3, t0.user_id AS user_id_4 FROM post_like t0 WHERE t0.post_id = ?
Parameters:
[
  16
]
7 0.12 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.username AS username_5, t0.is_verified AS is_verified_6 FROM `user` t0 WHERE t0.id = ?
Parameters:
[
  5
]
8 0.15 ms
SELECT t0.id AS id_1, t0.content AS content_2, t0.created_at AS created_at_3, t0.post_id AS post_id_4, t0.user_id AS user_id_5 FROM comment t0 WHERE t0.post_id = ?
Parameters:
[
  16
]

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

Entities Mapping

Class Mapping errors
App\Entity\Post No errors.
App\Entity\User
  • The field App\Entity\User#likedPostsCollection is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\PostLike#user does not contain the required 'inversedBy: "likedPostsCollection"' attribute.
App\Entity\PostLike No errors.
App\Entity\Comment No errors.
App\Entity\Tag No errors.
App\Entity\TagCategory No errors.