Query Metrics
1
Database Queries
1
Different statements
4.81 ms
Query time
0
Invalid entities
0
Managed entities
Queries
| #▲ | Time | Info | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 4.81 ms |
SELECT f.id, f.function_name, f.slug, f.function_desctiption, f.readable, COUNT(fi.ingredient_id) as ingredient_count FROM functions f LEFT JOIN function_to_ingredient fi ON fi.function_id = f.id WHERE f.readable = 1 GROUP BY f.id ORDER BY f.function_name ASC
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.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\IngredientFunction | No errors. |