Query Metrics

31 Database Queries
7 Different statements
13.27 ms Query time
1 Invalid entities

Grouped Statements

Show all queries

Time Count Info
6.09 ms
(45.89%)
16
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/enquiry.html.twig"
]
2.00 ms
(15.05%)
6
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:
[]
1.89 ms
(14.22%)
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
]
1.54 ms
(11.61%)
1
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.78 ms
(5.90%)
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"
]
0.59 ms
(4.45%)
1
SELECT TABLE_NAME
FROM information_schema.TABLES
WHERE TABLE_SCHEMA = ?
  AND TABLE_TYPE = 'BASE TABLE'
ORDER BY TABLE_NAME
Parameters:
[
  "phcom_db"
]
0.38 ms
(2.89%)
2
SELECT DATABASE()
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\Setting No errors.
App\Entity\Template No errors.
App\Entity\Menu No errors.
App\Entity\Page No errors.
App\Entity\PageSection
  • The mappings App\Entity\PageSection#contentFont and App\Entity\Gfont#pageSections are inconsistent with each other.
App\Entity\ProCat No errors.