Query Metrics
3
Database Queries
3
Different statements
1.13 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
0.47 ms (41.78%) |
1 |
SELECT DISTINCT p0_.id AS id_0 FROM product p0_ WHERE p0_.is_home = 1 AND p0_.is_enabled = 1 LIMIT 10 OFFSET 670
Parameters:
[] |
|
0.37 ms (32.60%) |
1 |
SELECT count(DISTINCT p0_.id) AS sclr_0 FROM product p0_ WHERE p0_.is_home = 1 AND p0_.is_enabled = 1
Parameters:
[] |
|
0.29 ms (25.63%) |
1 |
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.price AS price_2, p0_.old_price AS old_price_3, p0_.image AS image_4 FROM product p0_ WHERE p0_.is_home = 1 AND p0_.is_enabled = 1 AND p0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 835 836 837 838 839 840 841 842 843 844 ] |
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.
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Product | No errors. |