Query Metrics
3
Database Queries
3
Different statements
5.17 ms
Query time
0
Invalid entities
6
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
2.88 ms (55.61%) |
1 |
SELECT l0_.id AS id_0, l0_.type AS type_1, l0_.locale AS locale_2, l0_.version AS version_3, l0_.published_at AS published_at_4, l0_.template_path AS template_path_5, l0_.is_current AS is_current_6 FROM legal_document_version l0_ WHERE l0_.type = ? AND l0_.locale = ? AND l0_.is_current = ? LIMIT 1
Parameters:
[ "legal_notice" "fr" 1 ] |
|
1.24 ms (24.01%) |
1 |
SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.flag_emoji AS flag_emoji_5, t0.country_code AS country_code_6, t0.enabled AS enabled_7, t0.sort_order AS sort_order_8 FROM available_locale t0 WHERE t0.code = ? AND t0.enabled = ? LIMIT 1
Parameters:
[ "fr" 1 ] |
|
1.05 ms (20.38%) |
1 |
SELECT a0_.id AS id_0, a0_.code AS code_1, a0_.name AS name_2, a0_.native_name AS native_name_3, a0_.flag_emoji AS flag_emoji_4, a0_.country_code AS country_code_5, a0_.enabled AS enabled_6, a0_.sort_order AS sort_order_7 FROM available_locale a0_ WHERE a0_.enabled = ? ORDER BY a0_.sort_order ASC, a0_.name ASC
Parameters:
[
1
]
|
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 |
|---|---|
| App\Entity\AvailableLocale | 5 |
| App\Entity\Legal\LegalDocumentVersion | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Legal\LegalDocumentVersion | No errors. |
| App\Entity\AvailableLocale | No errors. |