Query Metrics
1
Database Queries
1
Different statements
25.40 ms
Query time
0
Invalid entities
0
Managed entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
25.40 ms (100.00%) |
1 |
SELECT DISTINCT c0_.serial AS serial_0 FROM consumable c0_ INNER JOIN product p1_ ON c0_.product_id = p1_.id WHERE p1_.is_active = 1 AND c0_.brand = ? ORDER BY c0_.serial ASC
Parameters:
[
"Brother"
]
|
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 |
---|
Entities Mapping
Class | Mapping errors |
---|---|
App\Entity\Product\Consumable | No errors. |
App\Entity\Product\Product | No errors. |