Redirect 302 redirect from GET @app_home (f88e92)

GET https://doksimple.ai/login

Query Metrics

3 Database Queries
3 Different statements
2.00 ms Query time
0 Invalid entities
3 Managed entities

Queries

Group similar statements

# Time Info
1 0.49 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.subdomain AS subdomain_5, t0.active AS active_6, t0.registration_enabled AS registration_enabled_7, t0.trial_expires_at AS trial_expires_at_8, t0.is_lifetime AS is_lifetime_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11 FROM tenant t0 WHERE t0.active = ? ORDER BY t0.id ASC LIMIT 1
Parameters:
[
  1
]
2 1.18 ms
SELECT c0_.id AS id_0, c0_.position AS position_1, c0_.title AS title_2, c0_.slug AS slug_3, c0_.full_path AS full_path_4, c0_.content AS content_5, c0_.css AS css_6, c0_.metadata AS metadata_7, c0_.is_published AS is_published_8, c0_.show_in_navigation AS show_in_navigation_9, c0_.nav_title AS nav_title_10, c0_.default_locale AS default_locale_11, c0_.created_at AS created_at_12, c0_.updated_at AS updated_at_13, c0_.tenant_id AS tenant_id_14, c0_.parent_id AS parent_id_15, c0_.template_id AS template_id_16 FROM cms_page c0_ WHERE c0_.tenant_id = ? AND c0_.is_published = 1 AND c0_.show_in_navigation = 1 AND c0_.parent_id IS NULL ORDER BY c0_.position ASC
Parameters:
[
  1
]
3 0.33 ms
SELECT t0.id AS id_1, t0.position AS position_2, t0.title AS title_3, t0.slug AS slug_4, t0.full_path AS full_path_5, t0.content AS content_6, t0.css AS css_7, t0.metadata AS metadata_8, t0.is_published AS is_published_9, t0.show_in_navigation AS show_in_navigation_10, t0.nav_title AS nav_title_11, t0.default_locale AS default_locale_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.tenant_id AS tenant_id_15, t0.parent_id AS parent_id_16, t0.template_id AS template_id_17 FROM cms_page t0 WHERE t0.parent_id = ? ORDER BY t0.position ASC
Parameters:
[
  4
]

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\Tenant 1
App\Entity\CmsPage 1
App\Entity\CmsTemplate 1

Entities Mapping

Class Mapping errors
App\Entity\Tenant No errors.
App\Entity\User No errors.
App\Entity\Subscription No errors.
App\Entity\CmsPage No errors.
App\Entity\CmsTemplate No errors.
App\Entity\CmsPageTranslation No errors.