GET https://dev.fsbo.ca/search/details/nyce-pendant-10kt-87-09gr-15-85ct-vvs-vs-f-g

Query Metrics

21 Database Queries
19 Different statements
311.45 ms Query time
0 Invalid entities
22 Managed entities

Queries

Group similar statements

default connection

# Time Info
1 0.30 ms
SELECT i0_.id AS id_0, i0_.ip_address AS ip_address_1, i0_.reason AS reason_2, i0_.created_at AS created_at_3, i0_.expires_at AS expires_at_4, i0_.is_active AS is_active_5, i0_.created_by_id AS created_by_id_6 FROM `ip_blacklist` i0_ WHERE i0_.ip_address = ? AND i0_.is_active = 1 AND ((i0_.expires_at IS NULL OR i0_.expires_at > ?))
Parameters:
[
  "216.73.216.121"
  "2026-04-18 05:11:49"
]
2 0.21 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.description AS description_4, t0.price AS price_5, t0.is_active AS is_active_6, t0.fields AS fields_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.lookup AS lookup_10, t0.is_business AS is_business_11, t0.url AS url_12, t0.phone_number AS phone_number_13, t0.condition_rating AS condition_rating_14, t0.media_url AS media_url_15, t0.created_at AS created_at_16, t0.updated_at AS updated_at_17, t0.owner_id AS owner_id_18, t0.category_id AS category_id_19, t0.location_id AS location_id_20, t0.listing_type_id AS listing_type_id_21, t0.offer_type_id AS offer_type_id_22, t0.price_type_id AS price_type_id_23, t0.state_id AS state_id_24, t0.status_id AS status_id_25 FROM listing t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
  "nyce-pendant-10kt-87-09gr-15-85ct-vvs-vs-f-g"
]
3 0.14 ms
SELECT t0.id AS id_1, t0.store_row AS store_row_2, t0.store_column AS store_column_3, t0.position AS position_4, t0.image AS image_5, t0.store_id AS store_id_6, t0.listing_id AS listing_id_7 FROM store_listing t0 WHERE t0.listing_id = ? LIMIT 1
Parameters:
[
  3194046
]
4 0.13 ms
SELECT t0.id AS id_1, t0.view_date AS view_date_2, t0.view_count AS view_count_3, t0.last_viewed_at AS last_viewed_at_4, t0.listing_id AS listing_id_5 FROM listing_view_count t0 WHERE t0.listing_id = ? AND t0.view_date = ? LIMIT 1
Parameters:
[
  3194046
  "2026-04-18"
]
5 0.10 ms
"START TRANSACTION"
Parameters:
[]
6 0.15 ms
INSERT INTO listing_view_count (view_date, view_count, last_viewed_at, listing_id) VALUES (?, ?, ?, ?)
Parameters:
[
  "2026-04-18"
  1
  "2026-04-18 05:11:49"
  3194046
]
7 0.17 ms
"COMMIT"
Parameters:
[]
8 0.19 ms
SELECT l0_.view_date AS view_date_0, l0_.view_count AS view_count_1 FROM listing_view_count l0_ WHERE l0_.listing_id = ? AND l0_.view_date <= ? AND l0_.view_date >= ? ORDER BY l0_.view_date ASC
Parameters:
[
  3194046
  "2026-04-18 00:00:00"
  "2026-04-11 05:11:49"
]
9 0.40 ms
SELECT l0_.view_date AS view_date_0, l0_.view_count AS view_count_1 FROM listing_view_count l0_ WHERE l0_.listing_id = ? AND (l0_.view_date BETWEEN ? AND ?) ORDER BY l0_.view_date ASC
Parameters:
[
  3194046
  "2025-05-01"
  "2026-04-30"
]
10 0.23 ms
SELECT MAX(l0_.last_viewed_at) AS sclr_0 FROM listing_view_count l0_ WHERE l0_.listing_id = ?
Parameters:
[
  3194046
]
11 0.21 ms
SELECT SUM(l0_.view_count) AS sclr_0 FROM listing_view_count l0_ WHERE l0_.listing_id = ?
Parameters:
[
  3194046
]
12 307.85 ms
SELECT (6371 * ACOS(COS(RADIANS(?)) * COS(RADIANS(p0_.latitude)) * COS(RADIANS(p0_.longitude) - RADIANS(?)) + SIN(RADIANS(?)) * SIN(RADIANS(p0_.latitude)))) AS sclr_0, p0_.id AS id_1, p0_.code AS code_2, p0_.area AS area_3, p0_.time_zone AS time_zone_4, p0_.latitude AS latitude_5, p0_.longitude AS longitude_6, p0_.province_code AS province_code_7, c1_.id AS id_8, c1_.name AS name_9, c1_.geometry AS geometry_10, c1_.coordinates AS coordinates_11, c1_.code AS code_12, c1_.latitude AS latitude_13, c1_.longitude AS longitude_14, p2_.id AS id_15, p2_.name AS name_16, p2_.code AS code_17, p2_.coordinates AS coordinates_18, p2_.geometry AS geometry_19, p2_.latitude AS latitude_20, p2_.longitude AS longitude_21, p0_.province_id AS province_id_22, p0_.city_id AS city_id_23, c1_.province_id AS province_id_24, p2_.country_id AS country_id_25 FROM postal_code p0_ LEFT JOIN city c1_ ON p0_.city_id = c1_.id LEFT JOIN province p2_ ON c1_.province_id = p2_.id WHERE p0_.latitude IS NOT NULL AND p0_.longitude IS NOT NULL ORDER BY sclr_0 ASC LIMIT 1
Parameters:
[
  43.7658185
  -79.4733583
  43.7658185
]
13 0.25 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.is_active AS is_active_4, t0.label AS label_5, t0.sort_order AS sort_order_6, t0.parent_id AS parent_id_7, t0.form_id AS form_id_8 FROM category t0 WHERE t0.id = ?
Parameters:
[
  82
]
14 0.18 ms
SELECT t0.id AS id_1, t0.filename AS filename_2, t0.is_primary AS is_primary_3, t0.url AS url_4, t0.sort_order AS sort_order_5, t0.original_name AS original_name_6, t0.listing_id AS listing_id_7 FROM listing_image t0 WHERE t0.listing_id = ? ORDER BY t0.sort_order ASC
Parameters:
[
  3194046
]
15 0.13 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.is_active AS is_active_4, t0.label AS label_5, t0.sort_order AS sort_order_6, t0.parent_id AS parent_id_7, t0.form_id AS form_id_8 FROM category t0 WHERE t0.id = ?
Parameters:
[
  78
]
16 0.11 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.is_active AS is_active_4, t0.label AS label_5, t0.sort_order AS sort_order_6, t0.parent_id AS parent_id_7, t0.form_id AS form_id_8 FROM category t0 WHERE t0.id = ?
Parameters:
[
  1
]
17 0.16 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.slug AS slug_3, t0.roles AS roles_4, t0.password AS password_5, t0.forsalebyowner_user_id AS forsalebyowner_user_id_6, t0.first_name AS first_name_7, t0.last_name AS last_name_8, t0.user_name AS user_name_9, t0.phone AS phone_10, t0.created_at AS created_at_11, t0.google_id AS google_id_12, t0.avatar AS avatar_13, t0.tagline AS tagline_14, t0.is_active AS is_active_15, t0.confirmation_token AS confirmation_token_16, t0.confirmation_token_expires_at AS confirmation_token_expires_at_17, t0.promo_code AS promo_code_18, t0.show_phone_in_brochure AS show_phone_in_brochure_19, t0.default_search_view AS default_search_view_20, t0.description AS description_21, t0.website_address AS website_address_22, t0.allow_non_verified AS allow_non_verified_23, t0.latitude AS latitude_24, t0.longitude AS longitude_25, t0.address AS address_26, t0.show_address_in_brochure AS show_address_in_brochure_27 FROM `user` t0 WHERE t0.id = ?
Parameters:
[
  477
]
18 0.14 ms
SELECT t0.id AS id_1, t0.additional_stores AS additional_stores_2, t0.override_listing_limit AS override_listing_limit_3, t0.override_store_limit AS override_store_limit_4, t0.starts_at AS starts_at_5, t0.ends_at AS ends_at_6, t0.token AS token_7, t0.is_recurring AS is_recurring_8, t0.user_id AS user_id_9, t0.pricing_option_id AS pricing_option_id_10 FROM subscription t0 WHERE t0.user_id = ?
Parameters:
[
  477
]
19 0.13 ms
SELECT t0.id AS id_1, t0.price AS price_2, t0.is_active AS is_active_3, t0.billing_cycle AS billing_cycle_4, t0.plan_id AS plan_id_5 FROM plan_pricing_option t0 WHERE t0.id = ?
Parameters:
[
  9
]
20 0.13 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.word_limit AS word_limit_3, t0.photo_limit AS photo_limit_4, t0.conversation_limit AS conversation_limit_5, t0.allowed_media_link AS allowed_media_link_6, t0.slug AS slug_7, t0.base_listing_limit AS base_listing_limit_8, t0.base_store_limit AS base_store_limit_9, t0.listings_per_addon_store AS listings_per_addon_store_10, t0.is_active AS is_active_11, t0.is_custom AS is_custom_12, t0.addon_store_price AS addon_store_price_13, t0.description AS description_14, t0.allowed_website AS allowed_website_15 FROM plan t0 WHERE t0.id = ?
Parameters:
[
  4
]
21 0.14 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.word_limit AS word_limit_3, t0.photo_limit AS photo_limit_4, t0.conversation_limit AS conversation_limit_5, t0.allowed_media_link AS allowed_media_link_6, t0.slug AS slug_7, t0.base_listing_limit AS base_listing_limit_8, t0.base_store_limit AS base_store_limit_9, t0.listings_per_addon_store AS listings_per_addon_store_10, t0.is_active AS is_active_11, t0.is_custom AS is_custom_12, t0.addon_store_price AS addon_store_price_13, t0.description AS description_14, t0.allowed_website AS allowed_website_15 FROM plan t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
  "non-verified"
]

