GET https://show-x.review/ruhrkraft-connector/widget/client/1f1a2c7c-e3f9-6f54-886e-652a5cabeae0

Query Metrics

2 Database Queries
2 Different statements
1.60 ms Query time
1 Invalid entities
4 Managed entities

Queries

Group similar statements

# Time Info
1 0.85 ms
SELECT t0.id AS id_1, t0.identifier AS identifier_2, t0.name AS name_3, t0.email AS email_4, t0.is_active AS is_active_5, t0.comment AS comment_6, t0.enabled_product_features AS enabled_product_features_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.tenant_id AS tenant_id_10, t0.external_data_id AS external_data_id_11, t0.address_id AS address_id_12, t0.type, t0.is_demo AS is_demo_13 FROM account_base t0 WHERE t0.id = ? AND t0.type IN ('customer', 'supplier')
Parameters:
[
  b"\x1F\x1A,|ãùoTˆne*\«êà"
]
2 0.75 ms
SELECT t0.id AS id_1, t0.ruhrkraft_id AS ruhrkraft_id_2, t0.ruhrkraft_updated_at AS ruhrkraft_updated_at_3, t0.ruhrkraft_checked_at AS ruhrkraft_checked_at_4 FROM account_external_data t0 WHERE t0.id = ?
Parameters:
[
  b"\x1F\x1A,|ãúaÀ“¯e*\«êà"
]

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\Account\BaseAccount 1
App\Entity\Tenant\Tenant 1
App\Entity\Customer\AccountExternalData 1
App\Entity\Address 1

Entities Mapping

Class Mapping errors
App\Entity\Media\Media No errors.
App\Entity\Account\BaseAccount No errors.
App\Entity\Tenant\Tenant No errors.
App\Entity\Customer\AccountExternalData No errors.
App\Entity\Address
  • The field 'App\Entity\Address#latitude' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field 'App\Entity\Address#longitude' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
App\Entity\Account\CustomerAccount No errors.
App\Entity\Account\SupplierAccount No errors.
App\Entity\ProductGroup\ProductGroup No errors.
App\Entity\Account\AccountUser No errors.