Query Metrics
3
Database Queries
3
Different statements
1.53 ms
Query time
0
Invalid entities
Queries
default connection
#▲ | Time | Info |
---|---|---|
1 | 0.40 ms |
SELECT t0.id AS id_1, t0.url AS url_2, t0.image AS image_3, t0.title_nl AS title_nl_4, t0.title_en AS title_en_5, t0.description_nl AS description_nl_6, t0.description_en AS description_en_7, t0.intro_nl AS intro_nl_8, t0.intro_en AS intro_en_9, t0.text_nl AS text_nl_10, t0.text_en AS text_en_11, t0.added AS added_12, t0.user_id AS user_id_13, t0.username AS username_14, t0.edited AS edited_15, t0.edited_user_id AS edited_user_id_16, t0.edited_username AS edited_username_17, t0.approved AS approved_18, t0.approved_user_id AS approved_user_id_19, t0.approved_username AS approved_username_20, t0.num_reviews AS num_reviews_21, t0.keywords_nl AS keywords_nl_22, t0.keywords_en AS keywords_en_23 FROM glossaries t0 WHERE t0.id = ?
Parameters:
[
"13"
]
|
2 | 0.36 ms |
SELECT t0.id AS id_1, t0.url AS url_2, t0.image AS image_3, t0.title_nl AS title_nl_4, t0.title_en AS title_en_5, t0.description_nl AS description_nl_6, t0.description_en AS description_en_7, t0.intro_nl AS intro_nl_8, t0.intro_en AS intro_en_9, t0.text_nl AS text_nl_10, t0.text_en AS text_en_11, t0.added AS added_12, t0.user_id AS user_id_13, t0.username AS username_14, t0.edited AS edited_15, t0.edited_user_id AS edited_user_id_16, t0.edited_username AS edited_username_17, t0.approved AS approved_18, t0.approved_user_id AS approved_user_id_19, t0.approved_username AS approved_username_20, t0.num_reviews AS num_reviews_21, t0.keywords_nl AS keywords_nl_22, t0.keywords_en AS keywords_en_23 FROM glossaries t0 WHERE t0.id = ? AND t0.approved = ? LIMIT 1
Parameters:
[ 13 1 ] |
3 | 0.77 ms |
SELECT d0_.id AS id_0, d0_.user_id AS user_id_1, d0_.username AS username_2, d0_.amount AS amount_3, d0_.order_id AS order_id_4, d0_.time AS time_5, d0_.time_updated AS time_updated_6, d0_.status AS status_7 FROM donations d0_ WHERE d0_.status = 'paid' AND d0_.time >= ? AND d0_.time <= ?
Parameters:
[ "2024-12-01 12:25:00" "2024-12-31 12:25:00" ] |
forumdb connection
No database queries were performed.
Database Connections
Name | Service |
---|---|
default | doctrine.dbal.default_connection |
forumdb | doctrine.dbal.forumdb_connection |
Entity Managers
Name | Service |
---|---|
default | doctrine.orm.default_entity_manager |
forumdb | doctrine.orm.forumdb_entity_manager |
Second Level Cache
Second Level Cache is not enabled.
Entities Mapping
default entity manager
Class | Mapping errors |
---|---|
App\Entity\User | No errors. |
App\Entity\Glossaries | No errors. |
App\Entity\GlossaryReviews | No errors. |
App\Entity\Donations | No errors. |
forumdb entity manager
No loaded entities.