GET https://test.karaokekoning.nl/faq

Query Metrics

30 Database Queries
4 Different statements
13.71 ms Query time
2 Invalid entities
44 Managed entities

Grouped Statements

Show all queries

Time Count Info
7.24 ms
(52.83%)
18
SELECT t0.id AS id_1, t0.path AS path_2, t0.value AS value_3 FROM framework_settings t0 WHERE t0.path = ? LIMIT 1
Parameters:
[
  "general\company"
]
4.03 ms
(29.39%)
7
SELECT t0.id AS id_1, t0.question AS question_2, t0.answer AS answer_3, t0.header_id AS header_id_4 FROM faq_qa t0 WHERE t0.header_id = ?
Parameters:
[
  3
]
1.42 ms
(10.36%)
3
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description_short AS description_short_4, t0.description1 AS description1_5, t0.price AS price_6, t0.image AS image_7, t0.seo_title AS seo_title_8, t0.seo_description AS seo_description_9, t0.seo_keywords AS seo_keywords_10, t0.pax AS pax_11, t0.usps AS usps_12, t0.badge AS badge_13, t0.features AS features_14, t0.description2 AS description2_15 FROM products t0 WHERE t0.id = ?
Parameters:
[
  1
]
1.02 ms
(7.42%)
2
SELECT t0.id AS id_1, t0.name AS name_2, t0.sort AS sort_3 FROM faq_headers 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.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\FaqQA 27
App\Entity\FaqHeaders 7
App\Entity\FrameworkSettings 7
App\Entity\Products 3

Entities Mapping

Class Mapping errors
App\Entity\FaqHeaders
  • The mappings App\Entity\FaqHeaders#questions and App\Entity\FaqQA#header are inconsistent with each other.
App\Entity\FaqQA
  • The association App\Entity\FaqQA#header refers to the inverse side field App\Entity\FaqHeaders#Questions which does not exist.
App\Entity\FrameworkSettings No errors.
App\Entity\Products No errors.
App\Entity\ProductsSpecs No errors.
App\Entity\ProductsFaq No errors.