GET https://self-checkin.hostassist.hr/pt_BR/blog/posts/ut-eleifend-mauris-et-risus-ultrices-egestas

Query Metrics

5 Database Queries
4 Different statements
6.03 ms Query time
2 Invalid entities

Grouped Statements

Show all queries

Time Count Info
2.22 ms
(36.75%)
2
SELECT t0.full_name AS full_name_1, t0.username AS username_2, t0.telegram AS telegram_3, t0.roles AS roles_4, t0.name AS name_5, t0.first_name AS first_name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.email_verified_at AS email_verified_at_9, t0.language AS language_10, t0.password AS password_11, t0.guid AS guid_12, t0.is_verified AS is_verified_13, t0.id AS id_14, t0.date_created AS date_created_15, t0.date_updated AS date_updated_16, t0.telegram_user_id AS telegram_user_id_17 FROM user t0 WHERE t0.id = ?
Parameters:
[
  1
]
1.30 ms
(21.63%)
1
SELECT t0.id AS id_1, t0.name AS name_2 FROM symfony_demo_tag t0 INNER JOIN symfony_demo_post_tag ON t0.id = symfony_demo_post_tag.tag_id WHERE symfony_demo_post_tag.post_id = ? ORDER BY t0.name ASC
Parameters:
[
  98
]
1.27 ms
(21.09%)
1
SELECT t0.id AS id_1, t0.content AS content_2, t0.published_at AS published_at_3, t0.post_id AS post_id_4, t0.author_id AS author_id_5 FROM symfony_demo_comment t0 WHERE t0.post_id = ? ORDER BY t0.published_at DESC
Parameters:
[
  98
]
1.24 ms
(20.53%)
1
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.author_id AS author_id_7 FROM symfony_demo_post t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
  "ut-eleifend-mauris-et-risus-ultrices-egestas"
]

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.

Entities Mapping

Class Mapping errors
App\Entity\Post No errors.
App\Entity\User No errors.
App\Entity\Comment No errors.
App\Entity\Tag No errors.
App\Entity\Telegram\TelegramUser No errors.
App\Entity\Rental
  • The association App\Entity\Rental#eVisitorObject refers to the inverse side field App\Entity\eVisitor\EVisitorObject#eVisitorObjects which does not exist.
  • The association App\Entity\Rental#country refers to the inverse side field App\Entity\Country#rentals which does not exist.
App\Entity\eVisitor\EVisitorObject
  • The association App\Entity\eVisitor\EVisitorObject#rental refers to the inverse side field App\Entity\Rental#eVisitorObjects which does not exist.
App\Entity\Country No errors.