GET https://2025-mu.release.sb.paritet.sprintf.ru/process/1f0b9161-9062-6f22-be32-451aeffc122c/extractor

Query Metrics

3 Database Queries
3 Different statements
4.17 ms Query time
1 Invalid entities
150 Managed entities

Queries

Group similar statements

# Time Info
1 1.29 ms
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:
[
  "1f0b9161-9062-6f22-be32-451aeffc122c"
]
2 0.92 ms
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:
[
  "1f0b9161-9062-6f22-be32-451aeffc122c"
]
3 1.96 ms
SELECT t0.param_type AS param_type_1, t0.param_name AS param_name_2, t0.feature_type AS feature_type_3, t0.description AS description_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.measure_id AS measure_id_9, t0.extraction_attempt_id AS extraction_attempt_id_10 FROM extracted.features t0 WHERE t0.extraction_attempt_id = ?
Parameters:
[
  "1f0b9161-9150-6826-9b09-451aeffc122c"
]

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\Feature\Entity\ExtractedFeature 144
App\Measurement\Entity\MeasurementUnit 4
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\Feature\Entity\ExtractedFeature No errors.
App\Measurement\Entity\MeasurementUnit
  • The field 'App\Measurement\Entity\MeasurementUnit#coefficient' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.