GET https://garage.farahtech.ma/delivery/note

Query Metrics

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

Grouped Statements

Show all queries

Time Count Info
4.30 ms
(55.85%)
1
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:
[]
1.85 ms
(24.07%)
1
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:
[]
1.55 ms
(20.08%)
1
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:
[]

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.