Query Metrics
1
Database Queries
1
Different statements
1.06 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
1.06 ms (100.00%) |
1 |
SELECT a.id, a.category_id, s.name AS shop, a.name, a.quantity, a.warnining FROM article as a, shop as s WHERE a.shop_id=s.id AND a.quantity<a.warnining ORDER BY a.category_id
Parameters:
[] |
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\Article | No errors. |
| App\Entity\Category | No errors. |