Query Metrics
10
Database Queries
5
Different statements
9.43 ms
Query time
0
Invalid entities
49
Managed entities
Grouped Statements
| Time▼ | Count | Info | ||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
3.31 ms (35.11%) |
6 |
SELECT t0.id AS id_1, t0.path AS path_2, t0.thumbnail AS thumbnail_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.sort_order AS sort_order_6, t0.product_id AS product_id_7 FROM product_image t0 WHERE t0.product_id = ? ORDER BY t0.sort_order ASC
Parameters:
[
55
]
|
||||||||||||||||||||||
|
3.29 ms (34.85%) |
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.subtitle AS subtitle_3, t0.description AS description_4, t0.image_name AS image_name_5, t0.button_text AS button_text_6, t0.button_url AS button_url_7, t0.is_active AS is_active_8, t0.position AS position_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11 FROM parameter_hero t0 WHERE t0.is_active = ? ORDER BY t0.position ASC
Parameters:
[
1
]
|
||||||||||||||||||||||
|
1.48 ms (15.74%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.price AS price_4, t0.is_active AS is_active_5, t0.slug AS slug_6, t0.created_at AS created_at_7, t0.stock AS stock_8, t0.updated_at AS updated_at_9, t0.features AS features_10, t0.sku AS sku_11, t0.sku_distributor AS sku_distributor_12, t0.ean13 AS ean13_13, t0.price_distributor AS price_distributor_14, t0.tva AS tva_15, t0.tva_distributor AS tva_distributor_16, t0.weight AS weight_17, t0.category_id AS category_id_18, t0.brand_id AS brand_id_19 FROM product t0 WHERE t0.is_active = ? ORDER BY t0.updated_at DESC LIMIT 6
Parameters:
[
1
]
|
||||||||||||||||||||||
|
0.72 ms (7.63%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.image AS image_4, t0.description AS description_5 FROM category t0 ORDER BY t0.id ASC LIMIT 6
Parameters:
[]
|
||||||||||||||||||||||
|
0.63 ms (6.67%) |
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.content AS content_4, t0.image_name AS image_name_5, t0.author AS author_6, t0.meta_description AS meta_description_7, t0.vote_count AS vote_count_8, t0.published_at AS published_at_9, t0.is_published AS is_published_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.category_id AS category_id_13 FROM blog_article t0 WHERE t0.is_published = ? ORDER BY t0.updated_at DESC LIMIT 6
Parameters:
[
1
]
|
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\ProductImage | 34 |
| App\Entity\Product | 6 |
| App\Entity\Category | 5 |
| App\Entity\ParameterHero | 2 |
| App\Entity\BlogArticle | 2 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\ParameterHero | No errors. |
| App\Entity\Product | No errors. |
| App\Entity\Category | No errors. |
| App\Entity\Brand | No errors. |
| App\Entity\ProductImage | No errors. |
| App\Entity\OrderItem | No errors. |
| App\Entity\Distributor | No errors. |
| App\Entity\InvoiceItem | No errors. |
| App\Entity\BlogArticle | No errors. |
| App\Entity\BlogCategory | No errors. |
| App\Entity\BlogTag | No errors. |
| App\Entity\BlogComment | No errors. |
| App\Entity\BlogVote | No errors. |