GET https://kinkyclub.e-world-france.fr/videos/10

Query Metrics

14 Database Queries
13 Different statements
8.68 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 0.49 ms
SELECT t0.id AS id_1, t0.video_id AS video_id_2, t0.title AS title_3, t0.description AS description_4, t0.duration AS duration_5, t0.playlist_path AS playlist_path_6, t0.thumbnail_path AS thumbnail_path_7, t0.preview_path AS preview_path_8, t0.is_active AS is_active_9, t0.price AS price_10, t0.pricing_type AS pricing_type_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.sort_order AS sort_order_14, t0.views_count AS views_count_15, t0.likes_count AS likes_count_16, t0.purchases_count AS purchases_count_17, t0.comments_count AS comments_count_18, t0.linked_photo_gallery_id AS linked_photo_gallery_id_19 FROM video t0 WHERE t0.id = ?
Parameters:
[
  "10"
]
2 0.43 ms
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.title AS title_3, t0.description AS description_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.video_id AS video_id_7 FROM video_translation t0 WHERE t0.video_id = ?
Parameters:
[
  10
]
3 2.31 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.price AS price_3, t0.type AS type_4, t0.is_active AS is_active_5, t0.is_public AS is_public_6, t0.description AS description_7, t0.sort_order AS sort_order_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM subscriptions t0 INNER JOIN video_subscriptions ON t0.id = video_subscriptions.subscription_id WHERE video_subscriptions.video_id = ?
Parameters:
[
  10
]
4 1.11 ms
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.description AS description_4, t0.subscription_id AS subscription_id_5 FROM subscription_translations t0 WHERE t0.subscription_id = ?
Parameters:
[
  1
]
5 0.23 ms
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.description AS description_4, t0.subscription_id AS subscription_id_5 FROM subscription_translations t0 WHERE t0.subscription_id = ?
Parameters:
[
  3
]
6 0.32 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.main_image AS main_image_3, t0.description AS description_4, t0.is_active AS is_active_5, t0.price AS price_6, t0.pricing_type AS pricing_type_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.sort_order AS sort_order_10, t0.views_count AS views_count_11, t0.likes_count AS likes_count_12, t0.purchases_count AS purchases_count_13, t0.comments_count AS comments_count_14 FROM photo t0 WHERE t0.id = ?
Parameters:
[
  1
]
7 0.26 ms
SELECT t0.id AS id_1, t0.image_path AS image_path_2, t0.alt AS alt_3, t0.sort_order AS sort_order_4, t0.created_at AS created_at_5, t0.photo_id AS photo_id_6 FROM photo_gallery t0 WHERE t0.photo_id = ? ORDER BY t0.sort_order ASC
Parameters:
[
  1
]
8 0.25 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.image AS image_3, t0.is_active AS is_active_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.sort_order AS sort_order_7 FROM category t0 INNER JOIN video_categories ON t0.id = video_categories.category_id WHERE video_categories.video_id = ?
Parameters:
[
  10
]
9 1.71 ms
SELECT v0_.id AS id_0, v0_.video_id AS video_id_1, v0_.title AS title_2, v0_.description AS description_3, v0_.duration AS duration_4, v0_.playlist_path AS playlist_path_5, v0_.thumbnail_path AS thumbnail_path_6, v0_.preview_path AS preview_path_7, v0_.is_active AS is_active_8, v0_.price AS price_9, v0_.pricing_type AS pricing_type_10, v0_.created_at AS created_at_11, v0_.updated_at AS updated_at_12, v0_.sort_order AS sort_order_13, v0_.views_count AS views_count_14, v0_.likes_count AS likes_count_15, v0_.purchases_count AS purchases_count_16, v0_.comments_count AS comments_count_17, v1_.id AS id_18, v1_.locale AS locale_19, v1_.title AS title_20, v1_.description AS description_21, v1_.created_at AS created_at_22, v1_.updated_at AS updated_at_23, c2_.id AS id_24, c2_.title AS title_25, c2_.image AS image_26, c2_.is_active AS is_active_27, c2_.created_at AS created_at_28, c2_.updated_at AS updated_at_29, c2_.sort_order AS sort_order_30, v0_.linked_photo_gallery_id AS linked_photo_gallery_id_31, v1_.video_id AS video_id_32 FROM video v0_ LEFT JOIN video_translation v1_ ON v0_.id = v1_.video_id AND (v1_.locale = ?) LEFT JOIN video_categories v3_ ON v0_.id = v3_.video_id LEFT JOIN category c2_ ON c2_.id = v3_.category_id INNER JOIN video_categories v5_ ON v0_.id = v5_.video_id INNER JOIN category c4_ ON c4_.id = v5_.category_id WHERE c4_.id IN (?) AND v0_.id <> ? AND v0_.is_active = 1 ORDER BY v0_.views_count DESC LIMIT 6
Parameters:
[
  "fr"
  1
  10
]
10 0.24 ms
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.title AS title_3, t0.description AS description_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.category_id AS category_id_7 FROM category_translation t0 WHERE t0.category_id = ?
Parameters:
[
  1
]
11 0.30 ms
SELECT t0.id AS id_1, t0.commentable_type AS commentable_type_2, t0.commentable_id AS commentable_id_3, t0.content AS content_4, t0.is_active AS is_active_5, t0.is_moderated AS is_moderated_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.likes_count AS likes_count_9, t0.user_id AS user_id_10, t0.parent_id AS parent_id_11 FROM comments t0 WHERE t0.commentable_type = ? AND t0.commentable_id = ? AND t0.is_active = ? ORDER BY t0.created_at DESC
Parameters:
[
  "video"
  10
  1
]
12 0.43 ms
SELECT COUNT(c0_.id) AS sclr_0 FROM comments c0_ WHERE c0_.created_at >= ?
Parameters:
[
  "2026-01-22 00:00:00"
]
13 0.26 ms
SELECT COUNT(c0_.id) AS sclr_0 FROM contact_message c0_ WHERE c0_.is_read = ?
Parameters:
[
  0
]
14 0.33 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.user_id AS user_id_3, t0.video_id AS video_id_4 FROM video_likes t0 WHERE t0.video_id = ?
Parameters:
[
  10
]

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.