Query Metrics
3
Database Queries
3
Different statements
9.74 ms
Query time
0
Invalid entities
1046
Managed entities
Queries
| #▲ | Time | Info | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 0.56 ms |
SELECT t0.id AS id_1, t0.figi AS figi_2, t0.ticker AS ticker_3, t0.class_code AS class_code_4, t0.name AS name_5, t0.first_trade_date AS first_trade_date_6, t0.last_trade_date AS last_trade_date_7, t0.basic_asset_size AS basic_asset_size_8, t0.expiration_date AS expiration_date_9, t0.uid AS uid_10, t0.position_uid AS position_uid_11, t0.data AS data_12, t0.basic_asset_position_uid AS basic_asset_position_uid_13, t0.dlong_client AS dlong_client_14, t0.dshort_client AS dshort_client_15, t0.exchange AS exchange_16 FROM future t0 WHERE t0.id = ?
Parameters:
[
"57"
]
|
||||||||||||||||||||||||||||
| 2 | 7.16 ms |
SELECT p0_.id AS id_0, p0_.future AS future_1, p0_.r_yield AS r_yield_2, p0_.days AS days_3, p0_.yield AS yield_4, p0_.ts AS ts_5, p0_.future_bid AS future_bid_6, p0_.future_ask AS future_ask_7, p0_.share_bid AS share_bid_8, p0_.share_ask AS share_ask_9, p0_.avg_yield AS avg_yield_10, p0_.ar_yield AS ar_yield_11 FROM pair p0_ WHERE p0_.future = ? AND p0_.ts > ? ORDER BY p0_.id ASC
Parameters:
[ "FUTVTBR03260" "2026-02-20 02:00:00" ]
|
||||||||||||||||||||||||||||
| 3 | 2.03 ms |
SELECT s0_.id AS id_0, s0_.figi AS figi_1, s0_.ticker AS ticker_2, s0_.class_code AS class_code_3, s0_.name AS name_4, s0_.uid AS uid_5, s0_.position_uid AS position_uid_6, s0_.data AS data_7, s0_.exchange AS exchange_8, s0_.lot AS lot_9 FROM share s0_ WHERE s0_.position_uid = ?
Parameters:
[
"626d2ab0-3359-4d2d-8366-daedd2a0d000"
]
|
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\Pair | 1044 |
| App\Entity\Future | 1 |
| App\Entity\Share | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Future | No errors. |
| App\Entity\Pair | No errors. |
| App\Entity\Share | No errors. |