GET https://garage.farahtech.ma/delivery/note?direction=DESC

Query Metrics

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

Queries

Group similar statements

# Time Info
1 1.72 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
Parameters:
[]
2 0.54 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 ORDER BY d0_.id DESC LIMIT 12
Parameters:
[]
3 0.54 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.