GET https://2025-mu.release.sb.paritet.sprintf.ru/process/1f0b9156-6332-6c1a-9eec-4f82f009f6ed/extractor

Query Metrics

3 Database Queries
3 Different statements
3.41 ms Query time
1 Invalid entities
21 Managed entities

Grouped Statements

Show all queries

Time Count Info
1.75 ms
(51.35%)
1
SELECT t0.process_class AS process_class_1, t0.actor_id AS actor_id_2, t0.id AS id_3, t0.started_at AS started_at_4, t0.finished_at AS finished_at_5, t0.result AS result_6, t0.reason AS reason_7 FROM extracted.process_logs t0 WHERE t0.id = ?
Parameters:
[
  "1f0b9156-6332-6c1a-9eec-4f82f009f6ed"
]
0.92 ms
(27.02%)
1
SELECT t0.transport_class AS transport_class_1, t0.extractor_class AS extractor_class_2, t0.actor_id AS actor_id_3, t0.id AS id_4, t0.started_at AS started_at_5, t0.finished_at AS finished_at_6, t0.result AS result_7, t0.reason AS reason_8, t0.process_id AS process_id_9 FROM extracted.extractor_logs t0 WHERE t0.process_id = ? LIMIT 1
Parameters:
[
  "1f0b9156-6332-6c1a-9eec-4f82f009f6ed"
]
0.74 ms
(21.63%)
1
SELECT t0.name AS name_1, t0.short_name AS short_name_2, t0.dimension AS dimension_3, t0.coefficient AS coefficient_4, t0.source_data AS source_data_5, t0.is_ready_to_load AS is_ready_to_load_6, t0.id AS id_7, t0.source_id AS source_id_8, t0.extraction_attempt_id AS extraction_attempt_id_9 FROM extracted.measurements t0 WHERE t0.extraction_attempt_id = ?
Parameters:
[
  "1f0b9156-63fa-665c-ad1a-4f82f009f6ed"
]

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\Measurement\Entity\ExtractedMeasurementUnit 19
App\Infrastructure\Entity\ProcessLogEntry 1
App\Infrastructure\Entity\ExtractorLogEntry 1

Entities Mapping

Class Mapping errors
App\Infrastructure\Entity\ProcessLogEntry No errors.
App\Infrastructure\Entity\ExtractorLogEntry No errors.
App\Measurement\Entity\ExtractedMeasurementUnit
  • The field 'App\Measurement\Entity\ExtractedMeasurementUnit#coefficient' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.