Query Metrics

5 Database Queries
4 Different statements
1.77 ms Query time
2 Invalid entities
148 Managed entities

Queries

Group similar statements

# Time Info
1 0.42 ms
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.created_at AS created_at_3, t0.is_activated AS is_activated_4 FROM page t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
  "personal-data-processing-agreement"
]
2 0.34 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.seo_title AS seo_title_3, t0.seo_description AS seo_description_4, t0.content AS content_5, t0.lang_id AS lang_id_6, t0.page_id AS page_id_7 FROM page_translate t0 WHERE t0.page_id = ?
Parameters:
[
  2
]
3 0.25 ms
SELECT t0.id AS id_1, t0.name AS name_2 FROM language t0 WHERE t0.id = ?
Parameters:
[
  1
]
4 0.28 ms
SELECT t0.id AS id_1, t0.name AS name_2 FROM language t0 WHERE t0.id = ?
Parameters:
[
  2
]
5 0.48 ms
SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.type AS type_2 FROM specialty s0_
Parameters:
[]

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\Specialty 143
App\Entity\PageTranslate 2
App\Entity\Language 2
App\Entity\Page 1

Entities Mapping

Class Mapping errors
App\Entity\Page No errors.
App\Entity\PageTranslate No errors.
App\Entity\Language No errors.
App\Entity\Event\EventTranslate No errors.
App\Entity\Event\EventGroupTranslate No errors.
App\Entity\Event\EventOrganizationTranslate No errors.
App\Entity\Event\EventTab No errors.
App\Entity\SpeakerTranslate No errors.
App\Entity\ImageEmbeddableClass No errors.
App\Entity\Banner No errors.
App\Entity\Faq No errors.
App\Entity\Specialty No errors.
App\Entity\User\User
  • The association App\Entity\User\User#tests refers to the owning side field App\Entity\Test\Test#user which does not exist.
App\Entity\Event\Event No errors.
App\Entity\Event\EventGroup No errors.
App\Entity\Event\EventOrganization No errors.
App\Entity\Speaker No errors.
App\Entity\User\UserEventRegister No errors.
App\Entity\Certificate\CustomCertificate No errors.
App\Entity\User\UserCertificate No errors.
App\Entity\Test\Test No errors.
App\Entity\User\UserPoll No errors.
App\Entity\User\UserPollAnswer No errors.
App\Entity\User\UserTest No errors.
App\Entity\User\UserTestAnswer No errors.
App\Entity\City No errors.
App\Entity\User\UserOrganization No errors.
App\Entity\Feedback No errors.
App\Entity\Poll\Poll No errors.
App\Entity\Certificate\CustomCertificateElement No errors.
App\Entity\Test\TestQuestion No errors.
App\Entity\Poll\PollQuestion No errors.
App\Entity\Poll\PollOption No errors.
App\Entity\Test\TestAnswer
  • The association App\Entity\Test\TestAnswer#test refers to the inverse side field App\Entity\Test\Test#testAnswers which does not exist.
App\Entity\Country No errors.
App\Entity\Newsletter No errors.
App\Entity\Event\ChatReportJob No errors.
App\Entity\NewsletterRecipient No errors.
Vich\UploaderBundle\Entity\File No errors.