Query Metrics
21
Database Queries
18
Different statements
52.23 ms
Query time
1
Invalid entities
125
Managed entities
Grouped Statements
| Time▼ | Count | Info | ||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
25.22 ms (48.28%) |
1 |
SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.regon AS regon_2, f0_.description AS description_3, f0_.show_badge AS show_badge_4, f0_.full_name AS full_name_5, f0_.show_table AS show_table_6 FROM federation f0_ LEFT JOIN association a1_ ON f0_.id = a1_.federation_id LEFT JOIN breeding b2_ ON a1_.id = b2_.association_id GROUP BY f0_.id, f0_.name, f0_.regon, f0_.description, f0_.show_badge, f0_.full_name, f0_.show_table HAVING COUNT(a1_.id) > 0 AND COUNT(b2_.id) > 0 ORDER BY f0_.name ASC
Parameters:
[]
|
||||||||||||||||||||||||||||||||||
|
7.10 ms (13.59%) |
1 |
SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.slug AS slug_2, b0_.description AS description_3, b0_.active AS active_4, b0_.breeding_description AS breeding_description_5, b0_.title AS title_6, b0_.meta_title AS meta_title_7, b0_.meta_keywords AS meta_keywords_8, b0_.meta_description AS meta_description_9, c1_.id AS id_10, c1_.name AS name_11, c1_.slug AS slug_12, c1_.description AS description_13, c1_.active AS active_14, c1_.position AS position_15, c1_.breeding_description AS breeding_description_16, c1_.title AS title_17, c1_.meta_title AS meta_title_18, c1_.meta_keywords AS meta_keywords_19, c1_.meta_description AS meta_description_20, i2_.id AS id_21, i2_.name AS name_22, i2_.alt AS alt_23, i2_.file AS file_24, i2_.uuid AS uuid_25, i2_.type AS type_26, i2_.temp AS temp_27, i2_.path AS path_28, i2_.width AS width_29, i2_.height AS height_30, i2_.extension AS extension_31, i2_.position AS position_32, i2_.created_at AS created_at_33, i2_.updated_at AS updated_at_34, b3_.id AS id_35, b3_.name AS name_36, b3_.content AS content_37, b3_.stat_size AS stat_size_38, b3_.stat_exercises AS stat_exercises_39, b3_.stat_training AS stat_training_40, b3_.stat_hair_amount AS stat_hair_amount_41, b3_.stat_haircut_frequency AS stat_haircut_frequency_42, b3_.stat_kids AS stat_kids_43, b3_.stat_health AS stat_health_44, b3_.stat_costs AS stat_costs_45, b3_.stat_intelligence AS stat_intelligence_46, b3_.param_life AS param_life_47, b3_.param_weight_male AS param_weight_male_48, b3_.param_weight_female AS param_weight_female_49, b3_.param_growth AS param_growth_50, b3_.param_recognized_by_fci AS param_recognized_by_fci_51, b3_.blocks AS blocks_52, b3_.title AS title_53, b3_.meta_title AS meta_title_54, b3_.meta_keywords AS meta_keywords_55, b3_.meta_description AS meta_description_56, b0_.image_id AS image_id_57, b0_.category_id AS category_id_58, c1_.category_id AS category_id_59, c1_.image_id AS image_id_60, i2_.owner_id AS owner_id_61, b3_.breed_id AS breed_id_62 FROM breed b0_ LEFT JOIN category c1_ ON b0_.category_id = c1_.id LEFT JOIN image i2_ ON b0_.image_id = i2_.id LEFT JOIN breed_information b3_ ON b0_.id = b3_.breed_id WHERE c1_.active = ? AND b0_.active = ? AND c1_.slug = ?
Parameters:
[ 1 1 "koty" ]
|
||||||||||||||||||||||||||||||||||
|
3.50 ms (6.71%) |
2 |
SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.slug AS slug_2, b0_.description AS description_3, b0_.content AS content_4, b0_.date_created_at AS date_created_at_5, b0_.date_updated_at AS date_updated_at_6, b0_.active AS active_7, b0_.is_featured AS is_featured_8, b0_.position AS position_9, b0_.title AS title_10, b0_.meta_title AS meta_title_11, b0_.meta_keywords AS meta_keywords_12, b0_.meta_description AS meta_description_13, i1_.id AS id_14, i1_.name AS name_15, i1_.alt AS alt_16, i1_.file AS file_17, i1_.uuid AS uuid_18, i1_.type AS type_19, i1_.temp AS temp_20, i1_.path AS path_21, i1_.width AS width_22, i1_.height AS height_23, i1_.extension AS extension_24, i1_.position AS position_25, i1_.created_at AS created_at_26, i1_.updated_at AS updated_at_27, b0_.image_id AS image_id_28, b0_.big_image_id AS big_image_id_29, b0_.author_id AS author_id_30, i1_.owner_id AS owner_id_31 FROM blog b0_ LEFT JOIN image i1_ ON b0_.image_id = i1_.id LEFT JOIN tagging t2_ ON (t2_.resource_type = ? AND t2_.resource_id = b0_.id) LEFT JOIN tag t3_ ON t2_.tag_id = t3_.id WHERE b0_.active = 1 AND t3_.slug IN (?) ORDER BY b0_.date_created_at DESC LIMIT 3
Parameters:
[ "App\Entity\Blog" Symfony\Component\String\UnicodeString {#3328 : "kot" } ] |
||||||||||||||||||||||||||||||||||
|
1.66 ms (3.18%) |
2 |
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:
[ "listing_left_1" 1 ] |
||||||||||||||||||||||||||||||||||
|
1.46 ms (2.79%) |
1 |
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 c2_.slug = ? 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
Parameters:
[ "approved" "2025-12-06 05:59:38" "koty" "tonkijski" "2025-12-06 05:59:38" "2025-12-06 05:59:38" ]
|
||||||||||||||||||||||||||||||||||
|
1.35 ms (2.58%) |
1 |
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 c2_.slug = ? 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 16
Parameters:
[ "approved" "2025-12-06 05:59:38" "koty" "tonkijski" "2025-12-06 05:59:38" "2025-12-06 05:59:38" ] |
||||||||||||||||||||||||||||||||||
|
1.33 ms (2.54%) |
1 |
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 c2_.slug = ? 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 4
Parameters:
[ "approved" "2025-12-06 05:59:38" "koty" "tonkijski" "2025-12-06 05:59:38" "2025-12-06 05:59:38" ]
|
||||||||||||||||||||||||||||||||||
|
1.30 ms (2.49%) |
1 |
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 c2_.slug = ? 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" "2025-12-06 05:59:38" "koty" "tonkijski" "2025-12-06 05:59:38" "2025-12-06 05:59:38" ]
|
||||||||||||||||||||||||||||||||||
|
1.30 ms (2.48%) |
1 |
SELECT count(DISTINCT o0_.id) AS sclr_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 c2_.slug = ? 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 < ?))
Parameters:
[ "approved" "2025-12-06 05:59:38" "koty" "tonkijski" "2025-12-06 05:59:38" "2025-12-06 05:59:38" ] |
||||||||||||||||||||||||||||||||||
|
1.28 ms (2.45%) |
1 |
SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.url AS url_2, a0_.image AS image_3, a0_.code AS code_4, a0_.start_at AS start_at_5, a0_.end_at AS end_at_6, a0_.views AS views_7, a0_.clicks AS clicks_8, a0_.unique_views AS unique_views_9, a0_.uuid AS uuid_10, a0_.extension AS extension_11, a0_.alt AS alt_12, a0_.title AS title_13, a0_.weight AS weight_14, a0_.active AS active_15, a0_.advert_group_id AS advert_group_id_16 FROM advert a0_ WHERE a0_.advert_group_id = ? AND a0_.active = ? AND a0_.start_at < ? AND a0_.end_at > ? ORDER BY a0_.weight ASC
Parameters:
[ 3 1 "2025-12-06 05:59:39" "2025-12-06 05:59:39" ] |
||||||||||||||||||||||||||||||||||
|
1.11 ms (2.13%) |
2 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.display_name AS display_name_7 FROM employee t0 WHERE t0.id = ?
Parameters:
[
1
]
|
||||||||||||||||||||||||||||||||||
|
1.03 ms (1.97%) |
1 |
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 = ? AND t0.active = ? LIMIT 1
Parameters:
[ "tonkijski" 1 ]
|
||||||||||||||||||||||||||||||||||
|
1.01 ms (1.92%) |
1 |
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 WHERE t0.id = ?
Parameters:
[
3159
]
|
||||||||||||||||||||||||||||||||||
|
0.84 ms (1.61%) |
1 |
SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.slug AS slug_2, f0_.type AS type_3, f0_.required AS required_4, f0_.all_categories AS all_categories_5, f0_.search AS search_6, f0_.choices AS choices_7, f0_.position AS position_8 FROM filter f0_ LEFT JOIN filter_category f2_ ON f0_.id = f2_.filter_id LEFT JOIN category c1_ ON c1_.id = f2_.category_id WHERE c1_.id = ? OR f0_.all_categories = 1 ORDER BY f0_.position ASC
Parameters:
[
1
]
|
||||||||||||||||||||||||||||||||||
|
0.76 ms (1.45%) |
1 |
SELECT s0_.name AS name_0, s0_.value AS value_1 FROM setting s0_
Parameters:
[]
|
||||||||||||||||||||||||||||||||||
|
0.73 ms (1.39%) |
1 |
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 FROM type t0 WHERE t0.slug = ? AND t0.active = ? LIMIT 1
Parameters:
[ "zwierzeta-na-sprzedaz" 1 ]
|
||||||||||||||||||||||||||||||||||
|
0.70 ms (1.34%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.active AS active_4 FROM province t0 ORDER BY t0.name ASC
Parameters:
[]
|
||||||||||||||||||||||||||||||||||
|
0.57 ms (1.09%) |
1 |
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.slug = ? AND t0.active = ? LIMIT 1
Parameters:
[ "koty" 1 ]
|
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 | 33 |
| App\Entity\Breed | 28 |
| App\Entity\BreedInformation | 27 |
| App\Entity\Province | 16 |
| App\Entity\Filter | 7 |
| App\Entity\Federation | 6 |
| App\Entity\Blog | 3 |
| App\Entity\Employee | 2 |
| App\Entity\Type | 1 |
| App\Entity\Category | 1 |
| App\Entity\AdvertGroup | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Type | No errors. |
| App\Entity\Image | No errors. |
| App\Entity\Category | No errors. |
| App\Entity\Breed | No errors. |
| App\Entity\Offer | No errors. |
| App\Entity\Filter | No errors. |
| App\Entity\BreedInformation | No errors. |
| App\Entity\OfferFilter | No errors. |
| App\Entity\Federation | No errors. |
| App\Entity\Association | No errors. |
| App\Entity\Breeding | No errors. |
| App\Entity\User |
|
| App\Entity\Province | No errors. |
| App\Entity\City | No errors. |
| App\Entity\Setting | No errors. |
| App\Entity\Foundation | No errors. |
| App\Entity\OfferPromotion | No errors. |
| App\Entity\AdvertGroup | No errors. |
| App\Entity\Advert | No errors. |
| App\Entity\Blog | No errors. |
| App\Entity\Tagging | No errors. |
| App\Entity\Tag | No errors. |
| App\Entity\Employee | No errors. |