Query Metrics

4 Database Queries
4 Different statements
1.76 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 0.53 ms
SELECT b0_.id AS id_0, b0_.token AS token_1 FROM blacklist b0_ WHERE b0_.token = ?
Parameters:
[
  ""
]
2 0.44 ms
SELECT t0.id AS id_1, t0.number AS number_2, t0.date AS date_3, t0.currency AS currency_4, t0.total AS total_5, t0.soft_delete AS soft_delete_6, t0.employee_id AS employee_id_7, t0.company_id AS company_id_8 FROM invoice t0 WHERE t0.id = ?
Parameters:
[
  "109"
]
3 0.40 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.currency AS currency_4, t0.ice AS ice_5, t0.email AS email_6, t0.phone AS phone_7, t0.rc AS rc_8, t0.pat AS pat_9, t0.i_f AS i_f_10 FROM company t0 WHERE t0.id = ?
Parameters:
[
  2
]
4 0.39 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.surname AS surname_3, t0.ice AS ice_4, t0.address AS address_5, t0.phone AS phone_6, t0.email AS email_7, t0.invoice_number AS invoice_number_8, t0.i_f AS i_f_9, t0.professional_tax AS professional_tax_10, t0.templates AS templates_11, t0.categories AS categories_12, t13.id AS id_14, t13.email AS email_15, t13.roles AS roles_16, t13.status AS status_17, t13.reset_password_token AS reset_password_token_18, t13.password AS password_19, t13.employee_id AS employee_id_20 FROM employee t0 LEFT JOIN user t13 ON t13.employee_id = t0.id WHERE t0.id = ?
Parameters:
[
  1
]

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\Blacklist No errors.
App\Entity\Invoice No errors.
App\Entity\Employee No errors.
App\Entity\Company No errors.
App\Entity\InvoiceDetail No errors.
App\Entity\GeneralInvoice No errors.
App\Entity\User No errors.