Error 404 Not Found

GET https://vendordesk.marello.com/

Forwarded to ErrorController (c7addb)

Query Metrics

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

Queries

Group similar statements

# Time Info
1 1.13 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.domain AS domain_4, t0.is_active AS is_active_5, t0.api_token AS api_token_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8 FROM organization t0 WHERE t0.domain = ? AND t0.is_active = ? LIMIT 1
Parameters:
[
  "vendordesk.marello.com"
  1
]
2 0.48 ms
SELECT t0.id AS id_1, t0.allowed_currencies AS allowed_currencies_2, t0.default_currency AS default_currency_3, t0.allowed_localizations AS allowed_localizations_4, t0.default_localization AS default_localization_5, t0.timezone AS timezone_6, t0.shipping_origin_country AS shipping_origin_country_7, t0.order_number_prefix AS order_number_prefix_8, t0.order_number_next AS order_number_next_9, t0.intake_number_next AS intake_number_next_10, t0.invoice_number_prefix AS invoice_number_prefix_11, t0.invoice_number_next AS invoice_number_next_12, t0.price_resolution_mode AS price_resolution_mode_13, t0.search_boosts AS search_boosts_14, t0.frequently_bought_retention_days AS frequently_bought_retention_days_15, t0.ga4_measurement_id AS ga4_measurement_id_16, t0.gtm_container_id AS gtm_container_id_17, t0.cookie_banner_enabled AS cookie_banner_enabled_18, t0.cookie_policy_slug AS cookie_policy_slug_19, t0.seo_head_snippet AS seo_head_snippet_20, t0.robots_txt AS robots_txt_21, t0.jwt_ttl_seconds AS jwt_ttl_seconds_22, t0.created_at AS created_at_23, t0.updated_at AS updated_at_24, t0.organization_id AS organization_id_25, t0.default_payment_term_id AS default_payment_term_id_26 FROM organization_settings t0 WHERE t0.organization_id = ? LIMIT 1
Parameters:
[
  1
]
3 0.40 ms
SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.slug AS slug_2, c0_.status AS status_3, c0_.published_at AS published_at_4, c0_.is_homepage AS is_homepage_5, c0_.meta_title AS meta_title_6, c0_.meta_description AS meta_description_7, c0_.og_image_url AS og_image_url_8, c0_.created_at AS created_at_9, c0_.updated_at AS updated_at_10, c0_.deleted_at AS deleted_at_11, c0_.organization_id AS organization_id_12, c0_.created_by_id AS created_by_id_13, c0_.updated_by_id AS updated_by_id_14 FROM cms_page c0_ WHERE (c0_.is_homepage = true AND c0_.status = ? AND c0_.deleted_at IS NULL) AND (c0_.organization_id = '1') AND (c0_.deleted_at IS NULL) LIMIT 1
Parameters:
[
  "published"
]

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\Identity\Entity\Organization 1
App\Settings\Entity\OrganizationSettings 1