GET https://benideekle.com/discount/detail/8/aaa

Query Metrics

6 Database Queries
6 Different statements
2.35 ms Query time
0 Invalid entities
4 Managed entities

Grouped Statements

Show all queries

Time Count Info
0.64 ms
(27.15%)
1
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.username AS username_5, t0.profile_picture AS profile_picture_6, t0.created_at AS created_at_7, t0.phone_number AS phone_number_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.is_verified AS is_verified_11, t12.id AS id_13, t12.kwh_per_day AS kwh_per_day_14, t12.consumer_id AS consumer_id_15 FROM user_consumer t0 LEFT JOIN ucdata_electricity t12 ON t12.consumer_id = t0.id WHERE t0.id = ?
Parameters:
[
  16
]
0.59 ms
(25.06%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.created_at AS created_at_4, t0.is_active AS is_active_5, t0.start_date AS start_date_6, t0.due_date AS due_date_7, t0.featured_image AS featured_image_8, t0.keywords AS keywords_9, t0.url AS url_10, t0.starting_price AS starting_price_11, t0.currency AS currency_12, t0.discount_no AS discount_no_13, t0.ads_type AS ads_type_14, t0.is_featured AS is_featured_15, t0.category AS category_16, t0.subcategory AS subcategory_17, t0.consumer_id AS consumer_id_18, t0.moderator_id AS moderator_id_19, t0.city_id AS city_id_20 FROM discount_ads_consumer t0 WHERE t0.id = ?
Parameters:
[
  "8"
]
0.33 ms
(13.97%)
1
SELECT t0.id AS id_1, t0.joined_at AS joined_at_2, t0.consumer_id AS consumer_id_3, t0.discount_ads_consumer_id AS discount_ads_consumer_id_4 FROM participants t0 WHERE t0.discount_ads_consumer_id = ?
Parameters:
[
  8
]
0.29 ms
(12.19%)
1
SELECT t0.id AS id_1, t0.name AS name_2 FROM city t0 WHERE t0.id = ?
Parameters:
[
  5
]
0.28 ms
(12.02%)
1
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.message AS message_3, t0.name AS name_4, t0.surname AS surname_5, t0.phone AS phone_6, t0.email AS email_7, t0.sender AS sender_8, t0.price AS price_9, t0.customer_discount_id AS customer_discount_id_10, t0.seller_id AS seller_id_11 FROM offers t0 WHERE t0.customer_discount_id = ?
Parameters:
[
  8
]
0.23 ms
(9.60%)
1
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.status AS status_3, t0.comment AS comment_4, t0.discount_id AS discount_id_5, t0.user_id AS user_id_6 FROM comments t0 WHERE t0.discount_id = ?
Parameters:
[
  8
]

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\DiscountAdsConsumer 1
App\Entity\UserConsumer 1
App\Entity\City 1
App\Entity\Participants 1

Entities Mapping