Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 |
|
22 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 |
|
22 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 |
|
22 |
|
23 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 |
|
select * from `currencies`
180μs/vendor/torann/currency/src/Drivers/Database.php:62seedoutm_seedout_stagingMetadata | |
---|---|
Hints |
|
Backtrace |
|
select count(*) as aggregate from `applications` where `applications`.`current_process_flow_id` = '9' and `applications`.`web_status` = 'Live' and `applications`.`status` = 'Approved' and `applications`.`deleted_at` is null and `applicable_type` = 'borrower'
1.03ms/Modules/Application/Repositories/web/facade/Filters.php:186seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `categories`.`id`, `categories`.`category`, count(borrower.id) as borrower from `applications` inner join `borrower` on `borrower`.`id` = `applications`.`applicable_id` inner join `categories` on `borrower`.`category_id` = `categories`.`id` where `applications`.`current_process_flow_id` = '9' and `applications`.`web_status` = 'Live' and `applications`.`status` = 'Approved' and `applications`.`deleted_at` is null and `applicable_type` = 'borrower' group by `categories`.`id`
1.65ms/Modules/Application/Repositories/web/facade/Filters.php:192seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `borrower`.`id`, `borrower_gender`, count(borrower.id) as borrower from `applications` inner join `borrower` on `borrower`.`id` = `applications`.`applicable_id` inner join `categories` on `borrower`.`category_id` = `categories`.`id` where `applications`.`current_process_flow_id` = '9' and `applications`.`web_status` = 'Live' and `applications`.`status` = 'Approved' and `applications`.`deleted_at` is null and `applicable_type` = 'borrower' group by `categories`.`id`, `borrower`.`borrower_gender`
1.49ms/Modules/Application/Repositories/web/facade/Filters.php:198seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select count(*) as aggregate from `applications` inner join `borrower` on `borrower`.`id` = `applications`.`applicable_id` inner join `categories` on `borrower`.`category_id` = `categories`.`id` where `applications`.`current_process_flow_id` = '9' and `applications`.`web_status` = 'Live' and `applications`.`status` = 'Approved' and `applications`.`deleted_at` is null and `applicable_type` = 'borrower' and `applications`.`expiry_date` between '2025-03-01 20:48:02' and '2025-03-31 20:48:02' group by `categories`.`id`, `borrower`.`borrower_gender`
930μs/Modules/Application/Repositories/web/facade/Filters.php:201seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select count(*) as aggregate from `applications` inner join `borrower` on `borrower`.`id` = `applications`.`applicable_id` inner join `categories` on `borrower`.`category_id` = `categories`.`id` where `applications`.`current_process_flow_id` = '9' and `applications`.`web_status` = 'Live' and `applications`.`status` = 'Approved' and `applications`.`deleted_at` is null and `applicable_type` = 'borrower' and `applications`.`expiry_date` between '2025-03-01 20:48:02' and '2025-03-31 20:48:02' group by `categories`.`id`, `borrower`.`borrower_gender` order by `applications`.`created_at` desc
900μs/Modules/Application/Repositories/web/facade/Filters.php:205seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `cities`.`id`, `cities`.`city_name`, count(applications.id) as apps_count from `applications` left join `branches` on `branches`.`id` = `applications`.`branch_id` left join `students` on `applications`.`applicable_id` = `students`.`id` and `applications`.`applicable_type` = 'student' inner join `cities` on `cities`.`id` = `branches`.`city_id` or `cities`.`id` = `students`.`current_address_city_id` where `applications`.`current_process_flow_id` = '9' and `applications`.`web_status` = 'Live' and `applications`.`status` = 'Approved' and `applications`.`deleted_at` is null group by `cities`.`id`
1.62s/Modules/Application/Repositories/web/facade/Filters.php:254seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select count(*) as aggregate from `applications` where `applications`.`current_process_flow_id` = '9' and `applications`.`web_status` = 'Live' and `applications`.`status` = 'Approved' and `applications`.`deleted_at` is null and `applications`.`applicable_type` = 'student'
800μs/Modules/Application/Repositories/web/facade/Filters.php:225seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `students`.`gender`, count(applications.id) as students from `applications` inner join `students` on `applications`.`applicable_id` = `students`.`id` and `applications`.`applicable_type` = 'student' where `applications`.`current_process_flow_id` = '9' and `applications`.`web_status` = 'Live' and `applications`.`status` = 'Approved' and `applications`.`deleted_at` is null and `applications`.`applicable_type` = 'student' group by `students`.`gender`
930μs/Modules/Application/Repositories/web/facade/Filters.php:232seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `donation_account` where `donation_account`.`id` = '3356' limit 1
390μs/Modules/User/Http/Controllers/Web/UserController.php:399seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `donor` where `donor`.`id` in ('1611') and `donor`.`deleted_at` is null
350μs/Modules/User/Http/Controllers/Web/UserController.php:399seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select count(*) as aggregate from `views` where `viewable_id` = '1611' and `viewable_type` = 'donor'
2.92ms/app/helpers/statistics_helper.php:196seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Backtrace |
|
update `views` set `views` = `views` + 1, `updated_at` = '2025-03-01 20:48:04' where `viewable_id` = '1611' and `viewable_type` = 'donor'
17.11ms/app/helpers/statistics_helper.php:197seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select count(*) as aggregate from `donation_account_transactions` where `transaction_type_id` in ('2', '3', '9') and `from_account_id` = '3356' and `to_account_id` not in ('1', '2', '3', '1061', '7000', '5760', '14258', '15089') group by `to_account_id`
540μs/Modules/User/Http/Controllers/Web/UserController.php:409seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select *,to_account_id as borrower_account_id,sum(CASE transaction_type_id WHEN 2 THEN amount ELSE 0 END) as donated from `donation_account_transactions` where `transaction_type_id` in ('2', '3', '9') and `from_account_id` = '3356' and `to_account_id` not in ('1', '2', '3', '1061', '7000', '5760', '14258', '15089') group by `to_account_id` limit 30 offset 0
1.07ms/Modules/User/Http/Controllers/Web/UserController.php:409seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select sum(amount) as donated, to_account_id from `donation_account_transactions` where `transaction_type_id` in ('2', '3', '9') and `to_account_id` not in ('1', '2', '3', '1061', '7000', '5760', '14258', '15089') and `from_account_id` = '3356' group by `to_account_id`
460μs/Modules/Cms/Repositories/web/facade/DonorCharts/DonorCharts.php:209seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `donation_account` where `donation_account`.`id` in ('1190', '3909', '4101', '4284', '4347', '4960', '4997', '5090', '5162', '5359', '5554', '5578', '7431', '7468', '8018', '8046', '8061', '8074', '8373', '8613', '8656', '9450', '9747', '9754', '9780', '9791', '11892', '11950', '12057', '12320', '12425', '12541', '13636', '13953', '13964', '14298', '14394', '14414', '14715', '15117', '16709', '17519', '17718', '21703')
640μs/Modules/Cms/Repositories/web/facade/DonorCharts/DonorCharts.php:209seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `applications` where `applications`.`id` in ('30', '1763', '1880', '2011', '2050', '2383', '2410', '2465', '2518', '2657', '2787', '2797', '3054', '3073', '3390', '3403', '3410', '3420', '3526', '3566', '3572', '3748', '3819', '3823', '3830', '3834', '4240', '4264', '4260', '4350', '4382', '4402', '4654', '4727', '4734', '4864', '4917', '4929', '5054', '5141', '5380', '5470', '5480', '5720') and `applications`.`deleted_at` is null
1.41ms/Modules/Cms/Repositories/web/facade/DonorCharts/DonorCharts.php:209seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `borrower` where `borrower`.`id` in ('540', '1817', '1935', '2066', '2105', '2437', '2464', '2519', '2572', '2712', '2842', '2852', '3109', '3128', '3445', '3458', '3465', '3475', '3581', '3621', '3627', '3804', '3875', '3879', '3886', '3890', '4297', '4343', '4320', '4406', '4439', '4459', '4709', '4782', '4789', '4921', '4974', '4986', '5110', '5197', '5437', '5528', '5538', '5717') and `borrower`.`deleted_at` is null
2.5ms/Modules/Cms/Repositories/web/facade/DonorCharts/DonorCharts.php:209seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `branches` where `branches`.`id` = '16' and `branches`.`deleted_at` is null limit 1
260μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:134seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `branches` where `branches`.`id` = '6' and `branches`.`deleted_at` is null limit 1
250μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:134seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `branches` where `branches`.`id` = '21' and `branches`.`deleted_at` is null limit 1
240μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:134seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `branches` where `branches`.`id` = '16' and `branches`.`deleted_at` is null limit 1
220μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:134seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `branches` where `branches`.`id` = '20' and `branches`.`deleted_at` is null limit 1
220μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:134seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `branches` where `branches`.`id` = '7' and `branches`.`deleted_at` is null limit 1
280μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:134seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `branches` where `branches`.`id` = '21' and `branches`.`deleted_at` is null limit 1
200μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:134seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `branches` where `branches`.`id` = '11' and `branches`.`deleted_at` is null limit 1
200μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:134seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `branches` where `branches`.`id` = '24' and `branches`.`deleted_at` is null limit 1
220μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:134seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `branches` where `branches`.`id` = '22' and `branches`.`deleted_at` is null limit 1
220μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:134seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `branches` where `branches`.`id` = '9' and `branches`.`deleted_at` is null limit 1
220μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:134seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `branches` where `branches`.`id` = '9' and `branches`.`deleted_at` is null limit 1
220μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:134seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `branches` where `branches`.`id` = '11' and `branches`.`deleted_at` is null limit 1
290μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:134seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `branches` where `branches`.`id` = '10' and `branches`.`deleted_at` is null limit 1
250μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:134seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `branches` where `branches`.`id` = '15' and `branches`.`deleted_at` is null limit 1
250μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:134seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `branches` where `branches`.`id` = '21' and `branches`.`deleted_at` is null limit 1
250μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:134seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `branches` where `branches`.`id` = '22' and `branches`.`deleted_at` is null limit 1
220μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:134seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `branches` where `branches`.`id` = '23' and `branches`.`deleted_at` is null limit 1
140μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:134seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `branches` where `branches`.`id` = '23' and `branches`.`deleted_at` is null limit 1
120μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:134seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `branches` where `branches`.`id` = '21' and `branches`.`deleted_at` is null limit 1
190μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:134seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `branches` where `branches`.`id` = '21' and `branches`.`deleted_at` is null limit 1
190μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:134seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `branches` where `branches`.`id` = '22' and `branches`.`deleted_at` is null limit 1
210μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:134seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `branches` where `branches`.`id` = '9' and `branches`.`deleted_at` is null limit 1
250μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:134seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `branches` where `branches`.`id` = '21' and `branches`.`deleted_at` is null limit 1
250μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:134seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `branches` where `branches`.`id` = '15' and `branches`.`deleted_at` is null limit 1
180μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:134seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `branches` where `branches`.`id` = '21' and `branches`.`deleted_at` is null limit 1
200μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:134seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `branches` where `branches`.`id` = '14' and `branches`.`deleted_at` is null limit 1
220μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:134seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `branches` where `branches`.`id` = '21' and `branches`.`deleted_at` is null limit 1
220μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:134seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `branches` where `branches`.`id` = '7' and `branches`.`deleted_at` is null limit 1
180μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:134seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `branches` where `branches`.`id` = '21' and `branches`.`deleted_at` is null limit 1
130μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:134seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `branches` where `branches`.`id` = '23' and `branches`.`deleted_at` is null limit 1
220μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:134seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `branches` where `branches`.`id` = '16' and `branches`.`deleted_at` is null limit 1
220μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:134seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `branches` where `branches`.`id` = '21' and `branches`.`deleted_at` is null limit 1
220μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:134seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `branches` where `branches`.`id` = '9' and `branches`.`deleted_at` is null limit 1
220μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:134seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `branches` where `branches`.`id` = '20' and `branches`.`deleted_at` is null limit 1
200μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:134seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `branches` where `branches`.`id` = '21' and `branches`.`deleted_at` is null limit 1
210μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:134seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `branches` where `branches`.`id` = '21' and `branches`.`deleted_at` is null limit 1
210μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:134seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `branches` where `branches`.`id` = '20' and `branches`.`deleted_at` is null limit 1
210μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:134seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `branches` where `branches`.`id` = '24' and `branches`.`deleted_at` is null limit 1
180μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:134seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `branches` where `branches`.`id` = '20' and `branches`.`deleted_at` is null limit 1
200μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:134seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `branches` where `branches`.`id` = '21' and `branches`.`deleted_at` is null limit 1
170μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:134seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `branches` where `branches`.`id` = '22' and `branches`.`deleted_at` is null limit 1
210μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:134seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `branches` where `branches`.`id` = '18' and `branches`.`deleted_at` is null limit 1
230μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:134seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `branches` where `branches`.`id` = '13' and `branches`.`deleted_at` is null limit 1
250μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:134seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `cities`.`id` = '2189673' limit 1
200μs/Modules/Cms/Repositories/web/facade/DonorCharts/DonorCharts.php:59seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `cities`.`id` = '2207962' limit 1
160μs/Modules/Cms/Repositories/web/facade/DonorCharts/DonorCharts.php:59seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `cities`.`id` = '3150684' limit 1
200μs/Modules/Cms/Repositories/web/facade/DonorCharts/DonorCharts.php:59seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `cities`.`id` = '2177387' limit 1
160μs/Modules/Cms/Repositories/web/facade/DonorCharts/DonorCharts.php:59seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select `amount`, `created_at` from `donation_account_transactions` where `from_account_id` = '3356' and `transaction_type_id` in ('2', '3', '9') order by `created_at` asc
380μs/Modules/Cms/Repositories/web/facade/DonorCharts/DonorCharts.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select `amount`, `created_at` from `donation_account_transactions` where `to_account_id` = '3356' and `transaction_type_id` in ('5', '13', '14') order by `created_at` asc
2.49ms/Modules/Cms/Repositories/web/facade/DonorCharts/DonorCharts.php:76seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `views` where `viewable_id` = '1611' and `viewable_type` = 'donor' limit 1
770μs/app/helpers/statistics_helper.php:207seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `donation_account` where `donation_account`.`id` = '1190' limit 1
230μsview::user::web.user.donor_profile:77seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `applications` where `applications`.`id` = '30' and `applications`.`deleted_at` is null limit 1
310μsview::user::web.user.donor_profile:77seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `borrower_media` where `borrower_media`.`application_id` = '30' and `borrower_media`.`application_id` is not null limit 1
940μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:98seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `applications` where `applications`.`id` = '30' limit 1
280μs/Modules/Application/Entities/BorrowerMedia.php:89seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `borrower` where `borrower`.`id` = '540' and `borrower`.`deleted_at` is null limit 1
450μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:22seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `donation_account` where `donation_account`.`accountable_id` = '30' and `donation_account`.`accountable_id` is not null and `donation_account`.`accountable_type` = 'application' limit 1
250μs/Modules/Application/Entities/Traits/ApplicationDonationTrait.php:97seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `donation_account` where `account_no` = '5abfd47765e1a' limit 1
240μs/Modules/Cms/Repositories/web/facade/Account/account.php:94seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `donation_account` where `account_no` = '5abfd47765e1c' limit 1
270μs/Modules/Cms/Repositories/web/facade/Account/account.php:95seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `donation_account` where `account_no` = '5abfd47765e1b' limit 1
170μs/Modules/Cms/Repositories/web/facade/Account/account.php:96seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `donation_account` where `account_no` = '5abfd45565e1b' limit 1
170μs/Modules/Cms/Repositories/web/facade/Account/account.php:97seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select sum(amount) as total from `donation_account_transactions` where `transaction_type_id` in ('2', '9') and (`from_account_id` in ('1190') or `to_account_id` in ('1190')) limit 1
870μs/Modules/Cms/Repositories/web/facade/Account/AccountReporting.php:679seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `branches` where `branches`.`id` = '16' and `branches`.`deleted_at` is null limit 1
210μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:134seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '2189673' limit 1
130μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
210μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '2189673' limit 1
120μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
210μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '2189673' limit 1
90μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
200μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '2189673' limit 1
130μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
210μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `donation_account` where `donation_account`.`id` = '3909' limit 1
150μsview::user::web.user.donor_profile:77seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `applications` where `applications`.`id` = '1763' and `applications`.`deleted_at` is null limit 1
220μsview::user::web.user.donor_profile:77seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `borrower_media` where `borrower_media`.`application_id` = '1763' and `borrower_media`.`application_id` is not null limit 1
1.25ms/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:98seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `applications` where `applications`.`id` = '1763' limit 1
210μs/Modules/Application/Entities/BorrowerMedia.php:89seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `borrower` where `borrower`.`id` = '1817' and `borrower`.`deleted_at` is null limit 1
330μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:22seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `donation_account` where `donation_account`.`accountable_id` = '1763' and `donation_account`.`accountable_id` is not null and `donation_account`.`accountable_type` = 'application' limit 1
160μs/Modules/Application/Entities/Traits/ApplicationDonationTrait.php:97seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select sum(amount) as total from `donation_account_transactions` where `transaction_type_id` in ('2', '9') and (`from_account_id` in ('3909') or `to_account_id` in ('3909')) limit 1
630μs/Modules/Cms/Repositories/web/facade/Account/AccountReporting.php:679seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `branches` where `branches`.`id` = '6' and `branches`.`deleted_at` is null limit 1
160μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:134seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '2207962' limit 1
140μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
210μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '2207962' limit 1
130μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
210μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '2207962' limit 1
120μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
210μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '2207962' limit 1
130μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
210μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `donation_account` where `donation_account`.`id` = '4101' limit 1
110μsview::user::web.user.donor_profile:77seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `applications` where `applications`.`id` = '1880' and `applications`.`deleted_at` is null limit 1
220μsview::user::web.user.donor_profile:77seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `borrower_media` where `borrower_media`.`application_id` = '1880' and `borrower_media`.`application_id` is not null limit 1
1.47ms/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:98seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `applications` where `applications`.`id` = '1880' limit 1
230μs/Modules/Application/Entities/BorrowerMedia.php:89seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `borrower` where `borrower`.`id` = '1935' and `borrower`.`deleted_at` is null limit 1
310μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:22seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `donation_account` where `donation_account`.`accountable_id` = '1880' and `donation_account`.`accountable_id` is not null and `donation_account`.`accountable_type` = 'application' limit 1
170μs/Modules/Application/Entities/Traits/ApplicationDonationTrait.php:97seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select sum(amount) as total from `donation_account_transactions` where `transaction_type_id` in ('2', '9') and (`from_account_id` in ('4101') or `to_account_id` in ('4101')) limit 1
350μs/Modules/Cms/Repositories/web/facade/Account/AccountReporting.php:679seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `branches` where `branches`.`id` = '21' and `branches`.`deleted_at` is null limit 1
160μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:134seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '3150684' limit 1
130μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
210μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '3150684' limit 1
130μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
210μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '3150684' limit 1
140μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
180μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '3150684' limit 1
120μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
210μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `donation_account` where `donation_account`.`id` = '4284' limit 1
140μsview::user::web.user.donor_profile:77seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `applications` where `applications`.`id` = '2011' and `applications`.`deleted_at` is null limit 1
220μsview::user::web.user.donor_profile:77seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `borrower_media` where `borrower_media`.`application_id` = '2011' and `borrower_media`.`application_id` is not null limit 1
1.45ms/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:98seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `applications` where `applications`.`id` = '2011' limit 1
210μs/Modules/Application/Entities/BorrowerMedia.php:89seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `borrower` where `borrower`.`id` = '2066' and `borrower`.`deleted_at` is null limit 1
370μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:22seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `donation_account` where `donation_account`.`accountable_id` = '2011' and `donation_account`.`accountable_id` is not null and `donation_account`.`accountable_type` = 'application' limit 1
130μs/Modules/Application/Entities/Traits/ApplicationDonationTrait.php:97seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select sum(amount) as total from `donation_account_transactions` where `transaction_type_id` in ('2', '9') and (`from_account_id` in ('4284') or `to_account_id` in ('4284')) limit 1
290μs/Modules/Cms/Repositories/web/facade/Account/AccountReporting.php:679seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `branches` where `branches`.`id` = '16' and `branches`.`deleted_at` is null limit 1
180μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:134seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '2189673' limit 1
150μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
270μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '2189673' limit 1
160μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
230μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '2189673' limit 1
150μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
270μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '2189673' limit 1
130μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
210μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `donation_account` where `donation_account`.`id` = '4347' limit 1
140μsview::user::web.user.donor_profile:77seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `applications` where `applications`.`id` = '2050' and `applications`.`deleted_at` is null limit 1
220μsview::user::web.user.donor_profile:77seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `borrower_media` where `borrower_media`.`application_id` = '2050' and `borrower_media`.`application_id` is not null limit 1
1.28ms/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:98seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `applications` where `applications`.`id` = '2050' limit 1
210μs/Modules/Application/Entities/BorrowerMedia.php:89seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `borrower` where `borrower`.`id` = '2105' and `borrower`.`deleted_at` is null limit 1
330μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:22seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `donation_account` where `donation_account`.`accountable_id` = '2050' and `donation_account`.`accountable_id` is not null and `donation_account`.`accountable_type` = 'application' limit 1
170μs/Modules/Application/Entities/Traits/ApplicationDonationTrait.php:97seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select sum(amount) as total from `donation_account_transactions` where `transaction_type_id` in ('2', '9') and (`from_account_id` in ('4347') or `to_account_id` in ('4347')) limit 1
800μs/Modules/Cms/Repositories/web/facade/Account/AccountReporting.php:679seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `branches` where `branches`.`id` = '20' and `branches`.`deleted_at` is null limit 1
160μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:134seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '2177387' limit 1
170μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
190μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '2177387' limit 1
130μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
210μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '2177387' limit 1
120μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
210μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '2177387' limit 1
130μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
210μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `donation_account` where `donation_account`.`id` = '4960' limit 1
120μsview::user::web.user.donor_profile:77seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `applications` where `applications`.`id` = '2383' and `applications`.`deleted_at` is null limit 1
220μsview::user::web.user.donor_profile:77seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `borrower_media` where `borrower_media`.`application_id` = '2383' and `borrower_media`.`application_id` is not null limit 1
1.39ms/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:98seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `applications` where `applications`.`id` = '2383' limit 1
190μs/Modules/Application/Entities/BorrowerMedia.php:89seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `borrower` where `borrower`.`id` = '2437' and `borrower`.`deleted_at` is null limit 1
330μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:22seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `donation_account` where `donation_account`.`accountable_id` = '2383' and `donation_account`.`accountable_id` is not null and `donation_account`.`accountable_type` = 'application' limit 1
180μs/Modules/Application/Entities/Traits/ApplicationDonationTrait.php:97seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select sum(amount) as total from `donation_account_transactions` where `transaction_type_id` in ('2', '9') and (`from_account_id` in ('4960') or `to_account_id` in ('4960')) limit 1
1.01ms/Modules/Cms/Repositories/web/facade/Account/AccountReporting.php:679seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `branches` where `branches`.`id` = '7' and `branches`.`deleted_at` is null limit 1
160μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:134seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '2177387' limit 1
130μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
210μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '2177387' limit 1
130μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
210μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '2177387' limit 1
120μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
210μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '2177387' limit 1
120μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
180μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `donation_account` where `donation_account`.`id` = '4997' limit 1
140μsview::user::web.user.donor_profile:77seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `applications` where `applications`.`id` = '2410' and `applications`.`deleted_at` is null limit 1
200μsview::user::web.user.donor_profile:77seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `borrower_media` where `borrower_media`.`application_id` = '2410' and `borrower_media`.`application_id` is not null limit 1
1.58ms/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:98seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `applications` where `applications`.`id` = '2410' limit 1
180μs/Modules/Application/Entities/BorrowerMedia.php:89seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `borrower` where `borrower`.`id` = '2464' and `borrower`.`deleted_at` is null limit 1
330μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:22seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `donation_account` where `donation_account`.`accountable_id` = '2410' and `donation_account`.`accountable_id` is not null and `donation_account`.`accountable_type` = 'application' limit 1
190μs/Modules/Application/Entities/Traits/ApplicationDonationTrait.php:97seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select sum(amount) as total from `donation_account_transactions` where `transaction_type_id` in ('2', '9') and (`from_account_id` in ('4997') or `to_account_id` in ('4997')) limit 1
1.92ms/Modules/Cms/Repositories/web/facade/Account/AccountReporting.php:679seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `branches` where `branches`.`id` = '21' and `branches`.`deleted_at` is null limit 1
180μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:134seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '3150684' limit 1
120μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
210μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '3150684' limit 1
130μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
210μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '3150684' limit 1
120μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
210μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '3150684' limit 1
130μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
210μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `donation_account` where `donation_account`.`id` = '5090' limit 1
140μsview::user::web.user.donor_profile:77seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `applications` where `applications`.`id` = '2465' and `applications`.`deleted_at` is null limit 1
200μsview::user::web.user.donor_profile:77seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `borrower_media` where `borrower_media`.`application_id` = '2465' and `borrower_media`.`application_id` is not null limit 1
1.38ms/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:98seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `applications` where `applications`.`id` = '2465' limit 1
210μs/Modules/Application/Entities/BorrowerMedia.php:89seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `borrower` where `borrower`.`id` = '2519' and `borrower`.`deleted_at` is null limit 1
330μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:22seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `donation_account` where `donation_account`.`accountable_id` = '2465' and `donation_account`.`accountable_id` is not null and `donation_account`.`accountable_type` = 'application' limit 1
200μs/Modules/Application/Entities/Traits/ApplicationDonationTrait.php:97seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select sum(amount) as total from `donation_account_transactions` where `transaction_type_id` in ('2', '9') and (`from_account_id` in ('5090') or `to_account_id` in ('5090')) limit 1
310μs/Modules/Cms/Repositories/web/facade/Account/AccountReporting.php:679seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `branches` where `branches`.`id` = '11' and `branches`.`deleted_at` is null limit 1
200μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:134seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '2207962' limit 1
130μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
210μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '2207962' limit 1
120μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
210μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '2207962' limit 1
100μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
210μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '2207962' limit 1
120μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
210μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `donation_account` where `donation_account`.`id` = '5162' limit 1
140μsview::user::web.user.donor_profile:77seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `applications` where `applications`.`id` = '2518' and `applications`.`deleted_at` is null limit 1
220μsview::user::web.user.donor_profile:77seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `borrower_media` where `borrower_media`.`application_id` = '2518' and `borrower_media`.`application_id` is not null limit 1
1.57ms/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:98seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `applications` where `applications`.`id` = '2518' limit 1
290μs/Modules/Application/Entities/BorrowerMedia.php:89seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `borrower` where `borrower`.`id` = '2572' and `borrower`.`deleted_at` is null limit 1
350μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:22seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `donation_account` where `donation_account`.`accountable_id` = '2518' and `donation_account`.`accountable_id` is not null and `donation_account`.`accountable_type` = 'application' limit 1
130μs/Modules/Application/Entities/Traits/ApplicationDonationTrait.php:97seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select sum(amount) as total from `donation_account_transactions` where `transaction_type_id` in ('2', '9') and (`from_account_id` in ('5162') or `to_account_id` in ('5162')) limit 1
2.38ms/Modules/Cms/Repositories/web/facade/Account/AccountReporting.php:679seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `branches` where `branches`.`id` = '24' and `branches`.`deleted_at` is null limit 1
180μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:134seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '2189673' limit 1
130μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
230μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '2189673' limit 1
100μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
220μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '2189673' limit 1
150μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
210μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '2189673' limit 1
90μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
200μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `donation_account` where `donation_account`.`id` = '5359' limit 1
150μsview::user::web.user.donor_profile:77seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `applications` where `applications`.`id` = '2657' and `applications`.`deleted_at` is null limit 1
220μsview::user::web.user.donor_profile:77seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `borrower_media` where `borrower_media`.`application_id` = '2657' and `borrower_media`.`application_id` is not null limit 1
1.77ms/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:98seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `applications` where `applications`.`id` = '2657' limit 1
190μs/Modules/Application/Entities/BorrowerMedia.php:89seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `borrower` where `borrower`.`id` = '2712' and `borrower`.`deleted_at` is null limit 1
330μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:22seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `donation_account` where `donation_account`.`accountable_id` = '2657' and `donation_account`.`accountable_id` is not null and `donation_account`.`accountable_type` = 'application' limit 1
190μs/Modules/Application/Entities/Traits/ApplicationDonationTrait.php:97seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select sum(amount) as total from `donation_account_transactions` where `transaction_type_id` in ('2', '9') and (`from_account_id` in ('5359') or `to_account_id` in ('5359')) limit 1
1.21ms/Modules/Cms/Repositories/web/facade/Account/AccountReporting.php:679seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `branches` where `branches`.`id` = '22' and `branches`.`deleted_at` is null limit 1
160μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:134seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '3150684' limit 1
140μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
220μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '3150684' limit 1
130μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
210μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '3150684' limit 1
130μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
230μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '3150684' limit 1
150μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
240μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `donation_account` where `donation_account`.`id` = '5554' limit 1
170μsview::user::web.user.donor_profile:77seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `applications` where `applications`.`id` = '2787' and `applications`.`deleted_at` is null limit 1
250μsview::user::web.user.donor_profile:77seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `borrower_media` where `borrower_media`.`application_id` = '2787' and `borrower_media`.`application_id` is not null limit 1
1.79ms/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:98seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `applications` where `applications`.`id` = '2787' limit 1
220μs/Modules/Application/Entities/BorrowerMedia.php:89seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `borrower` where `borrower`.`id` = '2842' and `borrower`.`deleted_at` is null limit 1
340μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:22seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `donation_account` where `donation_account`.`accountable_id` = '2787' and `donation_account`.`accountable_id` is not null and `donation_account`.`accountable_type` = 'application' limit 1
190μs/Modules/Application/Entities/Traits/ApplicationDonationTrait.php:97seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select sum(amount) as total from `donation_account_transactions` where `transaction_type_id` in ('2', '9') and (`from_account_id` in ('5554') or `to_account_id` in ('5554')) limit 1
2.12ms/Modules/Cms/Repositories/web/facade/Account/AccountReporting.php:679seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `branches` where `branches`.`id` = '9' and `branches`.`deleted_at` is null limit 1
230μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:134seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '2207962' limit 1
150μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
220μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '2207962' limit 1
130μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
210μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '2207962' limit 1
130μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
180μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '2207962' limit 1
90μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
180μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `donation_account` where `donation_account`.`id` = '5578' limit 1
110μsview::user::web.user.donor_profile:77seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `applications` where `applications`.`id` = '2797' and `applications`.`deleted_at` is null limit 1
200μsview::user::web.user.donor_profile:77seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `borrower_media` where `borrower_media`.`application_id` = '2797' and `borrower_media`.`application_id` is not null limit 1
1.68ms/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:98seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `applications` where `applications`.`id` = '2797' limit 1
180μs/Modules/Application/Entities/BorrowerMedia.php:89seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `borrower` where `borrower`.`id` = '2852' and `borrower`.`deleted_at` is null limit 1
320μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:22seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `donation_account` where `donation_account`.`accountable_id` = '2797' and `donation_account`.`accountable_id` is not null and `donation_account`.`accountable_type` = 'application' limit 1
130μs/Modules/Application/Entities/Traits/ApplicationDonationTrait.php:97seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select sum(amount) as total from `donation_account_transactions` where `transaction_type_id` in ('2', '9') and (`from_account_id` in ('5578') or `to_account_id` in ('5578')) limit 1
1.66ms/Modules/Cms/Repositories/web/facade/Account/AccountReporting.php:679seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `branches` where `branches`.`id` = '9' and `branches`.`deleted_at` is null limit 1
130μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:134seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '2207962' limit 1
90μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
190μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '2207962' limit 1
90μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
180μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '2207962' limit 1
90μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
180μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '2207962' limit 1
90μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
190μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `donation_account` where `donation_account`.`id` = '7431' limit 1
120μsview::user::web.user.donor_profile:77seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `applications` where `applications`.`id` = '3054' and `applications`.`deleted_at` is null limit 1
200μsview::user::web.user.donor_profile:77seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `borrower_media` where `borrower_media`.`application_id` = '3054' and `borrower_media`.`application_id` is not null limit 1
1.87ms/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:98seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `applications` where `applications`.`id` = '3054' limit 1
190μs/Modules/Application/Entities/BorrowerMedia.php:89seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `borrower` where `borrower`.`id` = '3109' and `borrower`.`deleted_at` is null limit 1
320μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:22seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `donation_account` where `donation_account`.`accountable_id` = '3054' and `donation_account`.`accountable_id` is not null and `donation_account`.`accountable_type` = 'application' limit 1
130μs/Modules/Application/Entities/Traits/ApplicationDonationTrait.php:97seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select sum(amount) as total from `donation_account_transactions` where `transaction_type_id` in ('2', '9') and (`from_account_id` in ('7431') or `to_account_id` in ('7431')) limit 1
1.18ms/Modules/Cms/Repositories/web/facade/Account/AccountReporting.php:679seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `branches` where `branches`.`id` = '11' and `branches`.`deleted_at` is null limit 1
140μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:134seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '2207962' limit 1
100μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
190μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '2207962' limit 1
90μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
180μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '2207962' limit 1
90μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
180μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '2207962' limit 1
90μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
180μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `donation_account` where `donation_account`.`id` = '7468' limit 1
120μsview::user::web.user.donor_profile:77seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `applications` where `applications`.`id` = '3073' and `applications`.`deleted_at` is null limit 1
200μsview::user::web.user.donor_profile:77seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `borrower_media` where `borrower_media`.`application_id` = '3073' and `borrower_media`.`application_id` is not null limit 1
1.9ms/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:98seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `applications` where `applications`.`id` = '3073' limit 1
190μs/Modules/Application/Entities/BorrowerMedia.php:89seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `borrower` where `borrower`.`id` = '3128' and `borrower`.`deleted_at` is null limit 1
370μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:22seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `donation_account` where `donation_account`.`accountable_id` = '3073' and `donation_account`.`accountable_id` is not null and `donation_account`.`accountable_type` = 'application' limit 1
130μs/Modules/Application/Entities/Traits/ApplicationDonationTrait.php:97seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select sum(amount) as total from `donation_account_transactions` where `transaction_type_id` in ('2', '9') and (`from_account_id` in ('7468') or `to_account_id` in ('7468')) limit 1
1.63ms/Modules/Cms/Repositories/web/facade/Account/AccountReporting.php:679seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `branches` where `branches`.`id` = '10' and `branches`.`deleted_at` is null limit 1
180μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:134seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '2207962' limit 1
160μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
230μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '2207962' limit 1
220μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
260μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '2207962' limit 1
150μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
230μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '2207962' limit 1
160μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
190μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `donation_account` where `donation_account`.`id` = '8018' limit 1
150μsview::user::web.user.donor_profile:77seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `applications` where `applications`.`id` = '3390' and `applications`.`deleted_at` is null limit 1
240μsview::user::web.user.donor_profile:77seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `borrower_media` where `borrower_media`.`application_id` = '3390' and `borrower_media`.`application_id` is not null limit 1
2.12ms/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:98seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `applications` where `applications`.`id` = '3390' limit 1
220μs/Modules/Application/Entities/BorrowerMedia.php:89seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `borrower` where `borrower`.`id` = '3445' and `borrower`.`deleted_at` is null limit 1
350μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:22seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `donation_account` where `donation_account`.`accountable_id` = '3390' and `donation_account`.`accountable_id` is not null and `donation_account`.`accountable_type` = 'application' limit 1
170μs/Modules/Application/Entities/Traits/ApplicationDonationTrait.php:97seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select sum(amount) as total from `donation_account_transactions` where `transaction_type_id` in ('2', '9') and (`from_account_id` in ('8018') or `to_account_id` in ('8018')) limit 1
1.82ms/Modules/Cms/Repositories/web/facade/Account/AccountReporting.php:679seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `branches` where `branches`.`id` = '15' and `branches`.`deleted_at` is null limit 1
160μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:134seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '2189673' limit 1
130μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
230μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '2189673' limit 1
130μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
220μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '2189673' limit 1
130μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
210μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '2189673' limit 1
90μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
210μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `donation_account` where `donation_account`.`id` = '8046' limit 1
120μsview::user::web.user.donor_profile:77seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `applications` where `applications`.`id` = '3403' and `applications`.`deleted_at` is null limit 1
190μsview::user::web.user.donor_profile:77seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `borrower_media` where `borrower_media`.`application_id` = '3403' and `borrower_media`.`application_id` is not null limit 1
1.95ms/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:98seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `applications` where `applications`.`id` = '3403' limit 1
220μs/Modules/Application/Entities/BorrowerMedia.php:89seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `borrower` where `borrower`.`id` = '3458' and `borrower`.`deleted_at` is null limit 1
340μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:22seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `donation_account` where `donation_account`.`accountable_id` = '3403' and `donation_account`.`accountable_id` is not null and `donation_account`.`accountable_type` = 'application' limit 1
160μs/Modules/Application/Entities/Traits/ApplicationDonationTrait.php:97seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select sum(amount) as total from `donation_account_transactions` where `transaction_type_id` in ('2', '9') and (`from_account_id` in ('8046') or `to_account_id` in ('8046')) limit 1
680μs/Modules/Cms/Repositories/web/facade/Account/AccountReporting.php:679seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `branches` where `branches`.`id` = '21' and `branches`.`deleted_at` is null limit 1
160μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:134seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '3150684' limit 1
130μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
210μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '3150684' limit 1
130μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
210μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '3150684' limit 1
120μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
210μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '3150684' limit 1
100μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
210μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `donation_account` where `donation_account`.`id` = '8061' limit 1
120μsview::user::web.user.donor_profile:77seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `applications` where `applications`.`id` = '3410' and `applications`.`deleted_at` is null limit 1
220μsview::user::web.user.donor_profile:77seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `borrower_media` where `borrower_media`.`application_id` = '3410' and `borrower_media`.`application_id` is not null limit 1
1.94ms/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:98seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `applications` where `applications`.`id` = '3410' limit 1
220μs/Modules/Application/Entities/BorrowerMedia.php:89seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `borrower` where `borrower`.`id` = '3465' and `borrower`.`deleted_at` is null limit 1
320μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:22seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `donation_account` where `donation_account`.`accountable_id` = '3410' and `donation_account`.`accountable_id` is not null and `donation_account`.`accountable_type` = 'application' limit 1
160μs/Modules/Application/Entities/Traits/ApplicationDonationTrait.php:97seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select sum(amount) as total from `donation_account_transactions` where `transaction_type_id` in ('2', '9') and (`from_account_id` in ('8061') or `to_account_id` in ('8061')) limit 1
1.98ms/Modules/Cms/Repositories/web/facade/Account/AccountReporting.php:679seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `branches` where `branches`.`id` = '22' and `branches`.`deleted_at` is null limit 1
160μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:134seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '3150684' limit 1
130μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
210μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '3150684' limit 1
140μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
230μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '3150684' limit 1
150μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
240μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '3150684' limit 1
150μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
240μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `donation_account` where `donation_account`.`id` = '8074' limit 1
170μsview::user::web.user.donor_profile:77seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `applications` where `applications`.`id` = '3420' and `applications`.`deleted_at` is null limit 1
240μsview::user::web.user.donor_profile:77seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `borrower_media` where `borrower_media`.`application_id` = '3420' and `borrower_media`.`application_id` is not null limit 1
2.03ms/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:98seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `applications` where `applications`.`id` = '3420' limit 1
220μs/Modules/Application/Entities/BorrowerMedia.php:89seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `borrower` where `borrower`.`id` = '3475' and `borrower`.`deleted_at` is null limit 1
350μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:22seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `donation_account` where `donation_account`.`accountable_id` = '3420' and `donation_account`.`accountable_id` is not null and `donation_account`.`accountable_type` = 'application' limit 1
200μs/Modules/Application/Entities/Traits/ApplicationDonationTrait.php:97seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select sum(amount) as total from `donation_account_transactions` where `transaction_type_id` in ('2', '9') and (`from_account_id` in ('8074') or `to_account_id` in ('8074')) limit 1
1.77ms/Modules/Cms/Repositories/web/facade/Account/AccountReporting.php:679seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `branches` where `branches`.`id` = '23' and `branches`.`deleted_at` is null limit 1
140μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:134seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '3150684' limit 1
130μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
220μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '3150684' limit 1
120μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
220μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '3150684' limit 1
120μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
210μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '3150684' limit 1
130μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
180μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `donation_account` where `donation_account`.`id` = '8373' limit 1
150μsview::user::web.user.donor_profile:77seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `applications` where `applications`.`id` = '3526' and `applications`.`deleted_at` is null limit 1
210μsview::user::web.user.donor_profile:77seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `borrower_media` where `borrower_media`.`application_id` = '3526' and `borrower_media`.`application_id` is not null limit 1
2.09ms/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:98seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `applications` where `applications`.`id` = '3526' limit 1
220μs/Modules/Application/Entities/BorrowerMedia.php:89seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `borrower` where `borrower`.`id` = '3581' and `borrower`.`deleted_at` is null limit 1
350μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:22seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `donation_account` where `donation_account`.`accountable_id` = '3526' and `donation_account`.`accountable_id` is not null and `donation_account`.`accountable_type` = 'application' limit 1
200μs/Modules/Application/Entities/Traits/ApplicationDonationTrait.php:97seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select sum(amount) as total from `donation_account_transactions` where `transaction_type_id` in ('2', '9') and (`from_account_id` in ('8373') or `to_account_id` in ('8373')) limit 1
2.19ms/Modules/Cms/Repositories/web/facade/Account/AccountReporting.php:679seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `branches` where `branches`.`id` = '23' and `branches`.`deleted_at` is null limit 1
200μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:134seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '3150684' limit 1
130μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
220μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '3150684' limit 1
130μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
210μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '3150684' limit 1
130μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
210μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '3150684' limit 1
130μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
210μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `donation_account` where `donation_account`.`id` = '8613' limit 1
150μsview::user::web.user.donor_profile:77seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `applications` where `applications`.`id` = '3566' and `applications`.`deleted_at` is null limit 1
200μsview::user::web.user.donor_profile:77seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `borrower_media` where `borrower_media`.`application_id` = '3566' and `borrower_media`.`application_id` is not null limit 1
2.42ms/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:98seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `applications` where `applications`.`id` = '3566' limit 1
240μs/Modules/Application/Entities/BorrowerMedia.php:89seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `borrower` where `borrower`.`id` = '3621' and `borrower`.`deleted_at` is null limit 1
370μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:22seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `donation_account` where `donation_account`.`accountable_id` = '3566' and `donation_account`.`accountable_id` is not null and `donation_account`.`accountable_type` = 'application' limit 1
210μs/Modules/Application/Entities/Traits/ApplicationDonationTrait.php:97seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select sum(amount) as total from `donation_account_transactions` where `transaction_type_id` in ('2', '9') and (`from_account_id` in ('8613') or `to_account_id` in ('8613')) limit 1
2.62ms/Modules/Cms/Repositories/web/facade/Account/AccountReporting.php:679seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `branches` where `branches`.`id` = '21' and `branches`.`deleted_at` is null limit 1
170μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:134seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '3150684' limit 1
220μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
300μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '3150684' limit 1
210μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
280μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '3150684' limit 1
110μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
270μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '3150684' limit 1
140μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
280μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `donation_account` where `donation_account`.`id` = '8656' limit 1
130μsview::user::web.user.donor_profile:77seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `applications` where `applications`.`id` = '3572' and `applications`.`deleted_at` is null limit 1
280μsview::user::web.user.donor_profile:77seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `borrower_media` where `borrower_media`.`application_id` = '3572' and `borrower_media`.`application_id` is not null limit 1
2.16ms/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:98seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `applications` where `applications`.`id` = '3572' limit 1
240μs/Modules/Application/Entities/BorrowerMedia.php:89seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `borrower` where `borrower`.`id` = '3627' and `borrower`.`deleted_at` is null limit 1
410μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:22seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `donation_account` where `donation_account`.`accountable_id` = '3572' and `donation_account`.`accountable_id` is not null and `donation_account`.`accountable_type` = 'application' limit 1
200μs/Modules/Application/Entities/Traits/ApplicationDonationTrait.php:97seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select sum(amount) as total from `donation_account_transactions` where `transaction_type_id` in ('2', '9') and (`from_account_id` in ('8656') or `to_account_id` in ('8656')) limit 1
1.54ms/Modules/Cms/Repositories/web/facade/Account/AccountReporting.php:679seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `branches` where `branches`.`id` = '21' and `branches`.`deleted_at` is null limit 1
230μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:134seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '3150684' limit 1
180μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
260μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '3150684' limit 1
110μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
200μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '3150684' limit 1
180μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
260μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '3150684' limit 1
190μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
220μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `donation_account` where `donation_account`.`id` = '9450' limit 1
120μsview::user::web.user.donor_profile:77seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `applications` where `applications`.`id` = '3748' and `applications`.`deleted_at` is null limit 1
290μsview::user::web.user.donor_profile:77seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `borrower_media` where `borrower_media`.`application_id` = '3748' and `borrower_media`.`application_id` is not null limit 1
2.3ms/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:98seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `applications` where `applications`.`id` = '3748' limit 1
310μs/Modules/Application/Entities/BorrowerMedia.php:89seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `borrower` where `borrower`.`id` = '3804' and `borrower`.`deleted_at` is null limit 1
420μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:22seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `donation_account` where `donation_account`.`accountable_id` = '3748' and `donation_account`.`accountable_id` is not null and `donation_account`.`accountable_type` = 'application' limit 1
230μs/Modules/Application/Entities/Traits/ApplicationDonationTrait.php:97seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select sum(amount) as total from `donation_account_transactions` where `transaction_type_id` in ('2', '9') and (`from_account_id` in ('9450') or `to_account_id` in ('9450')) limit 1
1.61ms/Modules/Cms/Repositories/web/facade/Account/AccountReporting.php:679seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `branches` where `branches`.`id` = '22' and `branches`.`deleted_at` is null limit 1
280μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:134seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '3150684' limit 1
190μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
270μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '3150684' limit 1
150μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
240μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '3150684' limit 1
160μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
240μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '3150684' limit 1
150μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
240μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `donation_account` where `donation_account`.`id` = '9747' limit 1
170μsview::user::web.user.donor_profile:77seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `applications` where `applications`.`id` = '3819' and `applications`.`deleted_at` is null limit 1
250μsview::user::web.user.donor_profile:77seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `borrower_media` where `borrower_media`.`application_id` = '3819' and `borrower_media`.`application_id` is not null limit 1
2.45ms/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:98seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `applications` where `applications`.`id` = '3819' limit 1
230μs/Modules/Application/Entities/BorrowerMedia.php:89seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `borrower` where `borrower`.`id` = '3875' and `borrower`.`deleted_at` is null limit 1
360μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:22seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `donation_account` where `donation_account`.`accountable_id` = '3819' and `donation_account`.`accountable_id` is not null and `donation_account`.`accountable_type` = 'application' limit 1
200μs/Modules/Application/Entities/Traits/ApplicationDonationTrait.php:97seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select sum(amount) as total from `donation_account_transactions` where `transaction_type_id` in ('2', '9') and (`from_account_id` in ('9747') or `to_account_id` in ('9747')) limit 1
1.77ms/Modules/Cms/Repositories/web/facade/Account/AccountReporting.php:679seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `branches` where `branches`.`id` = '9' and `branches`.`deleted_at` is null limit 1
160μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:134seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '2207962' limit 1
130μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
210μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '2207962' limit 1
130μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
210μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '2207962' limit 1
130μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
210μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '2207962' limit 1
130μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
210μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `donation_account` where `donation_account`.`id` = '9754' limit 1
150μsview::user::web.user.donor_profile:77seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `applications` where `applications`.`id` = '3823' and `applications`.`deleted_at` is null limit 1
230μsview::user::web.user.donor_profile:77seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `borrower_media` where `borrower_media`.`application_id` = '3823' and `borrower_media`.`application_id` is not null limit 1
2.31ms/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:98seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `applications` where `applications`.`id` = '3823' limit 1
230μs/Modules/Application/Entities/BorrowerMedia.php:89seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `borrower` where `borrower`.`id` = '3879' and `borrower`.`deleted_at` is null limit 1
400μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:22seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `donation_account` where `donation_account`.`accountable_id` = '3823' and `donation_account`.`accountable_id` is not null and `donation_account`.`accountable_type` = 'application' limit 1
140μs/Modules/Application/Entities/Traits/ApplicationDonationTrait.php:97seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select sum(amount) as total from `donation_account_transactions` where `transaction_type_id` in ('2', '9') and (`from_account_id` in ('9754') or `to_account_id` in ('9754')) limit 1
1.19ms/Modules/Cms/Repositories/web/facade/Account/AccountReporting.php:679seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `branches` where `branches`.`id` = '21' and `branches`.`deleted_at` is null limit 1
180μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:134seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '3150684' limit 1
140μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
280μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '3150684' limit 1
100μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
210μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '3150684' limit 1
130μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
220μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '3150684' limit 1
130μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
210μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `donation_account` where `donation_account`.`id` = '9780' limit 1
140μsview::user::web.user.donor_profile:77seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `applications` where `applications`.`id` = '3830' and `applications`.`deleted_at` is null limit 1
230μsview::user::web.user.donor_profile:77seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `borrower_media` where `borrower_media`.`application_id` = '3830' and `borrower_media`.`application_id` is not null limit 1
2.18ms/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:98seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `applications` where `applications`.`id` = '3830' limit 1
220μs/Modules/Application/Entities/BorrowerMedia.php:89seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `borrower` where `borrower`.`id` = '3886' and `borrower`.`deleted_at` is null limit 1
350μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:22seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `donation_account` where `donation_account`.`accountable_id` = '3830' and `donation_account`.`accountable_id` is not null and `donation_account`.`accountable_type` = 'application' limit 1
190μs/Modules/Application/Entities/Traits/ApplicationDonationTrait.php:97seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select sum(amount) as total from `donation_account_transactions` where `transaction_type_id` in ('2', '9') and (`from_account_id` in ('9780') or `to_account_id` in ('9780')) limit 1
1.08ms/Modules/Cms/Repositories/web/facade/Account/AccountReporting.php:679seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `branches` where `branches`.`id` = '15' and `branches`.`deleted_at` is null limit 1
200μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:134seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '2189673' limit 1
130μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
220μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '2189673' limit 1
130μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
210μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '2189673' limit 1
120μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
210μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '2189673' limit 1
130μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
180μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `donation_account` where `donation_account`.`id` = '9791' limit 1
150μsview::user::web.user.donor_profile:77seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `applications` where `applications`.`id` = '3834' and `applications`.`deleted_at` is null limit 1
220μsview::user::web.user.donor_profile:77seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `borrower_media` where `borrower_media`.`application_id` = '3834' and `borrower_media`.`application_id` is not null limit 1
2.22ms/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:98seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `applications` where `applications`.`id` = '3834' limit 1
230μs/Modules/Application/Entities/BorrowerMedia.php:89seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `borrower` where `borrower`.`id` = '3890' and `borrower`.`deleted_at` is null limit 1
380μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:22seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `donation_account` where `donation_account`.`accountable_id` = '3834' and `donation_account`.`accountable_id` is not null and `donation_account`.`accountable_type` = 'application' limit 1
200μs/Modules/Application/Entities/Traits/ApplicationDonationTrait.php:97seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select sum(amount) as total from `donation_account_transactions` where `transaction_type_id` in ('2', '9') and (`from_account_id` in ('9791') or `to_account_id` in ('9791')) limit 1
1.06ms/Modules/Cms/Repositories/web/facade/Account/AccountReporting.php:679seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `branches` where `branches`.`id` = '21' and `branches`.`deleted_at` is null limit 1
180μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:134seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '3150684' limit 1
130μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
220μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '3150684' limit 1
130μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
210μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '3150684' limit 1
130μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
210μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '3150684' limit 1
130μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
210μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `donation_account` where `donation_account`.`id` = '11892' limit 1
150μsview::user::web.user.donor_profile:77seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `applications` where `applications`.`id` = '4240' and `applications`.`deleted_at` is null limit 1
230μsview::user::web.user.donor_profile:77seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `borrower_media` where `borrower_media`.`application_id` = '4240' and `borrower_media`.`application_id` is not null limit 1
2.71ms/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:98seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `applications` where `applications`.`id` = '4240' limit 1
230μs/Modules/Application/Entities/BorrowerMedia.php:89seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `borrower` where `borrower`.`id` = '4297' and `borrower`.`deleted_at` is null limit 1
400μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:22seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `donation_account` where `donation_account`.`accountable_id` = '4240' and `donation_account`.`accountable_id` is not null and `donation_account`.`accountable_type` = 'application' limit 1
240μs/Modules/Application/Entities/Traits/ApplicationDonationTrait.php:97seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select sum(amount) as total from `donation_account_transactions` where `transaction_type_id` in ('2', '9') and (`from_account_id` in ('11892') or `to_account_id` in ('11892')) limit 1
940μs/Modules/Cms/Repositories/web/facade/Account/AccountReporting.php:679seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `branches` where `branches`.`id` = '14' and `branches`.`deleted_at` is null limit 1
200μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:134seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '2189673' limit 1
140μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
230μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '2189673' limit 1
110μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
230μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '2189673' limit 1
150μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
260μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '2189673' limit 1
150μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
220μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `donation_account` where `donation_account`.`id` = '11950' limit 1
150μsview::user::web.user.donor_profile:77seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `applications` where `applications`.`id` = '4264' and `applications`.`deleted_at` is null limit 1
230μsview::user::web.user.donor_profile:77seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `borrower_media` where `borrower_media`.`application_id` = '4264' and `borrower_media`.`application_id` is not null limit 1
2.97ms/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:98seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `applications` where `applications`.`id` = '4264' limit 1
310μs/Modules/Application/Entities/BorrowerMedia.php:89seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `borrower` where `borrower`.`id` = '4320' and `borrower`.`deleted_at` is null limit 1
440μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:22seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `donation_account` where `donation_account`.`accountable_id` = '4264' and `donation_account`.`accountable_id` is not null and `donation_account`.`accountable_type` = 'application' limit 1
230μs/Modules/Application/Entities/Traits/ApplicationDonationTrait.php:97seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select sum(amount) as total from `donation_account_transactions` where `transaction_type_id` in ('2', '9') and (`from_account_id` in ('11950') or `to_account_id` in ('11950')) limit 1
1.18ms/Modules/Cms/Repositories/web/facade/Account/AccountReporting.php:679seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `branches` where `branches`.`id` = '21' and `branches`.`deleted_at` is null limit 1
200μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:134seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '3150684' limit 1
140μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
240μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '3150684' limit 1
150μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
270μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '3150684' limit 1
150μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
220μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '3150684' limit 1
140μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
200μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `donation_account` where `donation_account`.`id` = '12057' limit 1
120μsview::user::web.user.donor_profile:77seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `applications` where `applications`.`id` = '4260' and `applications`.`deleted_at` is null limit 1
230μsview::user::web.user.donor_profile:77seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `borrower_media` where `borrower_media`.`application_id` = '4260' and `borrower_media`.`application_id` is not null limit 1
2.49ms/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:98seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `applications` where `applications`.`id` = '4260' limit 1
300μs/Modules/Application/Entities/BorrowerMedia.php:89seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `borrower` where `borrower`.`id` = '4343' and `borrower`.`deleted_at` is null limit 1
390μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:22seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `donation_account` where `donation_account`.`accountable_id` = '4260' and `donation_account`.`accountable_id` is not null and `donation_account`.`accountable_type` = 'application' limit 1
220μs/Modules/Application/Entities/Traits/ApplicationDonationTrait.php:97seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select sum(amount) as total from `donation_account_transactions` where `transaction_type_id` in ('2', '9') and (`from_account_id` in ('12057') or `to_account_id` in ('12057')) limit 1
730μs/Modules/Cms/Repositories/web/facade/Account/AccountReporting.php:679seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `branches` where `branches`.`id` = '7' and `branches`.`deleted_at` is null limit 1
220μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:134seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '2177387' limit 1
150μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
290μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '2177387' limit 1
130μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
240μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '2177387' limit 1
130μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
220μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '2177387' limit 1
130μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
180μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `donation_account` where `donation_account`.`id` = '12320' limit 1
150μsview::user::web.user.donor_profile:77seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `applications` where `applications`.`id` = '4350' and `applications`.`deleted_at` is null limit 1
230μsview::user::web.user.donor_profile:77seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `borrower_media` where `borrower_media`.`application_id` = '4350' and `borrower_media`.`application_id` is not null limit 1
2.52ms/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:98seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `applications` where `applications`.`id` = '4350' limit 1
270μs/Modules/Application/Entities/BorrowerMedia.php:89seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `borrower` where `borrower`.`id` = '4406' and `borrower`.`deleted_at` is null limit 1
370μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:22seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `donation_account` where `donation_account`.`accountable_id` = '4350' and `donation_account`.`accountable_id` is not null and `donation_account`.`accountable_type` = 'application' limit 1
230μs/Modules/Application/Entities/Traits/ApplicationDonationTrait.php:97seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select sum(amount) as total from `donation_account_transactions` where `transaction_type_id` in ('2', '9') and (`from_account_id` in ('12320') or `to_account_id` in ('12320')) limit 1
1.54ms/Modules/Cms/Repositories/web/facade/Account/AccountReporting.php:679seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `branches` where `branches`.`id` = '21' and `branches`.`deleted_at` is null limit 1
260μs/Modules/Application/Entities/Traits/ApplicantFieldsTrait.php:134seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '3150684' limit 1
130μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
210μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '3150684' limit 1
130μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
230μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '3150684' limit 1
130μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
210μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cities` where `id` = '3150684' limit 1
130μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `countries` where `countries`.`id` in ('168')
220μs/Modules/Application/Repositories/web/facade/CountriesFilter.php:73seedoutm_seedout_stagingMetadata | |
---|---|
Bindings |
|
Hints |
|
Backtrace |
|
select * from `cms_menu` order by `order` asc
810μs/Modules/Cms/Repositories/web/facade/cms.php:285seedoutm_seedout_stagingMetadata | |
---|---|
Hints |
|
Backtrace |
|