GET https://apka.adamow.gmina.pl/api/category?extended=1

Query Metrics

48 Database Queries
5 Different statements
6.84 ms Query time
3 Invalid entities
99 Managed entities

Grouped Statements

Show all queries

Time Count Info
2.52 ms
(36.77%)
16
SELECT t0.id AS id_1, t0.value AS value_2, t0.category AS category_3, t0.category_param AS category_param_4 FROM category_values t0 WHERE t0.category = ?
Parameters:
[
  1
]
2.07 ms
(30.28%)
16
SELECT te.file_id AS file_id, te.fid AS fid, te.file_type AS file_type, te.file_name AS file_name, te.file_label AS file_label, te.file_desc AS file_desc, te.file_size AS file_size, te.file_ext AS file_ext, te.file_link AS file_link, te.file_created_at AS file_created_at, te.file_tmp_status AS file_tmp_status, te.file_width AS file_width, te.file_height AS file_height, te.file_blurhash AS file_blurhash, te.file_mime_type AS file_mime_type, te.file_original_name AS file_original_name FROM file te JOIN category_to_file t ON t.file_id = te.file_id WHERE t.category_id = ? AND te.file_type = ?
Parameters:
[
  1
  "mainphoto"
]
1.68 ms
(24.50%)
14
SELECT t0.id AS id_1, t0.category_type AS category_type_2, t0.short_name AS short_name_3, t0.label AS label_4, t0.field_type AS field_type_5, t0.form_field_type AS form_field_type_6, t0.form_field_required AS form_field_required_7, t0.dict AS dict_8 FROM category_params t0 WHERE t0.id = ?
Parameters:
[
  1
]
0.30 ms
(4.40%)
1
SELECT o0_.id AS id_0, o0_.name AS name_1, o0_.name_hash AS name_hash_2, o0_.user_name AS user_name_3, o0_.user_name_hash AS user_name_hash_4, o0_.password AS password_5, o0_.token AS token_6, o0_.api_type AS api_type_7, o0_.base_url AS base_url_8, o0_.api_key AS api_key_9, o0_.status AS status_10, o0_.channel AS channel_11, o0_.short_name AS short_name_12 FROM outside_system o0_ WHERE o0_.user_name_hash = ?
Parameters:
[
  "0df29046a9d59c5039e39d69a53a3ae3daafba896e13724d6edeaf842ab88d095f5d9bfc9b3d77252e7934637e374c83710e15766f3512703f1531685471cd95"
]
0.28 ms
(4.05%)
1
SELECT t0.category_id AS category_id_1, t0.category_name AS category_name_2, t0.category_desc AS category_desc_3, t0.category_type AS category_type_4, t0.category_theme AS category_theme_5, t0.category_priority AS category_priority_6, t0.category_option AS category_option_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.category_email_notification AS category_email_notification_10, t0.created_by AS created_by_11, t0.outside_system_created_by_id AS outside_system_created_by_id_12 FROM category t0
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\Category\CategoryValues 68
App\Entity\Category\Category 16
App\Entity\Category\CategoryParams 14
App\Entity\Integration\OutsideSystem 1

Entities Mapping

Class Mapping errors
App\Entity\Integration\OutsideSystem No errors.
App\Entity\Enums\OutsideSystemServiceStatus No errors.
App\Entity\Integration\OutsideSystemService No errors.
App\Entity\Integration\UserToOutsideSystem No errors.
App\Entity\Widget No errors.
App\Entity\Category\Category No errors.
App\Entity\Enums\UserStatus No errors.
App\Entity\User\User
  • The association App\Entity\User\User#queuePushes refers to the owning side field App\Entity\Queue\QueuePush#user which does not exist.
  • The mappings App\Entity\User\User#visitSchedulerReservationsAppended and App\Entity\VisitScheduler\VisitSchedulerReservation#appendedTo are inconsistent with each other.
App\Entity\Enums\ContentStatus No errors.
App\Entity\Content\Content No errors.
App\Entity\User\UserMobDeviceToCategory No errors.
App\Entity\Notice No errors.
App\Entity\File No errors.
App\Entity\Partner\PartnerAddress
  • The association App\Entity\Partner\PartnerAddress#itemLimits refers to the owning side field App\Entity\Card\CardItemLimit#partnerAddresses which does not exist.
App\Entity\Category\CategoryValues No errors.
App\Entity\Enums\PartnerStatus No errors.
App\Entity\Partner\Partner No errors.
App\Entity\Enums\SiteStatus No errors.
App\Entity\Site\Site
  • The association App\Entity\Site\Site#parent refers to the inverse side field App\Entity\Site\Site#children which does not exist.
App\Entity\Category\CategoryParams No errors.