Query Metrics
2
Database Queries
2
Different statements
0.84 ms
Query time
0
Invalid entities
14
Managed entities
Queries
| #▲ | Time | Info | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 0.49 ms |
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.is_active AS is_active_2, c0_.created_at AS created_at_3, c0_.updated_at AS updated_at_4 FROM category c0_ WHERE c0_.is_active = ? ORDER BY c0_.name ASC
Parameters:
[
1
]
|
||||||||||||||||||||||||||||
| 2 | 0.36 ms |
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.slug AS slug_2, p0_.thumbnail AS thumbnail_3, p0_.description AS description_4, p0_.price AS price_5, p0_.is_active AS is_active_6, p0_.featured AS featured_7, p0_.subtitle AS subtitle_8, p0_.short_description AS short_description_9, p0_.long_description AS long_description_10, p0_.weight AS weight_11, p0_.conservation AS conservation_12, p0_.ingredients AS ingredients_13, p0_.nutritional_values AS nutritional_values_14, p0_.allergens AS allergens_15, p0_.is_vegan AS is_vegan_16, p0_.created_at AS created_at_17, p0_.updated_at AS updated_at_18, p0_.category_id AS category_id_19 FROM product p0_ WHERE p0_.is_active = ? ORDER BY p0_.created_at DESC
Parameters:
[
1
]
|
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 | 10 |
| App\Entity\Category | 4 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Category | No errors. |
| App\Entity\Product | No errors. |