Query Metrics
4
Database Queries
4
Different statements
0.73 ms
Query time
0
Invalid entities
0
Managed entities
Queries
| #▲ | Time | Info | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 0.18 ms |
SELECT r0_.id AS id_0, r0_.source_path AS source_path_1, r0_.target_path AS target_path_2, r0_.status_code AS status_code_3, r0_.is_active AS is_active_4, r0_.is_regex AS is_regex_5, r0_.hit_count AS hit_count_6, r0_.note AS note_7, r0_.created_at AS created_at_8, r0_.last_hit_at AS last_hit_at_9 FROM redirect r0_ WHERE r0_.source_path = ? AND r0_.is_active = 1 AND r0_.is_regex = 0 LIMIT 1
Parameters:
[
"/robots.txt"
]
|
||||||||||||||||||||||||||||||
| 2 | 0.10 ms |
SELECT r0_.id AS id_0, r0_.source_path AS source_path_1, r0_.target_path AS target_path_2, r0_.status_code AS status_code_3, r0_.is_active AS is_active_4, r0_.is_regex AS is_regex_5, r0_.hit_count AS hit_count_6, r0_.note AS note_7, r0_.created_at AS created_at_8, r0_.last_hit_at AS last_hit_at_9 FROM redirect r0_ WHERE r0_.is_active = 1 AND r0_.is_regex = 1
Parameters:
[] |
||||||||||||||||||||||||||||||
| 3 | 0.12 ms |
SELECT t0.code AS code_1, t0.type AS type_2, t0.custom_name AS custom_name_3, t0.custom_icon_slug AS custom_icon_slug_4, t0.panel AS panel_5, t0.is_active AS is_active_6, t0.show_in_menus AS show_in_menus_7, t0.default_render_mode AS default_render_mode_8, t0.requires_access AS requires_access_9, t0.menu_position AS menu_position_10, t0.settings AS settings_11, t0.hub_title AS hub_title_12, t0.hub_slug AS hub_slug_13, t0.hub_enabled AS hub_enabled_14, t0.hub_builder_enabled AS hub_builder_enabled_15, t0.hub_use_custom_template AS hub_use_custom_template_16, t0.hub_custom_template AS hub_custom_template_17, t0.hub_render_mode AS hub_render_mode_18, t0.hub_excerpt AS hub_excerpt_19, t0.hub_description AS hub_description_20, t0.hub_image AS hub_image_21, t0.hub_thumbnail_excerpt AS hub_thumbnail_excerpt_22, t0.hub_thumbnail_image AS hub_thumbnail_image_23, t0.hub_seo_title AS hub_seo_title_24, t0.hub_seo_description AS hub_seo_description_25, t0.hub_seo_canonical AS hub_seo_canonical_26, t0.hub_no_index AS hub_no_index_27, t0.hub_page_id AS hub_page_id_28 FROM module_config t0 WHERE t0.hub_slug = ? LIMIT 1
Parameters:
[
"robots.txt"
]
|
||||||||||||||||||||||||||||||
| 4 | 0.33 ms |
SELECT p0_.id AS id_0, p0_.uuid AS uuid_1, p0_.title AS title_2, p0_.short_title AS short_title_3, p0_.slug AS slug_4, p0_.position AS position_5, p0_.level AS level_6, p0_.template AS template_7, p0_.status AS status_8, p0_.published_at AS published_at_9, p0_.unpublished_at AS unpublished_at_10, p0_.is_featured AS is_featured_11, p0_.is_custom AS is_custom_12, p0_.template_path AS template_path_13, p0_.show_table_of_contents AS show_table_of_contents_14, p0_.show_children_list AS show_children_list_15, p0_.children_list_position AS children_list_position_16, p0_.show_page_header AS show_page_header_17, p0_.tags AS tags_18, p0_.short_description AS short_description_19, p0_.content AS content_20, p0_.image AS image_21, p0_.thumbnail_image AS thumbnail_image_22, p0_.thumbnail_excerpt AS thumbnail_excerpt_23, p0_.seo_title AS seo_title_24, p0_.seo_description AS seo_description_25, p0_.seo_canonical AS seo_canonical_26, p0_.no_index AS no_index_27, p0_.created_at AS created_at_28, p0_.updated_at AS updated_at_29, p0_.icon_slug AS icon_slug_30, p0_.type AS type_31, p0_.show_in_tree AS show_in_tree_32, p0_.parent_id AS parent_id_33, p0_.created_by_id AS created_by_id_34 FROM page p0_ WHERE p0_.slug = ? AND p0_.show_in_tree = 1 AND p0_.parent_id IS NULL AND p0_.status = ? AND ((p0_.published_at IS NULL OR p0_.published_at <= ?)) AND ((p0_.unpublished_at IS NULL OR p0_.unpublished_at > ?)) ORDER BY p0_.position ASC LIMIT 1
Parameters:
[ "robots.txt" 1 "2026-03-25 14:14:49" "2026-03-25 14:14:49" ]
|
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 |
|---|
Entities Mapping
| Class | Mapping errors |
|---|---|
| Gedmo\Tree\Entity\MappedSuperclass\AbstractClosure | No errors. |
| App\Entity\PageClosure | No errors. |
| App\Entity\Page | No errors. |
| App\Entity\Redirect | No errors. |
| App\Entity\Embeddable\SeoSettings | No errors. |
| App\Entity\ModuleConfig | No errors. |
| App\Entity\User | No errors. |