Query Metrics

51 Database Queries
12 Different statements
23.75 ms Query time
1 Invalid entities

Grouped Statements

Show all queries

Time Count Info
12.74 ms
(53.62%)
1
SELECT t0.id AS id_1, t0.title AS title_2, t0.content AS content_3, t0.type AS type_4, t0.align_content AS align_content_5, t0.align_title AS align_title_6, t0.header_icon AS header_icon_7, t0.header_icon_color AS header_icon_color_8, t0.background_containment AS background_containment_9, t0.content_containment AS content_containment_10, t0.background_color AS background_color_11, t0.text_color AS text_color_12, t0.image_data AS image_data_13, t0.image_file_type AS image_file_type_14, t0.image_file_name AS image_file_name_15, t0.youtube_urls AS youtube_urls_16, t0.title_color AS title_color_17, t0.content_padding_top AS content_padding_top_18, t0.content_padding_bottom AS content_padding_bottom_19, t0.content_padding_right AS content_padding_right_20, t0.content_padding_left AS content_padding_left_21, t0.title_animation AS title_animation_22, t0.content_animation AS content_animation_23, t0.banner_opacity AS banner_opacity_24, t0.slider_ratio AS slider_ratio_25, t0.deleted AS deleted_26, t0.sorting_rank AS sorting_rank_27, t0.page_id AS page_id_28, t0.title_font_id AS title_font_id_29, t0.content_font_id AS content_font_id_30 FROM page_section t0 WHERE t0.page_id = ? AND t0.deleted = ? ORDER BY t0.sorting_rank ASC
Parameters:
[
  1
  0
]
5.03 ms
(21.17%)
28
SELECT t0.id AS id_1, t0.source AS source_2, t0.name AS name_3, t0.last_update AS last_update_4, t0.backup1 AS backup1_5, t0.backup1_date AS backup1_date_6, t0.backup2 AS backup2_7, t0.backup2_date AS backup2_date_8, t0.style AS style_9, t0.location AS location_10, t0.can_delete AS can_delete_11 FROM template t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
  "business/index.html.twig"
]
2.40 ms
(10.12%)
8
SELECT t0.id AS id_1, t0.opt AS opt_2, t0.data AS data_3, t0.type AS type_4, t0.options AS options_5 FROM setting t0
Parameters:
[]
0.80 ms
(3.36%)
4
SELECT t0.id AS id_1, t0.name AS name_2, t0.title AS title_3, t0.body AS body_4, t0.keywords AS keywords_5, t0.description AS description_6, t0.url AS url_7, t0.target AS target_8, t0.is_home AS is_home_9, t0.is_published AS is_published_10, t0.css AS css_11, t0.header_twig AS header_twig_12, t0.footer_twig AS footer_twig_13, t0.sorting_rank AS sorting_rank_14, t0.menu_id AS menu_id_15 FROM page t0 WHERE t0.menu_id = ?
Parameters:
[
  1
]
0.65 ms
(2.74%)
1
SELECT TABLE_NAME
FROM information_schema.TABLES
WHERE TABLE_SCHEMA = ?
  AND TABLE_TYPE = 'BASE TABLE'
ORDER BY TABLE_NAME
Parameters:
[
  "phcom_db"
]
0.44 ms
(1.86%)
2
SELECT t0.id AS id_1, t0.name AS name_2, t0.location AS location_3, t0.file_data AS file_data_4, t0.file_type AS file_type_5, t0.file_name AS file_name_6, t0.sorting_rank AS sorting_rank_7, t0.parent_id AS parent_id_8 FROM menu t0 WHERE t0.parent_id IS NULL AND t0.location = ?
Parameters:
[
  "top"
]
0.40 ms
(1.68%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.title AS title_3, t0.body AS body_4, t0.keywords AS keywords_5, t0.description AS description_6, t0.url AS url_7, t0.target AS target_8, t0.is_home AS is_home_9, t0.is_published AS is_published_10, t0.css AS css_11, t0.header_twig AS header_twig_12, t0.footer_twig AS footer_twig_13, t0.sorting_rank AS sorting_rank_14, t0.menu_id AS menu_id_15 FROM page t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
  "Home"
]
0.34 ms
(1.42%)
2
SELECT DATABASE()
Parameters:
[]
0.30 ms
(1.25%)
1
SELECT t0.id AS id_1, t0.header AS header_2, t0.body AS body_3, t0.file_data AS file_data_4, t0.file_name AS file_name_5, t0.file_type AS file_type_6, t0.url AS url_7, t0.sorting_rank AS sorting_rank_8 FROM section t0
Parameters:
[]
0.25 ms
(1.04%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.rank AS rank_3 FROM album t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
  "1"
]
0.23 ms
(0.99%)
1
SELECT t0.id AS id_1, t0.header AS header_2, t0.description AS description_3, t0.url AS url_4, t0.filedata AS filedata_5, t0.filetype AS filetype_6, t0.filename AS filename_7 FROM scroller t0
Parameters:
[]
0.18 ms
(0.76%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.parent AS parent_3 FROM pro_cat t0 WHERE t0.parent = ?
Parameters:
[
  "0"
]

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\Setting No errors.
App\Entity\Scroller No errors.
App\Entity\Page No errors.
App\Entity\Menu No errors.
App\Entity\PageSection
  • The mappings App\Entity\PageSection#contentFont and App\Entity\Gfont#pageSections are inconsistent with each other.
App\Entity\Gfont No errors.
App\Entity\PageSectionImages No errors.
App\Entity\Album No errors.
App\Entity\Template No errors.
App\Entity\ProCat No errors.
App\Entity\Section No errors.