Query Metrics
2
Database Queries
2
Different statements
0.75 ms
Query time
0
Invalid entities
8
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
0.50 ms (66.00%) |
1 |
SELECT COUNT(p0_.id) AS sclr_0 FROM products p0_ WHERE p0_.deleted_at IS NULL
Parameters:
[] |
|
0.26 ms (34.00%) |
1 |
SELECT p0_.id AS id_0, p0_.smaregi_product_id AS smaregi_product_id_1, p0_.product_code AS product_code_2, p0_.name AS name_3, p0_.stock AS stock_4, p0_.created_at AS created_at_5, p0_.updated_at AS updated_at_6, p0_.deleted_at AS deleted_at_7, p0_.category_id AS category_id_8 FROM products p0_ WHERE p0_.deleted_at IS NULL ORDER BY p0_.name ASC LIMIT 50
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 | 5 |
| App\Entity\Category | 3 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Product | No errors. |
| App\Entity\Category | No errors. |
| App\Entity\ProductVariant | No errors. |