GET https://garage.farahtech.ma/delivery/note?supplier=1

Query Metrics

3 Database Queries
3 Different statements
6.46 ms Query time
0 Invalid entities
1 Managed entities

Queries

Group similar statements

# Time Info
1 4.73 ms
SELECT count(DISTINCT d0_.id) AS sclr_0 FROM delivery_note d0_ LEFT JOIN supplier s1_ ON d0_.supplier_id = s1_.id LEFT JOIN purchase_order p2_ ON d0_.purchase_order_id = p2_.id WHERE d0_.supplier_id = ?
Parameters:
[
  1
]
2 1.17 ms
SELECT DISTINCT d0_.id AS id_0, d0_.id AS id_1 FROM delivery_note d0_ LEFT JOIN supplier s1_ ON d0_.supplier_id = s1_.id LEFT JOIN purchase_order p2_ ON d0_.purchase_order_id = p2_.id WHERE d0_.supplier_id = ? ORDER BY d0_.id DESC LIMIT 12
Parameters:
[
  1
]
3 0.56 ms
SELECT t0.id AS id_1, t0.garage AS garage_2, t0.currency AS currency_3, t0.date_format AS date_format_4, t0.time_format AS time_format_5, t0.notifications AS notifications_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.logo AS logo_9 FROM app_settings t0 LIMIT 1
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\AppSettings 1

Entities Mapping

Class Mapping errors
App\Entity\DeliveryNote No errors.
App\Entity\Supplier No errors.
App\Entity\PurchaseOrder No errors.
App\Entity\AppSettings No errors.