Query Metrics
6
Database Queries
5
Different statements
2.48 ms
Query time
0
Invalid entities
47
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
0.68 ms (27.56%) |
2 |
SELECT count(p0_.id) AS sclr_0 FROM product p0_ INNER JOIN product_type p1_ ON p0_.product_type_id = p1_.id ORDER BY p0_.name ASC
Parameters:
[] |
|
0.57 ms (22.95%) |
1 |
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.unit AS unit_2, p1_.id AS id_3, p1_.name AS name_4, p1_.bg_color AS bg_color_5, p1_.text_color AS text_color_6, p0_.product_type_id AS product_type_id_7 FROM product p0_ INNER JOIN product_type p1_ ON p0_.product_type_id = p1_.id ORDER BY p0_.name ASC LIMIT 20
Parameters:
[] |
|
0.52 ms (21.05%) |
1 |
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
]
|
|
0.40 ms (16.01%) |
1 |
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.unit AS unit_2, p1_.id AS id_3, p1_.name AS name_4, p1_.bg_color AS bg_color_5, p1_.text_color AS text_color_6, p0_.product_type_id AS product_type_id_7 FROM product p0_ INNER JOIN product_type p1_ ON p0_.product_type_id = p1_.id ORDER BY p0_.name ASC LIMIT 30
Parameters:
[] |
|
0.31 ms (12.43%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.bg_color AS bg_color_3, t0.text_color AS text_color_4 FROM product_type t0 ORDER BY t0.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 |
|---|---|
| App\Entity\Product | 25 |
| App\Entity\ProductType | 20 |
| App\Entity\User | 1 |
| App\Entity\Family | 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. |