Error 404 Not Found

GET https://petrhamak.cz/wp-login.php

Forwarded to ErrorController (1e31bd)

Query Metrics

2 Database Queries
2 Different statements
0.67 ms Query time
0 Invalid entities
0 Managed entities

Queries

Group similar statements

# Time Info
1 0.28 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_.hit_count AS hit_count_5, r0_.created_at AS created_at_6 FROM redirect r0_ WHERE r0_.source_path = ? AND r0_.is_active = ?
Parameters:
[
  "/wp-login.php"
  1
]
2 0.39 ms
SELECT p0_.id AS id_0, p0_.title AS title_1, p0_.slug AS slug_2, p0_.content AS content_3, p0_.content_html AS content_html_4, p0_.meta_title AS meta_title_5, p0_.meta_description AS meta_description_6, p0_.og_image AS og_image_7, p0_.is_published AS is_published_8, p0_.sort_order AS sort_order_9, p0_.created_at AS created_at_10, p0_.updated_at AS updated_at_11 FROM page p0_ WHERE p0_.slug = ? AND p0_.is_published = ?
Parameters:
[
  "wp-login.php"
  1
]

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
App\Entity\Redirect No errors.
App\Entity\Page No errors.