GET https://multichem.jellydev2.pl/

Query Metrics

2 Database Queries
2 Different statements
2.02 ms Query time
1 Invalid entities
5 Managed entities

Grouped Statements

Show all queries

Time Count Info
1.43 ms
(70.70%)
1
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
]
0.59 ms
(29.30%)
1
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
]

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 4
App\Entity\Page\Page 1

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\Post\Post No errors.
App\Entity\Image\Image No errors.
App\Entity\Page\PageSection No errors.
App\Entity\Page\PageTranslation No errors.