Query Metrics
3
Database Queries
2
Different statements
1.72 ms
Query time
0
Invalid entities
2
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 1.01 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.49 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.22 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
]
|
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 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Identity\Entity\Organization | No errors. |
| App\Settings\Entity\OrganizationSettings | No errors. |
| App\Customer\Entity\PaymentTerm | No errors. |