Query Metrics
3
Database Queries
3
Different statements
10.38 ms
Query time
0
Invalid entities
5
Managed entities
Queries
| #▲ | Time | Info | ||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 5.90 ms |
SELECT t0.id AS id_1, t0.stripe_id AS stripe_id_2, t0.oney_id AS oney_id_3, t0.order_reference AS order_reference_4, t0.environment AS environment_5, t0.amount AS amount_6, t0.amount_details AS amount_details_7, t0.currency AS currency_8, t0.business_transaction_code AS business_transaction_code_9, t0.meta_data AS meta_data_10, t0.settlement_date AS settlement_date_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.transaction_type_id AS transaction_type_id_14, t0.customer_id AS customer_id_15, t0.merchant_id AS merchant_id_16 FROM transactions t0 WHERE t0.id = ?
Parameters:
[
"15"
]
|
||||||||||||||||||||||||||
| 2 | 2.02 ms |
SELECT t0.id AS id_1, t0.stripe_name AS stripe_name_2, t0.oney_name AS oney_name_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5 FROM status t0 WHERE t0.id = ?
Parameters:
[
5
]
|
||||||||||||||||||||||||||
| 3 | 2.47 ms |
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.transaction_id_id AS transaction_id_id_4, t0.status_id_id AS status_id_id_5 FROM transaction_status t0 WHERE t0.transaction_id_id = ? ORDER BY t0.id DESC LIMIT 1
Parameters:
[
"15"
]
|
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\Transactions | 1 |
| App\Entity\TransactionType | 1 |
| App\Entity\Customer | 1 |
| App\Entity\Merchant | 1 |
| App\Entity\Status | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Transactions | No errors. |
| App\Entity\TransactionType | No errors. |
| App\Entity\Customer | No errors. |
| App\Entity\Merchant | No errors. |
| App\Entity\Status | No errors. |
| App\Entity\TransactionStatus | No errors. |