Redirect 301 redirect from GET @_coupons (7cd1c0)

GET https://dev.websaver.ca/en_ca/coupons/

Query Metrics

2 Database Queries
2 Different statements
19.06 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
14.37 ms
(75.38%)
1
SELECT w0_.position AS position_0, w1_.id AS id_1, w1_.name AS name_2, w1_.locale AS locale_3, w1_.image AS image_4, w1_.image_mobile AS image_mobile_5, w1_.html_code AS html_code_6, w1_.link AS link_7, w1_.clickthrough_count AS clickthrough_count_8, w1_.created_date AS created_date_9, w0_.id AS id_10, w0_.ad_long_id AS ad_long_id_11, w0_.name AS name_12, w0_.status AS status_13, w0_.start_date AS start_date_14, w0_.end_date AS end_date_15, w0_.ads_type AS ads_type_16, w0_.show_in_thank_you AS show_in_thank_you_17, w0_.show_in_dc AS show_in_dc_18, w0_.show_in_print AS show_in_print_19, w0_.active AS active_20, w0_.published AS published_21, w0_.position AS position_22, w2_.id AS id_23, w2_.name AS name_24, w2_.asset_type AS asset_type_25, w2_.position AS position_26, w2_.coupon_type AS coupon_type_27, w2_.date_modified AS date_modified_28, w1_.ad_id AS ad_id_29, w0_.brand_id AS brand_id_30, w2_.asset_id AS asset_id_31 FROM ws_ads_locale w1_ INNER JOIN ws_ads w0_ ON w1_.ad_id = w0_.id INNER JOIN ws_position_ads_coupons w2_ ON w0_.id = w2_.asset_id WHERE w1_.locale = ? AND w0_.active = ? AND w2_.asset_type = ? AND w2_.coupon_type = ? AND w0_.ads_type = ? AND w0_.start_date <= ? AND w0_.end_date >= ? AND w0_.show_in_print = ? AND w0_.published = ?
Parameters:
[
  "en"
  1
  "AD"
  "PRINT"
  "SQUARE"
  "2025-01-18 01:44:59"
  "2025-01-18 01:44:59"
  1
  1
]
4.69 ms
(24.62%)
1
SELECT w0_.id AS id_0, w0_.locale AS locale_1, w0_.banner AS banner_2, w0_.name AS name_3, w0_.title AS title_4, w0_.content AS content_5, w0_.close_content AS close_content_6, w0_.rules AS rules_7, w0_.disclaimer AS disclaimer_8, w0_.carousel_caption AS carousel_caption_9, w0_.carousel_image_url AS carousel_image_url_10, w0_.carousel_image_link AS carousel_image_link_11, w0_.popup_image_url AS popup_image_url_12, w0_.popup_image_link AS popup_image_link_13, w0_.popup_caption AS popup_caption_14, w0_.contest_id AS contest_id_15 FROM wsc_contest_locale w0_ INNER JOIN wsc_contests w1_ ON w0_.contest_id = w1_.id WHERE w1_.is_activated = 1 AND w0_.locale = ? AND w1_.start_date <= ? AND w1_.end_date >= ? ORDER BY w1_.start_date DESC
Parameters:
[
  "en"
  "2025-01-18 01:44:59"
  "2025-01-18 01:44:59"
]

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

Class Mapping errors
App\Entity\WsUser No errors.
App\Entity\WscContestLocales No errors.
App\Entity\WscContests No errors.
App\Entity\WsAdLocales No errors.
App\Entity\WsAds No errors.
App\Entity\WsAdPositions No errors.
App\Entity\WsBrands No errors.
App\Entity\WsAdClickThrough No errors.