Query Metrics
3
Database Queries
3
Different statements
4.27 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | 1.48 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:
[ "en" "2024-11-26 11:51:46" "2024-11-26 11:51:46" ] |
||||||||||||||||||||||||||||
2 | 1.09 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.is_activated AS is_activated_3, t0.start_date AS start_date_4, t0.end_date AS end_date_5, t0.custom_css AS custom_css_6, t0.custom_javascript AS custom_javascript_7, t0.preview_token AS preview_token_8, t0.template_name AS template_name_9, t0.survey_id AS survey_id_10 FROM wsc_contests t0 WHERE t0.id IN (?)
Parameters:
[
24
]
|
||||||||||||||||||||||||||||
3 | 1.69 ms |
SELECT w0_.id AS id_0, w0_.brand_long_id AS brand_long_id_1, w0_.name AS name_2, w0_.date_created AS date_created_3, w0_.date_modified AS date_modified_4, w0_.status AS status_5, w0_.logo AS logo_6, w0_.description_fr AS description_fr_7, w0_.description_en AS description_en_8, w0_.brand_page_link AS brand_page_link_9, w0_.brand_image_name AS brand_image_name_10, w0_.brand_seo_name AS brand_seo_name_11, w0_.published AS published_12, w0_.active AS active_13 FROM ws_brand w0_ WHERE w0_.status = 1 AND w0_.active = 1 AND w0_.published = 1 AND w0_.name LIKE ? ORDER BY w0_.name ASC
Parameters:
[
"N%"
]
|
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\WsSurveys | No errors. |
App\Entity\WscContestPages | No errors. |
App\Entity\WsCoupons | No errors. |
App\Entity\WsBrands | No errors. |
App\Entity\WsClients | No errors. |