Query Metrics
10
Database Queries
9
Different statements
18.05 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.99 ms |
SELECT t0.email AS email_1, t0.roles AS roles_2, t0.password AS password_3, t0.firstname AS firstname_4, t0.lastname AS lastname_5, t0.active AS active_6, t0.deactivated_at AS deactivated_at_7, t0.hourly_resource_cost AS hourly_resource_cost_8, t0.id AS id_9, t0.uuid AS uuid_10, t0.created AS created_11, t0.updated AS updated_12, t0.hourly_package_id AS hourly_package_id_13 FROM `user` t0 WHERE t0.id = ?
Parameters:
[
46
]
|
| 2 | 0.87 ms |
SELECT t0.id_magento AS id_magento_1, t0.business_name AS business_name_2, t0.vat AS vat_3, t0.commercial_reference AS commercial_reference_4, t0.commercial_emails AS commercial_emails_5, t0.active AS active_6, t0.deactivated_at AS deactivated_at_7, t0.id AS id_8, t0.created AS created_9, t0.updated AS updated_10 FROM customer t0 WHERE t0.id = ?
Parameters:
[
"81"
]
|
| 3 | 0.99 ms |
SELECT t0.name AS name_1, t0.type AS type_2, t0.hours AS hours_3, t0.invoice AS invoice_4, t0.notes AS notes_5, t0.open AS open_6, t0.hourly_sell_cost AS hourly_sell_cost_7, t0.reem_hours AS reem_hours_8, t0.id AS id_9, t0.deleted_at AS deleted_at_10, t0.created AS created_11, t0.updated AS updated_12, t0.customer_id AS customer_id_13 FROM hourly_package t0 WHERE t0.id = ? AND ((t0.deleted_at IS NULL))
Parameters:
[
"535"
]
|
| 4 | 0.74 ms |
SELECT t0.id_trello AS id_trello_1, t0.name AS name_2, t0.id AS id_3, t0.deleted_at AS deleted_at_4, t0.created AS created_5, t0.updated AS updated_6, t0.board_id AS board_id_7 FROM trello_card t0 WHERE t0.id = ? AND ((t0.deleted_at IS NULL))
Parameters:
[
"23244"
]
|
| 5 | 1.12 ms |
SELECT t0.email AS email_1, t0.roles AS roles_2, t0.password AS password_3, t0.firstname AS firstname_4, t0.lastname AS lastname_5, t0.active AS active_6, t0.deactivated_at AS deactivated_at_7, t0.hourly_resource_cost AS hourly_resource_cost_8, t0.id AS id_9, t0.uuid AS uuid_10, t0.created AS created_11, t0.updated AS updated_12, t0.hourly_package_id AS hourly_package_id_13 FROM `user` t0 WHERE t0.id = ?
Parameters:
[
"46"
]
|
| 6 | 1.36 ms |
SELECT t0.id_trello AS id_trello_1, t0.link AS link_2, t0.name AS name_3, t0.closed AS closed_4, t0.id AS id_5, t0.deleted_at AS deleted_at_6, t0.created AS created_7, t0.updated AS updated_8, t0.customer_id AS customer_id_9 FROM trello_board t0 WHERE t0.customer_id = ? AND ((t0.deleted_at IS NULL))
Parameters:
[
81
]
|
| 7 | 0.51 ms |
"START TRANSACTION"
Parameters:
[] |
| 8 | 4.54 ms |
INSERT INTO log (date, billed_hours, worked_hours, registered, task_type, status, description, deleted_at, created, updated, user_id, trello_card_id, customer_id, hourly_package_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ "2026-05-26" null 2.0 0 "work" "aperto" """ I carried out an analysis of the module versions and installed the appropriate version of the Scalapay module required for the update.\r\n After the installation, I performed several tests to verify that all configurations, functionalities, and integrations were working correctly and consistently with the previous setup. I also checked that there were no compatibility issues or configuration problems after the update.\r\n The module update has been completed successfully and is ready for further testing in the staging environment. """ null "2026-05-29 15:23:28" "2026-05-29 15:23:28" 46 23244 81 535 ] |
| 9 | 4.64 ms |
"COMMIT"
Parameters:
[] |
| 10 | 2.29 ms |
SELECT t0.date AS date_1, t0.billed_hours AS billed_hours_2, t0.worked_hours AS worked_hours_3, t0.registered AS registered_4, t0.task_type AS task_type_5, t0.status AS status_6, t0.description AS description_7, t0.id AS id_8, t0.deleted_at AS deleted_at_9, t0.created AS created_10, t0.updated AS updated_11, t0.user_id AS user_id_12, t0.trello_card_id AS trello_card_id_13, t0.customer_id AS customer_id_14, t0.hourly_package_id AS hourly_package_id_15 FROM log t0 WHERE t0.hourly_package_id = ? AND ((t0.deleted_at IS NULL))
Parameters:
[
535
]
|
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.
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\User | No errors. |
| App\Entity\HourlyPackage | No errors. |
| App\Entity\Log | No errors. |
| App\Entity\Customer | No errors. |
| App\Entity\TrelloCard | No errors. |
| App\Entity\TrelloBoard | No errors. |
| App\Entity\PackageFile | No errors. |