Redirect 302 redirect from GET @app_landing_page_home (7f752f)

GET https://dev.behumble.app/login

Query Metrics

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

Queries

Group similar statements

# Time Info
1 0.39 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.archived AS archived_4, t0.subdomain AS subdomain_5, t0.slug AS slug_6, t0.website_pages_enabled AS website_pages_enabled_7, t0.domain AS domain_8, t0.contact_form_email_address AS contact_form_email_address_9, t0.primary_colour AS primary_colour_10, t0.secondary_colour AS secondary_colour_11, t0.danger_colour AS danger_colour_12, t0.features_enabled AS features_enabled_13, t0.branding_options AS branding_options_14, t0.admin_sidebar_colour AS admin_sidebar_colour_15, t0.stripe_customer_id AS stripe_customer_id_16, t0.stripe_subscription_info AS stripe_subscription_info_17, t0.subscription_price_override AS subscription_price_override_18, t0.registered_address_id AS registered_address_id_19, t0.logo_id AS logo_id_20 FROM tenant t0 WHERE t0.domain = ? LIMIT 1
Parameters:
[
  "dev.behumble.app"
]
2 0.21 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.archived AS archived_4, t0.subdomain AS subdomain_5, t0.slug AS slug_6, t0.website_pages_enabled AS website_pages_enabled_7, t0.domain AS domain_8, t0.contact_form_email_address AS contact_form_email_address_9, t0.primary_colour AS primary_colour_10, t0.secondary_colour AS secondary_colour_11, t0.danger_colour AS danger_colour_12, t0.features_enabled AS features_enabled_13, t0.branding_options AS branding_options_14, t0.admin_sidebar_colour AS admin_sidebar_colour_15, t0.stripe_customer_id AS stripe_customer_id_16, t0.stripe_subscription_info AS stripe_subscription_info_17, t0.subscription_price_override AS subscription_price_override_18, t0.registered_address_id AS registered_address_id_19, t0.logo_id AS logo_id_20 FROM tenant t0 WHERE t0.subdomain = ? LIMIT 1
Parameters:
[
  "dev"
]

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\Tenant
  • The association App\Entity\Tenant#tags refers to the owning side field App\Entity\Tag#Tenant which does not exist.
App\Entity\Address No errors.
App\Entity\Upload
  • The field App\Entity\Upload#salesOrderUploads is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\SalesOrderUpload#upload does not contain the required 'inversedBy="salesOrderUploads"' attribute.