GET https://ki.wiecker.eu/plugin/video-producer/11/stream-video

Query Metrics

11 Database Queries
5 Different statements
4.62 ms Query time
2 Invalid entities
3 Managed entities

Queries

Group similar statements

# Time Info
1 0.51 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:
[
  2
]
2 0.27 ms
SELECT DATABASE()
Parameters:
[]
3 0.43 ms
SELECT app FROM system_settings WHERE designation = ?
Parameters:
[
  "system"
]
4 0.46 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:
[
  2
]
5 0.44 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:
[
  2
]
6 0.44 ms
SELECT DATABASE()
Parameters:
[]
7 0.45 ms
SELECT app FROM system_settings WHERE designation = ?
Parameters:
[
  "system"
]
8 0.54 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:
[
  2
]
9 0.33 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:
[
  2
]
10 0.42 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:
[
  2
]
11 0.34 ms
SELECT t0.id AS id_1, t0.file_name AS file_name_2, t0.poster AS poster_3, t0.prompt AS prompt_4, t0.model AS model_5, t0.type AS type_6, t0.format AS format_7, t0.created_at AS created_at_8, t0.account_id AS account_id_9 FROM video_producer_media t0 WHERE t0.id = ?
Parameters:
[
  "11"
]

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\User 1
App\Entity\Account 1
App\Plugins\VideoProducer\Entity\VideoProducerMedia 1

Entities Mapping

Class Mapping 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.
App\Plugins\VideoProducer\Entity\VideoProducerMedia
  • The association App\Plugins\VideoProducer\Entity\VideoProducerMedia#account refers to the inverse side field App\Entity\Account#videoProducerMedias which does not exist.