Query Metrics

13 Database Queries
4 Different statements
3.29 ms Query time
1 Invalid entities

Grouped Statements

Show all queries

Time Count Info
1.74 ms
(52.80%)
9
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/page.html.twig"
]
0.59 ms
(17.86%)
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.id = ? LIMIT 1
Parameters:
[
  "14"
]
0.53 ms
(16.10%)
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:
[
  14
  0
]
0.44 ms
(13.24%)
2
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:
[]

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\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\Template No errors.
App\Entity\Setting No errors.