GET https://ki-api.test.sparkundsparkling.com/admin/settings/_worker_status?t=1775553954391

Query Metrics

6 Database Queries
3 Different statements
1.12 ms Query time
1 Invalid entities
3 Managed entities

Queries

Group similar statements

# Time Info
1 0.22 ms
SELECT t0.id AS id_1, t0.version AS version_2, t0.designation AS designation_3, t0.app AS app_4, t0.email AS email_5, t0.log AS log_6, t0.oauth AS oauth_7, t0.register AS register_8, t0.design AS design_9 FROM system_settings t0 WHERE t0.id = ?
Parameters:
[
  1
]
2 0.17 ms
SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.email AS email_3, t0.roles AS roles_4, t0.preferred_locale AS preferred_locale_5, t0.password AS password_6, t0.is_verified AS is_verified_7, t0.totp_secret AS totp_secret_8 FROM user t0 WHERE t0.id = ?
Parameters:
[
  4
]
3 0.23 ms
SELECT t0.id AS id_1, t0.image_filename AS image_filename_2, t0.register_ip AS register_ip_3, t0.title AS title_4, t0.first_name AS first_name_5, t0.last_name AS last_name_6, t0.company AS company_7, t0.zip AS zip_8, t0.country AS country_9, t0.street AS street_10, t0.hnr AS hnr_11, t0.phone AS phone_12, t0.mobil AS mobil_13, t0.notiz AS notiz_14, t0.change_pw AS change_pw_15, t0.must_validated AS must_validated_16, t0.bot_license AS bot_license_17, t0.created_at AS created_at_18, t0.voter AS voter_19, t0.gravatar AS gravatar_20, t0.account_holder_id AS account_holder_id_21 FROM account t0 WHERE t0.account_holder_id = ? LIMIT 1
Parameters:
[
  4
]
4 0.21 ms
SELECT t0.id AS id_1, t0.image_filename AS image_filename_2, t0.register_ip AS register_ip_3, t0.title AS title_4, t0.first_name AS first_name_5, t0.last_name AS last_name_6, t0.company AS company_7, t0.zip AS zip_8, t0.country AS country_9, t0.street AS street_10, t0.hnr AS hnr_11, t0.phone AS phone_12, t0.mobil AS mobil_13, t0.notiz AS notiz_14, t0.change_pw AS change_pw_15, t0.must_validated AS must_validated_16, t0.bot_license AS bot_license_17, t0.created_at AS created_at_18, t0.voter AS voter_19, t0.gravatar AS gravatar_20, t0.account_holder_id AS account_holder_id_21 FROM account t0 WHERE t0.account_holder_id = ? LIMIT 1
Parameters:
[
  4
]
5 0.16 ms
SELECT t0.id AS id_1, t0.image_filename AS image_filename_2, t0.register_ip AS register_ip_3, t0.title AS title_4, t0.first_name AS first_name_5, t0.last_name AS last_name_6, t0.company AS company_7, t0.zip AS zip_8, t0.country AS country_9, t0.street AS street_10, t0.hnr AS hnr_11, t0.phone AS phone_12, t0.mobil AS mobil_13, t0.notiz AS notiz_14, t0.change_pw AS change_pw_15, t0.must_validated AS must_validated_16, t0.bot_license AS bot_license_17, t0.created_at AS created_at_18, t0.voter AS voter_19, t0.gravatar AS gravatar_20, t0.account_holder_id AS account_holder_id_21 FROM account t0 WHERE t0.account_holder_id = ? LIMIT 1
Parameters:
[
  4
]
6 0.13 ms
SELECT t0.id AS id_1, t0.image_filename AS image_filename_2, t0.register_ip AS register_ip_3, t0.title AS title_4, t0.first_name AS first_name_5, t0.last_name AS last_name_6, t0.company AS company_7, t0.zip AS zip_8, t0.country AS country_9, t0.street AS street_10, t0.hnr AS hnr_11, t0.phone AS phone_12, t0.mobil AS mobil_13, t0.notiz AS notiz_14, t0.change_pw AS change_pw_15, t0.must_validated AS must_validated_16, t0.bot_license AS bot_license_17, t0.created_at AS created_at_18, t0.voter AS voter_19, t0.gravatar AS gravatar_20, t0.account_holder_id AS account_holder_id_21 FROM account t0 WHERE t0.account_holder_id = ? LIMIT 1
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\SystemSettings 1
App\Entity\User 1
App\Entity\Account 1

Entities Mapping

Class Mapping errors
App\Entity\SystemSettings No errors.
App\Entity\User
  • The field App\Entity\User#accounts is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Account#accountHolder does not contain the required 'inversedBy="accounts"' attribute.
App\Entity\OAuth2UserConsent No errors.
App\Entity\MediaCategory No errors.
App\Entity\Media No errors.
App\Entity\Account No errors.
App\Entity\N8nWorkflows No errors.
App\Entity\N8nCredential No errors.
App\Entity\QdrantUploads No errors.
App\Entity\QdrantCategory No errors.
App\Entity\ChatBot No errors.
App\Entity\ChatBotColor No errors.
App\Entity\AiBotConfig No errors.