GET https://femissimi.chingov.ssft.me/questions

Query Metrics

15 Database Queries
5 Different statements
17.82 ms Query time
0 Invalid entities
14 Managed entities

Grouped Statements

Show all queries

Time Count Info
9.82 ms
(55.11%)
10
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "1"
  "bg"
  "App\Entity\Faq"
]
2.97 ms
(16.66%)
1
SELECT f0_.id AS id_0, f0_.question AS question_1, f0_.answer AS answer_2, f0_.created_at AS created_at_3, f0_.updated_at AS updated_at_4, f0_.position_index AS position_index_5, f0_.start_date AS start_date_6, f0_.end_date AS end_date_7 FROM faq f0_ WHERE (f0_.start_date IS NULL OR f0_.start_date <= ?) AND (f0_.end_date IS NULL OR f0_.end_date >= ?) ORDER BY f0_.position_index ASC
Parameters:
[
  "2026-06-13 00:00:00"
  "2026-06-13 00:00:00"
]
2.54 ms
(14.23%)
2
SELECT m0_.id AS id_0, m0_.data AS data_1, m0_.name AS name_2, m0_.slug AS slug_3, m0_.description AS description_4, m0_.created_at AS created_at_5, m0_.updated_at AS updated_at_6, m0_.position_index AS position_index_7, m0_.page_id AS page_id_8, m0_.module_id AS module_id_9 FROM module_item m0_ WHERE m0_.name IS NOT NULL AND (m0_.name = ? OR m0_.description = ?) ORDER BY m0_.name ASC LIMIT 1
Parameters:
[
  "Header"
  "Header"
]
1.46 ms
(8.20%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.ui_label AS ui_label_3, t0.value AS value_4, t0.readonly AS readonly_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7 FROM setting t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
  "default_from_email"
]
1.03 ms
(5.79%)
1
SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.ui_label AS ui_label_2, s0_.value AS value_3, s0_.readonly AS readonly_4, s0_.created_at AS created_at_5, s0_.updated_at AS updated_at_6 FROM setting s0_ WHERE s0_.name = ? LIMIT 1
Parameters:
[
  "google_recaptcha_api_key"
]

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\Faq 10
App\Entity\Setting 2
App\Entity\ModuleItem 2

Entities Mapping