GET https://femboyparadise.com/sitemap.xml

Query Metrics

3 Database Queries
3 Different statements
7.50 ms Query time
1 Invalid entities
23 Managed entities

Queries

Group similar statements

# Time Info
1 7.12 ms
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, p0_.user_id AS user_id_15 FROM post p0_ LEFT JOIN `user` u1_ ON p0_.user_id = u1_.id WHERE p0_.deleted_date IS NULL AND p0_.rating <> ? AND u1_.is_active = 1 ORDER BY p0_.upload_date DESC
Parameters:
[
  "explicit"
]
2 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
Parameters:
[]
3 0.16 ms
SELECT u0_.id AS id_0, u0_.email AS email_1, u0_.roles AS roles_2, u0_.password AS password_3, u0_.username AS username_4, u0_.is_verified AS is_verified_5, u0_.avatar AS avatar_6, u0_.banner AS banner_7, u0_.bio AS bio_8, u0_.location AS location_9, u0_.is_active AS is_active_10, u0_.premium_until AS premium_until_11, u0_.points AS points_12, u0_.rank_id AS rank_id_13 FROM `user` u0_ WHERE u0_.is_active = 1 ORDER BY u0_.id ASC
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 8
App\Entity\User 8
App\Entity\Tag 6
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\PostLike No errors.
App\Entity\Comment No errors.
App\Entity\Tag No errors.
App\Entity\TagCategory No errors.
App\Entity\Rank No errors.