Query Metrics

3 Database Queries
3 Different statements
17.41 ms Query time
0 Invalid entities
15 Managed entities

Grouped Statements

Show all queries

Time Count Info
9.41 ms
(54.03%)
1
SELECT h0_.id AS id_0, h0_.sort_order AS sort_order_1, h0_.status AS status_2, h0_.sum_necessary AS sum_necessary_3, h0_.sum_collected AS sum_collected_4, h0_.sum_transmitted AS sum_transmitted_5, h0_.start_at AS start_at_6, h0_.end_at AS end_at_7, h0_.active AS active_8, h0_.finished AS finished_9, h0_.active_photo_block AS active_photo_block_10, h0_.active_home_page AS active_home_page_11, h0_.title AS title_12, h0_.slug AS slug_13, h0_.age AS age_14, h0_.sub_title AS sub_title_15, h0_.person_count AS person_count_16, h0_.target AS target_17, h0_.description_short AS description_short_18, h0_.description_short_payment AS description_short_payment_19, h0_.description AS description_20, h0_.result_description AS result_description_21, h0_.video AS video_22, h0_.ekzeget_view_count AS ekzeget_view_count_23, h0_.meta_title AS meta_title_24, h0_.meta_description AS meta_description_25, h0_.meta_keywords AS meta_keywords_26, t1_.id AS id_27, t1_.active AS active_28, t1_.slug AS slug_29, t1_.fio AS fio_30, t1_.title AS title_31, t1_.education AS education_32, t1_.activities AS activities_33, t1_.role_description AS role_description_34, t1_.date_of_birth AS date_of_birth_35, t1_.place_birth AS place_birth_36, t1_.description AS description_37, t1_.description_short AS description_short_38, t1_.video AS video_39, t1_.meta_title AS meta_title_40, t1_.meta_description AS meta_description_41, t1_.meta_keywords AS meta_keywords_42, m2_.id AS id_43, m2_.title AS title_44, m2_.private AS private_45, m2_.sort AS sort_46, m2_.file_path AS file_path_47, m3_.id AS id_48, m3_.title AS title_49, m3_.private AS private_50, m3_.sort AS sort_51, m3_.file_path AS file_path_52, m4_.id AS id_53, m4_.title AS title_54, m4_.private AS private_55, m4_.sort AS sort_56, m4_.file_path AS file_path_57, h5_.id AS id_58, h5_.status AS status_59, h5_.sum_collected AS sum_collected_60, h5_.sum_transmitted AS sum_transmitted_61, h5_.active AS active_62, h5_.active_home_page AS active_home_page_63, h5_.title AS title_64, h5_.slug AS slug_65, h5_.target AS target_66, h5_.start_at AS start_at_67, h5_.description AS description_68, h5_.description_short AS description_short_69, h5_.description_short_payment AS description_short_payment_70, h5_.result_description AS result_description_71, h5_.video AS video_72, h5_.sort_order AS sort_order_73, h5_.ekzeget_view_count AS ekzeget_view_count_74, h5_.meta_title AS meta_title_75, h5_.meta_description AS meta_description_76, h5_.meta_keywords AS meta_keywords_77, m6_.id AS id_78, m6_.title AS title_79, m6_.private AS private_80, m6_.sort AS sort_81, m6_.file_path AS file_path_82, m7_.id AS id_83, m7_.title AS title_84, m7_.private AS private_85, m7_.sort AS sort_86, m7_.file_path AS file_path_87, m8_.id AS id_88, m8_.title AS title_89, m8_.private AS private_90, m8_.sort AS sort_91, m8_.file_path AS file_path_92, m9_.id AS id_93, m9_.title AS title_94, m9_.private AS private_95, m9_.sort AS sort_96, m9_.file_path AS file_path_97, m10_.id AS id_98, m10_.title AS title_99, m10_.private AS private_100, m10_.sort AS sort_101, m10_.file_path AS file_path_102, m11_.id AS id_103, m11_.title AS title_104, m11_.private AS private_105, m11_.sort AS sort_106, m11_.file_path AS file_path_107, m12_.id AS id_108, m12_.title AS title_109, m12_.private AS private_110, m12_.sort AS sort_111, m12_.file_path AS file_path_112, m13_.id AS id_113, m13_.title AS title_114, m13_.private AS private_115, m13_.sort AS sort_116, m13_.file_path AS file_path_117, h0_.trustee_id AS trustee_id_118, h0_.help_program_id AS help_program_id_119, h0_.image_id AS image_id_120, t1_.image_id AS image_id_121, h5_.image_id AS image_id_122 FROM help_person h0_ LEFT JOIN trustee t1_ ON h0_.trustee_id = t1_.id LEFT JOIN media m2_ ON t1_.image_id = m2_.id LEFT JOIN trustee_images t14_ ON t1_.id = t14_.trustee_id LEFT JOIN media m3_ ON m3_.id = t14_.image_id LEFT JOIN trustee_files t15_ ON t1_.id = t15_.trustee_id LEFT JOIN media m4_ ON m4_.id = t15_.file_id LEFT JOIN help_program h5_ ON h0_.help_program_id = h5_.id LEFT JOIN media m6_ ON h5_.image_id = m6_.id LEFT JOIN help_program_images h16_ ON h5_.id = h16_.help_program_id LEFT JOIN media m7_ ON m7_.id = h16_.image_id LEFT JOIN help_program_files h17_ ON h5_.id = h17_.help_program_id LEFT JOIN media m8_ ON m8_.id = h17_.file_id LEFT JOIN help_program_report_images h18_ ON h5_.id = h18_.help_program_id LEFT JOIN media m9_ ON m9_.id = h18_.image_id LEFT JOIN media m10_ ON h0_.image_id = m10_.id LEFT JOIN help_person_images h19_ ON h0_.id = h19_.help_person_id LEFT JOIN media m11_ ON m11_.id = h19_.image_id LEFT JOIN help_person_files h20_ ON h0_.id = h20_.help_person_id LEFT JOIN media m12_ ON m12_.id = h20_.file_id LEFT JOIN help_person_report_images h21_ ON h0_.id = h21_.help_person_id LEFT JOIN media m13_ ON m13_.id = h21_.image_id WHERE h0_.active = ? AND h0_.finished = ? AND h0_.id IN (?) ORDER BY h0_.sort_order ASC
Parameters:
[
  1
  0
  60
]
4.77 ms
(27.39%)
1
SELECT count(DISTINCT h0_.id) AS sclr_0 FROM help_person h0_ LEFT JOIN trustee t1_ ON h0_.trustee_id = t1_.id LEFT JOIN media m2_ ON t1_.image_id = m2_.id LEFT JOIN trustee_images t4_ ON t1_.id = t4_.trustee_id LEFT JOIN media m3_ ON m3_.id = t4_.image_id LEFT JOIN trustee_files t6_ ON t1_.id = t6_.trustee_id LEFT JOIN media m5_ ON m5_.id = t6_.file_id LEFT JOIN help_program h7_ ON h0_.help_program_id = h7_.id LEFT JOIN media m8_ ON h7_.image_id = m8_.id LEFT JOIN help_program_images h10_ ON h7_.id = h10_.help_program_id LEFT JOIN media m9_ ON m9_.id = h10_.image_id LEFT JOIN help_program_files h12_ ON h7_.id = h12_.help_program_id LEFT JOIN media m11_ ON m11_.id = h12_.file_id LEFT JOIN help_program_report_images h14_ ON h7_.id = h14_.help_program_id LEFT JOIN media m13_ ON m13_.id = h14_.image_id LEFT JOIN media m15_ ON h0_.image_id = m15_.id LEFT JOIN help_person_images h17_ ON h0_.id = h17_.help_person_id LEFT JOIN media m16_ ON m16_.id = h17_.image_id LEFT JOIN help_person_files h19_ ON h0_.id = h19_.help_person_id LEFT JOIN media m18_ ON m18_.id = h19_.file_id LEFT JOIN help_person_report_images h21_ ON h0_.id = h21_.help_person_id LEFT JOIN media m20_ ON m20_.id = h21_.image_id WHERE h0_.active = ? AND h0_.finished = ?
Parameters:
[
  1
  0
]
3.23 ms
(18.58%)
1
SELECT DISTINCT h0_.id AS id_0, h0_.sort_order AS sort_order_1 FROM help_person h0_ LEFT JOIN trustee t1_ ON h0_.trustee_id = t1_.id LEFT JOIN media m2_ ON t1_.image_id = m2_.id LEFT JOIN trustee_images t4_ ON t1_.id = t4_.trustee_id LEFT JOIN media m3_ ON m3_.id = t4_.image_id LEFT JOIN trustee_files t6_ ON t1_.id = t6_.trustee_id LEFT JOIN media m5_ ON m5_.id = t6_.file_id LEFT JOIN help_program h7_ ON h0_.help_program_id = h7_.id LEFT JOIN media m8_ ON h7_.image_id = m8_.id LEFT JOIN help_program_images h10_ ON h7_.id = h10_.help_program_id LEFT JOIN media m9_ ON m9_.id = h10_.image_id LEFT JOIN help_program_files h12_ ON h7_.id = h12_.help_program_id LEFT JOIN media m11_ ON m11_.id = h12_.file_id LEFT JOIN help_program_report_images h14_ ON h7_.id = h14_.help_program_id LEFT JOIN media m13_ ON m13_.id = h14_.image_id LEFT JOIN media m15_ ON h0_.image_id = m15_.id LEFT JOIN help_person_images h17_ ON h0_.id = h17_.help_person_id LEFT JOIN media m16_ ON m16_.id = h17_.image_id LEFT JOIN help_person_files h19_ ON h0_.id = h19_.help_person_id LEFT JOIN media m18_ ON m18_.id = h19_.file_id LEFT JOIN help_person_report_images h21_ ON h0_.id = h21_.help_person_id LEFT JOIN media m20_ ON m20_.id = h21_.image_id WHERE h0_.active = ? AND h0_.finished = ? ORDER BY h0_.sort_order ASC LIMIT 10
Parameters:
[
  1
  0
]

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\Media 12
App\Entity\HelpPerson 1
App\Entity\Trustee 1
App\Entity\HelpProgram 1

Entities Mapping

Class Mapping errors
App\Entity\HelpPerson No errors.
App\Entity\Trustee No errors.
App\Entity\Media No errors.
App\Entity\HelpProgram No errors.