GET https://ceres.t10central.de/label-review

Query Metrics

4 Database Queries
4 Different statements
1.39 ms Query time
0 Invalid entities
4 Managed entities

Queries

Group similar statements

# Time Info
1 0.40 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.name AS name_3, t0.password AS password_4, t0.roles AS roles_5, t0.active AS active_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8 FROM app_user t0 WHERE t0.id = ?
Parameters:
[
  5
]
2 0.45 ms
SELECT t0.id AS id_1, t0.original_filename AS original_filename_2, t0.storage_path AS storage_path_3, t0.mime_type AS mime_type_4, t0.size_bytes AS size_bytes_5, t0.uploaded_at AS uploaded_at_6, t0.processing_state AS processing_state_7, t0.n8n_workflow_execution_id AS n8n_workflow_execution_id_8, t0.extracted_data AS extracted_data_9, t0.error_message AS error_message_10, t0.article_id AS article_id_11, t0.uploaded_by_id AS uploaded_by_id_12 FROM label_image t0 WHERE t0.processing_state = ? ORDER BY t0.uploaded_at ASC
Parameters:
[
  "proposed"
]
3 0.27 ms
SELECT a0_.sku AS sku_0, a0_.name AS name_1 FROM article a0_ WHERE a0_.sku IN (?)
Parameters:
[
  "57714"
]
4 0.26 ms
SELECT l0_.processing_state AS processing_state_0, COUNT(l0_.id) AS sclr_1 FROM label_image l0_ GROUP BY l0_.processing_state
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
App\Entity\LabelImage 3
App\Entity\User 1

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\LabelImage No errors.
App\Entity\Article No errors.