Query Metrics
3
Database Queries
2
Different statements
17.12 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 4.10 ms |
SELECT t0.id AS id_1, t0.language_name AS language_name_2, t0.language_shortname AS language_shortname_3 FROM language t0 WHERE t0.language_shortname = ? LIMIT 1
Parameters:
[
"ro"
]
|
2 | 8.40 ms |
SELECT t0.id AS id_1, t0.language_name AS language_name_2, t0.language_shortname AS language_shortname_3 FROM language t0 WHERE t0.language_shortname = ? LIMIT 1
Parameters:
[
"en"
]
|
3 | 4.62 ms |
SELECT s0_.id AS id_0, s0_.notification_title AS notification_title_1, s0_.notification_title_en AS notification_title_en_2, s0_.notification_body AS notification_body_3, s0_.notification_body_en AS notification_body_en_4, s0_.notification_preview AS notification_preview_5, s0_.notification_preview_en AS notification_preview_en_6, s0_.forward_to AS forward_to_7, s0_.scheduled_at AS scheduled_at_8, s0_.runned_at AS runned_at_9, s0_.created_at AS created_at_10, s0_.removed_at AS removed_at_11, s0_.pro_users AS pro_users_12 FROM scheduled_notifications s0_ WHERE s0_.removed_at IS NULL AND s0_.runned_at IS NULL AND s0_.scheduled_at <= ? AND s0_.pro_users = 0 ORDER BY s0_.scheduled_at ASC LIMIT 1
Parameters:
[
"2025-01-18 10:00:01"
]
|
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\Language | No errors. |
App\Entity\RewardNotification | No errors. |
App\Entity\ScheduledNotifications | No errors. |