Query Metrics

2 Database Queries
2 Different statements
3.34 ms Query time
1 Invalid entities
156 Managed entities

Grouped Statements

Show all queries

Time Count Info
2.62 ms
(78.69%)
1
SELECT f0_.id AS id_0, f0_.question AS question_1, f0_.answer AS answer_2, f0_.activated AS activated_3, f0_.sort AS sort_4, f0_.lang_id AS lang_id_5 FROM faq f0_ INNER JOIN language l1_ ON f0_.lang_id = l1_.id WHERE f0_.activated = ? AND l1_.name = ? ORDER BY f0_.sort ASC, f0_.id ASC
Parameters:
[
  1
  "RU"
]
0.71 ms
(21.31%)
1
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\Faq 12
App\Entity\Language 1

Entities Mapping

Class Mapping errors
App\Entity\Faq No errors.
App\Entity\Language 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\ImageEmbeddableClass No errors.
App\Entity\Event\Event No errors.