GET https://marketplace.makhabs.online/public/

Query Metrics

55 Database Queries
13 Different statements
12.00 ms Query time
0 Invalid entities
94 Managed entities

Queries

Group similar statements

# Time Info
1 0.46 ms
SELECT COUNT(*) FROM products t0 WHERE t0.is_active = ?
Parameters:
[
  1
]
2 0.55 ms
SELECT COUNT(*) FROM vendors t0 WHERE t0.status = ?
Parameters:
[
  "active"
]
3 0.18 ms
SELECT COUNT(*) FROM users t0
Parameters:
[]
4 0.30 ms
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.is_active = ? AND t0.is_approved = ? ORDER BY t0.created_at DESC LIMIT 8
Parameters:
[
  1
  1
]
5 0.98 ms
SELECT p.*, COALESCE(SUM(oi.quantity), 0) as total_sold
            FROM products p
            LEFT JOIN order_items oi ON oi.product_id = p.id
            WHERE p.is_active = :active 
            AND p.is_approved = :approved
        
            GROUP BY p.id
            HAVING total_sold > 0
            ORDER BY total_sold DESC
            LIMIT :limit OFFSET :offset
Parameters:
[
  "active" => 1
  "approved" => 1
  "limit" => 8
  "offset" => 0
]
6 0.21 ms
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:
[
  17
]
7 0.23 ms
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
]
8 0.22 ms
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:
[
  2
]
9 0.18 ms
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:
[
  3
]
10 0.18 ms
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:
[
  27
]
11 0.19 ms
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:
[
  18
]
12 0.24 ms
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_.compare_at_price IS NOT NULL AND p0_.compare_at_price > p0_.price ORDER BY p0_.created_at DESC LIMIT 8
Parameters:
[]
13 0.99 ms
SELECT p.*, COALESCE(AVG(pr.rating), 0) as avg_rating
                FROM products p
                LEFT JOIN product_reviews pr ON pr.product_id = p.id
                WHERE p.is_active = :active 
                AND p.is_approved = :approved
                GROUP BY p.id
                HAVING avg_rating >= 4
                ORDER BY avg_rating DESC
                LIMIT :limit
Parameters:
[
  "active" => 1
  "approved" => 1
  "limit" => 8
]
14 0.22 ms
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:
[
  4
]
15 0.21 ms
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:
[
  6
]
16 0.19 ms
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:
[
  9
]
17 0.16 ms
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:
[
  11
]
18 0.15 ms
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:
[
  12
]
19 0.15 ms
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:
[
  30
]
20 0.15 ms
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:
[
  35
]
21 0.19 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.sort_order AS sort_order_5, t0.is_active AS is_active_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.parent_id AS parent_id_9 FROM categories t0 WHERE t0.is_active = ? ORDER BY t0.sort_order ASC LIMIT 6
Parameters:
[
  1
]
22 0.21 ms
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.status = ? ORDER BY t0.total_sales DESC LIMIT 6
Parameters:
[
  "active"
]
23 0.25 ms
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.category_id = ?
Parameters:
[
  1
]
24 0.21 ms
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.category_id = ?
Parameters:
[
  2
]
25 0.19 ms
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.category_id = ?
Parameters:
[
  3
]
26 0.17 ms
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.category_id = ?
Parameters:
[
  4
]
27 0.19 ms
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.category_id = ?
Parameters:
[
  5
]
28 0.18 ms
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.category_id = ?
Parameters:
[
  6
]
29 0.16 ms
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:
[
  17
]
30 0.17 ms
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
]
31 0.17 ms
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:
[
  2
]
32 0.14 ms
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:
[
  3
]
33 0.15 ms
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:
[
  27
]
34 0.15 ms
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:
[
  40
]
35 0.14 ms
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:
[
  1
]
36 0.14 ms
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:
[
  18
]
37 0.16 ms
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:
[
  44
]
38 0.15 ms
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:
[
  43
]
39 0.14 ms
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:
[
  10
]
40 0.16 ms
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:
[
  8
]
41 0.16 ms
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:
[
  34
]
42 0.14 ms
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:
[
  32
]
43 0.14 ms
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:
[
  4
]
44 0.14 ms
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:
[
  6
]
45 0.15 ms
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:
[
  9
]
46 0.13 ms
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:
[
  11
]
47 0.12 ms
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:
[
  12
]
48 0.19 ms
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:
[
  30
]
49 0.15 ms
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:
[
  35
]
50 0.20 ms
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.vendor_id = ?
Parameters:
[
  1
]
51 0.19 ms
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.vendor_id = ?
Parameters:
[
  2
]
52 0.18 ms
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.vendor_id = ?
Parameters:
[
  5
]
53 0.20 ms
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.vendor_id = ?
Parameters:
[
  3
]
54 0.19 ms
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.vendor_id = ?
Parameters:
[
  4
]
55 0.16 ms
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.vendor_id = ?
Parameters:
[
  6
]

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 44
App\Entity\User 18
App\Entity\ProductReview 18
App\Entity\Category 8
App\Entity\Vendor 6

Entities Mapping

Class Mapping errors
App\Entity\Product No errors.
App\Entity\Vendor No errors.
App\Entity\User No errors.
App\Entity\Category No errors.
App\Entity\ProductReview No errors.
App\Entity\CartItem No errors.
App\Entity\OrderItem No errors.
App\Entity\VendorPayout No errors.