Query Metrics

11 Database Queries
9 Different statements
16.86 ms Query time
0 Invalid entities
45 Managed entities

Queries

Group similar statements

# Time Info
1 1.32 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.title AS title_3, t0.content AS content_4, t0.language AS language_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.group_name AS group_name_8, t0.primary_thumbnail AS primary_thumbnail_9, t0.primary_image AS primary_image_10, t0.tags AS tags_11, t0.keywords AS keywords_12, t0.meta_description AS meta_description_13, t0.robot_tags AS robot_tags_14, t0.title_format AS title_format_15, t0.page_type AS page_type_16, t0.page_type_data AS page_type_data_17, t0.other_seo_tags AS other_seo_tags_18, t0.open_graph_tags AS open_graph_tags_19, t0.pinned AS pinned_20, t0.ranking AS ranking_21, t0.subgroup_name AS subgroup_name_22, t0.primary_thumbnail_media_file_id AS primary_thumbnail_media_file_id_23, t0.primary_image_media_file_id AS primary_image_media_file_id_24 FROM page_content t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
  "gallery"
]
2 1.28 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.is_public AS is_public_6, t0.ranking AS ranking_7 FROM photo_album t0 WHERE t0.is_public = ? ORDER BY t0.ranking ASC
Parameters:
[
  1
]
3 2.59 ms
SELECT t0.id AS id_1, t0.filename AS filename_2, t0.title AS title_3, t0.description AS description_4, t0.album_id AS album_id_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.is_public AS is_public_8, t0.is_cover_photo AS is_cover_photo_9, t0.is_compressed AS is_compressed_10, t0.original_filename AS original_filename_11, t0.storage AS storage_12, t0.meta_data AS meta_data_13, t0.ranking AS ranking_14, t0.album_id AS album_id_15 FROM photo t0 WHERE t0.is_public = ? AND t0.album_id IS NULL
Parameters:
[
  1
]
4 3.78 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.url AS url_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.album_id AS album_id_7, t0.is_public AS is_public_8, t0.album_id AS album_id_9 FROM youtube_video t0 WHERE t0.is_public = ? AND t0.album_id IS NULL
Parameters:
[
  1
]
5 1.09 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.value AS value_4 FROM setting t0 WHERE t0.type = ?
Parameters:
[
  "siteSettings"
]
6 0.91 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.language AS language_4 FROM custom_content_fields t0 WHERE t0.language = ?
Parameters:
[
  "en"
]
7 0.96 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.value AS value_4 FROM setting t0 WHERE t0.type = ?
Parameters:
[
  "logos_menus"
]
8 1.91 ms
SELECT t0.id AS id_1, t0.filename AS filename_2, t0.title AS title_3, t0.description AS description_4, t0.album_id AS album_id_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.is_public AS is_public_8, t0.is_cover_photo AS is_cover_photo_9, t0.is_compressed AS is_compressed_10, t0.original_filename AS original_filename_11, t0.storage AS storage_12, t0.meta_data AS meta_data_13, t0.ranking AS ranking_14, t0.album_id AS album_id_15 FROM photo t0 WHERE t0.album_id = ?
Parameters:
[
  18
]
9 0.91 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.url AS url_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.album_id AS album_id_7, t0.is_public AS is_public_8, t0.album_id AS album_id_9 FROM youtube_video t0 WHERE t0.album_id = ?
Parameters:
[
  18
]
10 0.98 ms
SELECT t0.id AS id_1, t0.filename AS filename_2, t0.title AS title_3, t0.description AS description_4, t0.album_id AS album_id_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.is_public AS is_public_8, t0.is_cover_photo AS is_cover_photo_9, t0.is_compressed AS is_compressed_10, t0.original_filename AS original_filename_11, t0.storage AS storage_12, t0.meta_data AS meta_data_13, t0.ranking AS ranking_14, t0.album_id AS album_id_15 FROM photo t0 WHERE t0.album_id = ?
Parameters:
[
  19
]
11 1.14 ms
SELECT p0_.name AS name_0, p0_.title AS title_1 FROM page_content p0_ WHERE p0_.group_name = ?
Parameters:
[
  "products"
]

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
App\Entity\Photo 23
App\Entity\CustomContentFields 10
App\Entity\Setting 7
App\Entity\PhotoAlbum 2
App\Entity\YoutubeVideo 2
App\Entity\PageContent 1

Entities Mapping

Class Mapping errors
App\Entity\PageContent No errors.
App\Entity\MediaFile No errors.
App\Entity\PageDownload No errors.
App\Entity\PhotoAlbum No errors.
App\Entity\Photo No errors.
App\Entity\YoutubeVideo No errors.
App\Entity\Setting No errors.
App\Entity\CustomContentFields No errors.