Query Metrics
3
Database Queries
3
Different statements
0.99 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
0.74 ms (74.48%) |
1 |
SELECT m0_.id AS id_0, m0_.name AS name_1, m0_.code AS code_2, m0_.invoice_description AS invoice_description_3, m0_.technical_notes AS technical_notes_4, m0_.waste AS waste_5, m0_.spoilage AS spoilage_6, m0_.setup_time AS setup_time_7, m0_.rate AS rate_8, m0_.created_at AS created_at_9, m0_.updated_at AS updated_at_10, m0_.parent_id AS parent_id_11 FROM machine m0_ WHERE (m0_.code LIKE ? OR m0_.name LIKE ?) AND m0_.parent_id = ?
Parameters:
[ "%a3%" "%a3%" 4 ] |
0.14 ms (13.87%) |
1 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7 FROM user t0 WHERE t0.id = ?
Parameters:
[
18
]
|
0.12 ms (11.65%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.invoice_description AS invoice_description_4, t0.technical_notes AS technical_notes_5, t0.waste AS waste_6, t0.spoilage AS spoilage_7, t0.setup_time AS setup_time_8, t0.rate AS rate_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12 FROM machine t0 WHERE t0.id = ?
Parameters:
[
"4"
]
|
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\ProductImport | No errors. |
App\Entity\ProductOut | No errors. |
App\Entity\IncomingOrder | No errors. |
App\Entity\Machine | No errors. |
App\Entity\PaperSize | No errors. |
App\Entity\MachinePaperSizeMatrix | No errors. |
App\Entity\Task | No errors. |
App\Entity\MachineCostMatrix | No errors. |
App\Entity\MachineTimeMatrix | No errors. |