Query Metrics
3
Database Queries
3
Different statements
1.13 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.37 ms |
SELECT count(DISTINCT p0_.id) AS sclr_0 FROM product p0_ WHERE p0_.is_home = 1 AND p0_.is_enabled = 1
Parameters:
[] |
| 2 | 0.47 ms |
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:
[] |
| 3 | 0.29 ms |
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. |