POST https://dev.valt.forasoft.com/wowza/api/sendWowzaState

Query Metrics

11 Database Queries
9 Different statements
79.18 ms Query time
2 Invalid entities
11 Managed entities

Grouped Statements

Show all queries

Time Count Info
66.18 ms
(83.59%)
1
"COMMIT"
Parameters:
[]
7.33 ms
(9.25%)
3
SELECT t0.id AS id_1, t0.name AS name_2, t0.streaming_port AS streaming_port_3, t0.admin_port AS admin_port_4, t0.manager_port AS manager_port_5, t0.web_server_port AS web_server_port_6, t0.address AS address_7, t0.storage_folder AS storage_folder_8, t0.use_ssl AS use_ssl_9, t0.use_s3 AS use_s3_10, t0.is_default AS is_default_11, t0.licensor AS licensor_12, t0.has_gpu AS has_gpu_13, t0.has_llm AS has_llm_14, t0.llm_signer_trusted_until AS llm_signer_trusted_until_15, t0.rtmp_username AS rtmp_username_16, t0.rtmp_password AS rtmp_password_17, t0.transcription_service_id AS transcription_service_id_18, t0.sync_id AS sync_id_19, t20.stream AS stream_21, t20.video AS video_22, t20.video_prefix AS video_prefix_23, t20.wowza_id AS wowza_id_24, t25.active AS active_26, t25.wowza_id AS wowza_id_27, t25.storage_id AS storage_id_28 FROM wowza t0 LEFT JOIN wowza_routing t20 ON t20.wowza_id = t0.id LEFT JOIN wowza_status t25 ON t25.wowza_id = t0.id
Parameters:
[]
1.20 ms
(1.52%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.streaming_port AS streaming_port_3, t0.admin_port AS admin_port_4, t0.manager_port AS manager_port_5, t0.web_server_port AS web_server_port_6, t0.address AS address_7, t0.storage_folder AS storage_folder_8, t0.use_ssl AS use_ssl_9, t0.use_s3 AS use_s3_10, t0.is_default AS is_default_11, t0.licensor AS licensor_12, t0.has_gpu AS has_gpu_13, t0.has_llm AS has_llm_14, t0.llm_signer_trusted_until AS llm_signer_trusted_until_15, t0.rtmp_username AS rtmp_username_16, t0.rtmp_password AS rtmp_password_17, t0.transcription_service_id AS transcription_service_id_18, t0.sync_id AS sync_id_19, t20.stream AS stream_21, t20.video AS video_22, t20.video_prefix AS video_prefix_23, t20.wowza_id AS wowza_id_24, t25.active AS active_26, t25.wowza_id AS wowza_id_27, t25.storage_id AS storage_id_28 FROM wowza t0 LEFT JOIN wowza_routing t20 ON t20.wowza_id = t0.id LEFT JOIN wowza_status t25 ON t25.wowza_id = t0.id WHERE t0.address = ? LIMIT 1
Parameters:
[
  "dev-wowza.valt.forasoft.com"
]
1.03 ms
(1.30%)
1
SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.streaming_port AS streaming_port_2, w0_.admin_port AS admin_port_3, w0_.manager_port AS manager_port_4, w0_.web_server_port AS web_server_port_5, w0_.address AS address_6, w0_.storage_folder AS storage_folder_7, w0_.use_ssl AS use_ssl_8, w0_.use_s3 AS use_s3_9, w0_.is_default AS is_default_10, w0_.licensor AS licensor_11, w0_.has_gpu AS has_gpu_12, w0_.has_llm AS has_llm_13, w0_.llm_signer_trusted_until AS llm_signer_trusted_until_14, w0_.rtmp_username AS rtmp_username_15, w0_.rtmp_password AS rtmp_password_16, w0_.transcription_service_id AS transcription_service_id_17, w0_.sync_id AS sync_id_18 FROM wowza w0_ LEFT JOIN wowza_status w1_ ON w0_.id = w1_.wowza_id WHERE (w0_.has_llm = ? AND w1_.active = ?) OR w0_.llm_signer_trusted_until > ? ORDER BY w0_.name ASC
Parameters:
[
  1
  1
  "2026-09-08 12:41:34"
]
0.86 ms
(1.08%)
1
UPDATE wowza_storage SET size = ?, available_size = ?, reserved_size = ? WHERE id = ?
Parameters:
[
  "474453426176"
  "102083940352"
  "0"
  4571
]
0.80 ms
(1.01%)
1
SELECT t0.id AS id_1, t0.host_wowza_id AS host_wowza_id_2, t0.provider_type FROM transcription_service t0 WHERE t0.provider_type IN ('local')
Parameters:
[]
0.76 ms
(0.96%)
1
SELECT 1 AS sclr_0 FROM room_motion_detection r0_ INNER JOIN rooms r1_ ON r0_.room_id = r1_.id WHERE r0_.suspended_at IS NOT NULL AND r0_.enabled_by_id IS NOT NULL AND r1_.wowza_id = ? LIMIT 1
Parameters:
[
  70
]
0.64 ms
(0.81%)
1
SELECT t0.id AS id_1, t0.size AS size_2, t0.available_size AS available_size_3, t0.reserved_size AS reserved_size_4 FROM wowza_storage t0 WHERE t0.id = ?
Parameters:
[
  4571
]
0.39 ms
(0.49%)
1
"START TRANSACTION"
Parameters:
[]

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
Valt\CamBundle\Entity\Wowza 3
Valt\CamBundle\Entity\Wowza\Routing 3
Valt\CamBundle\Entity\Wowza\Status 3
Valt\CamBundle\Entity\Wowza\Storage 1
Valt\CamBundle\Entity\WowzaSync 1

Entities Mapping

Class Mapping errors
Valt\CamBundle\Entity\Wowza
  • The field Valt\CamBundle\Entity\Wowza#rooms is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity Valt\CamBundle\Entity\Room#wowza does not contain the required 'inversedBy: "rooms"' attribute.
  • The field Valt\CamBundle\Entity\Wowza#videoLocations is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity Valt\CamBundle\Entity\Record\Video\VideoLocation#wowza does not contain the required 'inversedBy: "videoLocations"' attribute.
  • The field Valt\CamBundle\Entity\Wowza#audioRecordings is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity Valt\CamBundle\Entity\Audio#wowza does not contain the required 'inversedBy: "audioRecordings"' attribute.
Valt\CamBundle\Entity\TranscriptionService No errors.
Valt\CamBundle\Entity\WowzaSync No errors.
Valt\CamBundle\Entity\Wowza\Routing No errors.
Valt\CamBundle\Entity\Wowza\Status No errors.
Valt\CamBundle\Entity\Wowza\Storage No errors.
Valt\CamBundle\Entity\Room
  • The field Valt\CamBundle\Entity\Room#groups is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity Valt\UserBundle\Entity\UserGroup#rooms does not contain the required 'inversedBy: "groups"' attribute.
Valt\CamBundle\Entity\Device\Device No errors.
Valt\CamBundle\Entity\Record\Video\VideoLocation No errors.
Valt\CamBundle\Entity\Audio No errors.
Valt\CamBundle\Entity\TranscriptionService\LocalTranscriptionService No errors.
Valt\CamBundle\Entity\Room\MotionDetection No errors.