Query Metrics

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

Queries

Group similar statements

# Time Info
1 0.43 ms
SELECT `lang_id`, `code`, `name`, `icon` FROM `lang`
Parameters:
[]
2 0.86 ms
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
  "u7_rYCj"
]
3 0.40 ms
SELECT `path` FROM `movie_clip_media` WHERE `clip_id` = ?
Parameters:
[
  b"\x01ްt\x17†s†=@C\rꟺ"
]
4 0.19 ms
SELECT film_id,
           original_title,
           title,
           poster_path,
           release_year
    FROM `film`
    WHERE `film_id` = ?
Parameters:
[
  b"\x01\x05\r6Óp”šªçÍ^‹V!"
]
5 0.49 ms
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ްt\x17†s†=@C\rꟺ"
  10
  24
  0
]
6 0.95 ms
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ްt6\x16rÝ—o¾ž\x01qd¿"
  b"\x01ްsø«q’º§ºC)\x01Ëâ"
  b"\x01ްsÑ¿s°«+è’n:ê"
  b"\x01ްsÂÏsk E\x1FÔô¼!"
  b"\x01ްsž\x0EqIšÚ—†¢ÓV´"
  b"\x01ްsyísm\eß´òŸä0"
  b"\x01ްs@ªs ¾¯3^\x16­\x10r"
  b"\x01ŽÃ\x7FqTp3Ž%\x1C_J\x14â"
  b"\x01ŽÃ€]fr©¤\x01ÓF Dõ´"
  b"\x01ŽÃ€ÆÐr9¾…½XøÖ\x1A"
  b"\x01ŽÃNªpÞ¦5ú[¾štA"
  b"\x01ŽÃªÕq­Ž%'nNµ.\x05"
  b"\x01ŽÃ€\x00XrX½Ÿ‰EF¬\x12\x10"
  b"\x01ް\x027Ðqa‘ÿ…\x03ÔÁÿŽ"
  b"\x01ްÚ{Zqјu™ÚBiM"
  b"\x01ޝ«Ê\x16p뻕 ³H¨h‹"
  b"\x01ŽÎTÇZsvЬº”hêTÙ"
  b"\x01ްã\x12ÖqЖBa\tzŽ#½"
  b"\x01ްÉ-Sqq·­Ÿ²Ùº¾æ"
  b"\x01ޝ³³\x0EqÒ¾\x03W±a™§0"
  b"\x01ޝ¿×Us"©z‘g´_ "
  b"\x01ޝ¿¸ÜsC‡ëI*“kLÙ"
  b"\x01ޝ¿Œ­r\eˆ½”5\x13PS\x1D"
  b"\x01ޝ¿u5rŸ¨<\x19+6›•"
]

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.