Query Metrics
8
Database Queries
4
Different statements
2.57 ms
Query time
0
Invalid entities
15
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
1.09 ms (42.51%) |
4 |
SELECT t0.id AS id_1, t0.rating AS rating_2, t0.comment AS comment_3, t0.is_verified AS is_verified_4, t0.created_at AS created_at_5, t0.product_id AS product_id_6, t0.user_id AS user_id_7 FROM product_reviews t0 WHERE t0.product_id = ?
Parameters:
[
36
]
|
|
0.63 ms (24.66%) |
2 |
SELECT t0.id AS id_1, t0.store_name AS store_name_2, t0.store_logo AS store_logo_3, t0.description AS description_4, t0.status AS status_5, t0.commission_rate AS commission_rate_6, t0.balance AS balance_7, t0.created_at AS created_at_8, t0.approved_at AS approved_at_9, t0.bank_details AS bank_details_10, t0.documents AS documents_11, t0.settings AS settings_12, t0.total_sales AS total_sales_13, t0.total_orders AS total_orders_14, t0.user_id AS user_id_15 FROM vendors t0 WHERE t0.id = ?
Parameters:
[
3
]
|
|
0.43 ms (16.61%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.price AS price_4, t0.compare_at_price AS compare_at_price_5, t0.stock AS stock_6, t0.sku AS sku_7, t0.slug AS slug_8, t0.type AS type_9, t0.images AS images_10, t0.attributes AS attributes_11, t0.is_active AS is_active_12, t0.is_approved AS is_approved_13, t0.created_at AS created_at_14, t0.updated_at AS updated_at_15, t0.approved_at AS approved_at_16, t0.category_id AS category_id_17, t0.vendor_id AS vendor_id_18, t0.approved_by AS approved_by_19 FROM products t0 WHERE t0.id = ?
Parameters:
[
"36"
]
|
|
0.42 ms (16.22%) |
1 |
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.description AS description_2, p0_.price AS price_3, p0_.compare_at_price AS compare_at_price_4, p0_.stock AS stock_5, p0_.sku AS sku_6, p0_.slug AS slug_7, p0_.type AS type_8, p0_.images AS images_9, p0_.attributes AS attributes_10, p0_.is_active AS is_active_11, p0_.is_approved AS is_approved_12, p0_.created_at AS created_at_13, p0_.updated_at AS updated_at_14, p0_.approved_at AS approved_at_15, p0_.category_id AS category_id_16, p0_.vendor_id AS vendor_id_17, p0_.approved_by AS approved_by_18 FROM products p0_ WHERE p0_.is_active = 1 AND p0_.is_approved = 1 AND p0_.id <> ? AND p0_.category_id = ? ORDER BY p0_.created_at DESC LIMIT 4
Parameters:
[ 36 3 ] |
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\User | 5 |
| App\Entity\Product | 4 |
| App\Entity\ProductReview | 3 |
| App\Entity\Vendor | 2 |
| App\Entity\Category | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Product | No errors. |
| App\Entity\Category | No errors. |
| App\Entity\Vendor | No errors. |
| App\Entity\User | No errors. |
| App\Entity\ProductReview | No errors. |
| App\Entity\CartItem | No errors. |
| App\Entity\OrderItem | No errors. |
| App\Entity\VendorPayout | No errors. |