Processing math: 83%

কোন মোটরসাইকেল আরোহী 100 m ব্যাসার্ধের বৃত্তাকার পথে কত বেগে ঘুরলে উল্লম্ব তলের সাথে 30° কোণে আনত থাকবে?

Created: 3 years ago | Updated: 3 months ago
Updated: 3 months ago
Please, contribute to add content.
Content
Promotion
Request history8.2.27PHP Version162msRequest Duration35MBMemory UsageGET admission/single-questionRoute
    • Booting (108ms)time
    • Application (53.59ms)time
    • 1 x Booting (66.92%)
      108ms
      1 x Application (33.07%)
      53.59ms
      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
      27 statements were executed6.12ms
      • QuestionController.php#150debugerror_satt270μsselect `id`, `view_count`, `main_category_id` from `questions` where `questions`.`id` = '95342' and `questions`.`deleted_at` is null limit 1
        Bindings
        • 0: 95342
        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_satt430μsupdate `questions` set `view_count` = `view_count` + 1 where `id` = 95342
        Bindings
        • 0: 95342
        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_satt310μ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` = '95342' and `questions`.`deleted_at` is null limit 1
        Bindings
        • 0: App\Models\Question
        • 1: 95342
        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 `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 (95342) 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_satt200μ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_satt220μsselect `id`, `name`, `slug`, `meta_og_image` from `sub_categories` where `sub_categories`.`id` in (4441) 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_satt190μsselect `id`, `name`, `des_updated_by`, `des_added_by`, `link_subject_id`, `slug` from `subjects` where `subjects`.`id` in (75) 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_satt300μsselect `id`, `description`, `subject_id` from `subject_descriptions` where `subject_descriptions`.`subject_id` in (75) 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_satt270μ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 (95342) 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_satt180μsselect * from `vote_statistics` where `vote_statistics`.`question_id` in (95342)
        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_satt220μsselect * from `descriptions` where `descriptions`.`descriptionable_id` in (95342) 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_satt110μsselect `id`, `bookmarkable_id`, `bookmarkable_type`, `user_id` from `bookmarks` where `bookmarks`.`bookmarkable_id` in (95342) 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_satt90μsselect `id`, `votable_id`, `votable_type`, `user_id` from `votes` where `votes`.`votable_id` in (95342) 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_satt150μsselect `id`, `question_id`, `user_id`, `choosen_option` from `vote_logs` where `vote_logs`.`question_id` in (95342) 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_satt590μsselect `subjectable_id` from `subjectables` where `subjectable_type` = 'App\\Models\\Question' and `subject_id` in (2358)
        Bindings
        • 0: App\Models\Question
        • 1: 2358
        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_satt970μsselect `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 (142561, 154829, 167598, 167726, 197756, 206432, 208161, 212712, 213014, 245943, 84950, 123954, 184835, 197932, 199902, 201639, 232521, 235126, 235147, 237195, 84856, 87920, 89776, 94003, 94336, 95064, 95342, 95470, 96109, 98392, 99616, 99678, 99783, 120591, 120935, 121142, 126929, 131490, 132146, 142945, 143543, 143729, 143803, 143812, 143817, 143841, 144211, 144821, 145314, 154812, 155330, 155650, 168888, 177892, 177902, 178010, 180134, 182436, 185250, 191409, 191599, 191718, 191727, 191768, 191829, 192910, 192917, 193998, 194125, 197742, 198000, 198136, 198297, 198552, 199502, 199536, 199789, 199886, 199920, 200217, 200432, 205590, 207309, 210413, 211776, 213134, 213668, 217848, 217921, 217942, 217971, 217997, 218067, 219170, 231176, 231188, 231375, 231727, 232166, 232400, 232651, 232933, 234210, 236422, 236544, 236713, 236717, 236798, 236801, 237281, 239665, 240634, 242229, 242340, 244440, 244982, 94411, 94526, 131167, 234950, 418157, 418158, 418159, 418160, 418161, 418162, 418163, 418164, 418165, 418166, 418167, 418168, 418169, 418170, 418171, 418172, 418173, 418174, 418175, 418176, 418177, 418178, 418179, 418180, 418181, 418182, 418183, 418184, 418185, 418186, 418187, 418188, 418189, 418190, 418191, 418192, 418193, 418194, 418195, 418196, 418197, 418198, 418199, 418360, 418361, 418362, 418363, 418364, 418365, 418366, 418367, 418368, 418369, 418370, 418371, 418372, 418373, 418374, 418375, 418376, 418377, 418378, 418379, 418380, 418381, 418382, 418383, 418384, 418385, 418386, 418387, 418388, 418389, 418390, 418391, 418392, 418393, 418394, 418395, 418396, 418397, 418398, 418399, 418400, 418401, 418402, 418403, 418404, 418405, 418406, 418407, 418408, 418409, 418410, 418411, 418412, 418413, 418414, 418415, 418416, 418417, 418418, 418419, 418420, 418421, 418422, 418423, 418424, 418425, 418426, 418427, 418428, 418429, 418430, 418431, 418432, 418433, 418434, 418435, 418436, 418437, 418438, 418439, 418440, 418441, 418442, 418443, 418444, 418445, 418446, 418447, 418448, 418449, 418450, 418451, 418452, 418453, 418454, 418455) and `id` != 95342 and `questions`.`deleted_at` is null order by `created_at` desc limit 6
        Bindings
        • 0: 142561
        • 1: 154829
        • 2: 167598
        • 3: 167726
        • 4: 197756
        • 5: 206432
        • 6: 208161
        • 7: 212712
        • 8: 213014
        • 9: 245943
        • 10: 84950
        • 11: 123954
        • 12: 184835
        • 13: 197932
        • 14: 199902
        • 15: 201639
        • 16: 232521
        • 17: 235126
        • 18: 235147
        • 19: 237195
        • 20: 84856
        • 21: 87920
        • 22: 89776
        • 23: 94003
        • 24: 94336
        • 25: 95064
        • 26: 95342
        • 27: 95470
        • 28: 96109
        • 29: 98392
        • 30: 99616
        • 31: 99678
        • 32: 99783
        • 33: 120591
        • 34: 120935
        • 35: 121142
        • 36: 126929
        • 37: 131490
        • 38: 132146
        • 39: 142945
        • 40: 143543
        • 41: 143729
        • 42: 143803
        • 43: 143812
        • 44: 143817
        • 45: 143841
        • 46: 144211
        • 47: 144821
        • 48: 145314
        • 49: 154812
        • 50: 155330
        • 51: 155650
        • 52: 168888
        • 53: 177892
        • 54: 177902
        • 55: 178010
        • 56: 180134
        • 57: 182436
        • 58: 185250
        • 59: 191409
        • 60: 191599
        • 61: 191718
        • 62: 191727
        • 63: 191768
        • 64: 191829
        • 65: 192910
        • 66: 192917
        • 67: 193998
        • 68: 194125
        • 69: 197742
        • 70: 198000
        • 71: 198136
        • 72: 198297
        • 73: 198552
        • 74: 199502
        • 75: 199536
        • 76: 199789
        • 77: 199886
        • 78: 199920
        • 79: 200217
        • 80: 200432
        • 81: 205590
        • 82: 207309
        • 83: 210413
        • 84: 211776
        • 85: 213134
        • 86: 213668
        • 87: 217848
        • 88: 217921
        • 89: 217942
        • 90: 217971
        • 91: 217997
        • 92: 218067
        • 93: 219170
        • 94: 231176
        • 95: 231188
        • 96: 231375
        • 97: 231727
        • 98: 232166
        • 99: 232400
        • 100: 232651
        • 101: 232933
        • 102: 234210
        • 103: 236422
        • 104: 236544
        • 105: 236713
        • 106: 236717
        • 107: 236798
        • 108: 236801
        • 109: 237281
        • 110: 239665
        • 111: 240634
        • 112: 242229
        • 113: 242340
        • 114: 244440
        • 115: 244982
        • 116: 94411
        • 117: 94526
        • 118: 131167
        • 119: 234950
        • 120: 418157
        • 121: 418158
        • 122: 418159
        • 123: 418160
        • 124: 418161
        • 125: 418162
        • 126: 418163
        • 127: 418164
        • 128: 418165
        • 129: 418166
        • 130: 418167
        • 131: 418168
        • 132: 418169
        • 133: 418170
        • 134: 418171
        • 135: 418172
        • 136: 418173
        • 137: 418174
        • 138: 418175
        • 139: 418176
        • 140: 418177
        • 141: 418178
        • 142: 418179
        • 143: 418180
        • 144: 418181
        • 145: 418182
        • 146: 418183
        • 147: 418184
        • 148: 418185
        • 149: 418186
        • 150: 418187
        • 151: 418188
        • 152: 418189
        • 153: 418190
        • 154: 418191
        • 155: 418192
        • 156: 418193
        • 157: 418194
        • 158: 418195
        • 159: 418196
        • 160: 418197
        • 161: 418198
        • 162: 418199
        • 163: 418360
        • 164: 418361
        • 165: 418362
        • 166: 418363
        • 167: 418364
        • 168: 418365
        • 169: 418366
        • 170: 418367
        • 171: 418368
        • 172: 418369
        • 173: 418370
        • 174: 418371
        • 175: 418372
        • 176: 418373
        • 177: 418374
        • 178: 418375
        • 179: 418376
        • 180: 418377
        • 181: 418378
        • 182: 418379
        • 183: 418380
        • 184: 418381
        • 185: 418382
        • 186: 418383
        • 187: 418384
        • 188: 418385
        • 189: 418386
        • 190: 418387
        • 191: 418388
        • 192: 418389
        • 193: 418390
        • 194: 418391
        • 195: 418392
        • 196: 418393
        • 197: 418394
        • 198: 418395
        • 199: 418396
        • 200: 418397
        • 201: 418398
        • 202: 418399
        • 203: 418400
        • 204: 418401
        • 205: 418402
        • 206: 418403
        • 207: 418404
        • 208: 418405
        • 209: 418406
        • 210: 418407
        • 211: 418408
        • 212: 418409
        • 213: 418410
        • 214: 418411
        • 215: 418412
        • 216: 418413
        • 217: 418414
        • 218: 418415
        • 219: 418416
        • 220: 418417
        • 221: 418418
        • 222: 418419
        • 223: 418420
        • 224: 418421
        • 225: 418422
        • 226: 418423
        • 227: 418424
        • 228: 418425
        • 229: 418426
        • 230: 418427
        • 231: 418428
        • 232: 418429
        • 233: 418430
        • 234: 418431
        • 235: 418432
        • 236: 418433
        • 237: 418434
        • 238: 418435
        • 239: 418436
        • 240: 418437
        • 241: 418438
        • 242: 418439
        • 243: 418440
        • 244: 418441
        • 245: 418442
        • 246: 418443
        • 247: 418444
        • 248: 418445
        • 249: 418446
        • 250: 418447
        • 251: 418448
        • 252: 418449
        • 253: 418450
        • 254: 418451
        • 255: 418452
        • 256: 418453
        • 257: 418454
        • 258: 418455
        • 259: 95342
        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_satt190μsselect * from `question_options` where `question_options`.`question_id` in (418450, 418451, 418452, 418453, 418454, 418455) 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_satt90μsselect `id`, `name`, `slug` from `subjects` where `subjects`.`id` in (75) 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_satt90μsselect `id`, `name`, `slug` from `sub_categories` where `sub_categories`.`id` in (4878) 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_satt100μsselect `id`, `name` from `categories` where `categories`.`id` in (130) 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_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 (418450, 418451, 418452, 418453, 418454, 418455) 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_satt120μsselect * from `vote_statistics` where `vote_statistics`.`question_id` in (418450, 418451, 418452, 418453, 418454, 418455)
        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`, `bookmarkable_id`, `bookmarkable_type`, `user_id` from `bookmarks` where `bookmarks`.`bookmarkable_id` in (418450, 418451, 418452, 418453, 418454, 418455) 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 (418450, 418451, 418452, 418453, 418454, 418455) 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_satt60μsselect `id`, `question_id`, `user_id`, `choosen_option` from `vote_logs` where `vote_logs`.`question_id` in (418450, 418451, 418452, 418453, 418454, 418455) 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` = 113 and `categories`.`deleted_at` is null limit 1
        Bindings
        • 0: 113
        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#30debugerror_satt300μ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
      7QuestionOption.php#?
      App\Models\PackagePlan
      4PackagePlan.php#?
      App\Models\SubCategory
      2SubCategory.php#?
      App\Models\Category
      2Category.php#?
      App\Models\SubjectDescription
      1SubjectDescription.php#?
          _token
          XQwdE5HTqAzi3fOadIOSsf3hOw61hAaY7Zge0WTQ
          _previous
          array:1 [ "url" => "https://debugerror.xyz/admission/single-question?ques_id=95342%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" => "95342" ]
          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 => "18.119.11.179" ] "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 => "18.119.11.179" ] "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, 13 Mar 2025 04:51:51 GMT" ] "x-ratelimit-limit" => array:1 [ 0 => "60" ] "x-ratelimit-remaining" => array:1 [ 0 => "55" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImZ4Qm4yeGpzVEhwRzFpdkhEVndGNmc9PSIsInZhbHVlIjoiZUsxcnBKZWx1aEtWb28xdTZlSytrWlJWNUxZSnZuYW1IcC9rOUZ2YWtEWTJpNDVlQVdBQnNpTHRkV1R3T2ROWTVRTXB2K0QrOU1ZZlJMVjMrenM2enJ5bDNMaHJScFM5cE1jbjhlTC9OT1hjTEhvWFYyRjhQUDE0UmJTNG9mZlQiLCJtYWMiOiJlM2Y0ZTUxMjkzMWRlMDcxNmQ1MDA3YmUxZGU1YWNhZWZjNzg1YTc0MDJmNGQwZjY5NmJhZDM0Yzc4NzQxMTFkIiwidGFnIjoiIn0%3D; expires=Fri, 14 Mar 2025 04:51:51 GMT; Max-Age=86400; path=/; secureXSRF-TOKEN=eyJpdiI6ImZ4Qm4yeGpzVEhwRzFpdkhEVndGNmc9PSIsInZhbHVlIjoiZUsxcnBKZWx1aEtWb28xdTZlSytrWlJWNUxZSnZuYW1IcC9rOUZ2YWtEWTJpNDVlQVdBQnNpTHRkV1R3T2ROWTVRTXB2K" 1 => "satt_academy_session=eyJpdiI6InQrMy9QeWFyR1FJL0VEUDFwNklzNWc9PSIsInZhbHVlIjoiZGh1eWtKTmZuMjFIVXJZYThZU2RpemIvOGZkL0x1ZVd4OGpkYjI4WE9DZmE5WFZJQUkvVlJHandlSzZUQ09FSTEvd2pkakxJWHJEYWFTYXRmeG12UlpmZitTVDdqWVFGaDZzdms1VDRhcXMzM0dIU1Z0eUNUM28zcGFuOXlKM0EiLCJtYWMiOiI0MDhjNTE2ZDk1ZGZkNTA5YWI4ODI0Y2FjMGU5NDJmNGU5Yzk0OTI2NGY5MGM2OGY5Y2I1NGY5ODE3ZGI2ZjgyIiwidGFnIjoiIn0%3D; expires=Fri, 14 Mar 2025 04:51:51 GMT; Max-Age=86400; path=/; secure; httponlysatt_academy_session=eyJpdiI6InQrMy9QeWFyR1FJL0VEUDFwNklzNWc9PSIsInZhbHVlIjoiZGh1eWtKTmZuMjFIVXJZYThZU2RpemIvOGZkL0x1ZVd4OGpkYjI4WE9DZmE5WFZJQUkvVlJHandlSzZUQ09" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImZ4Qm4yeGpzVEhwRzFpdkhEVndGNmc9PSIsInZhbHVlIjoiZUsxcnBKZWx1aEtWb28xdTZlSytrWlJWNUxZSnZuYW1IcC9rOUZ2YWtEWTJpNDVlQVdBQnNpTHRkV1R3T2ROWTVRTXB2K0QrOU1ZZlJMVjMrenM2enJ5bDNMaHJScFM5cE1jbjhlTC9OT1hjTEhvWFYyRjhQUDE0UmJTNG9mZlQiLCJtYWMiOiJlM2Y0ZTUxMjkzMWRlMDcxNmQ1MDA3YmUxZGU1YWNhZWZjNzg1YTc0MDJmNGQwZjY5NmJhZDM0Yzc4NzQxMTFkIiwidGFnIjoiIn0%3D; expires=Fri, 14-Mar-2025 04:51:51 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6ImZ4Qm4yeGpzVEhwRzFpdkhEVndGNmc9PSIsInZhbHVlIjoiZUsxcnBKZWx1aEtWb28xdTZlSytrWlJWNUxZSnZuYW1IcC9rOUZ2YWtEWTJpNDVlQVdBQnNpTHRkV1R3T2ROWTVRTXB2K" 1 => "satt_academy_session=eyJpdiI6InQrMy9QeWFyR1FJL0VEUDFwNklzNWc9PSIsInZhbHVlIjoiZGh1eWtKTmZuMjFIVXJZYThZU2RpemIvOGZkL0x1ZVd4OGpkYjI4WE9DZmE5WFZJQUkvVlJHandlSzZUQ09FSTEvd2pkakxJWHJEYWFTYXRmeG12UlpmZitTVDdqWVFGaDZzdms1VDRhcXMzM0dIU1Z0eUNUM28zcGFuOXlKM0EiLCJtYWMiOiI0MDhjNTE2ZDk1ZGZkNTA5YWI4ODI0Y2FjMGU5NDJmNGU5Yzk0OTI2NGY5MGM2OGY5Y2I1NGY5ODE3ZGI2ZjgyIiwidGFnIjoiIn0%3D; expires=Fri, 14-Mar-2025 04:51:51 GMT; path=/; secure; httponlysatt_academy_session=eyJpdiI6InQrMy9QeWFyR1FJL0VEUDFwNklzNWc9PSIsInZhbHVlIjoiZGh1eWtKTmZuMjFIVXJZYThZU2RpemIvOGZkL0x1ZVd4OGpkYjI4WE9DZmE5WFZJQUkvVlJHandlSzZUQ09" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "XQwdE5HTqAzi3fOadIOSsf3hOw61hAaY7Zge0WTQ" "_previous" => array:1 [ "url" => "https://debugerror.xyz/admission/single-question?ques_id=95342%20%20%20%20%20%20%20%20%20%20%20%20%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-03-13 10:51:51GET/admission/single-question?ques_id=95342++++++++++++++++++++++++++++332733