GET https://staging.g2h.biz/roadmap/?7400=

Query Metrics

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

Queries

Group similar statements

ro connection

# Time Info
1 1.13 ms
SELECT COUNT(1) as Q FROM distribution_boxes WHERE fiscal_week = :fiscalWeek AND store = :store AND route LIKE :route
Parameters:
[
  "fiscalWeek" => 202606
  "store" => 7400
  "route" => "%"
]
2 1.24 ms
SELECT d.id, d.route, d.sku_description AS sku_description, d.scheduled_delivery_date AS scheduled_delivery_date, RIGHT(d.upc, 5) AS `description`, IF(d.qty_initial = 0, '', d.qty_initial) AS `qty_initial`, d.qty_placed, IF(d.qty_discarded = 0, '', d.qty_discarded) AS `qty_discarded`, IF(d.qty_final = 0, '', d.qty_final) AS `qty_final` FROM  `distribution` `d` LEFT JOIN  `sku` ON `d`.`upc` = `sku`.`upc` WHERE  d.fiscal_week = :fiscalWeek AND d.store = :store AND d.route LIKE :route ORDER BY d.route, IF(d.qty_placed = 0, 0, 1) DESC, d.upc ASC
Parameters:
[
  "fiscalWeek" => 202606
  "store" => 7400
  "route" => "%"
]
3 0.81 ms
SELECT d.id, d.route, d.sku_description AS sku_description, d.scheduled_delivery_date AS scheduled_delivery_date, RIGHT(d.upc, 5) AS `description`, IF(d.qty_initial = 0, '', d.qty_initial) AS `qty_initial`, d.qty_placed, IF(d.qty_discarded = 0, '', d.qty_discarded) AS `qty_discarded`, IF(d.qty_final = 0, '', d.qty_final) AS `qty_final` FROM  `distribution` `d` LEFT JOIN  `sku` ON `d`.`upc` = `sku`.`upc` WHERE  d.fiscal_week = :fiscalWeek AND d.store = :store ORDER BY d.route, IF(d.qty_placed = 0, 0, 1) DESC, d.upc ASC
Parameters:
[
  "fiscalWeek" => 202606
  "store" => 7400
]

rw connection

# Time Info
1 0.78 ms
SELECT d0_.id AS id_0, d0_.message AS message_1, d0_.created_at AS created_at_2, d0_.expires_after_days AS expires_after_days_3, d0_.store AS store_4, d0_.scheduled_delivery_date AS scheduled_delivery_date_5 FROM distribution_message d0_ WHERE d0_.store = ? AND d0_.scheduled_delivery_date IS NOT NULL AND (((d0_.scheduled_delivery_date IS NULL AND (d0_.expires_after_days IS NULL OR d0_.expires_after_days = 0)) OR (d0_.expires_after_days IS NULL AND d0_.scheduled_delivery_date IS NOT NULL AND DATE_ADD(d0_.scheduled_delivery_date, INTERVAL 1 DAY) > ?) OR (d0_.expires_after_days = 0) OR (d0_.expires_after_days > 0 AND d0_.scheduled_delivery_date IS NOT NULL AND DATE_ADD(d0_.scheduled_delivery_date, INTERVAL CASE WHEN d0_.expires_after_days < 100 THEN d0_.expires_after_days ELSE 100 END DAY) > ?)))
Parameters:
[
  "7400"
  "2026-02-05 12:25:44"
  "2026-02-05 12:25:44"
]

Database Connections

Name Service
rw doctrine.dbal.rw_connection
ro doctrine.dbal.ro_connection

Entity Managers

Name Service
_defaults doctrine.orm._defaults_entity_manager
rw doctrine.orm.rw_entity_manager
ro doctrine.orm.ro_entity_manager

Second Level Cache

Second Level Cache is not enabled.

Managed Entities

_defaults entity manager

Class Amount of managed objects

rw entity manager

Class Amount of managed objects

ro entity manager

Class Amount of managed objects

Entities Mapping

_defaults entity manager

No loaded entities.

rw entity manager

Class Mapping errors
App\Entity\RW\Distribution No errors.
App\Entity\RW\DistributionMessage No errors.

ro entity manager

No loaded entities.