POST https://tata-bebe.primo.business-erp.ro/production/get-current-production-sheet

Query Metrics

1 Database Queries
1 Different statements
2.29 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 2.29 ms
SELECT p0_.id AS id_0, p0_.platform_id AS platform_id_1, p0_.driver_id AS driver_id_2, p0_.sheet_name AS sheet_name_3, p0_.production_date AS production_date_4, p0_.is_current AS is_current_5, p0_.is_active AS is_active_6, d1_.firstname AS firstname_7, d1_.lastname AS lastname_8 FROM production_sheet p0_ LEFT JOIN driver d1_ ON (p0_.driver_id = d1_.id) WHERE p0_.platform_id = ? AND p0_.is_current = ? AND p0_.production_date = ? AND p0_.is_active = ? ORDER BY p0_.id DESC
Parameters:
[
  1
  1
  "2025-12-06 00:00:00"
  1
]

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.

Entities Mapping

Class Mapping errors
App\Entity\ProductionSheet No errors.
App\Entity\Driver No errors.