GET https://femboyparadise.com/post/

Query Metrics

3 Database Queries
3 Different statements
0.83 ms Query time
1 Invalid entities
11 Managed entities

Grouped Statements

Show all queries

Time Count Info
0.37 ms
(44.55%)
1
SELECT count(DISTINCT p0_.id) AS sclr_0 FROM post p0_ LEFT JOIN `user` u1_ ON p0_.user_id = u1_.id WHERE p0_.deleted_date IS NULL AND u1_.is_active = 1
Parameters:
[]
0.27 ms
(32.58%)
1
SELECT p0_.id AS id_0, p0_.title AS title_1, p0_.image AS image_2, p0_.caption AS caption_3, p0_.upload_date AS upload_date_4, p0_.deleted_date AS deleted_date_5, p0_.views AS views_6, p0_.type AS type_7, p0_.video_guid AS video_guid_8, p0_.video_duration AS video_duration_9, p0_.video_thumbnail AS video_thumbnail_10, p0_.likes AS likes_11, p0_.slug AS slug_12, p0_.redgif_id AS redgif_id_13, p0_.rating AS rating_14, u1_.id AS id_15, u1_.email AS email_16, u1_.roles AS roles_17, u1_.password AS password_18, u1_.username AS username_19, u1_.is_verified AS is_verified_20, u1_.avatar AS avatar_21, u1_.banner AS banner_22, u1_.bio AS bio_23, u1_.location AS location_24, u1_.is_active AS is_active_25, u1_.premium_until AS premium_until_26, u1_.points AS points_27, p0_.user_id AS user_id_28, u1_.rank_id AS rank_id_29 FROM post p0_ LEFT JOIN `user` u1_ ON p0_.user_id = u1_.id WHERE p0_.deleted_date IS NULL AND u1_.is_active = 1 AND p0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?) ORDER BY p0_.upload_date DESC
Parameters:
[
  27
  26
  25
  24
  22
  18
  16
  15
  11
]
0.19 ms
(22.87%)
1
SELECT DISTINCT p0_.id AS id_0, p0_.upload_date AS upload_date_1 FROM post p0_ LEFT JOIN `user` u1_ ON p0_.user_id = u1_.id WHERE p0_.deleted_date IS NULL AND u1_.is_active = 1 ORDER BY p0_.upload_date DESC LIMIT 24
Parameters:
[]

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 9
App\Entity\User 1
App\Entity\Rank 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\Rank No errors.
App\Entity\PostLike No errors.
App\Entity\Comment No errors.
App\Entity\Tag No errors.