Redirect 301 redirect from GET @_faq (b84ac5)

GET https://dev.websaver.ca/fr_ca/faq/

Query Metrics

5 Database Queries
3 Different statements
18.09 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 1.65 ms
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:
[
  "fr"
  "2025-01-18 05:11:54"
  "2025-01-18 05:11:54"
]
2 8.79 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.lang AS lang_3, t0.active AS active_4, t0.sort_key AS sort_key_5, t0.timestamp AS timestamp_6 FROM `ws_faq` t0 WHERE t0.active = ? AND t0.lang = ?
Parameters:
[
  1
  "fr"
]
3 5.27 ms
SELECT t0.id AS id_1, t0.question AS question_2, t0.description AS description_3, t0.active AS active_4, t0.sort_key AS sort_key_5, t0.timestamp AS timestamp_6, t0.faq_id AS faq_id_7 FROM ws_faq_detail t0 WHERE t0.faq_id = ? ORDER BY t0.sort_key ASC
Parameters:
[
  2
]
4 1.45 ms
SELECT t0.id AS id_1, t0.question AS question_2, t0.description AS description_3, t0.active AS active_4, t0.sort_key AS sort_key_5, t0.timestamp AS timestamp_6, t0.faq_id AS faq_id_7 FROM ws_faq_detail t0 WHERE t0.faq_id = ? ORDER BY t0.sort_key ASC
Parameters:
[
  3
]
5 0.92 ms
SELECT t0.id AS id_1, t0.question AS question_2, t0.description AS description_3, t0.active AS active_4, t0.sort_key AS sort_key_5, t0.timestamp AS timestamp_6, t0.faq_id AS faq_id_7 FROM ws_faq_detail t0 WHERE t0.faq_id = ? ORDER BY t0.sort_key ASC
Parameters:
[
  4
]

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\WsFaq No errors.
App\Entity\WsFaqDetail No errors.