A speech containing more than necessary words is -.

Created: 2 years ago | Updated: 2 years ago
Updated: 2 years ago
Please, contribute to add content.
Content
Content added by
Promotion
Request history8.2.28PHP Version65.98msRequest Duration7MBMemory UsageGET admission/single-questionRoute
    • Booting (29ms)time
    • Application (36.98ms)time
    • 1 x Application (56.04%)
      36.98ms
      1 x Booting (43.95%)
      29.00ms
      39 templates were rendered
      • questions.mcq.single_questionsingle_question.blade.php#?blade
      • questions.include.show_timeshow_time.blade.php#?blade
      • questions.mode.readingreading.blade.php#?blade
      • questions.include.activity_layoutactivity_layout.blade.php#?blade
      • components.custom-adcustom-ad.blade.php#?blade
      • questions.mcq.sidebarsidebar.blade.php#?blade
      • components.custom-adcustom-ad.blade.php#?blade
      • questions.mcq.sidebarsidebar.blade.php#?blade
      • components.custom-adcustom-ad.blade.php#?blade
      • common.modal.bookmark_modalbookmark_modal.blade.php#?blade
      • common.modal.tag_add_modaltag_add_modal.blade.php#?blade
      • common.modal.add_description_modaladd_description_modal.blade.php#?blade
      • common.modal.video_modalvideo_modal.blade.php#?blade
      • common.modal.edit_description_modaledit_description_modal.blade.php#?blade
      • common.modal.error_report_modalerror_report_modal.blade.php#?blade
      • job.job_include.job_scriptjob_script.blade.php#?blade
      • common.script.activity_scriptactivity_script.blade.php#?blade
      • common.script.navigator_sharenavigator_share.blade.php#?blade
      • common.script.follow_unfollow_scriptfollow_unfollow_script.blade.php#?blade
      • common.script.short_statistics_scriptshort_statistics_script.blade.php#?blade
      • layouts.single-question-appsingle-question-app.blade.php#?blade
      • includes.single_header_linksingle_header_link.blade.php#?blade
      • common.login_modallogin_modal.blade.php#?blade
      • components.authentication-card-logoauthentication-card-logo.blade.php#?blade
      • layouts.headerheader.blade.php#?blade
      • layouts.toolbartoolbar.blade.php#?blade
      • components.custom-adcustom-ad.blade.php#?blade
      • components.custom-adcustom-ad.blade.php#?blade
      • layouts.footerfooter.blade.php#?blade
      • common.includes.promotion_modalpromotion_modal.blade.php#?blade
      • common.includes.promotion_offcanvaspromotion_offcanvas.blade.php#?blade
      • includes.footer_link2footer_link2.blade.php#?blade
      • includes.restrictrestrict.blade.php#?blade
      • livewire-alert::components.scriptsscripts.blade.php#?blade
      • livewire-alert::components.flashflash.blade.php#?blade
      • admin.include.toastrtoastr.blade.php#?blade
      • common.search.search_scriptsearch_script.blade.php#?blade
      • common.script.promotion_scriptpromotion_script.blade.php#?blade
      • common.script.promotion_functionspromotion_functions.blade.php#?blade
      uri
      GET admission/single-question
      middleware
      web, throttle:global
      controller
      App\Http\Controllers\Academy\QuestionController@singleMcq
      namespace
      prefix
      where
      as
      admission.single-question
      file
      app/Http/Controllers/Academy/QuestionController.php:62-98
      29 statements were executed10.52ms
      • QuestionController.php#150satt_satt_mobile_app170μsselect `id`, `view_count`, `main_category_id` from `questions` where `questions`.`id` = '253754' and `questions`.`deleted_at` is null limit 1
        Bindings
        • 0: 253754
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:150
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:145
        • app/Http/Controllers/Academy/QuestionController.php:66
      • QuestionController.php#150satt_satt_mobile_app150μsselect * from `question_options` where `question_options`.`question_id` in (253754) and `question_options`.`deleted_at` is null
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:150
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:145
        • app/Http/Controllers/Academy/QuestionController.php:66
      • QuestionController.php#190satt_satt_mobile_app370μsupdate `questions` set `view_count` = `view_count` + 1 where `id` = 253754
        Bindings
        • 0: 253754
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:190
        • vendor/laravel/framework/src/Illuminate/Cache/Lock.php:95
        • app/Http/Controllers/Academy/QuestionController.php:187
        • app/Http/Controllers/Academy/QuestionController.php:79
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • QuestionController.php#256satt_satt_mobile_app180μsselect `id`, `view_count`, `vote`, `subject_id`, `category_id`, `sub_category_id`, `board_exam_id`, `passage_id`, `question_type`, `question`, `is_duplicate`, `status`, `image`, `meta_og_image`, `meta_og_title`, `meta_keyword`, `created_at`, `updated_at`, exists(select * from `review_contents` where `questions`.`id` = `review_contents`.`reviewable_id` and `review_contents`.`reviewable_type` = 'App\\Models\\Question') as `review_content_exists` from `questions` where `id` = '253754' and `questions`.`deleted_at` is null limit 1
        Bindings
        • 0: App\Models\Question
        • 1: 253754
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:256
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:208
        • app/Http/Controllers/Academy/QuestionController.php:82
      • QuestionController.php#256satt_satt_mobile_app100μsselect `id`, `question_id`, `option_1`, `option_2`, `option_3`, `option_4`, `option_5`, `image_option`, `image_question`, `answer` from `question_options` where `question_options`.`question_id` in (253754) and `question_options`.`deleted_at` is null
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:256
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:208
        • app/Http/Controllers/Academy/QuestionController.php:82
      • QuestionController.php#256satt_satt_mobile_app110μsselect `id`, `title`, `passage` from `passages` where `passages`.`id` in (0) and `passages`.`deleted_at` is null
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:256
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:208
        • app/Http/Controllers/Academy/QuestionController.php:82
      • QuestionController.php#256satt_satt_mobile_app110μsselect `id`, `name`, `slug`, `meta_og_image` from `sub_categories` where `sub_categories`.`id` in (5443) and `sub_categories`.`deleted_at` is null
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:256
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:208
        • app/Http/Controllers/Academy/QuestionController.php:82
      • QuestionController.php#256satt_satt_mobile_app100μsselect `id`, `name`, `des_updated_by`, `des_added_by`, `link_subject_id`, `slug` from `subjects` where `subjects`.`id` in (73) and `subjects`.`deleted_at` is null
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:256
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:208
        • app/Http/Controllers/Academy/QuestionController.php:82
      • QuestionController.php#256satt_satt_mobile_app240μsselect `id`, `name`, `avatar` from `users` where `users`.`id` in (88242) and `users`.`deleted_at` is null
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:256
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:208
        • app/Http/Controllers/Academy/QuestionController.php:82
      • QuestionController.php#256satt_satt_mobile_app100μsselect `id`, `description`, `subject_id` from `subject_descriptions` where `subject_descriptions`.`subject_id` in (73) and `subject_descriptions`.`deleted_at` is null
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:256
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:208
        • app/Http/Controllers/Academy/QuestionController.php:82
      • QuestionController.php#256satt_satt_mobile_app220μsselect `subjects`.`id`, `subjects`.`name`, `subjects`.`slug`, `subjectables`.`subjectable_id` as `pivot_subjectable_id`, `subjectables`.`subject_id` as `pivot_subject_id`, `subjectables`.`subjectable_type` as `pivot_subjectable_type`, `subjectables`.`created_user_id` as `pivot_created_user_id`, `subjectables`.`deleted_at` as `pivot_deleted_at`, `subjectables`.`status` as `pivot_status`, `subjectables`.`created_at` as `pivot_created_at`, `subjectables`.`updated_at` as `pivot_updated_at` from `subjects` inner join `subjectables` on `subjects`.`id` = `subjectables`.`subject_id` where `subjectables`.`subjectable_id` in (253754) and `subjectables`.`subjectable_type` = 'App\\Models\\Question' and `subjects`.`deleted_at` is null
        Bindings
        • 0: App\Models\Question
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:256
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:208
        • app/Http/Controllers/Academy/QuestionController.php:82
      • QuestionController.php#256satt_satt_mobile_app130μsselect * from `vote_statistics` where `vote_statistics`.`question_id` in (253754)
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:256
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:208
        • app/Http/Controllers/Academy/QuestionController.php:82
      • QuestionController.php#256satt_satt_mobile_app200μsselect * from `descriptions` where `descriptions`.`descriptionable_id` in (253754) and `descriptions`.`descriptionable_type` = 'App\\Models\\Question' and `status` in ('approve', 'active') and `descriptions`.`deleted_at` is null order by `vote` desc
        Bindings
        • 0: App\Models\Question
        • 1: approve
        • 2: active
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:256
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:208
        • app/Http/Controllers/Academy/QuestionController.php:82
      • QuestionController.php#256satt_satt_mobile_app100μsselect `id`, `bookmarkable_id`, `bookmarkable_type`, `user_id` from `bookmarks` where `bookmarks`.`bookmarkable_id` in (253754) and `bookmarks`.`bookmarkable_type` = 'App\\Models\\Question' and `user_id` is null
        Bindings
        • 0: App\Models\Question
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:256
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:208
        • app/Http/Controllers/Academy/QuestionController.php:82
      • QuestionController.php#256satt_satt_mobile_app90μsselect `id`, `votable_id`, `votable_type`, `user_id` from `votes` where `votes`.`votable_id` in (253754) and `votes`.`votable_type` = 'App\\Models\\Question' and `user_id` is null
        Bindings
        • 0: App\Models\Question
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:256
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:208
        • app/Http/Controllers/Academy/QuestionController.php:82
      • QuestionController.php#256satt_satt_mobile_app80μsselect `id`, `question_id`, `user_id`, `choosen_option` from `vote_logs` where `vote_logs`.`question_id` in (253754) and `user_id` is null
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:256
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:208
        • app/Http/Controllers/Academy/QuestionController.php:82
      • DynamicPrintService.php#99satt_satt_mobile_app760μsselect `subjectable_id` from `subjectables` where `subjectable_type` = 'App\\Models\\Question' and `subject_id` in (15178)
        Bindings
        • 0: App\Models\Question
        • 1: 15178
        Backtrace
        • app/Services/DynamicPrintService.php:99
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Services/DynamicPrintService.php:96
        • app/Http/Controllers/Academy/QuestionController.php:409
      • QuestionController.php#451satt_satt_mobile_app5.6msselect `id`, `view_count`, `vote`, `subject_id`, `category_id`, `sub_category_id`, `board_exam_id`, `passage_id`, `question_type`, `question`, `is_duplicate`, `status`, `image`, `created_at`, `updated_at` from `questions` where `id` in (85869, 86573, 85783, 86856, 87321, 87464, 88460, 88802, 89558, 95522, 100598, 101588, 102124, 109244, 109780, 109781, 126518, 135522, 135959, 136933, 142460, 150476, 150943, 151053, 151289, 152476, 153203, 153266, 153371, 154432, 154698, 160450, 160861, 162583, 162676, 166804, 169692, 171387, 178413, 179315, 179906, 181230, 182145, 193015, 193339, 195584, 196170, 196552, 196975, 207376, 212504, 212788, 214935, 216564, 216575, 216708, 217377, 220412, 220518, 221042, 221892, 222379, 223158, 223586, 223687, 223957, 224472, 233052, 236256, 239150, 239372, 244630, 247028, 252517, 86126, 86120, 87248, 88570, 86357, 86564, 89022, 110323, 152758, 207432, 93965, 95158, 95238, 95809, 96050, 97403, 97938, 99595, 101438, 101866, 102650, 104833, 104930, 105619, 105793, 105798, 107048, 107353, 107435, 108345, 108593, 109670, 125733, 126255, 126750, 126777, 130210, 144118, 155492, 155722, 158465, 160060, 166660, 168975, 171337, 171342, 182086, 192055, 192934, 197103, 209883, 209995, 211921, 212427, 212794, 216603, 217315, 217374, 217465, 222449, 223539, 223682, 242801, 245368, 246849, 246868, 247767, 247948, 248522, 248823, 249383, 252072, 253058, 95387, 109659, 146228, 89249, 237230, 223940, 223868, 136342, 222625, 244738, 249120, 247828, 251801, 248880, 245497, 245028, 245499, 253300, 241824, 248211, 240090, 246678, 245495, 222235, 217513, 100688, 126481, 128550, 108406, 170710, 109719, 193322, 206683, 134556, 217130, 168226, 193104, 109524, 232447, 212038, 150679, 107174, 221820, 100696, 107071, 151011, 170154, 192948, 108413, 196839, 108327, 171427, 109759, 101084, 235340, 102010, 160862, 170158, 108026, 196905, 202522, 96006, 202073, 216432, 108114, 158542, 104337, 178405, 196315, 93963, 109672, 221571, 223852, 95880, 94077, 100594, 101584, 102120, 168863, 95811, 95262, 105035, 105703, 106140, 108186, 108263, 109658, 136031, 136061, 136063, 151122, 152012, 168970, 170109, 171340, 178412, 178848, 178856, 178857, 192935, 193105, 193474, 195583, 196169, 197419, 198783, 210932, 211908, 211909, 212784, 215419, 222399, 223661, 236940, 244615, 245027, 246602, 247752, 248284, 248818, 249385, 249448, 249582, 252825, 259111, 97501, 100829, 100834, 100986, 101287, 101407, 102483, 108506, 108439, 111939, 112340, 112342, 112439, 254096, 258193, 253754, 253502, 253345, 252576, 108516, 125724, 160835, 181138, 181229, 195548, 195550, 195553, 209749, 224077, 240579, 244555, 244916, 248623, 248632, 248696, 248702, 249130, 246378, 246439, 246441, 246573, 246596, 246597, 246598, 108112, 107344, 107743, 107842, 108109, 108418, 109109, 109267, 109278, 109281, 109294, 109302, 109419, 109417, 109414, 108599, 108526, 107438, 109537, 246606, 246588, 109654, 111173, 111800, 111805, 111817, 112260, 123825, 125730, 125745, 125889, 158466, 211992, 217111, 152086, 216423, 161216, 241823, 107929, 150700, 161944, 221570, 153204, 161108, 179069, 196324, 196525, 130809, 161884, 150478, 132417, 244735, 249446, 248518, 248366, 248279, 248161, 241164, 241087, 246377, 128758, 128759, 128760, 128762, 128763, 128764, 128782, 128783, 128784, 128796, 128797, 128798, 126204, 126105, 126104, 126015, 125468, 112284, 126299, 126295, 126294, 126293, 126292, 126291, 108534, 128616, 128535, 130021, 129755, 129756, 129754, 129753, 129752, 129751, 127813, 126474, 126815, 127762, 129741, 129930, 129999, 130069, 130558, 130574, 130709, 136068, 135595, 134441, 134470, 127822, 127415, 152542, 150473, 151123, 151290, 151540, 151541, 151608, 151679, 151745, 151927, 152004, 152005, 152006, 152015, 152018, 152019, 152020, 152085, 152093, 152097, 152099, 152124, 152125, 152202, 152280, 152427, 152756, 153273, 153426, 154152, 154401, 154692, 154775, 155782, 155300, 155277, 155179, 154402, 152940, 152987, 152996, 154637, 158528, 158529, 159909, 159933, 159987, 160321, 160533, 160539, 160814, 160880, 166702, 130193, 134264, 134271, 134495, 134911, 135333) and `id` != 253754 and `questions`.`deleted_at` is null order by `created_at` desc limit 6
        Bindings
        • 0: 85869
        • 1: 86573
        • 2: 85783
        • 3: 86856
        • 4: 87321
        • 5: 87464
        • 6: 88460
        • 7: 88802
        • 8: 89558
        • 9: 95522
        • 10: 100598
        • 11: 101588
        • 12: 102124
        • 13: 109244
        • 14: 109780
        • 15: 109781
        • 16: 126518
        • 17: 135522
        • 18: 135959
        • 19: 136933
        • 20: 142460
        • 21: 150476
        • 22: 150943
        • 23: 151053
        • 24: 151289
        • 25: 152476
        • 26: 153203
        • 27: 153266
        • 28: 153371
        • 29: 154432
        • 30: 154698
        • 31: 160450
        • 32: 160861
        • 33: 162583
        • 34: 162676
        • 35: 166804
        • 36: 169692
        • 37: 171387
        • 38: 178413
        • 39: 179315
        • 40: 179906
        • 41: 181230
        • 42: 182145
        • 43: 193015
        • 44: 193339
        • 45: 195584
        • 46: 196170
        • 47: 196552
        • 48: 196975
        • 49: 207376
        • 50: 212504
        • 51: 212788
        • 52: 214935
        • 53: 216564
        • 54: 216575
        • 55: 216708
        • 56: 217377
        • 57: 220412
        • 58: 220518
        • 59: 221042
        • 60: 221892
        • 61: 222379
        • 62: 223158
        • 63: 223586
        • 64: 223687
        • 65: 223957
        • 66: 224472
        • 67: 233052
        • 68: 236256
        • 69: 239150
        • 70: 239372
        • 71: 244630
        • 72: 247028
        • 73: 252517
        • 74: 86126
        • 75: 86120
        • 76: 87248
        • 77: 88570
        • 78: 86357
        • 79: 86564
        • 80: 89022
        • 81: 110323
        • 82: 152758
        • 83: 207432
        • 84: 93965
        • 85: 95158
        • 86: 95238
        • 87: 95809
        • 88: 96050
        • 89: 97403
        • 90: 97938
        • 91: 99595
        • 92: 101438
        • 93: 101866
        • 94: 102650
        • 95: 104833
        • 96: 104930
        • 97: 105619
        • 98: 105793
        • 99: 105798
        • 100: 107048
        • 101: 107353
        • 102: 107435
        • 103: 108345
        • 104: 108593
        • 105: 109670
        • 106: 125733
        • 107: 126255
        • 108: 126750
        • 109: 126777
        • 110: 130210
        • 111: 144118
        • 112: 155492
        • 113: 155722
        • 114: 158465
        • 115: 160060
        • 116: 166660
        • 117: 168975
        • 118: 171337
        • 119: 171342
        • 120: 182086
        • 121: 192055
        • 122: 192934
        • 123: 197103
        • 124: 209883
        • 125: 209995
        • 126: 211921
        • 127: 212427
        • 128: 212794
        • 129: 216603
        • 130: 217315
        • 131: 217374
        • 132: 217465
        • 133: 222449
        • 134: 223539
        • 135: 223682
        • 136: 242801
        • 137: 245368
        • 138: 246849
        • 139: 246868
        • 140: 247767
        • 141: 247948
        • 142: 248522
        • 143: 248823
        • 144: 249383
        • 145: 252072
        • 146: 253058
        • 147: 95387
        • 148: 109659
        • 149: 146228
        • 150: 89249
        • 151: 237230
        • 152: 223940
        • 153: 223868
        • 154: 136342
        • 155: 222625
        • 156: 244738
        • 157: 249120
        • 158: 247828
        • 159: 251801
        • 160: 248880
        • 161: 245497
        • 162: 245028
        • 163: 245499
        • 164: 253300
        • 165: 241824
        • 166: 248211
        • 167: 240090
        • 168: 246678
        • 169: 245495
        • 170: 222235
        • 171: 217513
        • 172: 100688
        • 173: 126481
        • 174: 128550
        • 175: 108406
        • 176: 170710
        • 177: 109719
        • 178: 193322
        • 179: 206683
        • 180: 134556
        • 181: 217130
        • 182: 168226
        • 183: 193104
        • 184: 109524
        • 185: 232447
        • 186: 212038
        • 187: 150679
        • 188: 107174
        • 189: 221820
        • 190: 100696
        • 191: 107071
        • 192: 151011
        • 193: 170154
        • 194: 192948
        • 195: 108413
        • 196: 196839
        • 197: 108327
        • 198: 171427
        • 199: 109759
        • 200: 101084
        • 201: 235340
        • 202: 102010
        • 203: 160862
        • 204: 170158
        • 205: 108026
        • 206: 196905
        • 207: 202522
        • 208: 96006
        • 209: 202073
        • 210: 216432
        • 211: 108114
        • 212: 158542
        • 213: 104337
        • 214: 178405
        • 215: 196315
        • 216: 93963
        • 217: 109672
        • 218: 221571
        • 219: 223852
        • 220: 95880
        • 221: 94077
        • 222: 100594
        • 223: 101584
        • 224: 102120
        • 225: 168863
        • 226: 95811
        • 227: 95262
        • 228: 105035
        • 229: 105703
        • 230: 106140
        • 231: 108186
        • 232: 108263
        • 233: 109658
        • 234: 136031
        • 235: 136061
        • 236: 136063
        • 237: 151122
        • 238: 152012
        • 239: 168970
        • 240: 170109
        • 241: 171340
        • 242: 178412
        • 243: 178848
        • 244: 178856
        • 245: 178857
        • 246: 192935
        • 247: 193105
        • 248: 193474
        • 249: 195583
        • 250: 196169
        • 251: 197419
        • 252: 198783
        • 253: 210932
        • 254: 211908
        • 255: 211909
        • 256: 212784
        • 257: 215419
        • 258: 222399
        • 259: 223661
        • 260: 236940
        • 261: 244615
        • 262: 245027
        • 263: 246602
        • 264: 247752
        • 265: 248284
        • 266: 248818
        • 267: 249385
        • 268: 249448
        • 269: 249582
        • 270: 252825
        • 271: 259111
        • 272: 97501
        • 273: 100829
        • 274: 100834
        • 275: 100986
        • 276: 101287
        • 277: 101407
        • 278: 102483
        • 279: 108506
        • 280: 108439
        • 281: 111939
        • 282: 112340
        • 283: 112342
        • 284: 112439
        • 285: 254096
        • 286: 258193
        • 287: 253754
        • 288: 253502
        • 289: 253345
        • 290: 252576
        • 291: 108516
        • 292: 125724
        • 293: 160835
        • 294: 181138
        • 295: 181229
        • 296: 195548
        • 297: 195550
        • 298: 195553
        • 299: 209749
        • 300: 224077
        • 301: 240579
        • 302: 244555
        • 303: 244916
        • 304: 248623
        • 305: 248632
        • 306: 248696
        • 307: 248702
        • 308: 249130
        • 309: 246378
        • 310: 246439
        • 311: 246441
        • 312: 246573
        • 313: 246596
        • 314: 246597
        • 315: 246598
        • 316: 108112
        • 317: 107344
        • 318: 107743
        • 319: 107842
        • 320: 108109
        • 321: 108418
        • 322: 109109
        • 323: 109267
        • 324: 109278
        • 325: 109281
        • 326: 109294
        • 327: 109302
        • 328: 109419
        • 329: 109417
        • 330: 109414
        • 331: 108599
        • 332: 108526
        • 333: 107438
        • 334: 109537
        • 335: 246606
        • 336: 246588
        • 337: 109654
        • 338: 111173
        • 339: 111800
        • 340: 111805
        • 341: 111817
        • 342: 112260
        • 343: 123825
        • 344: 125730
        • 345: 125745
        • 346: 125889
        • 347: 158466
        • 348: 211992
        • 349: 217111
        • 350: 152086
        • 351: 216423
        • 352: 161216
        • 353: 241823
        • 354: 107929
        • 355: 150700
        • 356: 161944
        • 357: 221570
        • 358: 153204
        • 359: 161108
        • 360: 179069
        • 361: 196324
        • 362: 196525
        • 363: 130809
        • 364: 161884
        • 365: 150478
        • 366: 132417
        • 367: 244735
        • 368: 249446
        • 369: 248518
        • 370: 248366
        • 371: 248279
        • 372: 248161
        • 373: 241164
        • 374: 241087
        • 375: 246377
        • 376: 128758
        • 377: 128759
        • 378: 128760
        • 379: 128762
        • 380: 128763
        • 381: 128764
        • 382: 128782
        • 383: 128783
        • 384: 128784
        • 385: 128796
        • 386: 128797
        • 387: 128798
        • 388: 126204
        • 389: 126105
        • 390: 126104
        • 391: 126015
        • 392: 125468
        • 393: 112284
        • 394: 126299
        • 395: 126295
        • 396: 126294
        • 397: 126293
        • 398: 126292
        • 399: 126291
        • 400: 108534
        • 401: 128616
        • 402: 128535
        • 403: 130021
        • 404: 129755
        • 405: 129756
        • 406: 129754
        • 407: 129753
        • 408: 129752
        • 409: 129751
        • 410: 127813
        • 411: 126474
        • 412: 126815
        • 413: 127762
        • 414: 129741
        • 415: 129930
        • 416: 129999
        • 417: 130069
        • 418: 130558
        • 419: 130574
        • 420: 130709
        • 421: 136068
        • 422: 135595
        • 423: 134441
        • 424: 134470
        • 425: 127822
        • 426: 127415
        • 427: 152542
        • 428: 150473
        • 429: 151123
        • 430: 151290
        • 431: 151540
        • 432: 151541
        • 433: 151608
        • 434: 151679
        • 435: 151745
        • 436: 151927
        • 437: 152004
        • 438: 152005
        • 439: 152006
        • 440: 152015
        • 441: 152018
        • 442: 152019
        • 443: 152020
        • 444: 152085
        • 445: 152093
        • 446: 152097
        • 447: 152099
        • 448: 152124
        • 449: 152125
        • 450: 152202
        • 451: 152280
        • 452: 152427
        • 453: 152756
        • 454: 153273
        • 455: 153426
        • 456: 154152
        • 457: 154401
        • 458: 154692
        • 459: 154775
        • 460: 155782
        • 461: 155300
        • 462: 155277
        • 463: 155179
        • 464: 154402
        • 465: 152940
        • 466: 152987
        • 467: 152996
        • 468: 154637
        • 469: 158528
        • 470: 158529
        • 471: 159909
        • 472: 159933
        • 473: 159987
        • 474: 160321
        • 475: 160533
        • 476: 160539
        • 477: 160814
        • 478: 160880
        • 479: 166702
        • 480: 130193
        • 481: 134264
        • 482: 134271
        • 483: 134495
        • 484: 134911
        • 485: 135333
        • 486: 253754
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:451
        • app/Http/Controllers/Academy/QuestionController.php:411
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:402
      • QuestionController.php#451satt_satt_mobile_app230μsselect * from `question_options` where `question_options`.`question_id` in (253300, 253345, 253502, 254096, 258193, 259111) and `question_options`.`deleted_at` is null
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:451
        • app/Http/Controllers/Academy/QuestionController.php:411
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:402
      • QuestionController.php#451satt_satt_mobile_app110μsselect `id`, `name`, `slug` from `subjects` where `subjects`.`id` in (73) and `subjects`.`deleted_at` is null
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:451
        • app/Http/Controllers/Academy/QuestionController.php:411
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:402
      • QuestionController.php#451satt_satt_mobile_app160μsselect `id`, `name`, `slug` from `sub_categories` where `sub_categories`.`id` in (5423, 5424, 5441, 5442, 5499, 5535) and `sub_categories`.`deleted_at` is null
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:451
        • app/Http/Controllers/Academy/QuestionController.php:411
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:402
      • QuestionController.php#451satt_satt_mobile_app140μsselect `id`, `name` from `categories` where `categories`.`id` in (163, 166) and `categories`.`deleted_at` is null
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:451
        • app/Http/Controllers/Academy/QuestionController.php:411
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:402
      • QuestionController.php#451satt_satt_mobile_app250μsselect `subjects`.`id`, `subjects`.`name`, `subjects`.`slug`, `subjectables`.`subjectable_id` as `pivot_subjectable_id`, `subjectables`.`subject_id` as `pivot_subject_id`, `subjectables`.`subjectable_type` as `pivot_subjectable_type`, `subjectables`.`created_user_id` as `pivot_created_user_id`, `subjectables`.`deleted_at` as `pivot_deleted_at`, `subjectables`.`status` as `pivot_status`, `subjectables`.`created_at` as `pivot_created_at`, `subjectables`.`updated_at` as `pivot_updated_at` from `subjects` inner join `subjectables` on `subjects`.`id` = `subjectables`.`subject_id` where `subjectables`.`subjectable_id` in (253300, 253345, 253502, 254096, 258193, 259111) and `subjectables`.`subjectable_type` = 'App\\Models\\Question' and `subjects`.`deleted_at` is null
        Bindings
        • 0: App\Models\Question
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:451
        • app/Http/Controllers/Academy/QuestionController.php:411
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:402
      • QuestionController.php#451satt_satt_mobile_app140μsselect * from `vote_statistics` where `vote_statistics`.`question_id` in (253300, 253345, 253502, 254096, 258193, 259111)
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:451
        • app/Http/Controllers/Academy/QuestionController.php:411
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:402
      • QuestionController.php#451satt_satt_mobile_app90μsselect `id`, `bookmarkable_id`, `bookmarkable_type`, `user_id` from `bookmarks` where `bookmarks`.`bookmarkable_id` in (253300, 253345, 253502, 254096, 258193, 259111) and `bookmarks`.`bookmarkable_type` = 'App\\Models\\Question' and `user_id` is null
        Bindings
        • 0: App\Models\Question
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:451
        • app/Http/Controllers/Academy/QuestionController.php:411
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:402
      • QuestionController.php#451satt_satt_mobile_app80μsselect `id`, `votable_id`, `votable_type`, `user_id` from `votes` where `votes`.`votable_id` in (253300, 253345, 253502, 254096, 258193, 259111) and `votes`.`votable_type` = 'App\\Models\\Question' and `user_id` is null
        Bindings
        • 0: App\Models\Question
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:451
        • app/Http/Controllers/Academy/QuestionController.php:411
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:402
      • QuestionController.php#451satt_satt_mobile_app70μsselect `id`, `question_id`, `user_id`, `choosen_option` from `vote_logs` where `vote_logs`.`question_id` in (253300, 253345, 253502, 254096, 258193, 259111) and `user_id` is null
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:451
        • app/Http/Controllers/Academy/QuestionController.php:411
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:402
      • single_question.blade.php#85satt_satt_mobile_app180μsselect * from `categories` where `categories`.`id` = 163 and `categories`.`deleted_at` is null limit 1
        Bindings
        • 0: 163
        Backtrace
        • view::questions.mcq.single_question:85
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:75
      • restrict.blade.php#30satt_satt_mobile_app260μsselect * from `package_plans` where `status` = 'active' and `package_plans`.`deleted_at` is null
        Bindings
        • 0: active
        Backtrace
        • view::includes.restrict:30
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:75
      App\Models\Subject
      9Subject.php#?
      App\Models\Question
      8Question.php#?
      App\Models\QuestionOption
      8QuestionOption.php#?
      App\Models\SubCategory
      7SubCategory.php#?
      App\Models\Category
      3Category.php#?
      App\Models\PackagePlan
      3PackagePlan.php#?
      App\Models\User
      1User.php#?
      App\Models\SubjectDescription
      1SubjectDescription.php#?
          _token
          68Df3HnscedtJaltL8IoK0HkB3oRrLJpnHL76wwG
          _previous
          array:1 [ "url" => "https://debugerror.xyz/admission/single-question?ques_id=253754%20%20%20%20%20...
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /admission/single-question
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          0 of 0
          array:1 [ "ques_id" => "253754" ]
          request_request
          []
          
          request_headers
          0 of 0
          array:20 [ "x-https" => array:1 [ 0 => "1" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "accept" => array:1 [ 0 => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua" => array:1 [ 0 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "x-real-ip" => array:1 [ 0 => "3.144.228.87" ] "x-forwarded-server" => array:1 [ 0 => "debugerror.xyz" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] "x-forwarded-port" => array:1 [ 0 => "443" ] "x-forwarded-host" => array:1 [ 0 => "debugerror.xyz" ] "x-forwarded-for" => array:1 [ 0 => "3.144.228.87" ] "host" => array:1 [ 0 => "debugerror.xyz" ] ]
          request_cookies
          []
          
          response_headers
          0 of 0
          array:7 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Wed, 16 Apr 2025 23:47:08 GMT" ] "x-ratelimit-limit" => array:1 [ 0 => "60" ] "x-ratelimit-remaining" => array:1 [ 0 => "55" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IjlMYURhRmZMMlhDanFtQ1pXakNCZWc9PSIsInZhbHVlIjoieXdmaGtzRWRZZllwOFA5OEZCYnFPbGdYVk1xamxFdTdhSTdVYXRmTmpoTmc3N0QydjdnN3lKekZ2N1FYWWVHcTJJSEFXcDRibUYxTjVmTktjWFc3d0V5Z3d6L1AwTWk0dU9UY01GcUhTOEw0clpoT29CemxYMVlEK2Z2T2cxNUoiLCJtYWMiOiI3YmNjZDY4ZDcxNGI2YTZmOTliYWNlZWY3YjlkMzIzZDdiZTMwMDBmYTk3YWFhYzQ3ODJlYWFlZWUwNzczYjZiIiwidGFnIjoiIn0%3D; expires=Thu, 17 Apr 2025 23:47:08 GMT; Max-Age=86400; path=/; secureXSRF-TOKEN=eyJpdiI6IjlMYURhRmZMMlhDanFtQ1pXakNCZWc9PSIsInZhbHVlIjoieXdmaGtzRWRZZllwOFA5OEZCYnFPbGdYVk1xamxFdTdhSTdVYXRmTmpoTmc3N0QydjdnN3lKekZ2N1FYWWVHcTJJSEFXc" 1 => "satt_academy_session=eyJpdiI6IjZEV3RHZUkvVWVQZ0dNR1VJNnVBNUE9PSIsInZhbHVlIjoiQXcxcjNscVJlR3ovWEVoUFlXd1RsejQ3NkJJVVFFU3hBQm5WRjBkaCtMMDc4K0p2aTdJRDRISVFIWWhrMitiQVRreGl4WHJzWW8wYUl4Z1JwKzFOeiszUkdZWGg0ZEJhVHlUTnBBRmdaNnJZbGc0cmNFdmdmekpqaEh2a1RRYnoiLCJtYWMiOiJkZjVlZWVmMDdkNDRmOTJhNDE2ODczYTYwMjU5YjdlZmFjZGI1M2E2OWVlMmQ3ODAxNWYzZDM0YmU3NjBhMDZjIiwidGFnIjoiIn0%3D; expires=Thu, 17 Apr 2025 23:47:08 GMT; Max-Age=86400; path=/; secure; httponlysatt_academy_session=eyJpdiI6IjZEV3RHZUkvVWVQZ0dNR1VJNnVBNUE9PSIsInZhbHVlIjoiQXcxcjNscVJlR3ovWEVoUFlXd1RsejQ3NkJJVVFFU3hBQm5WRjBkaCtMMDc4K0p2aTdJRDRISVFIWWhrMit" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IjlMYURhRmZMMlhDanFtQ1pXakNCZWc9PSIsInZhbHVlIjoieXdmaGtzRWRZZllwOFA5OEZCYnFPbGdYVk1xamxFdTdhSTdVYXRmTmpoTmc3N0QydjdnN3lKekZ2N1FYWWVHcTJJSEFXcDRibUYxTjVmTktjWFc3d0V5Z3d6L1AwTWk0dU9UY01GcUhTOEw0clpoT29CemxYMVlEK2Z2T2cxNUoiLCJtYWMiOiI3YmNjZDY4ZDcxNGI2YTZmOTliYWNlZWY3YjlkMzIzZDdiZTMwMDBmYTk3YWFhYzQ3ODJlYWFlZWUwNzczYjZiIiwidGFnIjoiIn0%3D; expires=Thu, 17-Apr-2025 23:47:08 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6IjlMYURhRmZMMlhDanFtQ1pXakNCZWc9PSIsInZhbHVlIjoieXdmaGtzRWRZZllwOFA5OEZCYnFPbGdYVk1xamxFdTdhSTdVYXRmTmpoTmc3N0QydjdnN3lKekZ2N1FYWWVHcTJJSEFXc" 1 => "satt_academy_session=eyJpdiI6IjZEV3RHZUkvVWVQZ0dNR1VJNnVBNUE9PSIsInZhbHVlIjoiQXcxcjNscVJlR3ovWEVoUFlXd1RsejQ3NkJJVVFFU3hBQm5WRjBkaCtMMDc4K0p2aTdJRDRISVFIWWhrMitiQVRreGl4WHJzWW8wYUl4Z1JwKzFOeiszUkdZWGg0ZEJhVHlUTnBBRmdaNnJZbGc0cmNFdmdmekpqaEh2a1RRYnoiLCJtYWMiOiJkZjVlZWVmMDdkNDRmOTJhNDE2ODczYTYwMjU5YjdlZmFjZGI1M2E2OWVlMmQ3ODAxNWYzZDM0YmU3NjBhMDZjIiwidGFnIjoiIn0%3D; expires=Thu, 17-Apr-2025 23:47:08 GMT; path=/; secure; httponlysatt_academy_session=eyJpdiI6IjZEV3RHZUkvVWVQZ0dNR1VJNnVBNUE9PSIsInZhbHVlIjoiQXcxcjNscVJlR3ovWEVoUFlXd1RsejQ3NkJJVVFFU3hBQm5WRjBkaCtMMDc4K0p2aTdJRDRISVFIWWhrMit" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "68Df3HnscedtJaltL8IoK0HkB3oRrLJpnHL76wwG" "_previous" => array:1 [ "url" => "https://debugerror.xyz/admission/single-question?ques_id=253754%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-04-17 05:47:08GET/admission/single-question?ques_id=253754++++++++++++++++392940