Redirect 301 redirect from GET @app_invoice_index (b4ab14)

GET https://garage.farahtech.ma/invoice/

Query Metrics

5 Database Queries
4 Different statements
7.24 ms Query time
1 Invalid entities
5 Managed entities

Queries

Group similar statements

# Time Info
1 2.20 ms
SELECT t0.id AS id_1, t0.invoice_number AS invoice_number_2, t0.total_amount AS total_amount_3, t0.status AS status_4, t0.issue_date AS issue_date_5, t0.due_date AS due_date_6, t0.paid_date AS paid_date_7, t0.notes AS notes_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.customer_id AS customer_id_11, t0.repair_id AS repair_id_12 FROM invoice t0
Parameters:
[]
2 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:
[]
3 1.99 ms
SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.last_name AS last_name_3, t0.email AS email_4, t0.phone AS phone_5, t0.address AS address_6, t0.city AS city_7, t0.postal_code AS postal_code_8, t0.nature AS nature_9, t0.notes AS notes_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12 FROM customer t0 WHERE t0.id = ?
Parameters:
[
  4
]
4 1.67 ms
SELECT t0.id AS id_1, t0.mode AS mode_2, t0.montant AS montant_3, t0.echeance_at AS echeance_at_4, t0.is_done AS is_done_5, t0.n_document AS n_document_6, t0.created_at AS created_at_7, t0.paid_at AS paid_at_8, t0.notes AS notes_9, t0.invoice_id AS invoice_id_10 FROM invoice_payment t0 WHERE t0.invoice_id = ?
Parameters:
[
  4
]
5 0.84 ms
SELECT t0.id AS id_1, t0.mode AS mode_2, t0.montant AS montant_3, t0.echeance_at AS echeance_at_4, t0.is_done AS is_done_5, t0.n_document AS n_document_6, t0.created_at AS created_at_7, t0.paid_at AS paid_at_8, t0.notes AS notes_9, t0.invoice_id AS invoice_id_10 FROM invoice_payment t0 WHERE t0.invoice_id = ?
Parameters:
[
  5
]

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\Invoice 2
App\Entity\Customer 1
App\Entity\AppSettings 1
App\Entity\InvoicePayment 1

Entities Mapping

Class Mapping errors
App\Entity\Invoice No errors.
App\Entity\Customer No errors.
App\Entity\Repair
  • The field App\Entity\Repair#customerDelivery is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\CustomerDelivery#repair does not contain the required 'mappedBy: "customerDelivery"' attribute.
App\Entity\InvoiceItem No errors.
App\Entity\InvoicePayment No errors.
App\Entity\AppSettings No errors.
App\Entity\Vehicle No errors.
App\Entity\Appointment No errors.
App\Entity\Quote No errors.