Query Metrics

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

Grouped Statements

Show all queries

Time Count Info
0.91 ms
(29.79%)
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Ž´‹ 5s“Œ¸8NãÕ\x11°"
  b"""
    \x01޽xi\er­›”\n
    iÎ]ER
    """
  b"\x01ŽÞ›[er‰ŠV\tµå5\x06î"
  b"\x01ް\tõhp„‚á\x19„ÏdŠ•"
  b"\x01ŽÉ\x19\x17\x11qX‡\x04\x17ž\t\x13"
  b"\x01޽¸´qq\x1F¥-šyÅÀ\x14é"
  b"\x01ްSîRp峨\x03$-­Æ±"
  b"\x01ޝï5âpá’³¦¼]ð\x7F"
  b"\x01ްÉ\x7FÎrÇ»¨ÇH\f1¾×"
  b"\x01Ž·²YÇpåœA3\x1E;kÊb"
  b"""
    \x01޽›èRp—ˆs\x15T\n
    Ž×½
    """
  b"\x01ްŽQdqY®„”Ý`}•‡"
  b"\x01ŽÃqÞ$s÷¢5‘íaÔ^ý"
  b"\x01ŽÃröfs\x06¢íŸ®Šù\Ù"
  b"\x01ŽÄ\x03×årû±*àÍ_\x0Fúº"
  b"""
    \x01ޱ\n
    8\x0Fs8¥Mcý¢\x14Þù
    """
  b"\x01ŽÉV#gp¿©5\x0Fê_‹œ‘"
  b"\x01ŽÉ´s®p0Ž¡Ý\x11VÌ]\x05"
  b"\x01ŽÉÝŽnr«¤Ü\x05¸®òª\x0E"
  b"\x01ŽÉß0+sH—5\t@â™\x19"
  b"\x01ŽÉâ\tbrŽýûwÚ¦Þq"
  b"\x01ŽÎ—•rv…^þLWÔ\x06"
  b"\x01Ž×R~+p\x02µ~N«C5+G"
  b"\x01޵0€ÄpŒ›E\x13\x16{F@"
]
0.72 ms
(23.61%)
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
  "lwNtgIU"
]
0.55 ms
(18.11%)
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ŽÎ]̾rY´ÇÝ8ô…ÁÕ"
  10
  24
  0
]
0.34 ms
(11.15%)
1
SELECT `path` FROM `movie_clip_media` WHERE `clip_id` = ?
Parameters:
[
  b"\x01ŽÎ]̾rY´ÇÝ8ô…ÁÕ"
]
0.29 ms
(9.52%)
1
SELECT `lang_id`, `code`, `name`, `icon` FROM `lang`
Parameters:
[]
0.24 ms
(7.82%)
1
SELECT film_id,
           original_title,
           title,
           poster_path,
           release_year
    FROM `film`
    WHERE `film_id` = ?
Parameters:
[
  b"\x01\x05\x0Elbqò¯µë\x12|Ý.Ð"
]

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.