Query Metrics

5 Database Queries
4 Different statements
5.38 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
1.85 ms
(34.51%)
2
SELECT t0.id AS id_1, t0.invoice_number AS invoice_number_2, t0.date AS date_3, t0.total_amount AS total_amount_4, t0.vat_amount AS vat_amount_5, t0.status AS status_6, t0.due_date AS due_date_7, t0.notes AS notes_8, t0.currency AS currency_9, t0.label AS label_10, t0.paid_at AS paid_at_11, t0.type AS type_12, t0.valid_until AS valid_until_13, t0.converted_to_invoice_at AS converted_to_invoice_at_14, t0.vat AS vat_15, t0.acquitted AS acquitted_16, t0.deposit_percent AS deposit_percent_17, t0.billing_stage AS billing_stage_18, t0.late_payment_penalties AS late_payment_penalties_19, t0.sender_email AS sender_email_20, t0.client_id AS client_id_21, t0.original_invoice_id AS original_invoice_id_22 FROM invoice t0 WHERE t0.id = ?
Parameters:
[
  "138"
]
1.51 ms
(28.04%)
1
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM users t0 WHERE t0.id = ?
Parameters:
[
  1
]
1.20 ms
(22.38%)
1
SELECT t0.id AS id_1, t0.description AS description_2, t0.category AS category_3, t0.reference AS reference_4, t0.line_type AS line_type_5, t0.unit_price AS unit_price_6, t0.quantity AS quantity_7, t0.total_price AS total_price_8, t0.invoice_id AS invoice_id_9, t0.linked_invoice_id AS linked_invoice_id_10 FROM invoice_item t0 WHERE t0.invoice_id = ? ORDER BY t0.id ASC
Parameters:
[
  138
]
0.81 ms
(15.07%)
1
SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.last_name AS last_name_3, t0.company_name AS company_name_4, t0.siret AS siret_5, t0.client_number AS client_number_6, t0.email AS email_7, t0.phone_number AS phone_number_8, t0.address AS address_9, t0.postal_code AS postal_code_10, t0.city AS city_11, t0.country AS country_12, t0.vat_number AS vat_number_13 FROM client t0 WHERE t0.id = ?
Parameters:
[
  3
]

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\User No errors.
App\Entity\Invoice No errors.
App\Entity\Client No errors.
App\Entity\InvoiceItem No errors.