GET http://agribit.io/listings/onions

Query Metrics

10 Database Queries
10 Different statements
6.33 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 0.69 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.area AS area_4, t0.slug AS slug_5, t0.created_at AS created_at_6, t0.last_updated_at AS last_updated_at_7, t0.short_description AS short_description_8, t0.other AS other_9, t0.is_published AS is_published_10, t0.published_at AS published_at_11, t0.min_duration AS min_duration_12, t0.max_duration AS max_duration_13, t0.duration_units AS duration_units_14, t0.area_units AS area_units_15, t0.map_drawing_data AS map_drawing_data_16, t0.status AS status_17, t0.farmer_id AS farmer_id_18, t0.pricing_id AS pricing_id_19, t0.address_id AS address_id_20 FROM listing t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
  "onions"
]
2 1.00 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.image AS image_5, t0.category_id AS category_id_6 FROM produce t0 INNER JOIN listing_produce ON t0.id = listing_produce.produce_id WHERE listing_produce.listing_id = ?
Parameters:
[
  319
]
3 0.45 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4 FROM produce_category t0 WHERE t0.id = ?
Parameters:
[
  26
]
4 0.45 ms
SELECT t0.id AS id_1, t0.tagline AS tagline_2, t0.profile_status AS profile_status_3, t0.is_verified AS is_verified_4, t0.biography AS biography_5, t0.socials AS socials_6, t0.rating AS rating_7, t0.created_at AS created_at_8, t0.last_updated_at AS last_updated_at_9, t0.user_id AS user_id_10 FROM farmer_profile t0 WHERE t0.id = ?
Parameters:
[
  134
]
5 0.89 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.is_verified AS is_verified_5, t0.is_provider AS is_provider_6, t0.name AS name_7, t0.alias AS alias_8, t0.slug AS slug_9, t0.created_at AS created_at_10, t0.last_updated_at AS last_updated_at_11, t0.phone AS phone_12, t0.avatar AS avatar_13, t14.id AS id_15, t14.tagline AS tagline_16, t14.profile_status AS profile_status_17, t14.is_verified AS is_verified_18, t14.biography AS biography_19, t14.socials AS socials_20, t14.rating AS rating_21, t14.created_at AS created_at_22, t14.last_updated_at AS last_updated_at_23, t14.user_id AS user_id_24 FROM user t0 LEFT JOIN farmer_profile t14 ON t14.user_id = t0.id WHERE t0.id = ?
Parameters:
[
  454
]
6 0.51 ms
SELECT t0.id AS id_1, t0.uri AS uri_2, t0.type AS type_3, t0.created_at AS created_at_4, t0.listing_id AS listing_id_5 FROM media t0 WHERE t0.listing_id = ?
Parameters:
[
  319
]
7 0.52 ms
SELECT t0.id AS id_1, t0.country AS country_2, t0.region AS region_3, t0.city AS city_4, t0.address_line1 AS address_line1_5, t0.address_line2 AS address_line2_6, t0.postal_code AS postal_code_7, t0.is_primary AS is_primary_8, t0.type AS type_9, t0.user_id AS user_id_10 FROM address t0 WHERE t0.id = ?
Parameters:
[
  25
]
8 0.41 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.icon AS icon_3, t0.description AS description_4 FROM listing_feature t0 INNER JOIN listing_feature_listing ON t0.id = listing_feature_listing.listing_feature_id WHERE listing_feature_listing.listing_id = ?
Parameters:
[
  319
]
9 0.80 ms
SELECT t0.id AS id_1, t0.enabled AS enabled_2, t0.price AS price_3, t0.currency AS currency_4, t0.model_id AS model_id_5 FROM pricing t0 WHERE t0.id = ?
Parameters:
[
  321
]
10 0.61 ms
SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3, t0.description AS description_4 FROM pricing_model t0 WHERE t0.id = ?
Parameters:
[
  16
]

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.

Entities Mapping