Query Metrics
2
Database Queries
2
Different statements
1.51 ms
Query time
0
Invalid entities
3
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.85 ms |
SELECT t0.code AS code_1, t0.title AS title_2, t0.rate AS rate_3, t0.sign AS sign_4, t0.is_active AS is_active_5, t0.is_default AS is_default_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.rate_at AS rate_at_9 FROM currencies t0 WHERE t0.code = ?
Parameters:
[
"EUR"
]
|
| 2 | 0.66 ms |
SELECT t0.type AS type_1, t0.name AS name_2, t0.value AS value_3, t0.checksum AS checksum_4, t0.sort_order AS sort_order_5, t0.rid AS rid_6, t0.state AS state_7, t0.sync AS sync_8, t0.state_at AS state_at_9, t0.id AS id_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.article_id AS article_id_13, t0.parent_id AS parent_id_14 FROM article_assets t0 WHERE t0.type = ? AND t0.article_id = ? LIMIT 1
Parameters:
[ "image" 421448 ] |
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 |
|---|---|
| Database\Entity\Currency | 1 |
| Database\Entity\ArticleAsset | 1 |
| Database\Entity\Article | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| Database\Entity\Currency | No errors. |
| Database\Entity\Country | No errors. |
| Database\Entity\ArticleAsset | No errors. |
| Database\Entity\Article | No errors. |
| Database\Entity\ArticleAssetUrl | No errors. |