Query Metrics
3
Database Queries
3
Different statements
1.34 ms
Query time
0
Invalid entities
0
Managed entities
Grouped Statements
| Time▼ | Count | Info | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
0.63 ms (47.22%) |
1 |
SELECT i.*, u.email, u.first_name, u.last_name, d.host AS primary_domain FROM invoice i INNER JOIN app_user u ON u.id = i.recipient_id INNER JOIN school s ON s.id = i.school_id LEFT JOIN school_domain d ON d.school_id = i.school_id AND d.primary_domain = 1 AND d.active = 1 WHERE i.payment_public_token = ? AND s.active = 1 LIMIT 1
Parameters:
[
"pay_A69wMP8SIjEMdm60N8169VBQrl5k_Ira2_EXwEpN0c0"
]
|
||||||||||||||||||||||||||||
|
0.46 ms (34.66%) |
1 |
SELECT s.id, s.name, s.slug, s.status, s.default_locale, s.logo_path, s.meta_title_suffix, s.gtm_container_id, s.google_analytics_id, d.id AS domain_id, d.host, d.primary_domain FROM school_domain d INNER JOIN school s ON s.id = d.school_id WHERE d.host = ? AND d.active = 1 AND s.status = 'active' LIMIT 1
Parameters:
[
"demo.panelzajec.pl"
]
|
||||||||||||||||||||||||||||
|
0.24 ms (18.12%) |
1 |
SELECT i.*, u.email, u.first_name, u.last_name, d.host AS primary_domain FROM invoice i INNER JOIN app_user u ON u.id = i.recipient_id INNER JOIN school s ON s.id = i.school_id LEFT JOIN school_domain d ON d.school_id = i.school_id AND d.primary_domain = 1 AND d.active = 1 WHERE s.active = 1 AND i.issued_at >= ? ORDER BY i.issued_at DESC, i.id DESC LIMIT 1000
Parameters:
[
"2025-02-19 16:48:19"
]
|
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.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|
Entities Mapping
No loaded entities.