https://share-nude.com/p/lea-elui/83

Query Metrics

12 Database Queries
12 Different statements
202.30 ms Query time
2 Invalid entities

Grouped Statements

Show all queries

Time Count Info
19.95 ms
(9.86%)
1
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.created_at AS created_at_3, t0.actif AS actif_4, t0.views AS views_5, t0.webp AS webp_6, t0.webp_large AS webp_large_7, t0.ip AS ip_8, t0.influencer_id AS influencer_id_9, t0.user_id AS user_id_10 FROM photo t0 WHERE t0.id = ?
Parameters:
[
  "83"
]
19.72 ms
(9.75%)
1
INSERT INTO trend (created_at, photo_id) VALUES (?, ?)
Parameters:
[
  "2026-04-03 23:32:02"
  83
]
19.71 ms
(9.74%)
1
UPDATE photo SET views = ? WHERE id = ?
Parameters:
[
  4517
  83
]
18.95 ms
(9.37%)
1
"START TRANSACTION"
Parameters:
[]
18.27 ms
(9.03%)
1
SELECT count(DISTINCT p0_.id) AS sclr_0 FROM photo p0_ INNER JOIN influencer i1_ ON p0_.influencer_id = i1_.id WHERE p0_.actif = ? AND i1_.id = ? AND p0_.id <> ? GROUP BY p0_.id
Parameters:
[
  1
  33
  83
]
17.47 ms
(8.63%)
1
SELECT t0.id AS id_1, t0.comment AS comment_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.user_id AS user_id_5, t0.photo_id AS photo_id_6, t0.influencer_id AS influencer_id_7, t0.video_id AS video_id_8, t0.to_user_id AS to_user_id_9 FROM comment t0 WHERE t0.photo_id = ? ORDER BY t0.created_at DESC
Parameters:
[
  83
]
15.46 ms
(7.64%)
1
SELECT p0_.id AS id_0, p0_.slug AS slug_1, p0_.views AS views_2, p0_.created_at AS created_at_3, p0_.webp AS webp_4, i1_.slug AS slug_5, i1_.name AS name_6 FROM photo p0_ INNER JOIN influencer i1_ ON p0_.influencer_id = i1_.id WHERE p0_.actif = ? AND i1_.id = ? AND p0_.id <> ? AND p0_.id IN (?, ?, ?, ?) GROUP BY p0_.id ORDER BY p0_.created_at DESC
Parameters:
[
  1
  33
  83
  35880
  42324
  42659
  51166
]
15.24 ms
(7.53%)
1
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.created_at AS created_at_3, t0.actif AS actif_4, t0.views AS views_5, t0.webp AS webp_6, t0.webp_large AS webp_large_7, t0.ip AS ip_8, t0.influencer_id AS influencer_id_9, t0.user_id AS user_id_10 FROM photo t0 WHERE t0.influencer_id = ?
Parameters:
[
  33
]
15.04 ms
(7.44%)
1
SELECT DISTINCT p0_.id AS id_0, p0_.created_at AS created_at_1 FROM photo p0_ INNER JOIN influencer i1_ ON p0_.influencer_id = i1_.id WHERE p0_.actif = ? AND i1_.id = ? AND p0_.id <> ? GROUP BY p0_.id ORDER BY p0_.created_at DESC LIMIT 4
Parameters:
[
  1
  33
  83
]
14.55 ms
(7.19%)
1
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.created_at AS created_at_6, t0.last_login AS last_login_7, t0.ip AS ip_8, t0.country AS country_9, t0.bio AS bio_10, t0.picture AS picture_11, t0.newsletter AS newsletter_12, t0.mail_notification AS mail_notification_13, t0.trust_level AS trust_level_14, t0.upload_count AS upload_count_15, t0.approved_count AS approved_count_16, t0.rejected_count AS rejected_count_17, t0.last_upload_date AS last_upload_date_18, t0.daily_upload_count AS daily_upload_count_19, t0.banned AS banned_20 FROM `user` t0 WHERE t0.id = ?
Parameters:
[
  10
]
14.13 ms
(6.98%)
1
"COMMIT"
Parameters:
[]
13.80 ms
(6.82%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.slug AS slug_4, t0.age AS age_5, t0.country AS country_6, t0.instagram AS instagram_7, t0.onlyfans AS onlyfans_8, t0.mym AS mym_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.actif AS actif_12, t0.chaturbate AS chaturbate_13, t0.stripchat AS stripchat_14, t0.fansly AS fansly_15, t0.patreon AS patreon_16, t0.swame AS swame_17, t0.main_photo_id AS main_photo_id_18 FROM influencer t0 WHERE t0.id = ?
Parameters:
[
  33
]

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\Photo No errors.
App\Entity\Influencer
  • The association App\Entity\Influencer#comments refers to the owning side field App\Entity\Comment#influencer_id which does not exist.
App\Entity\User No errors.
App\Entity\PhotoLike No errors.
App\Entity\Comment
  • The mappings App\Entity\Comment#influencer and App\Entity\Influencer#comments are inconsistent with each other.
App\Entity\Trend No errors.
App\Entity\Video No errors.
App\Entity\InfluencerFollower No errors.
App\Entity\Notification No errors.