Database Connections

Name Service
default doctrine.dbal.default_connection
forsalebyowner doctrine.dbal.forsalebyowner_connection

Entity Managers

Name Service
default doctrine.orm.default_entity_manager
forsalebyowner doctrine.orm.forsalebyowner_entity_manager

Second Level Cache

Second Level Cache is not enabled.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\Category 3
App\Entity\Plan 2
App\Entity\Listing 1
App\Entity\User 1
App\Entity\City 1
App\Entity\ListingType 1
App\Entity\OfferType 1
App\Entity\PriceType 1
App\Entity\ListingStatus 1
App\Entity\StoreListing 1
App\Entity\Store 1
App\Entity\ListingViewCount 1
App\Entity\PostalCode 1
App\Entity\Province 1
App\Entity\Country 1
App\Entity\CategoryForm 1
App\Entity\ListingImage 1
App\Entity\Subscription 1
App\Entity\PlanPricingOption 1

forsalebyowner entity manager

Class Amount of managed objects

Entities Mapping

default entity manager

Class Mapping errors
App\Entity\IpBlacklist No errors.
App\Entity\User No errors.
App\Entity\Listing No errors.
App\Entity\Category No errors.
App\Entity\City No errors.
App\Entity\ListingType No errors.
App\Entity\OfferType No errors.
App\Entity\PriceType No errors.
App\Entity\ListingCondition No errors.
App\Entity\ListingStatus No errors.
App\Entity\ListingImage No errors.
App\Entity\StoreListing No errors.
App\Entity\Conversation No errors.
App\Entity\ListingViewCount No errors.
App\Entity\ListingPhoneClick No errors.
App\Entity\Store No errors.
App\Entity\PostalCode No errors.
App\Entity\Province No errors.
App\Entity\Country No errors.
App\Entity\UserAddress No errors.
App\Entity\SalesTax No errors.
App\Entity\CategoryForm No errors.
App\Entity\VehicleModel No errors.
App\Entity\Message No errors.
App\Entity\UserFavorite No errors.
App\Entity\Subscription No errors.
App\Entity\Payment No errors.
App\Entity\ImportLog No errors.
App\Entity\UserServerEmail No errors.
App\Entity\PlanPricingOption No errors.
App\Entity\Plan No errors.
App\Entity\Promo No errors.

forsalebyowner entity manager

No loaded entities.