Query Metrics
4
Database Queries
3
Different statements
2.95 ms
Query time
0
Invalid entities
0
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
1.53 ms (51.99%) |
2 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.active AS active_6, t0.created_by AS created_by_7, t0.updated_by AS updated_by_8 FROM category t0 ORDER BY t0.name ASC
Parameters:
[] |
|
0.90 ms (30.63%) |
1 |
SELECT count(DISTINCT p0_.id) AS sclr_0 FROM product p0_ LEFT JOIN price p1_ ON p0_.id = p1_.product_id LEFT JOIN price_list p2_ ON p1_.price_list_id = p2_.id
Parameters:
[] |
|
0.51 ms (17.38%) |
1 |
SELECT DISTINCT p0_.id AS id_0, p0_.created_at AS created_at_1 FROM product p0_ LEFT JOIN price p1_ ON p0_.id = p1_.product_id LEFT JOIN price_list p2_ ON p1_.price_list_id = p2_.id ORDER BY p0_.created_at DESC LIMIT 25
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 |
|---|
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\User | No errors. |
| App\Entity\Contractor | No errors. |
| App\Entity\UserRole | No errors. |
| App\Entity\CustomerOrder | No errors. |
| App\Entity\Notification | No errors. |
| App\Entity\NotificationRead | No errors. |
| App\Entity\PermissionGroup | No errors. |
| App\Entity\Product | No errors. |
| App\Entity\Permission | No errors. |
| App\Entity\CustomerOrderItem | No errors. |
| App\Entity\Purchase | No errors. |
| App\Entity\CustomerOffer | No errors. |
| App\Entity\OrderPicking | No errors. |
| App\Entity\ProductCode | No errors. |
| App\Entity\BundleItem | No errors. |
| App\Entity\PurchaseItem | No errors. |
| App\Entity\AttributeValue | No errors. |
| App\Entity\Category | No errors. |
| App\Entity\Price | No errors. |
| App\Entity\Excerpt | No errors. |
| App\Entity\ProductImage | No errors. |
| App\Entity\CustomerOfferItem | No errors. |
| App\Entity\OrderPickingItem | No errors. |
| App\Entity\EvidenceItem | No errors. |
| App\Entity\Stock | No errors. |
| App\Entity\Attribute | No errors. |
| App\Entity\PriceList | No errors. |
| App\Entity\Evidence | No errors. |
| App\Entity\Location | No errors. |