8.64 ms (45.97%)
|
1 |
"COMMIT"
|
1.62 ms (8.63%)
|
1 |
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.icon AS icon_2, c0_.color AS color_3, c0_.is_system AS is_system_4, c0_.created_at AS created_at_5, c0_.family AS family_6, c0_.user_id AS user_id_7 FROM category c0_ WHERE c0_.user_id = ? OR c0_.user_id IS NULL ORDER BY c0_.family ASC, c0_.id ASC
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.icon AS icon_2, c0_.color AS color_3, c0_.is_system AS is_system_4, c0_.created_at AS created_at_5, c0_.family AS family_6, c0_.user_id AS user_id_7 FROM category c0_ WHERE c0_.user_id = 1 OR c0_.user_id IS NULL ORDER BY c0_.family ASC, c0_.id ASC;
|
1.20 ms (6.37%)
|
1 |
SELECT t0.id AS id_1, t0.transaction_date AS transaction_date_2, t0.label AS label_3, t0.amount AS amount_4, t0.notes AS notes_5, t0.external_reference AS external_reference_6, t0.reconciled_at AS reconciled_at_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.reason AS reason_10, t0.type AS type_11, t0.user_id AS user_id_12, t0.transfer_id AS transfer_id_13, t0.account_id AS account_id_14, t0.category_id AS category_id_15, t0.project_id AS project_id_16, t0.recurring_transaction_id AS recurring_transaction_id_17, t18.id AS id_19, t18.due_date AS due_date_20, t18.capital_amount AS capital_amount_21, t18.interest_amount AS interest_amount_22, t18.insurance_amount AS insurance_amount_23, t18.remaining_capital AS remaining_capital_24, t18.is_paid AS is_paid_25, t18.paid_at AS paid_at_26, t18.total_amount AS total_amount_27, t18.installment_number AS installment_number_28, t18.loan_id AS loan_id_29, t18.transaction_id AS transaction_id_30 FROM transaction t0 LEFT JOIN loan_installment t18 ON t18.transaction_id = t0.id WHERE t0.id = ?
SELECT t0.id AS id_1, t0.transaction_date AS transaction_date_2, t0.label AS label_3, t0.amount AS amount_4, t0.notes AS notes_5, t0.external_reference AS external_reference_6, t0.reconciled_at AS reconciled_at_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.reason AS reason_10, t0.type AS type_11, t0.user_id AS user_id_12, t0.transfer_id AS transfer_id_13, t0.account_id AS account_id_14, t0.category_id AS category_id_15, t0.project_id AS project_id_16, t0.recurring_transaction_id AS recurring_transaction_id_17, t18.id AS id_19, t18.due_date AS due_date_20, t18.capital_amount AS capital_amount_21, t18.interest_amount AS interest_amount_22, t18.insurance_amount AS insurance_amount_23, t18.remaining_capital AS remaining_capital_24, t18.is_paid AS is_paid_25, t18.paid_at AS paid_at_26, t18.total_amount AS total_amount_27, t18.installment_number AS installment_number_28, t18.loan_id AS loan_id_29, t18.transaction_id AS transaction_id_30 FROM transaction t0 LEFT JOIN loan_installment t18 ON t18.transaction_id = t0.id WHERE t0.id = 11647;
|
1.19 ms (6.32%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.budget_limit AS budget_limit_3, t0.created_at AS created_at_4, t0.color AS color_5, t0.is_closed AS is_closed_6, t0.user_id AS user_id_7 FROM project t0 WHERE t0.user_id = ? AND t0.is_closed = ? ORDER BY t0.name ASC
SELECT t0.id AS id_1, t0.name AS name_2, t0.budget_limit AS budget_limit_3, t0.created_at AS created_at_4, t0.color AS color_5, t0.is_closed AS is_closed_6, t0.user_id AS user_id_7 FROM project t0 WHERE t0.user_id = 1 AND t0.is_closed = 0 ORDER BY t0.name ASC;
|
1.12 ms (5.94%)
|
1 |
SELECT t0.id AS id_1, t0.external_id AS external_id_2, t0.date AS date_3, t0.amount AS amount_4, t0.type AS type_5, t0.label AS label_6, t0.memo AS memo_7, t0.reference AS reference_8, t0.match_type AS match_type_9, t0.import_batch_id AS import_batch_id_10, t0.matched_transaction_id AS matched_transaction_id_11, t0.account_id AS account_id_12 FROM imported_transaction t0 WHERE t0.matched_transaction_id = ?
SELECT t0.id AS id_1, t0.external_id AS external_id_2, t0.date AS date_3, t0.amount AS amount_4, t0.type AS type_5, t0.label AS label_6, t0.memo AS memo_7, t0.reference AS reference_8, t0.match_type AS match_type_9, t0.import_batch_id AS import_batch_id_10, t0.matched_transaction_id AS matched_transaction_id_11, t0.account_id AS account_id_12 FROM imported_transaction t0 WHERE t0.matched_transaction_id = 11647;
|
0.99 ms (5.29%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.bank_name AS bank_name_3, t0.type AS type_4, t0.balance AS balance_5, t0.color AS color_6, t0.is_active AS is_active_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.subtype AS subtype_10, t0.display_order AS display_order_11, t0.is_hidden AS is_hidden_12, t0.opened_at AS opened_at_13, t0.user_id AS user_id_14 FROM account t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.bank_name AS bank_name_3, t0.type AS type_4, t0.balance AS balance_5, t0.color AS color_6, t0.is_active AS is_active_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.subtype AS subtype_10, t0.display_order AS display_order_11, t0.is_hidden AS is_hidden_12, t0.opened_at AS opened_at_13, t0.user_id AS user_id_14 FROM account t0 WHERE t0.id = 9;
|
0.99 ms (5.24%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.icon AS icon_3, t0.color AS color_4, t0.is_system AS is_system_5, t0.created_at AS created_at_6, t0.family AS family_7, t0.user_id AS user_id_8 FROM category t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.icon AS icon_3, t0.color AS color_4, t0.is_system AS is_system_5, t0.created_at AS created_at_6, t0.family AS family_7, t0.user_id AS user_id_8 FROM category t0 WHERE t0.id = 26;
|
0.95 ms (5.07%)
|
1 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.lastname AS lastname_5, t0.firstname AS firstname_6, t0.created_at AS created_at_7, t0.last_login AS last_login_8 FROM user t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.lastname AS lastname_5, t0.firstname AS firstname_6, t0.created_at AS created_at_7, t0.last_login AS last_login_8 FROM user t0 WHERE t0.id = 1;
|
0.91 ms (4.83%)
|
1 |
DELETE FROM imported_transaction WHERE id = ?
DELETE FROM imported_transaction WHERE id = 2942;
|
0.78 ms (4.14%)
|
1 |
DELETE FROM transaction WHERE id = ?
DELETE FROM transaction WHERE id = 11647;
|
0.41 ms (2.19%)
|
1 |
"START TRANSACTION"
"START TRANSACTION";
|