GET https://mizzium.com/bluvr/faceoff

Query Metrics

3 Database Queries
3 Different statements
165.09 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 1.47 ms
SELECT t0.title AS title_1, t0.dir AS dir_2, t0.description AS description_3, t0.thumbnail AS thumbnail_4, t0.updated_on AS updated_on_5, t0.path AS path_6, t0.default_tags AS default_tags_7, t0.id AS id_8, t0.nsfw AS nsfw_9 FROM bl_gallery t0 WHERE t0.path = ? LIMIT 1
Parameters:
[
  "null"
]
2 162.87 ms
SELECT b0_.height AS height_0, b0_.width AS width_1, b0_.size AS size_2, b0_.mime AS mime_3, b0_.filename AS filename_4, b0_.extension AS extension_5, b0_.tags AS tags_6, b0_.caption AS caption_7, b0_.date_added AS date_added_8, b0_.votes AS votes_9, b0_.id AS id_10, b0_.gallery_id AS gallery_id_11 FROM bl_image b0_ INNER JOIN bl_gallery b1_ ON (b0_.gallery_id = b1_.id) WHERE b1_.nsfw = ? AND b1_.id NOT IN (?, ?) ORDER BY RAND() ASC LIMIT 2
Parameters:
[
  0
  30
  16
]
3 0.75 ms
SELECT t0.title AS title_1, t0.dir AS dir_2, t0.description AS description_3, t0.thumbnail AS thumbnail_4, t0.updated_on AS updated_on_5, t0.path AS path_6, t0.default_tags AS default_tags_7, t0.id AS id_8, t0.nsfw AS nsfw_9 FROM bl_gallery t0 ORDER BY t0.nsfw ASC, t0.title ASC
Parameters:
[]

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\Gallery No errors.
App\Entity\Image No errors.
App\Entity\CommentBluvr No errors.