Query Metrics

2 Database Queries
2 Different statements
1.55 ms Query time
1 Invalid entities
152 Managed entities

Queries

Group similar statements

# Time Info
1 1.12 ms
SELECT e0_.id AS id_0, e0_.website_url AS website_url_1, e0_.is_enabled AS is_enabled_2, e0_.is_show_in_partners AS is_show_in_partners_3, e0_.created_at AS created_at_4, e0_.image_name AS image_name_5, e0_.image_original_name AS image_original_name_6, e0_.image_mime_type AS image_mime_type_7, e0_.image_size AS image_size_8, e0_.image_updated_at AS image_updated_at_9, e1_.id AS id_10, e1_.title AS title_11, e1_.short_description AS short_description_12, l2_.id AS id_13, l2_.name AS name_14, e1_.lang_id AS lang_id_15, e1_.event_organization_id AS event_organization_id_16 FROM event_organization e0_ LEFT JOIN event_organization_translate e1_ ON e0_.id = e1_.event_organization_id LEFT JOIN language l2_ ON e1_.lang_id = l2_.id WHERE e0_.is_enabled = ? AND e0_.is_show_in_partners = ? ORDER BY e0_.created_at DESC, e0_.id DESC
Parameters:
[
  1
  1
]
2 0.42 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\Event\EventOrganization 4
App\Entity\Event\EventOrganizationTranslate 4
App\Entity\Language 1

Entities Mapping

Class Mapping errors
App\Entity\ImageEmbeddableClass No errors.
App\Entity\Event\EventOrganization No errors.
App\Entity\Event\EventOrganizationTranslate No errors.
App\Entity\Language No errors.
App\Entity\Event\Event No errors.
App\Entity\PageTranslate No errors.
App\Entity\Event\EventTranslate No errors.
App\Entity\Event\EventGroupTranslate No errors.
App\Entity\Event\EventTab No errors.
App\Entity\SpeakerTranslate 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.