Nobel Laureate of literature in 2015 is-

Created: 2 years ago | Updated: 7 months ago
Updated: 7 months ago
Please, contribute to add content.
Content
Promotion
Request history8.2.28PHP Version66.48msRequest Duration9MBMemory UsageGET admission/single-questionRoute
    • Booting (28.61ms)time
    • Application (37.87ms)time
    • 1 x Application (56.96%)
      37.87ms
      1 x Booting (43.03%)
      28.61ms
      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
      32 statements were executed7.63ms
      • QuestionController.php#150satt_satt_mobile_app190μsselect `id`, `view_count`, `main_category_id` from `questions` where `questions`.`id` = '252729' and `questions`.`deleted_at` is null limit 1
        Bindings
        • 0: 252729
        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_app160μsselect * from `question_options` where `question_options`.`question_id` in (252729) 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_app440μsupdate `questions` set `view_count` = `view_count` + 1 where `id` = 252729
        Bindings
        • 0: 252729
        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_app320μ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` = '252729' and `questions`.`deleted_at` is null limit 1
        Bindings
        • 0: App\Models\Question
        • 1: 252729
        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_app150μ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 (252729) 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_app160μ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_app150μsselect `id`, `name`, `slug`, `meta_og_image` from `sub_categories` where `sub_categories`.`id` in (5427) 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_app150μsselect `id`, `name`, `des_updated_by`, `des_added_by`, `link_subject_id`, `slug` from `subjects` where `subjects`.`id` in (79) 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_app130μsselect `id`, `description`, `subject_id` from `subject_descriptions` where `subject_descriptions`.`subject_id` in (79) 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_app240μ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 (252729) 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_app200μsselect * from `vote_statistics` where `vote_statistics`.`question_id` in (252729)
        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_app370μsselect * from `descriptions` where `descriptions`.`descriptionable_id` in (252729) 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_app140μsselect `id`, `name`, `avatar` from `users` where `users`.`id` in (45086) 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`, `bookmarkable_id`, `bookmarkable_type`, `user_id` from `bookmarks` where `bookmarks`.`bookmarkable_id` in (252729) 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 (252729) 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_app160μsselect `id`, `question_id`, `user_id`, `choosen_option` from `vote_logs` where `vote_logs`.`question_id` in (252729) 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
      • QuestionController.php#394satt_satt_mobile_app170μsselect * from `subjects` where `subjects`.`id` = 5 and `subjects`.`deleted_at` is null limit 1
        Bindings
        • 0: 5
        Backtrace
        • app/Http/Controllers/Academy/QuestionController.php:394
        • app/Http/Controllers/Academy/QuestionController.php:348
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Http/Controllers/Academy/QuestionController.php:345
      • DynamicPrintService.php#99satt_satt_mobile_app430μsselect `subjectable_id` from `subjectables` where `subjectable_type` = 'App\\Models\\Question' and `subject_id` in (17282)
        Bindings
        • 0: App\Models\Question
        • 1: 17282
        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_app2.01msselect `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 (136476, 249888, 180519, 244776, 135471, 211765, 192834, 201796, 170820, 198476, 249175, 137065, 239213, 127854, 171124, 181882, 169083, 137095, 248967, 135350, 104375, 155635, 154112, 169221, 110342, 247049, 87822, 235537, 100626, 153107, 219416, 154650, 102170, 201761, 136226, 246050, 167203, 135461, 152613, 153384, 86828, 152366, 150319, 159025, 162353, 88626, 167474, 223540, 89141, 169526, 236342, 159287, 220728, 217147, 151869, 150334, 245828, 159045, 248389, 249413, 152905, 154444, 202573, 220239, 128079, 160080, 87122, 222290, 193621, 123735, 112218, 249438, 112225, 161378, 220003, 86373, 220005, 87142, 184170, 204395, 136559, 155503, 95857, 216947, 158837, 246648, 100730, 248446, 246918, 122758, 216967, 168076, 135566, 151443, 89235, 222869, 204183, 151962, 87965, 152224, 153507, 217253, 86696, 217258, 160427, 244140, 86957, 249518, 218543, 136880, 250036, 136629, 219319, 161464, 108984, 125369, 155067, 160187, 242876, 108736, 88517, 178632, 240586, 136395, 128971, 217292, 217037, 100562, 153559, 217053, 153565, 152286, 219103, 89318, 239598, 161778, 204019, 153331, 152309, 101626, 177098, 178475, 179347, 179434, 179505, 179516, 179595, 182205, 183808, 195650, 195874, 196069, 196628, 196757, 196932, 197703, 251638, 251726, 253228, 253509, 223203, 137111, 246469, 248329, 219475, 170238, 169086, 220721, 151148, 88487, 87684, 216308, 180701, 181712, 236302, 222484, 213144, 153872, 167048, 150538, 111865, 111985, 236297, 212121, 108772, 151218, 220883, 86500, 234886, 159486, 170272, 224424, 150834, 222486, 102678, 101454, 101329, 102508, 100502, 104519, 123952, 88203, 127602, 211759, 166941, 161354, 252728, 252729, 176443, 212125, 222220, 151068) and `id` != 252729 and `questions`.`deleted_at` is null order by `created_at` desc limit 6
        Bindings
        • 0: 136476
        • 1: 249888
        • 2: 180519
        • 3: 244776
        • 4: 135471
        • 5: 211765
        • 6: 192834
        • 7: 201796
        • 8: 170820
        • 9: 198476
        • 10: 249175
        • 11: 137065
        • 12: 239213
        • 13: 127854
        • 14: 171124
        • 15: 181882
        • 16: 169083
        • 17: 137095
        • 18: 248967
        • 19: 135350
        • 20: 104375
        • 21: 155635
        • 22: 154112
        • 23: 169221
        • 24: 110342
        • 25: 247049
        • 26: 87822
        • 27: 235537
        • 28: 100626
        • 29: 153107
        • 30: 219416
        • 31: 154650
        • 32: 102170
        • 33: 201761
        • 34: 136226
        • 35: 246050
        • 36: 167203
        • 37: 135461
        • 38: 152613
        • 39: 153384
        • 40: 86828
        • 41: 152366
        • 42: 150319
        • 43: 159025
        • 44: 162353
        • 45: 88626
        • 46: 167474
        • 47: 223540
        • 48: 89141
        • 49: 169526
        • 50: 236342
        • 51: 159287
        • 52: 220728
        • 53: 217147
        • 54: 151869
        • 55: 150334
        • 56: 245828
        • 57: 159045
        • 58: 248389
        • 59: 249413
        • 60: 152905
        • 61: 154444
        • 62: 202573
        • 63: 220239
        • 64: 128079
        • 65: 160080
        • 66: 87122
        • 67: 222290
        • 68: 193621
        • 69: 123735
        • 70: 112218
        • 71: 249438
        • 72: 112225
        • 73: 161378
        • 74: 220003
        • 75: 86373
        • 76: 220005
        • 77: 87142
        • 78: 184170
        • 79: 204395
        • 80: 136559
        • 81: 155503
        • 82: 95857
        • 83: 216947
        • 84: 158837
        • 85: 246648
        • 86: 100730
        • 87: 248446
        • 88: 246918
        • 89: 122758
        • 90: 216967
        • 91: 168076
        • 92: 135566
        • 93: 151443
        • 94: 89235
        • 95: 222869
        • 96: 204183
        • 97: 151962
        • 98: 87965
        • 99: 152224
        • 100: 153507
        • 101: 217253
        • 102: 86696
        • 103: 217258
        • 104: 160427
        • 105: 244140
        • 106: 86957
        • 107: 249518
        • 108: 218543
        • 109: 136880
        • 110: 250036
        • 111: 136629
        • 112: 219319
        • 113: 161464
        • 114: 108984
        • 115: 125369
        • 116: 155067
        • 117: 160187
        • 118: 242876
        • 119: 108736
        • 120: 88517
        • 121: 178632
        • 122: 240586
        • 123: 136395
        • 124: 128971
        • 125: 217292
        • 126: 217037
        • 127: 100562
        • 128: 153559
        • 129: 217053
        • 130: 153565
        • 131: 152286
        • 132: 219103
        • 133: 89318
        • 134: 239598
        • 135: 161778
        • 136: 204019
        • 137: 153331
        • 138: 152309
        • 139: 101626
        • 140: 177098
        • 141: 178475
        • 142: 179347
        • 143: 179434
        • 144: 179505
        • 145: 179516
        • 146: 179595
        • 147: 182205
        • 148: 183808
        • 149: 195650
        • 150: 195874
        • 151: 196069
        • 152: 196628
        • 153: 196757
        • 154: 196932
        • 155: 197703
        • 156: 251638
        • 157: 251726
        • 158: 253228
        • 159: 253509
        • 160: 223203
        • 161: 137111
        • 162: 246469
        • 163: 248329
        • 164: 219475
        • 165: 170238
        • 166: 169086
        • 167: 220721
        • 168: 151148
        • 169: 88487
        • 170: 87684
        • 171: 216308
        • 172: 180701
        • 173: 181712
        • 174: 236302
        • 175: 222484
        • 176: 213144
        • 177: 153872
        • 178: 167048
        • 179: 150538
        • 180: 111865
        • 181: 111985
        • 182: 236297
        • 183: 212121
        • 184: 108772
        • 185: 151218
        • 186: 220883
        • 187: 86500
        • 188: 234886
        • 189: 159486
        • 190: 170272
        • 191: 224424
        • 192: 150834
        • 193: 222486
        • 194: 102678
        • 195: 101454
        • 196: 101329
        • 197: 102508
        • 198: 100502
        • 199: 104519
        • 200: 123952
        • 201: 88203
        • 202: 127602
        • 203: 211759
        • 204: 166941
        • 205: 161354
        • 206: 252728
        • 207: 252729
        • 208: 176443
        • 209: 212125
        • 210: 222220
        • 211: 151068
        • 212: 252729
        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_app320μsselect * from `question_options` where `question_options`.`question_id` in (250036, 251638, 251726, 252728, 253228, 253509) 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_app120μsselect `id`, `name`, `slug` from `subjects` where `subjects`.`id` in (79) 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_app170μsselect `id`, `name`, `slug` from `sub_categories` where `sub_categories`.`id` in (5365, 5423, 5427, 5433, 5434, 5440) 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 (96, 163) 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_app230μ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 (250036, 251638, 251726, 252728, 253228, 253509) 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_app130μsselect * from `vote_statistics` where `vote_statistics`.`question_id` in (250036, 251638, 251726, 252728, 253228, 253509)
        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`, `bookmarkable_id`, `bookmarkable_type`, `user_id` from `bookmarks` where `bookmarks`.`bookmarkable_id` in (250036, 251638, 251726, 252728, 253228, 253509) 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_app70μsselect `id`, `votable_id`, `votable_type`, `user_id` from `votes` where `votes`.`votable_id` in (250036, 251638, 251726, 252728, 253228, 253509) 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_app80μsselect `id`, `question_id`, `user_id`, `choosen_option` from `vote_logs` where `vote_logs`.`question_id` in (250036, 251638, 251726, 252728, 253228, 253509) 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_app150μ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
      • single_question.blade.php#637satt_satt_mobile_app100μsselect `id`, `vote_type` from `votes` where (`votable_type` = 'App\\Models\\Description' and `user_id` is null and `votable_id` = 191472) limit 1
        Bindings
        • 0: App\Models\Description
        • 1: 191472
        Backtrace
        • view::questions.mcq.single_question:637
        • 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#797satt_satt_mobile_app110μsselect * from `subject_descriptions` where `subject_descriptions`.`subject_id` = 5 and `subject_descriptions`.`subject_id` is not null and `subject_descriptions`.`deleted_at` is null limit 1
        Bindings
        • 0: 5
        Backtrace
        • view::questions.mcq.single_question:797
        • 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_app170μ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
      10Subject.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\SubjectDescription
      2SubjectDescription.php#?
      App\Models\Description
      1Description.php#?
      App\Models\User
      1User.php#?
          _token
          P0wbqRWsf13nOltZQgq7ZHpBJXtbpfx8XxS5i9Jf
          _previous
          array:1 [ "url" => "https://debugerror.xyz/admission/single-question?ques_id=252729%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" => "252729" ]
          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.147.81.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.147.81.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 => "Thu, 03 Apr 2025 05:01:26 GMT" ] "x-ratelimit-limit" => array:1 [ 0 => "60" ] "x-ratelimit-remaining" => array:1 [ 0 => "59" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Ik5rUTFaZW0xWlR0OFFFRVM5NHAvL3c9PSIsInZhbHVlIjoiSjBha0RwNDhLbkZLRGJRTWprK1Y2eXIrS3VmcFdPWnlEMStsZDRUTWZNUkhzTk5hazhDQ2poeS93NHNnWHhmS0lDN1pxZlBNQksxL1NQKzhMOG9NOHBwUEZYL0V2M1V3Q3FFc0hGQmJERndmMW1pNEkrOC9OSWxvVmVHb3hBWnoiLCJtYWMiOiJjZWRkMDBiZDVkZmQ1MWFlMTQwMDNkZjUxZWQxY2FjM2JhNTlmNzdkMWI1OTY0YjYzMzNkN2M2MjYxNGE1YmJjIiwidGFnIjoiIn0%3D; expires=Fri, 04 Apr 2025 05:01:26 GMT; Max-Age=86400; path=/; secureXSRF-TOKEN=eyJpdiI6Ik5rUTFaZW0xWlR0OFFFRVM5NHAvL3c9PSIsInZhbHVlIjoiSjBha0RwNDhLbkZLRGJRTWprK1Y2eXIrS3VmcFdPWnlEMStsZDRUTWZNUkhzTk5hazhDQ2poeS93NHNnWHhmS0lDN1pxZ" 1 => "satt_academy_session=eyJpdiI6IldJZk5FM0t2MDhQbkpEcnptV2RJc0E9PSIsInZhbHVlIjoiUEdmV29NVVl4QTk0SmN4QkkzNEJCOHJPcldYdUZDakdTRHNoUlhrS25tU2gyYTVEcWlWSkJnbytjSHdVMTNKeTBFREs5SW5ObU1IV0JheDJTTkRPWnZGRk13Q1RoVmVjc2FRMnZMMnlFeUE1ZXREajJKVVhuV1RlTXRWMTZJSVMiLCJtYWMiOiIzZjY5N2NkY2E4OTcxZmMxOGE1MDRlNWQyZDE0OGVjZDMwMGFiMjA4MWZiNzU3OGE0ZGZhNDUwMmRhNjMzZDcxIiwidGFnIjoiIn0%3D; expires=Fri, 04 Apr 2025 05:01:26 GMT; Max-Age=86400; path=/; secure; httponlysatt_academy_session=eyJpdiI6IldJZk5FM0t2MDhQbkpEcnptV2RJc0E9PSIsInZhbHVlIjoiUEdmV29NVVl4QTk0SmN4QkkzNEJCOHJPcldYdUZDakdTRHNoUlhrS25tU2gyYTVEcWlWSkJnbytjSHdVMTN" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Ik5rUTFaZW0xWlR0OFFFRVM5NHAvL3c9PSIsInZhbHVlIjoiSjBha0RwNDhLbkZLRGJRTWprK1Y2eXIrS3VmcFdPWnlEMStsZDRUTWZNUkhzTk5hazhDQ2poeS93NHNnWHhmS0lDN1pxZlBNQksxL1NQKzhMOG9NOHBwUEZYL0V2M1V3Q3FFc0hGQmJERndmMW1pNEkrOC9OSWxvVmVHb3hBWnoiLCJtYWMiOiJjZWRkMDBiZDVkZmQ1MWFlMTQwMDNkZjUxZWQxY2FjM2JhNTlmNzdkMWI1OTY0YjYzMzNkN2M2MjYxNGE1YmJjIiwidGFnIjoiIn0%3D; expires=Fri, 04-Apr-2025 05:01:26 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6Ik5rUTFaZW0xWlR0OFFFRVM5NHAvL3c9PSIsInZhbHVlIjoiSjBha0RwNDhLbkZLRGJRTWprK1Y2eXIrS3VmcFdPWnlEMStsZDRUTWZNUkhzTk5hazhDQ2poeS93NHNnWHhmS0lDN1pxZ" 1 => "satt_academy_session=eyJpdiI6IldJZk5FM0t2MDhQbkpEcnptV2RJc0E9PSIsInZhbHVlIjoiUEdmV29NVVl4QTk0SmN4QkkzNEJCOHJPcldYdUZDakdTRHNoUlhrS25tU2gyYTVEcWlWSkJnbytjSHdVMTNKeTBFREs5SW5ObU1IV0JheDJTTkRPWnZGRk13Q1RoVmVjc2FRMnZMMnlFeUE1ZXREajJKVVhuV1RlTXRWMTZJSVMiLCJtYWMiOiIzZjY5N2NkY2E4OTcxZmMxOGE1MDRlNWQyZDE0OGVjZDMwMGFiMjA4MWZiNzU3OGE0ZGZhNDUwMmRhNjMzZDcxIiwidGFnIjoiIn0%3D; expires=Fri, 04-Apr-2025 05:01:26 GMT; path=/; secure; httponlysatt_academy_session=eyJpdiI6IldJZk5FM0t2MDhQbkpEcnptV2RJc0E9PSIsInZhbHVlIjoiUEdmV29NVVl4QTk0SmN4QkkzNEJCOHJPcldYdUZDakdTRHNoUlhrS25tU2gyYTVEcWlWSkJnbytjSHdVMTN" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "P0wbqRWsf13nOltZQgq7ZHpBJXtbpfx8XxS5i9Jf" "_previous" => array:1 [ "url" => "https://debugerror.xyz/admission/single-question?ques_id=252729%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-03 11:01:26GET/admission/single-question?ques_id=252729++++++++++++++++333243