Query Metrics
2
Database Queries
2
Different statements
2.25 ms
Query time
0
Invalid entities
25
Managed entities
Grouped Statements
| Time▼ | Count | Info | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
1.34 ms (59.41%) |
1 |
SELECT t0.id AS id_1, t0.content AS content_2, t0.description AS description_3, t0.is_new AS is_new_4, t0.is_featured AS is_featured_5, t0.is_activo AS is_activo_6, t0.slug AS slug_7, t0.identifier AS identifier_8, t0.image_name AS image_name_9, t0.updated_at AS updated_at_10, t0.category_id AS category_id_11 FROM product t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"masking-tape-sals"
]
|
||||||||||||||||||||||||||||
|
0.91 ms (40.59%) |
1 |
SELECT p0_.id AS id_0, p0_.content AS content_1, p0_.description AS description_2, p0_.is_new AS is_new_3, p0_.is_featured AS is_featured_4, p0_.is_activo AS is_activo_5, p0_.slug AS slug_6, p0_.identifier AS identifier_7, p0_.image_name AS image_name_8, p0_.updated_at AS updated_at_9, p0_.category_id AS category_id_10 FROM product p0_ WHERE p0_.is_activo = ? AND p0_.is_featured = ? AND p0_.image_name IS NOT NULL LIMIT 20
Parameters:
[ 1 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 | 20 |
| App\Entity\Category | 5 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Product | No errors. |
| App\Entity\Category | No errors. |