GET https://dev.petso.halisz.pl/rasy/koty/neva-masquerade

Query Metrics

12 Database Queries
10 Different statements
28.84 ms Query time
0 Invalid entities
10 Managed entities

Queries

Group similar statements

# Time Info
1 1.42 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.active AS active_5, t0.breeding_description AS breeding_description_6, t0.title AS title_7, t0.meta_title AS meta_title_8, t0.meta_keywords AS meta_keywords_9, t0.meta_description AS meta_description_10, t0.image_id AS image_id_11, t0.category_id AS category_id_12, t13.id AS id_14, t13.name AS name_15, t13.content AS content_16, t13.stat_size AS stat_size_17, t13.stat_exercises AS stat_exercises_18, t13.stat_training AS stat_training_19, t13.stat_hair_amount AS stat_hair_amount_20, t13.stat_haircut_frequency AS stat_haircut_frequency_21, t13.stat_kids AS stat_kids_22, t13.stat_health AS stat_health_23, t13.stat_costs AS stat_costs_24, t13.stat_intelligence AS stat_intelligence_25, t13.param_life AS param_life_26, t13.param_weight_male AS param_weight_male_27, t13.param_weight_female AS param_weight_female_28, t13.param_growth AS param_growth_29, t13.param_recognized_by_fci AS param_recognized_by_fci_30, t13.blocks AS blocks_31, t13.title AS title_32, t13.meta_title AS meta_title_33, t13.meta_keywords AS meta_keywords_34, t13.meta_description AS meta_description_35, t13.breed_id AS breed_id_36 FROM breed t0 LEFT JOIN breed_information t13 ON t13.breed_id = t0.id WHERE t0.slug = ? LIMIT 1
Parameters:
[
  "neva-masquerade"
]
2 1.98 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.content AS content_3, t0.stat_size AS stat_size_4, t0.stat_exercises AS stat_exercises_5, t0.stat_training AS stat_training_6, t0.stat_hair_amount AS stat_hair_amount_7, t0.stat_haircut_frequency AS stat_haircut_frequency_8, t0.stat_kids AS stat_kids_9, t0.stat_health AS stat_health_10, t0.stat_costs AS stat_costs_11, t0.stat_intelligence AS stat_intelligence_12, t0.param_life AS param_life_13, t0.param_weight_male AS param_weight_male_14, t0.param_weight_female AS param_weight_female_15, t0.param_growth AS param_growth_16, t0.param_recognized_by_fci AS param_recognized_by_fci_17, t0.blocks AS blocks_18, t0.title AS title_19, t0.meta_title AS meta_title_20, t0.meta_keywords AS meta_keywords_21, t0.meta_description AS meta_description_22, t0.breed_id AS breed_id_23 FROM breed_information t0 WHERE t0.breed_id = ? LIMIT 1
Parameters:
[
  87
]
3 0.61 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.active AS active_5, t0.position AS position_6, t0.breeding_description AS breeding_description_7, t0.title AS title_8, t0.meta_title AS meta_title_9, t0.meta_keywords AS meta_keywords_10, t0.meta_description AS meta_description_11, t0.category_id AS category_id_12, t0.image_id AS image_id_13 FROM category t0 WHERE t0.id = ?
Parameters:
[
  1
]
4 1.48 ms
SELECT s0_.name AS name_0, s0_.value AS value_1 FROM setting s0_
Parameters:
[]
5 5.06 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.alt AS alt_3, t0.file AS file_4, t0.uuid AS uuid_5, t0.type AS type_6, t0.temp AS temp_7, t0.path AS path_8, t0.width AS width_9, t0.height AS height_10, t0.extension AS extension_11, t0.position AS position_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.owner_id AS owner_id_15 FROM image t0 INNER JOIN breed_information_images ON t0.id = breed_information_images.image_id WHERE breed_information_images.breed_information_id = ? ORDER BY t0.position ASC
Parameters:
[
  47
]
6 6.37 ms
SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.location AS location_2, a0_.advert_height AS advert_height_3, a0_.advert_width AS advert_width_4, a0_.active AS active_5, a0_.max_quantity AS max_quantity_6 FROM advert_group a0_ WHERE a0_.location = ? AND a0_.active = ?
Parameters:
[
  "breed_right_1"
  1
]
7 0.70 ms
SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.location AS location_2, a0_.advert_height AS advert_height_3, a0_.advert_width AS advert_width_4, a0_.active AS active_5, a0_.max_quantity AS max_quantity_6 FROM advert_group a0_ WHERE a0_.location = ? AND a0_.active = ?
Parameters:
[
  "breed_right_2"
  1
]
8 0.55 ms
SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.location AS location_2, a0_.advert_height AS advert_height_3, a0_.advert_width AS advert_width_4, a0_.active AS active_5, a0_.max_quantity AS max_quantity_6 FROM advert_group a0_ WHERE a0_.location = ? AND a0_.active = ?
Parameters:
[
  "breed_content"
  1
]
9 2.93 ms
SELECT DISTINCT o0_.id AS id_0, o0_.date_created_at AS date_created_at_1 FROM offer o0_ LEFT JOIN `user` u1_ ON o0_.owner_id = u1_.id LEFT JOIN category c2_ ON o0_.category_id = c2_.id LEFT JOIN breed b3_ ON o0_.breed_id = b3_.id LEFT JOIN image i4_ ON u1_.avatar_id = i4_.id LEFT JOIN province p5_ ON u1_.province_id = p5_.id LEFT JOIN breeding b6_ ON u1_.id = b6_.owner_id LEFT JOIN foundation f7_ ON u1_.id = f7_.owner_id LEFT JOIN association a8_ ON b6_.association_id = a8_.id LEFT JOIN federation f9_ ON a8_.federation_id = f9_.id LEFT JOIN offer_images o11_ ON o0_.id = o11_.offer_id LEFT JOIN image i10_ ON i10_.id = o11_.image_id LEFT JOIN offer_filter o12_ ON o0_.id = o12_.offer_id LEFT JOIN filter f13_ ON o12_.filter_id = f13_.id LEFT JOIN offer_promotion o14_ ON o0_.id = o14_.offer_id WHERE o0_.status = ? AND o0_.started_at < ? AND u1_.is_blocked <> 1 AND u1_.is_verified = 1 AND u1_.active = 1 AND u1_.deleted_at IS NULL AND b3_.slug = ? AND (o14_.distinction_start_at < ? OR o14_.distinction_start_at IS NULL) AND o14_.distinction_end_at >= ? ORDER BY o0_.date_created_at DESC LIMIT 2
Parameters:
[
  "approved"
  "2026-03-28 19:30:06"
  "neva-masquerade"
  "2026-03-28 19:30:06"
  "2026-03-28 19:30:06"
]
10 2.78 ms
SELECT DISTINCT o0_.id AS id_0 FROM offer o0_ LEFT JOIN `user` u1_ ON o0_.owner_id = u1_.id LEFT JOIN category c2_ ON o0_.category_id = c2_.id LEFT JOIN breed b3_ ON o0_.breed_id = b3_.id LEFT JOIN image i4_ ON u1_.avatar_id = i4_.id LEFT JOIN province p5_ ON u1_.province_id = p5_.id LEFT JOIN breeding b6_ ON u1_.id = b6_.owner_id LEFT JOIN foundation f7_ ON u1_.id = f7_.owner_id LEFT JOIN association a8_ ON b6_.association_id = a8_.id LEFT JOIN federation f9_ ON a8_.federation_id = f9_.id LEFT JOIN offer_images o11_ ON o0_.id = o11_.offer_id LEFT JOIN image i10_ ON i10_.id = o11_.image_id LEFT JOIN offer_filter o12_ ON o0_.id = o12_.offer_id LEFT JOIN filter f13_ ON o12_.filter_id = f13_.id LEFT JOIN offer_promotion o14_ ON o0_.id = o14_.offer_id WHERE o0_.status = ? AND o0_.started_at < ? AND u1_.is_blocked <> 1 AND u1_.is_verified = 1 AND u1_.active = 1 AND u1_.deleted_at IS NULL AND b3_.slug = ? AND (o14_.distinction_start_at < ? OR o14_.distinction_start_at IS NULL) AND o14_.distinction_end_at >= ? ORDER BY RAND() ASC LIMIT 2
Parameters:
[
  "approved"
  "2026-03-28 19:30:06"
  "neva-masquerade"
  "2026-03-28 19:30:06"
  "2026-03-28 19:30:06"
]
11 2.46 ms
SELECT DISTINCT o0_.id AS id_0, o0_.date_created_at AS date_created_at_1 FROM offer o0_ LEFT JOIN `user` u1_ ON o0_.owner_id = u1_.id LEFT JOIN category c2_ ON o0_.category_id = c2_.id LEFT JOIN breed b3_ ON o0_.breed_id = b3_.id LEFT JOIN image i4_ ON u1_.avatar_id = i4_.id LEFT JOIN province p5_ ON u1_.province_id = p5_.id LEFT JOIN breeding b6_ ON u1_.id = b6_.owner_id LEFT JOIN foundation f7_ ON u1_.id = f7_.owner_id LEFT JOIN association a8_ ON b6_.association_id = a8_.id LEFT JOIN federation f9_ ON a8_.federation_id = f9_.id LEFT JOIN offer_images o11_ ON o0_.id = o11_.offer_id LEFT JOIN image i10_ ON i10_.id = o11_.image_id LEFT JOIN offer_filter o12_ ON o0_.id = o12_.offer_id LEFT JOIN filter f13_ ON o12_.filter_id = f13_.id LEFT JOIN offer_promotion o14_ ON o0_.id = o14_.offer_id WHERE o0_.status = ? AND o0_.started_at < ? AND u1_.is_blocked <> 1 AND u1_.is_verified = 1 AND u1_.active = 1 AND u1_.deleted_at IS NULL AND b3_.slug = ? AND ((o14_.distinction_start_at IS NULL AND o14_.distinction_end_at IS NULL) OR (o14_.distinction_start_at > ? OR o14_.distinction_end_at < ?)) ORDER BY o0_.date_created_at DESC LIMIT 4
Parameters:
[
  "approved"
  "2026-03-28 19:30:06"
  "neva-masquerade"
  "2026-03-28 19:30:06"
  "2026-03-28 19:30:06"
]
12 2.49 ms
SELECT o0_.id AS id_0, o0_.uuid AS uuid_1, o0_.slug AS slug_2, o0_.status AS status_3, o0_.payment_type AS payment_type_4, o0_.rejection_reason AS rejection_reason_5, o0_.date_created_at AS date_created_at_6, o0_.started_at AS started_at_7, o0_.ended_at AS ended_at_8, o0_.name AS name_9, o0_.description AS description_10, o0_.price AS price_11, o0_.gender_male AS gender_male_12, o0_.gender_female AS gender_female_13, o0_.date_availability AS date_availability_14, o0_.stat_view AS stat_view_15, o0_.stat_phone AS stat_phone_16, o0_.stat_message AS stat_message_17, o0_.approval_type AS approval_type_18, o0_.deleted_at AS deleted_at_19, o0_.auto_renew AS auto_renew_20, o0_.created_at AS created_at_21, o0_.updated_at AS updated_at_22, u1_.id AS id_23, u1_.email AS email_24, u1_.roles AS roles_25, u1_.password AS password_26, u1_.firstname AS firstname_27, u1_.lastname AS lastname_28, u1_.phone AS phone_29, u1_.city AS city_30, u1_.postcode AS postcode_31, u1_.address AS address_32, u1_.active AS active_33, u1_.is_verified AS is_verified_34, u1_.uuid AS uuid_35, u1_.newsletter AS newsletter_36, u1_.is_blocked AS is_blocked_37, u1_.blocked_message AS blocked_message_38, u1_.blocked_date AS blocked_date_39, u1_.allow_auto_approval AS allow_auto_approval_40, u1_.type AS type_41, u1_.last_offer_added_at AS last_offer_added_at_42, u1_.delete_request_at AS delete_request_at_43, u1_.created_at AS created_at_44, u1_.updated_at AS updated_at_45, u1_.deleted_at AS deleted_at_46, c2_.id AS id_47, c2_.name AS name_48, c2_.slug AS slug_49, c2_.description AS description_50, c2_.active AS active_51, c2_.position AS position_52, c2_.breeding_description AS breeding_description_53, c2_.title AS title_54, c2_.meta_title AS meta_title_55, c2_.meta_keywords AS meta_keywords_56, c2_.meta_description AS meta_description_57, b3_.id AS id_58, b3_.name AS name_59, b3_.slug AS slug_60, b3_.description AS description_61, b3_.active AS active_62, b3_.breeding_description AS breeding_description_63, b3_.title AS title_64, b3_.meta_title AS meta_title_65, b3_.meta_keywords AS meta_keywords_66, b3_.meta_description AS meta_description_67, i4_.id AS id_68, i4_.name AS name_69, i4_.alt AS alt_70, i4_.file AS file_71, i4_.uuid AS uuid_72, i4_.type AS type_73, i4_.temp AS temp_74, i4_.path AS path_75, i4_.width AS width_76, i4_.height AS height_77, i4_.extension AS extension_78, i4_.position AS position_79, i4_.created_at AS created_at_80, i4_.updated_at AS updated_at_81, p5_.id AS id_82, p5_.name AS name_83, p5_.slug AS slug_84, p5_.active AS active_85, b6_.id AS id_86, b6_.name AS name_87, b6_.regon AS regon_88, b6_.description AS description_89, b6_.verified AS verified_90, b6_.association_custom AS association_custom_91, b6_.nickname AS nickname_92, b6_.facebook_url AS facebook_url_93, b6_.instagram_url AS instagram_url_94, b6_.web_url AS web_url_95, b6_.certificate_file AS certificate_file_96, b6_.certificate_file_status AS certificate_file_status_97, b6_.certificate_file_uploaded_at AS certificate_file_uploaded_at_98, b6_.certificate_file_rejected_reason AS certificate_file_rejected_reason_99, b6_.certificate_file_public AS certificate_file_public_100, b6_.deleted_at AS deleted_at_101, a7_.id AS id_102, a7_.name AS name_103, a7_.regon AS regon_104, f8_.id AS id_105, f8_.name AS name_106, f8_.regon AS regon_107, f8_.description AS description_108, f8_.show_badge AS show_badge_109, f8_.full_name AS full_name_110, f8_.show_table AS show_table_111, i9_.id AS id_112, i9_.name AS name_113, i9_.alt AS alt_114, i9_.file AS file_115, i9_.uuid AS uuid_116, i9_.type AS type_117, i9_.temp AS temp_118, i9_.path AS path_119, i9_.width AS width_120, i9_.height AS height_121, i9_.extension AS extension_122, i9_.position AS position_123, i9_.created_at AS created_at_124, i9_.updated_at AS updated_at_125, o10_.id AS id_126, o10_.value AS value_127, f11_.id AS id_128, f11_.name AS name_129, f11_.slug AS slug_130, f11_.type AS type_131, f11_.required AS required_132, f11_.all_categories AS all_categories_133, f11_.search AS search_134, f11_.choices AS choices_135, f11_.position AS position_136, o12_.id AS id_137, o12_.package AS package_138, o12_.distinction_bay AS distinction_bay_139, o12_.distinction_current AS distinction_current_140, o12_.distinction_start_at AS distinction_start_at_141, o12_.distinction_end_at AS distinction_end_at_142, o12_.refreshment_bay AS refreshment_bay_143, o12_.refreshment_current AS refreshment_current_144, o12_.refreshment_last_at AS refreshment_last_at_145, o12_.post_bay AS post_bay_146, o12_.homepage_bay AS homepage_bay_147, o12_.homepage_start_at AS homepage_start_at_148, o12_.homepage_end_at AS homepage_end_at_149, o12_.bay_at AS bay_at_150, o0_.owner_id AS owner_id_151, o0_.breed_id AS breed_id_152, o0_.category_id AS category_id_153, o0_.user_plan_id AS user_plan_id_154, u1_.province_id AS province_id_155, u1_.avatar_id AS avatar_id_156, u1_.last_payment_address_id AS last_payment_address_id_157, c2_.category_id AS category_id_158, c2_.image_id AS image_id_159, b3_.image_id AS image_id_160, b3_.category_id AS category_id_161, i4_.owner_id AS owner_id_162, b6_.owner_id AS owner_id_163, b6_.association_id AS association_id_164, a7_.federation_id AS federation_id_165, i9_.owner_id AS owner_id_166, o10_.filter_id AS filter_id_167, o10_.offer_id AS offer_id_168, o12_.offer_id AS offer_id_169 FROM offer o0_ LEFT JOIN `user` u1_ ON o0_.owner_id = u1_.id LEFT JOIN category c2_ ON o0_.category_id = c2_.id LEFT JOIN breed b3_ ON o0_.breed_id = b3_.id LEFT JOIN image i4_ ON u1_.avatar_id = i4_.id LEFT JOIN province p5_ ON u1_.province_id = p5_.id LEFT JOIN breeding b6_ ON u1_.id = b6_.owner_id LEFT JOIN foundation f13_ ON u1_.id = f13_.owner_id LEFT JOIN association a7_ ON b6_.association_id = a7_.id LEFT JOIN federation f8_ ON a7_.federation_id = f8_.id LEFT JOIN offer_images o14_ ON o0_.id = o14_.offer_id LEFT JOIN image i9_ ON i9_.id = o14_.image_id LEFT JOIN offer_filter o10_ ON o0_.id = o10_.offer_id LEFT JOIN filter f11_ ON o10_.filter_id = f11_.id LEFT JOIN offer_promotion o12_ ON o0_.id = o12_.offer_id WHERE o0_.status = ? AND o0_.started_at < ? AND u1_.is_blocked <> 1 AND u1_.is_verified = 1 AND u1_.active = 1 AND u1_.deleted_at IS NULL AND b3_.slug = ? AND o0_.id IN (NULL) ORDER BY o0_.date_created_at DESC, i9_.position ASC
Parameters:
[
  "approved"
  "2026-03-28 19:30:06"
  "neva-masquerade"
]

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\Image 4
App\Entity\AdvertGroup 3
App\Entity\Breed 1
App\Entity\Category 1
App\Entity\BreedInformation 1

Entities Mapping

Class Mapping errors
App\Entity\Breed No errors.
App\Entity\Image No errors.
App\Entity\Category No errors.
App\Entity\BreedInformation No errors.
App\Entity\Offer No errors.
App\Entity\Filter No errors.
App\Entity\Setting No errors.
App\Entity\User No errors.
App\Entity\AdvertGroup No errors.
App\Entity\Advert No errors.
App\Entity\Province No errors.
App\Entity\Breeding No errors.
App\Entity\Foundation No errors.
App\Entity\Association No errors.
App\Entity\Federation No errors.
App\Entity\OfferFilter No errors.
App\Entity\OfferPromotion No errors.
App\Entity\UserPlan No errors.
App\Entity\Address No errors.