Query Metrics
53
Database Queries
7
Different statements
80.75 ms
Query time
2
Invalid entities
52
Managed entities
Queries
| #▲ | Time | Info | ||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 1.10 ms |
SELECT COUNT(p0_.id) AS sclr_0 FROM product p0_ LEFT JOIN vendor v1_ ON p0_.vendor_id = v1_.id LEFT JOIN category c2_ ON p0_.category_id = c2_.id WHERE p0_.status = ?
Parameters:
[
"PUBLISHED"
]
|
||||||||||||||||||||||||||||||||
| 2 | 1.31 ms |
SELECT MIN(p0_.price) AS sclr_0, MAX(p0_.price) AS sclr_1 FROM product p0_ LEFT JOIN vendor v1_ ON p0_.vendor_id = v1_.id LEFT JOIN category c2_ ON p0_.category_id = c2_.id WHERE p0_.status = ?
Parameters:
[
"PUBLISHED"
]
|
||||||||||||||||||||||||||||||||
| 3 | 1.20 ms |
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.slug AS slug_2, p0_.description AS description_3, p0_.short_description AS short_description_4, p0_.price AS price_5, p0_.sale_price AS sale_price_6, p0_.original_price AS original_price_7, p0_.rating AS rating_8, p0_.review_count AS review_count_9, p0_.in_stock AS in_stock_10, p0_.stock_quantity AS stock_quantity_11, p0_.low_stock_threshold AS low_stock_threshold_12, p0_.tags AS tags_13, p0_.weight AS weight_14, p0_.length AS length_15, p0_.width AS width_16, p0_.height AS height_17, p0_.sku AS sku_18, p0_.reference AS reference_19, p0_.is_featured AS is_featured_20, p0_.status AS status_21, p0_.product_type AS product_type_22, p0_.product_condition AS product_condition_23, p0_.disabled_for_return AS disabled_for_return_24, p0_.is_made_to_order AS is_made_to_order_25, p0_.production_notes AS production_notes_26, p0_.production_duration AS production_duration_27, p0_.production_duration_unit AS production_duration_unit_28, p0_.show_price AS show_price_29, p0_.only_contact AS only_contact_30, p0_.created_at AS created_at_31, p0_.updated_at AS updated_at_32, p0_.vendor_id AS vendor_id_33, p0_.category_id AS category_id_34, p0_.main_image_id AS main_image_id_35 FROM product p0_ LEFT JOIN vendor v1_ ON p0_.vendor_id = v1_.id LEFT JOIN category c2_ ON p0_.category_id = c2_.id WHERE p0_.status = ? ORDER BY p0_.created_at DESC LIMIT 20
Parameters:
[
"PUBLISHED"
]
|
||||||||||||||||||||||||||||||||
| 4 | 1.08 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.short_description AS short_description_5, t0.email AS email_6, t0.phone AS phone_7, t0.website AS website_8, t0.rating AS rating_9, t0.total_reviews AS total_reviews_10, t0.total_products AS total_products_11, t0.total_sales AS total_sales_12, t0.total_revenue AS total_revenue_13, t0.created_at AS created_at_14, t0.updated_at AS updated_at_15, t0.is_verified AS is_verified_16, t0.is_approved AS is_approved_17, t0.is_active AS is_active_18, t0.is_public AS is_public_19, t0.status AS status_20, t0.settings AS settings_21, t0.location AS location_22, t0.address AS address_23, t0.bank_info AS bank_info_24, t0.shipping_options AS shipping_options_25, t0.member_since AS member_since_26, t0.user_id AS user_id_27, t0.logo_image_id AS logo_image_id_28, t0.banner_image_id AS banner_image_id_29, t0.main_image_id AS main_image_id_30, t0.avatar_image_id AS avatar_image_id_31, t0.country_id AS country_id_32, t33.id AS id_34, t33.vendor_name AS vendor_name_35, t33.drive_folder_id AS drive_folder_id_36, t33.drive_folder_name AS drive_folder_name_37, t33.products_csv_id AS products_csv_id_38, t33.products_csv_name AS products_csv_name_39, t33.images_folder_id AS images_folder_id_40, t33.images_folder_name AS images_folder_name_41, t33.is_active AS is_active_42, t33.auto_sync AS auto_sync_43, t33.last_sync AS last_sync_44, t33.total_products AS total_products_45, t33.total_images AS total_images_46, t33.sync_status AS sync_status_47, t33.created_at AS created_at_48, t33.updated_at AS updated_at_49, t33.vendor_id AS vendor_id_50, t0.biography_pdf AS biography_pdf_51 FROM vendor t0 LEFT JOIN drive_vendor_folder t33 ON t33.vendor_id = t0.id WHERE t0.id = ?
Parameters:
[
32
]
|
||||||||||||||||||||||||||||||||
| 5 | 0.84 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.banner_image_id AS banner_image_id_4, t0.icon AS icon_5, t0.slug AS slug_6, t0.color AS color_7, t0.is_active AS is_active_8, t0.product_count AS product_count_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12 FROM category t0 WHERE t0.id = ?
Parameters:
[
9
]
|
||||||||||||||||||||||||||||||||
| 6 | 0.83 ms |
SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_name AS original_name_3, t0.url AS url_4, t0.type AS type_5, t0.mime_type AS mime_type_6, t0.size AS size_7, t0.dimensions AS dimensions_8, t0.uploaded_at AS uploaded_at_9, t0.entity_type AS entity_type_10, t0.entity_id AS entity_id_11, t0.role AS role_12, t0.position AS position_13, t0.title AS title_14, t0.alt AS alt_15, t0.caption AS caption_16, t0.original_checksum AS original_checksum_17, t0.optimized_filename AS optimized_filename_18, t0.optimized_url AS optimized_url_19, t0.optimized_size AS optimized_size_20, t0.optimized_dimensions AS optimized_dimensions_21, t0.optimized_at AS optimized_at_22, t0.optimized_max_width AS optimized_max_width_23, t0.uploaded_by_id AS uploaded_by_id_24, t0.product_id AS product_id_25, t0.warehouse_id AS warehouse_id_26, t0.product_variant_id AS product_variant_id_27 FROM media t0 WHERE t0.id = ?
Parameters:
[
9061
]
|
||||||||||||||||||||||||||||||||
| 7 | 3.05 ms |
SELECT m.id as image_id, m.url as image_url, m.filename as image_filename, m.alt as image_alt FROM media m WHERE m.entity_type = 'product' AND m.role = 'gallery' AND m.entity_id = ? ORDER BY m.id ASC
Parameters:
[
718
]
|
||||||||||||||||||||||||||||||||
| 8 | 0.47 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.banner_image_id AS banner_image_id_4, t0.icon AS icon_5, t0.slug AS slug_6, t0.color AS color_7, t0.is_active AS is_active_8, t0.product_count AS product_count_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12 FROM category t0 WHERE t0.id = ?
Parameters:
[
10
]
|
||||||||||||||||||||||||||||||||
| 9 | 0.55 ms |
SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_name AS original_name_3, t0.url AS url_4, t0.type AS type_5, t0.mime_type AS mime_type_6, t0.size AS size_7, t0.dimensions AS dimensions_8, t0.uploaded_at AS uploaded_at_9, t0.entity_type AS entity_type_10, t0.entity_id AS entity_id_11, t0.role AS role_12, t0.position AS position_13, t0.title AS title_14, t0.alt AS alt_15, t0.caption AS caption_16, t0.original_checksum AS original_checksum_17, t0.optimized_filename AS optimized_filename_18, t0.optimized_url AS optimized_url_19, t0.optimized_size AS optimized_size_20, t0.optimized_dimensions AS optimized_dimensions_21, t0.optimized_at AS optimized_at_22, t0.optimized_max_width AS optimized_max_width_23, t0.uploaded_by_id AS uploaded_by_id_24, t0.product_id AS product_id_25, t0.warehouse_id AS warehouse_id_26, t0.product_variant_id AS product_variant_id_27 FROM media t0 WHERE t0.id = ?
Parameters:
[
9013
]
|
||||||||||||||||||||||||||||||||
| 10 | 2.62 ms |
SELECT m.id as image_id, m.url as image_url, m.filename as image_filename, m.alt as image_alt FROM media m WHERE m.entity_type = 'product' AND m.role = 'gallery' AND m.entity_id = ? ORDER BY m.id ASC
Parameters:
[
717
]
|
||||||||||||||||||||||||||||||||
| 11 | 0.58 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.banner_image_id AS banner_image_id_4, t0.icon AS icon_5, t0.slug AS slug_6, t0.color AS color_7, t0.is_active AS is_active_8, t0.product_count AS product_count_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12 FROM category t0 WHERE t0.id = ?
Parameters:
[
13
]
|
||||||||||||||||||||||||||||||||
| 12 | 0.55 ms |
SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_name AS original_name_3, t0.url AS url_4, t0.type AS type_5, t0.mime_type AS mime_type_6, t0.size AS size_7, t0.dimensions AS dimensions_8, t0.uploaded_at AS uploaded_at_9, t0.entity_type AS entity_type_10, t0.entity_id AS entity_id_11, t0.role AS role_12, t0.position AS position_13, t0.title AS title_14, t0.alt AS alt_15, t0.caption AS caption_16, t0.original_checksum AS original_checksum_17, t0.optimized_filename AS optimized_filename_18, t0.optimized_url AS optimized_url_19, t0.optimized_size AS optimized_size_20, t0.optimized_dimensions AS optimized_dimensions_21, t0.optimized_at AS optimized_at_22, t0.optimized_max_width AS optimized_max_width_23, t0.uploaded_by_id AS uploaded_by_id_24, t0.product_id AS product_id_25, t0.warehouse_id AS warehouse_id_26, t0.product_variant_id AS product_variant_id_27 FROM media t0 WHERE t0.id = ?
Parameters:
[
8964
]
|
||||||||||||||||||||||||||||||||
| 13 | 3.19 ms |
SELECT m.id as image_id, m.url as image_url, m.filename as image_filename, m.alt as image_alt FROM media m WHERE m.entity_type = 'product' AND m.role = 'gallery' AND m.entity_id = ? ORDER BY m.id ASC
Parameters:
[
716
]
|
||||||||||||||||||||||||||||||||
| 14 | 0.50 ms |
SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_name AS original_name_3, t0.url AS url_4, t0.type AS type_5, t0.mime_type AS mime_type_6, t0.size AS size_7, t0.dimensions AS dimensions_8, t0.uploaded_at AS uploaded_at_9, t0.entity_type AS entity_type_10, t0.entity_id AS entity_id_11, t0.role AS role_12, t0.position AS position_13, t0.title AS title_14, t0.alt AS alt_15, t0.caption AS caption_16, t0.original_checksum AS original_checksum_17, t0.optimized_filename AS optimized_filename_18, t0.optimized_url AS optimized_url_19, t0.optimized_size AS optimized_size_20, t0.optimized_dimensions AS optimized_dimensions_21, t0.optimized_at AS optimized_at_22, t0.optimized_max_width AS optimized_max_width_23, t0.uploaded_by_id AS uploaded_by_id_24, t0.product_id AS product_id_25, t0.warehouse_id AS warehouse_id_26, t0.product_variant_id AS product_variant_id_27 FROM media t0 WHERE t0.id = ?
Parameters:
[
8931
]
|
||||||||||||||||||||||||||||||||
| 15 | 2.38 ms |
SELECT m.id as image_id, m.url as image_url, m.filename as image_filename, m.alt as image_alt FROM media m WHERE m.entity_type = 'product' AND m.role = 'gallery' AND m.entity_id = ? ORDER BY m.id ASC
Parameters:
[
715
]
|
||||||||||||||||||||||||||||||||
| 16 | 0.62 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.banner_image_id AS banner_image_id_4, t0.icon AS icon_5, t0.slug AS slug_6, t0.color AS color_7, t0.is_active AS is_active_8, t0.product_count AS product_count_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12 FROM category t0 WHERE t0.id = ?
Parameters:
[
20
]
|
||||||||||||||||||||||||||||||||
| 17 | 0.52 ms |
SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_name AS original_name_3, t0.url AS url_4, t0.type AS type_5, t0.mime_type AS mime_type_6, t0.size AS size_7, t0.dimensions AS dimensions_8, t0.uploaded_at AS uploaded_at_9, t0.entity_type AS entity_type_10, t0.entity_id AS entity_id_11, t0.role AS role_12, t0.position AS position_13, t0.title AS title_14, t0.alt AS alt_15, t0.caption AS caption_16, t0.original_checksum AS original_checksum_17, t0.optimized_filename AS optimized_filename_18, t0.optimized_url AS optimized_url_19, t0.optimized_size AS optimized_size_20, t0.optimized_dimensions AS optimized_dimensions_21, t0.optimized_at AS optimized_at_22, t0.optimized_max_width AS optimized_max_width_23, t0.uploaded_by_id AS uploaded_by_id_24, t0.product_id AS product_id_25, t0.warehouse_id AS warehouse_id_26, t0.product_variant_id AS product_variant_id_27 FROM media t0 WHERE t0.id = ?
Parameters:
[
8911
]
|
||||||||||||||||||||||||||||||||
| 18 | 2.64 ms |
SELECT m.id as image_id, m.url as image_url, m.filename as image_filename, m.alt as image_alt FROM media m WHERE m.entity_type = 'product' AND m.role = 'gallery' AND m.entity_id = ? ORDER BY m.id ASC
Parameters:
[
714
]
|
||||||||||||||||||||||||||||||||
| 19 | 0.50 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.banner_image_id AS banner_image_id_4, t0.icon AS icon_5, t0.slug AS slug_6, t0.color AS color_7, t0.is_active AS is_active_8, t0.product_count AS product_count_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12 FROM category t0 WHERE t0.id = ?
Parameters:
[
17
]
|
||||||||||||||||||||||||||||||||
| 20 | 0.56 ms |
SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_name AS original_name_3, t0.url AS url_4, t0.type AS type_5, t0.mime_type AS mime_type_6, t0.size AS size_7, t0.dimensions AS dimensions_8, t0.uploaded_at AS uploaded_at_9, t0.entity_type AS entity_type_10, t0.entity_id AS entity_id_11, t0.role AS role_12, t0.position AS position_13, t0.title AS title_14, t0.alt AS alt_15, t0.caption AS caption_16, t0.original_checksum AS original_checksum_17, t0.optimized_filename AS optimized_filename_18, t0.optimized_url AS optimized_url_19, t0.optimized_size AS optimized_size_20, t0.optimized_dimensions AS optimized_dimensions_21, t0.optimized_at AS optimized_at_22, t0.optimized_max_width AS optimized_max_width_23, t0.uploaded_by_id AS uploaded_by_id_24, t0.product_id AS product_id_25, t0.warehouse_id AS warehouse_id_26, t0.product_variant_id AS product_variant_id_27 FROM media t0 WHERE t0.id = ?
Parameters:
[
9080
]
|
||||||||||||||||||||||||||||||||
| 21 | 2.35 ms |
SELECT m.id as image_id, m.url as image_url, m.filename as image_filename, m.alt as image_alt FROM media m WHERE m.entity_type = 'product' AND m.role = 'gallery' AND m.entity_id = ? ORDER BY m.id ASC
Parameters:
[
713
]
|
||||||||||||||||||||||||||||||||
| 22 | 0.56 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.banner_image_id AS banner_image_id_4, t0.icon AS icon_5, t0.slug AS slug_6, t0.color AS color_7, t0.is_active AS is_active_8, t0.product_count AS product_count_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12 FROM category t0 WHERE t0.id = ?
Parameters:
[
7
]
|
||||||||||||||||||||||||||||||||
| 23 | 0.47 ms |
SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_name AS original_name_3, t0.url AS url_4, t0.type AS type_5, t0.mime_type AS mime_type_6, t0.size AS size_7, t0.dimensions AS dimensions_8, t0.uploaded_at AS uploaded_at_9, t0.entity_type AS entity_type_10, t0.entity_id AS entity_id_11, t0.role AS role_12, t0.position AS position_13, t0.title AS title_14, t0.alt AS alt_15, t0.caption AS caption_16, t0.original_checksum AS original_checksum_17, t0.optimized_filename AS optimized_filename_18, t0.optimized_url AS optimized_url_19, t0.optimized_size AS optimized_size_20, t0.optimized_dimensions AS optimized_dimensions_21, t0.optimized_at AS optimized_at_22, t0.optimized_max_width AS optimized_max_width_23, t0.uploaded_by_id AS uploaded_by_id_24, t0.product_id AS product_id_25, t0.warehouse_id AS warehouse_id_26, t0.product_variant_id AS product_variant_id_27 FROM media t0 WHERE t0.id = ?
Parameters:
[
8877
]
|
||||||||||||||||||||||||||||||||
| 24 | 2.10 ms |
SELECT m.id as image_id, m.url as image_url, m.filename as image_filename, m.alt as image_alt FROM media m WHERE m.entity_type = 'product' AND m.role = 'gallery' AND m.entity_id = ? ORDER BY m.id ASC
Parameters:
[
712
]
|
||||||||||||||||||||||||||||||||
| 25 | 0.45 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.banner_image_id AS banner_image_id_4, t0.icon AS icon_5, t0.slug AS slug_6, t0.color AS color_7, t0.is_active AS is_active_8, t0.product_count AS product_count_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12 FROM category t0 WHERE t0.id = ?
Parameters:
[
11
]
|
||||||||||||||||||||||||||||||||
| 26 | 0.56 ms |
SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_name AS original_name_3, t0.url AS url_4, t0.type AS type_5, t0.mime_type AS mime_type_6, t0.size AS size_7, t0.dimensions AS dimensions_8, t0.uploaded_at AS uploaded_at_9, t0.entity_type AS entity_type_10, t0.entity_id AS entity_id_11, t0.role AS role_12, t0.position AS position_13, t0.title AS title_14, t0.alt AS alt_15, t0.caption AS caption_16, t0.original_checksum AS original_checksum_17, t0.optimized_filename AS optimized_filename_18, t0.optimized_url AS optimized_url_19, t0.optimized_size AS optimized_size_20, t0.optimized_dimensions AS optimized_dimensions_21, t0.optimized_at AS optimized_at_22, t0.optimized_max_width AS optimized_max_width_23, t0.uploaded_by_id AS uploaded_by_id_24, t0.product_id AS product_id_25, t0.warehouse_id AS warehouse_id_26, t0.product_variant_id AS product_variant_id_27 FROM media t0 WHERE t0.id = ?
Parameters:
[
8871
]
|
||||||||||||||||||||||||||||||||
| 27 | 3.46 ms |
SELECT m.id as image_id, m.url as image_url, m.filename as image_filename, m.alt as image_alt FROM media m WHERE m.entity_type = 'product' AND m.role = 'gallery' AND m.entity_id = ? ORDER BY m.id ASC
Parameters:
[
711
]
|
||||||||||||||||||||||||||||||||
| 28 | 0.81 ms |
SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_name AS original_name_3, t0.url AS url_4, t0.type AS type_5, t0.mime_type AS mime_type_6, t0.size AS size_7, t0.dimensions AS dimensions_8, t0.uploaded_at AS uploaded_at_9, t0.entity_type AS entity_type_10, t0.entity_id AS entity_id_11, t0.role AS role_12, t0.position AS position_13, t0.title AS title_14, t0.alt AS alt_15, t0.caption AS caption_16, t0.original_checksum AS original_checksum_17, t0.optimized_filename AS optimized_filename_18, t0.optimized_url AS optimized_url_19, t0.optimized_size AS optimized_size_20, t0.optimized_dimensions AS optimized_dimensions_21, t0.optimized_at AS optimized_at_22, t0.optimized_max_width AS optimized_max_width_23, t0.uploaded_by_id AS uploaded_by_id_24, t0.product_id AS product_id_25, t0.warehouse_id AS warehouse_id_26, t0.product_variant_id AS product_variant_id_27 FROM media t0 WHERE t0.id = ?
Parameters:
[
8839
]
|
||||||||||||||||||||||||||||||||
| 29 | 4.40 ms |
SELECT m.id as image_id, m.url as image_url, m.filename as image_filename, m.alt as image_alt FROM media m WHERE m.entity_type = 'product' AND m.role = 'gallery' AND m.entity_id = ? ORDER BY m.id ASC
Parameters:
[
710
]
|
||||||||||||||||||||||||||||||||
| 30 | 0.63 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.banner_image_id AS banner_image_id_4, t0.icon AS icon_5, t0.slug AS slug_6, t0.color AS color_7, t0.is_active AS is_active_8, t0.product_count AS product_count_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12 FROM category t0 WHERE t0.id = ?
Parameters:
[
14
]
|
||||||||||||||||||||||||||||||||
| 31 | 0.78 ms |
SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_name AS original_name_3, t0.url AS url_4, t0.type AS type_5, t0.mime_type AS mime_type_6, t0.size AS size_7, t0.dimensions AS dimensions_8, t0.uploaded_at AS uploaded_at_9, t0.entity_type AS entity_type_10, t0.entity_id AS entity_id_11, t0.role AS role_12, t0.position AS position_13, t0.title AS title_14, t0.alt AS alt_15, t0.caption AS caption_16, t0.original_checksum AS original_checksum_17, t0.optimized_filename AS optimized_filename_18, t0.optimized_url AS optimized_url_19, t0.optimized_size AS optimized_size_20, t0.optimized_dimensions AS optimized_dimensions_21, t0.optimized_at AS optimized_at_22, t0.optimized_max_width AS optimized_max_width_23, t0.uploaded_by_id AS uploaded_by_id_24, t0.product_id AS product_id_25, t0.warehouse_id AS warehouse_id_26, t0.product_variant_id AS product_variant_id_27 FROM media t0 WHERE t0.id = ?
Parameters:
[
8810
]
|
||||||||||||||||||||||||||||||||
| 32 | 4.11 ms |
SELECT m.id as image_id, m.url as image_url, m.filename as image_filename, m.alt as image_alt FROM media m WHERE m.entity_type = 'product' AND m.role = 'gallery' AND m.entity_id = ? ORDER BY m.id ASC
Parameters:
[
707
]
|
||||||||||||||||||||||||||||||||
| 33 | 0.64 ms |
SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_name AS original_name_3, t0.url AS url_4, t0.type AS type_5, t0.mime_type AS mime_type_6, t0.size AS size_7, t0.dimensions AS dimensions_8, t0.uploaded_at AS uploaded_at_9, t0.entity_type AS entity_type_10, t0.entity_id AS entity_id_11, t0.role AS role_12, t0.position AS position_13, t0.title AS title_14, t0.alt AS alt_15, t0.caption AS caption_16, t0.original_checksum AS original_checksum_17, t0.optimized_filename AS optimized_filename_18, t0.optimized_url AS optimized_url_19, t0.optimized_size AS optimized_size_20, t0.optimized_dimensions AS optimized_dimensions_21, t0.optimized_at AS optimized_at_22, t0.optimized_max_width AS optimized_max_width_23, t0.uploaded_by_id AS uploaded_by_id_24, t0.product_id AS product_id_25, t0.warehouse_id AS warehouse_id_26, t0.product_variant_id AS product_variant_id_27 FROM media t0 WHERE t0.id = ?
Parameters:
[
8795
]
|
||||||||||||||||||||||||||||||||
| 34 | 3.42 ms |
SELECT m.id as image_id, m.url as image_url, m.filename as image_filename, m.alt as image_alt FROM media m WHERE m.entity_type = 'product' AND m.role = 'gallery' AND m.entity_id = ? ORDER BY m.id ASC
Parameters:
[
706
]
|
||||||||||||||||||||||||||||||||
| 35 | 0.80 ms |
SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_name AS original_name_3, t0.url AS url_4, t0.type AS type_5, t0.mime_type AS mime_type_6, t0.size AS size_7, t0.dimensions AS dimensions_8, t0.uploaded_at AS uploaded_at_9, t0.entity_type AS entity_type_10, t0.entity_id AS entity_id_11, t0.role AS role_12, t0.position AS position_13, t0.title AS title_14, t0.alt AS alt_15, t0.caption AS caption_16, t0.original_checksum AS original_checksum_17, t0.optimized_filename AS optimized_filename_18, t0.optimized_url AS optimized_url_19, t0.optimized_size AS optimized_size_20, t0.optimized_dimensions AS optimized_dimensions_21, t0.optimized_at AS optimized_at_22, t0.optimized_max_width AS optimized_max_width_23, t0.uploaded_by_id AS uploaded_by_id_24, t0.product_id AS product_id_25, t0.warehouse_id AS warehouse_id_26, t0.product_variant_id AS product_variant_id_27 FROM media t0 WHERE t0.id = ?
Parameters:
[
8778
]
|
||||||||||||||||||||||||||||||||
| 36 | 3.29 ms |
SELECT m.id as image_id, m.url as image_url, m.filename as image_filename, m.alt as image_alt FROM media m WHERE m.entity_type = 'product' AND m.role = 'gallery' AND m.entity_id = ? ORDER BY m.id ASC
Parameters:
[
705
]
|
||||||||||||||||||||||||||||||||
| 37 | 0.68 ms |
SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_name AS original_name_3, t0.url AS url_4, t0.type AS type_5, t0.mime_type AS mime_type_6, t0.size AS size_7, t0.dimensions AS dimensions_8, t0.uploaded_at AS uploaded_at_9, t0.entity_type AS entity_type_10, t0.entity_id AS entity_id_11, t0.role AS role_12, t0.position AS position_13, t0.title AS title_14, t0.alt AS alt_15, t0.caption AS caption_16, t0.original_checksum AS original_checksum_17, t0.optimized_filename AS optimized_filename_18, t0.optimized_url AS optimized_url_19, t0.optimized_size AS optimized_size_20, t0.optimized_dimensions AS optimized_dimensions_21, t0.optimized_at AS optimized_at_22, t0.optimized_max_width AS optimized_max_width_23, t0.uploaded_by_id AS uploaded_by_id_24, t0.product_id AS product_id_25, t0.warehouse_id AS warehouse_id_26, t0.product_variant_id AS product_variant_id_27 FROM media t0 WHERE t0.id = ?
Parameters:
[
8770
]
|
||||||||||||||||||||||||||||||||
| 38 | 2.31 ms |
SELECT m.id as image_id, m.url as image_url, m.filename as image_filename, m.alt as image_alt FROM media m WHERE m.entity_type = 'product' AND m.role = 'gallery' AND m.entity_id = ? ORDER BY m.id ASC
Parameters:
[
704
]
|
||||||||||||||||||||||||||||||||
| 39 | 0.43 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.banner_image_id AS banner_image_id_4, t0.icon AS icon_5, t0.slug AS slug_6, t0.color AS color_7, t0.is_active AS is_active_8, t0.product_count AS product_count_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.parent_id AS parent_id_12 FROM category t0 WHERE t0.id = ?
Parameters:
[
8
]
|
||||||||||||||||||||||||||||||||
| 40 | 0.60 ms |
SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_name AS original_name_3, t0.url AS url_4, t0.type AS type_5, t0.mime_type AS mime_type_6, t0.size AS size_7, t0.dimensions AS dimensions_8, t0.uploaded_at AS uploaded_at_9, t0.entity_type AS entity_type_10, t0.entity_id AS entity_id_11, t0.role AS role_12, t0.position AS position_13, t0.title AS title_14, t0.alt AS alt_15, t0.caption AS caption_16, t0.original_checksum AS original_checksum_17, t0.optimized_filename AS optimized_filename_18, t0.optimized_url AS optimized_url_19, t0.optimized_size AS optimized_size_20, t0.optimized_dimensions AS optimized_dimensions_21, t0.optimized_at AS optimized_at_22, t0.optimized_max_width AS optimized_max_width_23, t0.uploaded_by_id AS uploaded_by_id_24, t0.product_id AS product_id_25, t0.warehouse_id AS warehouse_id_26, t0.product_variant_id AS product_variant_id_27 FROM media t0 WHERE t0.id = ?
Parameters:
[
8756
]
|
||||||||||||||||||||||||||||||||
| 41 | 2.67 ms |
SELECT m.id as image_id, m.url as image_url, m.filename as image_filename, m.alt as image_alt FROM media m WHERE m.entity_type = 'product' AND m.role = 'gallery' AND m.entity_id = ? ORDER BY m.id ASC
Parameters:
[
703
]
|
||||||||||||||||||||||||||||||||
| 42 | 0.48 ms |
SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_name AS original_name_3, t0.url AS url_4, t0.type AS type_5, t0.mime_type AS mime_type_6, t0.size AS size_7, t0.dimensions AS dimensions_8, t0.uploaded_at AS uploaded_at_9, t0.entity_type AS entity_type_10, t0.entity_id AS entity_id_11, t0.role AS role_12, t0.position AS position_13, t0.title AS title_14, t0.alt AS alt_15, t0.caption AS caption_16, t0.original_checksum AS original_checksum_17, t0.optimized_filename AS optimized_filename_18, t0.optimized_url AS optimized_url_19, t0.optimized_size AS optimized_size_20, t0.optimized_dimensions AS optimized_dimensions_21, t0.optimized_at AS optimized_at_22, t0.optimized_max_width AS optimized_max_width_23, t0.uploaded_by_id AS uploaded_by_id_24, t0.product_id AS product_id_25, t0.warehouse_id AS warehouse_id_26, t0.product_variant_id AS product_variant_id_27 FROM media t0 WHERE t0.id = ?
Parameters:
[
8745
]
|
||||||||||||||||||||||||||||||||
| 43 | 2.47 ms |
SELECT m.id as image_id, m.url as image_url, m.filename as image_filename, m.alt as image_alt FROM media m WHERE m.entity_type = 'product' AND m.role = 'gallery' AND m.entity_id = ? ORDER BY m.id ASC
Parameters:
[
702
]
|
||||||||||||||||||||||||||||||||
| 44 | 0.55 ms |
SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_name AS original_name_3, t0.url AS url_4, t0.type AS type_5, t0.mime_type AS mime_type_6, t0.size AS size_7, t0.dimensions AS dimensions_8, t0.uploaded_at AS uploaded_at_9, t0.entity_type AS entity_type_10, t0.entity_id AS entity_id_11, t0.role AS role_12, t0.position AS position_13, t0.title AS title_14, t0.alt AS alt_15, t0.caption AS caption_16, t0.original_checksum AS original_checksum_17, t0.optimized_filename AS optimized_filename_18, t0.optimized_url AS optimized_url_19, t0.optimized_size AS optimized_size_20, t0.optimized_dimensions AS optimized_dimensions_21, t0.optimized_at AS optimized_at_22, t0.optimized_max_width AS optimized_max_width_23, t0.uploaded_by_id AS uploaded_by_id_24, t0.product_id AS product_id_25, t0.warehouse_id AS warehouse_id_26, t0.product_variant_id AS product_variant_id_27 FROM media t0 WHERE t0.id = ?
Parameters:
[
8717
]
|
||||||||||||||||||||||||||||||||
| 45 | 2.19 ms |
SELECT m.id as image_id, m.url as image_url, m.filename as image_filename, m.alt as image_alt FROM media m WHERE m.entity_type = 'product' AND m.role = 'gallery' AND m.entity_id = ? ORDER BY m.id ASC
Parameters:
[
701
]
|
||||||||||||||||||||||||||||||||
| 46 | 0.68 ms |
SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_name AS original_name_3, t0.url AS url_4, t0.type AS type_5, t0.mime_type AS mime_type_6, t0.size AS size_7, t0.dimensions AS dimensions_8, t0.uploaded_at AS uploaded_at_9, t0.entity_type AS entity_type_10, t0.entity_id AS entity_id_11, t0.role AS role_12, t0.position AS position_13, t0.title AS title_14, t0.alt AS alt_15, t0.caption AS caption_16, t0.original_checksum AS original_checksum_17, t0.optimized_filename AS optimized_filename_18, t0.optimized_url AS optimized_url_19, t0.optimized_size AS optimized_size_20, t0.optimized_dimensions AS optimized_dimensions_21, t0.optimized_at AS optimized_at_22, t0.optimized_max_width AS optimized_max_width_23, t0.uploaded_by_id AS uploaded_by_id_24, t0.product_id AS product_id_25, t0.warehouse_id AS warehouse_id_26, t0.product_variant_id AS product_variant_id_27 FROM media t0 WHERE t0.id = ?
Parameters:
[
8711
]
|
||||||||||||||||||||||||||||||||
| 47 | 2.22 ms |
SELECT m.id as image_id, m.url as image_url, m.filename as image_filename, m.alt as image_alt FROM media m WHERE m.entity_type = 'product' AND m.role = 'gallery' AND m.entity_id = ? ORDER BY m.id ASC
Parameters:
[
700
]
|
||||||||||||||||||||||||||||||||
| 48 | 0.69 ms |
SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_name AS original_name_3, t0.url AS url_4, t0.type AS type_5, t0.mime_type AS mime_type_6, t0.size AS size_7, t0.dimensions AS dimensions_8, t0.uploaded_at AS uploaded_at_9, t0.entity_type AS entity_type_10, t0.entity_id AS entity_id_11, t0.role AS role_12, t0.position AS position_13, t0.title AS title_14, t0.alt AS alt_15, t0.caption AS caption_16, t0.original_checksum AS original_checksum_17, t0.optimized_filename AS optimized_filename_18, t0.optimized_url AS optimized_url_19, t0.optimized_size AS optimized_size_20, t0.optimized_dimensions AS optimized_dimensions_21, t0.optimized_at AS optimized_at_22, t0.optimized_max_width AS optimized_max_width_23, t0.uploaded_by_id AS uploaded_by_id_24, t0.product_id AS product_id_25, t0.warehouse_id AS warehouse_id_26, t0.product_variant_id AS product_variant_id_27 FROM media t0 WHERE t0.id = ?
Parameters:
[
8697
]
|
||||||||||||||||||||||||||||||||
| 49 | 2.52 ms |
SELECT m.id as image_id, m.url as image_url, m.filename as image_filename, m.alt as image_alt FROM media m WHERE m.entity_type = 'product' AND m.role = 'gallery' AND m.entity_id = ? ORDER BY m.id ASC
Parameters:
[
699
]
|
||||||||||||||||||||||||||||||||
| 50 | 0.46 ms |
SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_name AS original_name_3, t0.url AS url_4, t0.type AS type_5, t0.mime_type AS mime_type_6, t0.size AS size_7, t0.dimensions AS dimensions_8, t0.uploaded_at AS uploaded_at_9, t0.entity_type AS entity_type_10, t0.entity_id AS entity_id_11, t0.role AS role_12, t0.position AS position_13, t0.title AS title_14, t0.alt AS alt_15, t0.caption AS caption_16, t0.original_checksum AS original_checksum_17, t0.optimized_filename AS optimized_filename_18, t0.optimized_url AS optimized_url_19, t0.optimized_size AS optimized_size_20, t0.optimized_dimensions AS optimized_dimensions_21, t0.optimized_at AS optimized_at_22, t0.optimized_max_width AS optimized_max_width_23, t0.uploaded_by_id AS uploaded_by_id_24, t0.product_id AS product_id_25, t0.warehouse_id AS warehouse_id_26, t0.product_variant_id AS product_variant_id_27 FROM media t0 WHERE t0.id = ?
Parameters:
[
8686
]
|
||||||||||||||||||||||||||||||||
| 51 | 2.14 ms |
SELECT m.id as image_id, m.url as image_url, m.filename as image_filename, m.alt as image_alt FROM media m WHERE m.entity_type = 'product' AND m.role = 'gallery' AND m.entity_id = ? ORDER BY m.id ASC
Parameters:
[
698
]
|
||||||||||||||||||||||||||||||||
| 52 | 0.59 ms |
SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_name AS original_name_3, t0.url AS url_4, t0.type AS type_5, t0.mime_type AS mime_type_6, t0.size AS size_7, t0.dimensions AS dimensions_8, t0.uploaded_at AS uploaded_at_9, t0.entity_type AS entity_type_10, t0.entity_id AS entity_id_11, t0.role AS role_12, t0.position AS position_13, t0.title AS title_14, t0.alt AS alt_15, t0.caption AS caption_16, t0.original_checksum AS original_checksum_17, t0.optimized_filename AS optimized_filename_18, t0.optimized_url AS optimized_url_19, t0.optimized_size AS optimized_size_20, t0.optimized_dimensions AS optimized_dimensions_21, t0.optimized_at AS optimized_at_22, t0.optimized_max_width AS optimized_max_width_23, t0.uploaded_by_id AS uploaded_by_id_24, t0.product_id AS product_id_25, t0.warehouse_id AS warehouse_id_26, t0.product_variant_id AS product_variant_id_27 FROM media t0 WHERE t0.id = ?
Parameters:
[
8625
]
|
||||||||||||||||||||||||||||||||
| 53 | 5.17 ms |
SELECT m.id as image_id, m.url as image_url, m.filename as image_filename, m.alt as image_alt FROM media m WHERE m.entity_type = 'product' AND m.role = 'gallery' AND m.entity_id = ? ORDER BY m.id ASC
Parameters:
[
697
]
|
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 | 20 |
| App\Entity\Media | 20 |
| App\Entity\Category | 9 |
| App\Entity\User | 2 |
| App\Entity\Vendor | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Product | No errors. |
| App\Entity\Vendor |
|
| App\Entity\Category | No errors. |
| App\Entity\Media | No errors. |
| App\Entity\ProductShippingMethod | No errors. |
| App\Entity\ProductAttribute | No errors. |
| App\Entity\ProductVariant |
|
| App\Entity\ProductTranslation | No errors. |
| App\Entity\User | No errors. |
| App\Entity\Country | No errors. |
| App\Entity\DriveVendorFolder | No errors. |
| App\Entity\File | No errors. |
| App\Entity\Specialty | No errors. |
| App\Entity\Order | No errors. |
| App\Entity\VendorReview | No errors. |
| App\Entity\Shipment | No errors. |
| App\Entity\Warehouse | No errors. |
| App\Entity\VendorShippingMethod | No errors. |
| App\Entity\VendorCarrierService | No errors. |
| App\Entity\ShippingZone | No errors. |
| App\Entity\VendorTranslation | No errors. |
| App\Entity\Commission | No errors. |
| App\Entity\Withdrawal | No errors. |
| App\Entity\CategoryTranslation | No errors. |