Query Metrics

6 Database Queries
6 Different statements
2.89 ms Query time
0 Invalid entities
0 Managed entities

Grouped Statements

Show all queries

Time Count Info
0.88 ms
(30.49%)
1
SELECT mc.clip_id, mc.film_id, mc.public_key, mc.thumb_path, mc.preview_path, mc.duration, mc.quality, mc.is_vertical, mc.likes, mc.dislikes, mc.views, mc.status, mc.published_at, f1.title as film_title, f1.original_title as film_original_title, f1.poster_path as film_poster_path, f1.release_year as film_release_year, IFNULL(r.title, f.title) as title FROM movie_clip mc LEFT JOIN movie_clip_translation f ON mc.clip_id = f.clip_id AND f.lang_id=? LEFT JOIN film f1 ON mc.film_id = f1.film_id LEFT JOIN movie_clip_translation r ON mc.clip_id = r.clip_id  AND r.lang_id=? WHERE mc.clip_id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  1
  2
  b"\x01ްXyÕp\x15¨Lg\x07/@!·"
  b"\x01ް3™ñsxWâ2̉|Q"
  b"\x01ް3‡±sþ»|H\x19–YÀ\x17"
  b"\x01ް1,Äq]£.\x1A\x1Eá³gÏ"
  b"\x01ް3XCpÀ”^ùz¡(NÖ"
  b"\x01ް3C©qáŒmiM°üÒ_"
  b"\x01ް2LËr¡·Ojw·|"Y"
  b"\x01ް2döpX®a\x07\x05¬ÿ-f"
  b"\x01ް3\x14Spž6Ëø\x1CrŽ6"
  b"\x01ް2§Jsä¦4B@„xþ\t"
  b"\x01ް3t!sFôMØ{œJð"
  b"\x01ް2ýÇr3²\x04c[¢3#}"
  b"\x01ް2äNq\f‡—ìÊ\x18\fÿ/"
  b"\x01ް2Îòqê¦ðÒT\x11ñ\v"
  b"\x01ް2º&q\x0F®\x1D»»¢® ï"
  b"\x01ް2“\x03rIºùœl~u\tz"
  b"\x01ް2|erÊ“\x1C)ïŸ\x1D=#"
  b"\x01ް298pw™\x0F`¾ð\x1A\x00"
  b"\x01ް2'»pH‰¡wÚ’J0\x16"
  b"\x01ް1\x16!r\v¨#*WT‹2½"
  b"\x01ް)\rTsð¢,\x10<Vÿ\x19Q"
  b"\x01ް)Þ\x02r» Œ«‚oÔ¤†"
  b"\x01ް)•çp\x15£\x05h;÷Rãò"
  b"\x01ް)Y,rj¯çÛv|Öï¾"
]
0.67 ms
(23.09%)
1
SELECT mc.clip_id, mc.user_id, mc.film_id, mc.public_key, mc.thumb_path, mc.preview_path, mc.duration, mc.quality, mc.is_vertical, mc.likes, mc.dislikes, mc.views, mc.status, mc.published_at, u.username, IFNULL(r.title, f.title) as title, IFNULL(r.description, f.description) as description FROM movie_clip mc LEFT JOIN movie_clip_translation f ON mc.clip_id = f.clip_id AND f.lang_id=? LEFT JOIN user u ON mc.user_id = u.user_id LEFT JOIN movie_clip_translation r ON mc.clip_id = r.clip_id  AND r.lang_id=? WHERE mc.public_key = ? LIMIT 1
Parameters:
[
  1
  2
  "WHvD7lE"
]
0.42 ms
(14.40%)
1
SELECT `mchr`.`related_id`
                FROM `movie_clip_has_related` as `mchr`
                LEFT JOIN `movie_clip` as `mc` USING (`clip_id`)
                WHERE `mchr`.`clip_id` = ? AND `mc`.`status` = ?
                ORDER BY `mchr`.`relevance` DESC
                LIMIT ?
                OFFSET ?
Parameters:
[
  b"\x01ް3.£pð˜}Lš)~€{"
  10
  24
  0
]
0.38 ms
(13.16%)
1
SELECT `path` FROM `movie_clip_media` WHERE `clip_id` = ?
Parameters:
[
  b"\x01ް3.£pð˜}Lš)~€{"
]
0.34 ms
(11.69%)
1
SELECT `lang_id`, `code`, `name`, `icon` FROM `lang`
Parameters:
[]
0.21 ms
(7.16%)
1
SELECT film_id,
           original_title,
           title,
           poster_path,
           release_year
    FROM `film`
    WHERE `film_id` = ?
Parameters:
[
  b"\x01\x05\fè\x1Dr~ºI´V,†ß™"
]

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

Entities Mapping

No loaded entities.