Query Metrics
7
Database Queries
6
Different statements
3.82 ms
Query time
0
Invalid entities
0
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 1.11 ms |
SELECT t0.id AS id_1, t0.type AS type_2, t0.pattern AS pattern_3, t0.title AS title_4, t0.h1 AS h1_5, t0.canonical AS canonical_6, t0.product_id AS product_id_7, t0.article_id AS article_id_8, t0.static_id AS static_id_9 FROM seo__seo t0 WHERE t0.type = ?
Parameters:
[
"pattern"
]
|
| 2 | 0.34 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.type AS type_3 FROM global_tag t0 WHERE t0.type = ?
Parameters:
[
4
]
|
| 3 | 0.24 ms |
SELECT t0.id AS id_1, t0.type AS type_2, t0.pattern AS pattern_3, t0.title AS title_4, t0.h1 AS h1_5, t0.canonical AS canonical_6, t0.product_id AS product_id_7, t0.article_id AS article_id_8, t0.static_id AS static_id_9 FROM seo__seo t0 WHERE t0.type = ? AND t0.pattern = ? LIMIT 1
Parameters:
[ "pattern" "*" ] |
| 4 | 0.16 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.type AS type_3 FROM global_tag t0 WHERE t0.type = ?
Parameters:
[
4
]
|
| 5 | 0.53 ms |
SELECT t0.id AS id_1, t0.additional_header AS additional_header_2, t0.additional_footer AS additional_footer_3, t0.header_active AS header_active_4, t0.footer_active AS footer_active_5, t0.overwrite_current_footer AS overwrite_current_footer_6 FROM additional_header_footer t0 ORDER BY t0.id ASC LIMIT 1
Parameters:
[] |
| 6 | 0.55 ms |
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.url AS url_2, p0_.active AS active_3, p0_.visible_in_menu AS visible_in_menu_4, p0_.image AS image_5, p0_.image_alt AS image_alt_6, p0_.created_at AS created_at_7, p0_.updated_at AS updated_at_8, p0_.second_image AS second_image_9, p0_.third_image AS third_image_10, p0_.description AS description_11, p0_.second_image_alt AS second_image_alt_12, p0_.third_image_alt AS third_image_alt_13 FROM product_industry p0_ WHERE p0_.active = ? AND p0_.visible_in_menu = ? ORDER BY p0_.id ASC
Parameters:
[ 1 1 ] |
| 7 | 0.90 ms |
SELECT p0_.id AS id_0, p0_.content AS content_1, p0_.script AS script_2, p0_.size AS size_3, p0_.views AS views_4, p0_.days_between_view AS days_between_view_5, p0_.active_from AS active_from_6, p0_.active_to AS active_to_7, p0_.style AS style_8, p0_.only_for_logged_user AS only_for_logged_user_9 FROM popup p0_ INNER JOIN popup_popup_route p2_ ON p0_.id = p2_.popup_id INNER JOIN popup_route p1_ ON p1_.id = p2_.popup_route_id WHERE p0_.active_from <= ? AND p0_.active_to >= ? AND p1_.name = ? ORDER BY p0_.id DESC LIMIT 1
Parameters:
[ "2026-09-23" "2026-09-23" "robots" ] |
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\ProductModal | No errors. |
| App\Entity\ProductAdditionalContent | No errors. |
| App\Entity\Product | No errors. |
| App\Entity\Translation | No errors. |
| App\Entity\ProductGroup | No errors. |
| App\Entity\ProductCategory | No errors. |
| App\Entity\ProductMockupSettings | No errors. |
| App\Entity\FooterProductMenu | No errors. |
| App\Entity\StaticPage | No errors. |
| App\Entity\GlobalTag | No errors. |
| App\Entity\ProductArticle | No errors. |
| App\Entity\Seo | No errors. |
| App\Entity\Redirect | No errors. |
| App\Entity\AdditionalHeaderFooter | No errors. |
| App\Entity\ProductIndustry | No errors. |
| App\Entity\Popup | No errors. |
| App\Entity\PopupRoute | No errors. |