Query Metrics
2
Database Queries
2
Different statements
1.72 ms
Query time
0
Invalid entities
4
Managed entities
Queries
default connection
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.80 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.hashed_email AS hashed_email_5, t0.is_verified AS is_verified_6, t0.first_name AS first_name_7, t0.last_name AS last_name_8, t0.latitude AS latitude_9, t0.longitude AS longitude_10, t0.location AS location_11, t0.task_colour AS task_colour_12, t0.modified AS modified_13, t0.created AS created_14, t0.send_report AS send_report_15, t0.receive_report AS receive_report_16, t0.user_id AS user_id_17, t0.is_super_user AS is_super_user_18, t0.country_id AS country_id_19 FROM user t0 WHERE t0.id = ?
Parameters:
[
1
]
|
| 2 | 0.92 ms |
SELECT t0.id AS id_1, t0.amount AS amount_2, t0.payment_link AS payment_link_3, t0.response_status AS response_status_4, t0.response_code AS response_code_5, t0.response_message AS response_message_6, t0.cvv_result AS cvv_result_7, t0.avs_result AS avs_result_8, t0.transaction_time AS transaction_time_9, t0.modified AS modified_10, t0.created AS created_11, t0.tran_ref AS tran_ref_12, t0.payment_created AS payment_created_13, t0.payment_gateway AS payment_gateway_14, t0.api_name AS api_name_15, t0.contact_id AS contact_id_16, t0.created_by_id AS created_by_id_17 FROM payment_links t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
"166"
]
|
Database Connections
| Name | Service |
|---|---|
| default | doctrine.dbal.default_connection |
| pgsql | doctrine.dbal.pgsql_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\User | 1 |
| App\Entity\Countries | 1 |
| App\Entity\PaymentLinks | 1 |
| App\Entity\Contacts | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\User | No errors. |
| App\Entity\Countries | No errors. |
| App\Entity\Tasks | No errors. |
| App\Entity\Travel | No errors. |
| App\Entity\Quotes | No errors. |
| App\Entity\UserWarehouses | No errors. |
| App\Entity\Campaigns | No errors. |
| App\Entity\PaymentLinks | No errors. |
| App\Entity\Contacts | No errors. |