Query Metrics
5
Database Queries
5
Different statements
3.43 ms
Query time
0
Invalid entities
4
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.52 ms |
SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.last_name AS last_name_3, t0.email AS email_4, t0.password AS password_5, t0.family_id AS family_id_6 FROM `user` t0 WHERE t0.id = ?
Parameters:
[
1
]
|
| 2 | 0.40 ms |
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.bg_color AS bg_color_2, p0_.text_color AS text_color_3 FROM product_type p0_ WHERE p0_.id IN (?) ORDER BY p0_.name ASC
Parameters:
[
"2"
]
|
| 3 | 0.16 ms |
"START TRANSACTION"
Parameters:
[] |
| 4 | 0.67 ms |
INSERT INTO product (name, unit, product_type_id) VALUES (?, ?, ?)
Parameters:
[ "Avocat" "unit" 2 ] |
| 5 | 1.69 ms |
"COMMIT"
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 |
|---|---|
| App\Entity\User | 1 |
| App\Entity\Family | 1 |
| App\Entity\ProductType | 1 |
| App\Entity\Product | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\User | No errors. |
| App\Entity\Family | No errors. |
| App\Entity\Product | No errors. |
| App\Entity\ProductType | No errors. |
| App\Entity\RecipeProduct | No errors. |
| App\Entity\Extra | No errors. |
| App\Entity\ShoppingListExtra | No errors. |