Processing math: 37%

বন্ধন কোণ সবচেয়ে ছোট-

Created: 2 years ago | Updated: 3 months ago
Updated: 3 months ago
Please, contribute to add content.
Content
Promotion
Request history8.2.27PHP Version136msRequest Duration35MBMemory UsageGET admission/single-questionRoute
    • Booting (92.5ms)time
    • Application (43.24ms)time
    • 1 x Booting (68.14%)
      92.50ms
      1 x Application (31.86%)
      43.24ms
      33 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
      • questions.mcq.sidebarsidebar.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
      • 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 executed6.23ms
      • QuestionController.php#150debugerror_satt250μsselect `id`, `view_count`, `main_category_id` from `questions` where `questions`.`id` = '245953' and `questions`.`deleted_at` is null limit 1
        Bindings
        • 0: 245953
        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#190debugerror_satt260μsupdate `questions` set `view_count` = `view_count` + 1 where `id` = 245953
        Bindings
        • 0: 245953
        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#256debugerror_satt300μ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` = '245953' and `questions`.`deleted_at` is null limit 1
        Bindings
        • 0: App\Models\Question
        • 1: 245953
        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#256debugerror_satt250μ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 (245953) 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#256debugerror_satt160μ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#256debugerror_satt120μsselect `id`, `name`, `slug`, `meta_og_image` from `sub_categories` where `sub_categories`.`id` in (5326) 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#256debugerror_satt130μsselect `id`, `name`, `des_updated_by`, `des_added_by`, `link_subject_id`, `slug` from `subjects` where `subjects`.`id` in (76) 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#256debugerror_satt160μsselect `id`, `description`, `subject_id` from `subject_descriptions` where `subject_descriptions`.`subject_id` in (76) 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#256debugerror_satt200μ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 (245953) 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#256debugerror_satt170μsselect * from `vote_statistics` where `vote_statistics`.`question_id` in (245953)
        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#256debugerror_satt610μsselect * from `descriptions` where `descriptions`.`descriptionable_id` in (245953) 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#256debugerror_satt120μsselect `id`, `name`, `avatar` from `users` where `users`.`id` in (43087) 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#256debugerror_satt160μsselect `id`, `bookmarkable_id`, `bookmarkable_type`, `user_id` from `bookmarks` where `bookmarks`.`bookmarkable_id` in (245953) 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#256debugerror_satt140μsselect `id`, `votable_id`, `votable_type`, `user_id` from `votes` where `votes`.`votable_id` in (245953) 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#256debugerror_satt140μsselect `id`, `question_id`, `user_id`, `choosen_option` from `vote_logs` where `vote_logs`.`question_id` in (245953) 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#99debugerror_satt490μsselect `subjectable_id` from `subjectables` where `subjectable_type` = 'App\\Models\\Question' and `subject_id` in (7494, 7482)
        Bindings
        • 0: App\Models\Question
        • 1: 7494
        • 2: 7482
        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#451debugerror_satt1.02msselect `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 (84923, 95520, 95679, 97792, 98182, 111397, 124427, 124765, 131627, 133651, 134617, 143088, 143363, 143464, 143976, 144771, 146292, 169434, 177964, 202057, 202572, 202623, 203065, 207710, 207806, 212142, 213838, 215798, 215885, 236439, 237260, 241930, 84788, 84921, 84970, 94305, 95409, 95592, 95601, 95609, 97972, 98108, 98172, 98525, 99292, 99294, 99474, 99555, 99567, 99720, 99958, 110276, 110369, 110511, 110525, 110738, 111394, 120785, 121847, 121929, 121930, 122237, 122611, 122720, 124021, 124176, 124470, 124909, 129444, 129640, 131007, 131100, 131183, 131254, 131351, 131356, 131536, 131735, 133105, 133181, 142902, 142965, 143092, 143608, 143619, 143884, 143963, 143968, 143969, 144375, 146310, 167602, 169213, 169348, 169363, 169449, 169776, 175725, 175740, 175807, 176450, 177419, 177655, 177960, 180479, 180640, 180913, 181039, 181182, 184894, 185074, 185175, 191457, 191770, 191859, 192033, 192224, 192478, 192778, 194115, 196123, 196126, 198019, 198364, 198563, 198810, 199483, 199645, 199648, 200164, 200170, 200444, 200534, 200609, 201806, 201899, 202050, 202535, 202684, 204661, 205569, 205722, 205809, 205895, 205995, 206303, 206391, 206889, 206907, 206987, 207069, 207486, 207814, 208521, 208525, 209792, 210054, 210451, 212745, 213210, 213425, 213835, 213841, 231286, 231345, 231482, 232831, 234234, 234240, 234343, 235489, 235584, 235662, 236528, 236735, 236736, 237108, 237157, 237160, 237161, 237270, 237272, 241043, 241156, 242658, 244444, 244464, 245215, 245953, 200534, 200609, 201806, 201899, 202050, 202535, 202684, 204661, 205569, 205722, 205809, 205895, 205995, 206303, 206391, 206889, 206907, 206987, 207069, 207486, 207814, 208521, 208525, 209792, 210054, 210451, 212745, 213210, 213425, 213835, 213841, 231286, 231345, 231482, 232831, 234234, 234240, 234343, 235489, 235584, 235662, 236528, 236735, 236736, 237108, 237157, 237160, 237161, 237270, 237272, 241043, 241156, 242658, 244444, 244464, 245215, 245953) and `id` != 245953 and `questions`.`deleted_at` is null order by `created_at` desc limit 6
        Bindings
        • 0: 84923
        • 1: 95520
        • 2: 95679
        • 3: 97792
        • 4: 98182
        • 5: 111397
        • 6: 124427
        • 7: 124765
        • 8: 131627
        • 9: 133651
        • 10: 134617
        • 11: 143088
        • 12: 143363
        • 13: 143464
        • 14: 143976
        • 15: 144771
        • 16: 146292
        • 17: 169434
        • 18: 177964
        • 19: 202057
        • 20: 202572
        • 21: 202623
        • 22: 203065
        • 23: 207710
        • 24: 207806
        • 25: 212142
        • 26: 213838
        • 27: 215798
        • 28: 215885
        • 29: 236439
        • 30: 237260
        • 31: 241930
        • 32: 84788
        • 33: 84921
        • 34: 84970
        • 35: 94305
        • 36: 95409
        • 37: 95592
        • 38: 95601
        • 39: 95609
        • 40: 97972
        • 41: 98108
        • 42: 98172
        • 43: 98525
        • 44: 99292
        • 45: 99294
        • 46: 99474
        • 47: 99555
        • 48: 99567
        • 49: 99720
        • 50: 99958
        • 51: 110276
        • 52: 110369
        • 53: 110511
        • 54: 110525
        • 55: 110738
        • 56: 111394
        • 57: 120785
        • 58: 121847
        • 59: 121929
        • 60: 121930
        • 61: 122237
        • 62: 122611
        • 63: 122720
        • 64: 124021
        • 65: 124176
        • 66: 124470
        • 67: 124909
        • 68: 129444
        • 69: 129640
        • 70: 131007
        • 71: 131100
        • 72: 131183
        • 73: 131254
        • 74: 131351
        • 75: 131356
        • 76: 131536
        • 77: 131735
        • 78: 133105
        • 79: 133181
        • 80: 142902
        • 81: 142965
        • 82: 143092
        • 83: 143608
        • 84: 143619
        • 85: 143884
        • 86: 143963
        • 87: 143968
        • 88: 143969
        • 89: 144375
        • 90: 146310
        • 91: 167602
        • 92: 169213
        • 93: 169348
        • 94: 169363
        • 95: 169449
        • 96: 169776
        • 97: 175725
        • 98: 175740
        • 99: 175807
        • 100: 176450
        • 101: 177419
        • 102: 177655
        • 103: 177960
        • 104: 180479
        • 105: 180640
        • 106: 180913
        • 107: 181039
        • 108: 181182
        • 109: 184894
        • 110: 185074
        • 111: 185175
        • 112: 191457
        • 113: 191770
        • 114: 191859
        • 115: 192033
        • 116: 192224
        • 117: 192478
        • 118: 192778
        • 119: 194115
        • 120: 196123
        • 121: 196126
        • 122: 198019
        • 123: 198364
        • 124: 198563
        • 125: 198810
        • 126: 199483
        • 127: 199645
        • 128: 199648
        • 129: 200164
        • 130: 200170
        • 131: 200444
        • 132: 200534
        • 133: 200609
        • 134: 201806
        • 135: 201899
        • 136: 202050
        • 137: 202535
        • 138: 202684
        • 139: 204661
        • 140: 205569
        • 141: 205722
        • 142: 205809
        • 143: 205895
        • 144: 205995
        • 145: 206303
        • 146: 206391
        • 147: 206889
        • 148: 206907
        • 149: 206987
        • 150: 207069
        • 151: 207486
        • 152: 207814
        • 153: 208521
        • 154: 208525
        • 155: 209792
        • 156: 210054
        • 157: 210451
        • 158: 212745
        • 159: 213210
        • 160: 213425
        • 161: 213835
        • 162: 213841
        • 163: 231286
        • 164: 231345
        • 165: 231482
        • 166: 232831
        • 167: 234234
        • 168: 234240
        • 169: 234343
        • 170: 235489
        • 171: 235584
        • 172: 235662
        • 173: 236528
        • 174: 236735
        • 175: 236736
        • 176: 237108
        • 177: 237157
        • 178: 237160
        • 179: 237161
        • 180: 237270
        • 181: 237272
        • 182: 241043
        • 183: 241156
        • 184: 242658
        • 185: 244444
        • 186: 244464
        • 187: 245215
        • 188: 245953
        • 189: 200534
        • 190: 200609
        • 191: 201806
        • 192: 201899
        • 193: 202050
        • 194: 202535
        • 195: 202684
        • 196: 204661
        • 197: 205569
        • 198: 205722
        • 199: 205809
        • 200: 205895
        • 201: 205995
        • 202: 206303
        • 203: 206391
        • 204: 206889
        • 205: 206907
        • 206: 206987
        • 207: 207069
        • 208: 207486
        • 209: 207814
        • 210: 208521
        • 211: 208525
        • 212: 209792
        • 213: 210054
        • 214: 210451
        • 215: 212745
        • 216: 213210
        • 217: 213425
        • 218: 213835
        • 219: 213841
        • 220: 231286
        • 221: 231345
        • 222: 231482
        • 223: 232831
        • 224: 234234
        • 225: 234240
        • 226: 234343
        • 227: 235489
        • 228: 235584
        • 229: 235662
        • 230: 236528
        • 231: 236735
        • 232: 236736
        • 233: 237108
        • 234: 237157
        • 235: 237160
        • 236: 237161
        • 237: 237270
        • 238: 237272
        • 239: 241043
        • 240: 241156
        • 241: 242658
        • 242: 244444
        • 243: 244464
        • 244: 245215
        • 245: 245953
        • 246: 245953
        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#451debugerror_satt200μsselect * from `question_options` where `question_options`.`question_id` in (241156, 241930, 242658, 244444, 244464, 245215) 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#451debugerror_satt100μsselect `id`, `name`, `slug` from `subjects` where `subjects`.`id` in (76) 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#451debugerror_satt140μsselect `id`, `name`, `slug` from `sub_categories` where `sub_categories`.`id` in (5292, 5293, 5300, 5308, 5320) 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#451debugerror_satt180μsselect `id`, `name` from `categories` where `categories`.`id` in (97, 122, 123, 137) 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#451debugerror_satt230μ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 (241156, 241930, 242658, 244444, 244464, 245215) 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#451debugerror_satt130μsselect * from `vote_statistics` where `vote_statistics`.`question_id` in (241156, 241930, 242658, 244444, 244464, 245215)
        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#451debugerror_satt80μsselect `id`, `bookmarkable_id`, `bookmarkable_type`, `user_id` from `bookmarks` where `bookmarks`.`bookmarkable_id` in (241156, 241930, 242658, 244444, 244464, 245215) 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#451debugerror_satt70μsselect `id`, `votable_id`, `votable_type`, `user_id` from `votes` where `votes`.`votable_id` in (241156, 241930, 242658, 244444, 244464, 245215) 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#451debugerror_satt70μsselect `id`, `question_id`, `user_id`, `choosen_option` from `vote_logs` where `vote_logs`.`question_id` in (241156, 241930, 242658, 244444, 244464, 245215) 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#85debugerror_satt130μsselect * from `categories` where `categories`.`id` = 105 and `categories`.`deleted_at` is null limit 1
        Bindings
        • 0: 105
        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
      • single_question.blade.php#633debugerror_satt90μsselect `id`, `vote_type` from `votes` where (`votable_type` = 'App\\Models\\Description' and `user_id` is null and `votable_id` = 85768) limit 1
        Bindings
        • 0: App\Models\Description
        • 1: 85768
        Backtrace
        • view::questions.mcq.single_question:633
        • 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#30debugerror_satt130μ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
      15Subject.php#?
      App\Models\Question
      8Question.php#?
      App\Models\QuestionOption
      7QuestionOption.php#?
      App\Models\SubCategory
      6SubCategory.php#?
      App\Models\Category
      5Category.php#?
      App\Models\PackagePlan
      4PackagePlan.php#?
      App\Models\SubjectDescription
      1SubjectDescription.php#?
      App\Models\Description
      1Description.php#?
      App\Models\User
      1User.php#?
          _token
          nF8AH36pOudal6Ctoo6i0X8BCwjrYDhB8ClBO7YU
          _previous
          array:1 [ "url" => "https://debugerror.xyz/admission/single-question?ques_id=245953" ]
          _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" => "245953" ]
          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.22.100.20" ] "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.22.100.20" ] "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, 12 Mar 2025 23:51:45 GMT" ] "x-ratelimit-limit" => array:1 [ 0 => "60" ] "x-ratelimit-remaining" => array:1 [ 0 => "59" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImJkdC9BMFhPOFRhSXZkaklMWHZ0OGc9PSIsInZhbHVlIjoiWGNKTnJ0QlBQSFM5eDlyallDSzFpbnoxR2hYUGJncStVZk5iRUhKdnFHa2lJU2pDaUo0NHo4MUZLWGxwV1dKNU5ISmc2SmQzcFN6OEN2aTRUZDNiS3pnbEJzeWtxci85NE04YmozT1JrMzc0a01LQkdFVTdnQUovWW81TDlXOEIiLCJtYWMiOiI3ZjI3MzQ3YTc5ZTIxYWZmOGUwZTQ2Zjc3NGY0ZDhlN2ZiMzRhZGU3YTQ4ZjRiMGRkNmNhNTgwZTJkZWFmYjEyIiwidGFnIjoiIn0%3D; expires=Thu, 13 Mar 2025 23:51:45 GMT; Max-Age=86400; path=/; secureXSRF-TOKEN=eyJpdiI6ImJkdC9BMFhPOFRhSXZkaklMWHZ0OGc9PSIsInZhbHVlIjoiWGNKTnJ0QlBQSFM5eDlyallDSzFpbnoxR2hYUGJncStVZk5iRUhKdnFHa2lJU2pDaUo0NHo4MUZLWGxwV1dKNU5ISmc2S" 1 => "satt_academy_session=eyJpdiI6IjZqMHJjWDNadUg0Z2VCK0FwSkNHb2c9PSIsInZhbHVlIjoieThhdE1lbjFVb0hxOHhqQ0FXRklnZDhnVmtyWEZ3bWsrVTd3cGRJc3BadTFFcVBzSDhsTTg2Vm90VFJjYnZhQzZodlI1VnBSZHpZWXZaRHFQSHd1b3BjMEgvLzdVRGxacWgzaEU5dTBvc29PMGNCelVvYU5memdnbm1FeTNQS1kiLCJtYWMiOiJjYjBkNmJmYTU2ZWRkYmMzNDUyNjkyZmMyMWQ0NTFiZDlkMWZhMDQ2OTQ0YmE5NmZhNzIyYmM0NmNkNzQ3YjU2IiwidGFnIjoiIn0%3D; expires=Thu, 13 Mar 2025 23:51:45 GMT; Max-Age=86400; path=/; secure; httponlysatt_academy_session=eyJpdiI6IjZqMHJjWDNadUg0Z2VCK0FwSkNHb2c9PSIsInZhbHVlIjoieThhdE1lbjFVb0hxOHhqQ0FXRklnZDhnVmtyWEZ3bWsrVTd3cGRJc3BadTFFcVBzSDhsTTg2Vm90VFJjYnZ" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImJkdC9BMFhPOFRhSXZkaklMWHZ0OGc9PSIsInZhbHVlIjoiWGNKTnJ0QlBQSFM5eDlyallDSzFpbnoxR2hYUGJncStVZk5iRUhKdnFHa2lJU2pDaUo0NHo4MUZLWGxwV1dKNU5ISmc2SmQzcFN6OEN2aTRUZDNiS3pnbEJzeWtxci85NE04YmozT1JrMzc0a01LQkdFVTdnQUovWW81TDlXOEIiLCJtYWMiOiI3ZjI3MzQ3YTc5ZTIxYWZmOGUwZTQ2Zjc3NGY0ZDhlN2ZiMzRhZGU3YTQ4ZjRiMGRkNmNhNTgwZTJkZWFmYjEyIiwidGFnIjoiIn0%3D; expires=Thu, 13-Mar-2025 23:51:45 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6ImJkdC9BMFhPOFRhSXZkaklMWHZ0OGc9PSIsInZhbHVlIjoiWGNKTnJ0QlBQSFM5eDlyallDSzFpbnoxR2hYUGJncStVZk5iRUhKdnFHa2lJU2pDaUo0NHo4MUZLWGxwV1dKNU5ISmc2S" 1 => "satt_academy_session=eyJpdiI6IjZqMHJjWDNadUg0Z2VCK0FwSkNHb2c9PSIsInZhbHVlIjoieThhdE1lbjFVb0hxOHhqQ0FXRklnZDhnVmtyWEZ3bWsrVTd3cGRJc3BadTFFcVBzSDhsTTg2Vm90VFJjYnZhQzZodlI1VnBSZHpZWXZaRHFQSHd1b3BjMEgvLzdVRGxacWgzaEU5dTBvc29PMGNCelVvYU5memdnbm1FeTNQS1kiLCJtYWMiOiJjYjBkNmJmYTU2ZWRkYmMzNDUyNjkyZmMyMWQ0NTFiZDlkMWZhMDQ2OTQ0YmE5NmZhNzIyYmM0NmNkNzQ3YjU2IiwidGFnIjoiIn0%3D; expires=Thu, 13-Mar-2025 23:51:45 GMT; path=/; secure; httponlysatt_academy_session=eyJpdiI6IjZqMHJjWDNadUg0Z2VCK0FwSkNHb2c9PSIsInZhbHVlIjoieThhdE1lbjFVb0hxOHhqQ0FXRklnZDhnVmtyWEZ3bWsrVTd3cGRJc3BadTFFcVBzSDhsTTg2Vm90VFJjYnZ" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "nF8AH36pOudal6Ctoo6i0X8BCwjrYDhB8ClBO7YU" "_previous" => array:1 [ "url" => "https://debugerror.xyz/admission/single-question?ques_id=245953" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-03-13 05:51:45GET/admission/single-question?ques_id=245953332948