GET https://multichem.jellydev2.pl/pl/szkolenie/kariera

Query Metrics

6 Database Queries
3 Different statements
3.49 ms Query time
1 Invalid entities
10 Managed entities

Queries

Group similar statements

# Time Info
1 1.30 ms
SELECT p0_.is_editable AS is_editable_0, p0_.template_path AS template_path_1, p0_.is_published AS is_published_2, p0_.publishing_date AS publishing_date_3, p0_.type AS type_4, p0_.should_be_followed AS should_be_followed_5, p0_.params AS params_6, p0_.only_for_log_in_user AS only_for_log_in_user_7, p0_.account_levels AS account_levels_8, p0_.id AS id_9, p0_.internal_name AS internal_name_10, p0_.migration_id AS migration_id_11, p0_.created_at AS created_at_12, p0_.updated_at AS updated_at_13, p1_.url AS url_14, p1_.displayed_title AS displayed_title_15, p1_.meta_tags AS meta_tags_16, p1_.data AS data_17, p1_.id AS id_18, p1_.locale AS locale_19, p1_.translatable_id AS translatable_id_20 FROM page p0_ INNER JOIN page_translation p1_ ON p0_.id = p1_.translatable_id WHERE p1_.url = ? AND p1_.locale = ?
Parameters:
[
  "szkolenie"
  "pl"
]
2 0.67 ms
SELECT t0.is_editable AS is_editable_1, t0.template_path AS template_path_2, t0.is_published AS is_published_3, t0.publishing_date AS publishing_date_4, t0.type AS type_5, t0.should_be_followed AS should_be_followed_6, t0.params AS params_7, t0.only_for_log_in_user AS only_for_log_in_user_8, t0.account_levels AS account_levels_9, t0.id AS id_10, t0.internal_name AS internal_name_11, t0.migration_id AS migration_id_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t15.category AS category_16, t15.sort_order AS sort_order_17, t15.reading_time AS reading_time_18, t15.simplex_post_id AS simplex_post_id_19, t15.simplex_img AS simplex_img_20, t15.profix_post_id AS profix_post_id_21, t15.profix_img AS profix_img_22, t15.created_at AS created_at_23, t15.id AS id_24, t15.post_preview_id AS post_preview_id_25, t15.page_id AS page_id_26 FROM page t0 LEFT JOIN post t15 ON t15.page_id = t0.id WHERE t0.migration_id = ? LIMIT 1
Parameters:
[
  5
]
3 0.60 ms
SELECT t0.is_editable AS is_editable_1, t0.template_path AS template_path_2, t0.is_published AS is_published_3, t0.publishing_date AS publishing_date_4, t0.type AS type_5, t0.should_be_followed AS should_be_followed_6, t0.params AS params_7, t0.only_for_log_in_user AS only_for_log_in_user_8, t0.account_levels AS account_levels_9, t0.id AS id_10, t0.internal_name AS internal_name_11, t0.migration_id AS migration_id_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t15.category AS category_16, t15.sort_order AS sort_order_17, t15.reading_time AS reading_time_18, t15.simplex_post_id AS simplex_post_id_19, t15.simplex_img AS simplex_img_20, t15.profix_post_id AS profix_post_id_21, t15.profix_img AS profix_img_22, t15.created_at AS created_at_23, t15.id AS id_24, t15.post_preview_id AS post_preview_id_25, t15.page_id AS page_id_26 FROM page t0 LEFT JOIN post t15 ON t15.page_id = t0.id WHERE t0.migration_id = ? LIMIT 1
Parameters:
[
  8
]
4 0.28 ms
SELECT t0.url AS url_1, t0.displayed_title AS displayed_title_2, t0.meta_tags AS meta_tags_3, t0.data AS data_4, t0.id AS id_5, t0.locale AS locale_6, t0.translatable_id AS translatable_id_7 FROM page_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  1
]
5 0.24 ms
SELECT t0.url AS url_1, t0.displayed_title AS displayed_title_2, t0.meta_tags AS meta_tags_3, t0.data AS data_4, t0.id AS id_5, t0.locale AS locale_6, t0.translatable_id AS translatable_id_7 FROM page_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  214
]
6 0.40 ms
SELECT t0.is_editable AS is_editable_1, t0.template_path AS template_path_2, t0.is_published AS is_published_3, t0.publishing_date AS publishing_date_4, t0.type AS type_5, t0.should_be_followed AS should_be_followed_6, t0.params AS params_7, t0.only_for_log_in_user AS only_for_log_in_user_8, t0.account_levels AS account_levels_9, t0.id AS id_10, t0.internal_name AS internal_name_11, t0.migration_id AS migration_id_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t15.category AS category_16, t15.sort_order AS sort_order_17, t15.reading_time AS reading_time_18, t15.simplex_post_id AS simplex_post_id_19, t15.simplex_img AS simplex_img_20, t15.profix_post_id AS profix_post_id_21, t15.profix_img AS profix_img_22, t15.created_at AS created_at_23, t15.id AS id_24, t15.post_preview_id AS post_preview_id_25, t15.page_id AS page_id_26 FROM page t0 LEFT JOIN post t15 ON t15.page_id = t0.id WHERE t0.migration_id = ? LIMIT 1
Parameters:
[
  5
]

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\Page\PageTranslation 8
App\Entity\Page\Page 2

Entities Mapping

Class Mapping errors
App\Entity\Page\Page
  • The field App\Entity\Page\Page#post is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Post\Post#page does not contain the required 'inversedBy="post"' attribute.
App\Entity\Page\PageTranslation No errors.
App\Entity\Post\Post No errors.
App\Entity\Image\Image No errors.
App\Entity\Page\PageSection No errors.