Redirect 301 redirect from GET @public_post (861b22)

GET https://rkw.hu-ku.com/build/href

Query Metrics

15 Database Queries
9 Different statements
4.71 ms Query time
2 Invalid entities

Grouped Statements

Show all queries

Time Count Info
0.96 ms
(20.46%)
2
SELECT DATABASE()
Parameters:
[]
0.69 ms
(14.77%)
1
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.position AS position_4, t0.type AS type_5, t0.cat_img AS cat_img_6, t0.slug AS slug_7, t0.category_design AS category_design_8, t0.post_design AS post_design_9, t0.post_loop AS post_loop_10, t0.category_header AS category_header_11, t0.category_footer AS category_footer_12, t0.post_header AS post_header_13, t0.post_footer AS post_footer_14, t0.created_at AS created_at_15 FROM post_category t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
  "build"
]
0.68 ms
(14.36%)
2
SELECT t0.id AS id_1, t0.version AS version_2, t0.designation AS designation_3, t0.app AS app_4, t0.email AS email_5, t0.log AS log_6, t0.oauth AS oauth_7, t0.register AS register_8, t0.design AS design_9 FROM system_settings t0 WHERE t0.designation = ? LIMIT 1
Parameters:
[
  "system"
]
0.67 ms
(14.22%)
1
SELECT t0.id AS id_1, t0.post_content AS post_content_2, t0.post_date AS post_date_3, t0.post_excerpt AS post_excerpt_4, t0.comment_status AS comment_status_5, t0.site_type AS site_type_6, t0.site_img AS site_img_7, t0.excerpt_limit AS excerpt_limit_8, t0.extra_css AS extra_css_9, t0.position AS position_10, t0.post_status AS post_status_11, t0.builder AS builder_12, t0.post_slug AS post_slug_13, t0.header AS header_14, t0.footer AS footer_15, t0.post_gallery AS post_gallery_16, t0.siteSeo AS siteSeo_17, t0.post_category_id AS post_category_id_18 FROM post_sites t0 WHERE t0.post_slug = ? AND t0.post_status = ? LIMIT 1
Parameters:
[
  "href"
  "publish"
]
0.52 ms
(11.11%)
2
SELECT app FROM system_settings WHERE designation = ?
Parameters:
[
  "system"
]
0.40 ms
(8.39%)
2
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.url AS url_4, t0.type AS type_5, t0.css_class AS css_class_6, t0.attr AS attr_7, t0.new_tab AS new_tab_8, t0.xfn AS xfn_9, t0.active AS active_10, t0.show_login AS show_login_11, t0.show_not_login AS show_not_login_12, t0.position AS position_13, t0.lft AS lft_14, t0.lvl AS lvl_15, t0.rgt AS rgt_16, t0.original_title AS original_title_17, t0.site AS site_18, t0.category AS category_19, t0.tree_root AS tree_root_20, t0.parent_id AS parent_id_21, t0.menu_category_id AS menu_category_id_22 FROM menu t0 WHERE t0.menu_category_id = ? AND t0.lvl = ? LIMIT 1
Parameters:
[
  1
  0
]
0.32 ms
(6.73%)
2
SELECT m0_.id AS id_0, m0_.title AS title_1, m0_.description AS description_2, m0_.url AS url_3, m0_.type AS type_4, m0_.css_class AS css_class_5, m0_.attr AS attr_6, m0_.new_tab AS new_tab_7, m0_.xfn AS xfn_8, m0_.active AS active_9, m0_.show_login AS show_login_10, m0_.show_not_login AS show_not_login_11, m0_.position AS position_12, m0_.lft AS lft_13, m0_.lvl AS lvl_14, m0_.rgt AS rgt_15, m0_.original_title AS original_title_16, m0_.site AS site_17, m0_.category AS category_18 FROM menu m0_ WHERE m0_.rgt < 10 AND m0_.lft > 1 AND m0_.tree_root = ? ORDER BY m0_.tree_root ASC, m0_.lft ASC
Parameters:
[
  1
]
0.30 ms
(6.36%)
2
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.title AS title_3, t0.description AS description_4, t0.position AS position_5, t0.active AS active_6, t0.type AS type_7, t0.menu_settings AS menu_settings_8 FROM menu_category t0 WHERE t0.type = ? AND t0.active = ? LIMIT 1
Parameters:
[
  "main"
  true
]
0.17 ms
(3.59%)
1
SELECT u0_.id AS id_0, u0_.uuid AS uuid_1, u0_.email AS email_2, u0_.roles AS roles_3, u0_.password AS password_4, u0_.is_verified AS is_verified_5, u0_.totp_secret AS totp_secret_6 FROM user u0_ WHERE JSON_CONTAINS(u0_.roles, ?) = 1
Parameters:
[
  ""ROLE_SUPER_ADMIN""
]

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\SystemSettings No errors.
App\Entity\PostCategory
  • The association App\Entity\PostCategory#postSites refers to the owning side field App\Entity\PostSites#postSites which does not exist.
App\Entity\PostSites
  • The mappings App\Entity\PostSites#postCategory and App\Entity\PostCategory#postSites are inconsistent with each other.
App\Entity\SiteSeo No errors.
App\Entity\User No errors.
App\Entity\OAuth2UserConsent No errors.
App\Entity\MediaCategory No errors.
App\Entity\Media No errors.
App\Entity\MenuCategory No errors.
App\Entity\AppMenu No errors.