Gemar Makan Makanan Pedas Ternyata Bermanfaat bagi Kesehatan

Gemar Makan Makanan Pedas Ternyata Bermanfaat bagi Kesehatan

Bagikan :

Makanan pedas memiliki cukup banyak penggemar di Indonesia. Selain memiliki cita rasa tersendiri, rasa pedasnya juga dapat meningkatkan selera makan. Tak heran jika banyak orang yang menyukai makanan pedas hingga tak bisa melepaskan diri dari makanan ini. Lalu, bagaimana dari sudut pandang medis, apakah makanan pedas baik bagi kesehatan?

 

Manfaat makanan pedas bagi kesehatan

Rasa pedas tidak hanya bisa didapat dari cabai saja. Rempah-rempah lainnya seperti kencur, jahe, pala, lada dan merica juga memberi rasa pedas dan hangat yang membuat tubuh terasa lebih segar.

Berikut manfaat mengonsumsi makanan pedas bagi kesehatan:

1. Makanan pedas dapat meningkatkan metabolisme tubuh

Bumbu masakan yang memiliki rasa pedas alami seperti jinten, kunyit, paprika dan cabai dapat meningkatkan metabolisme dan memperlambat nafsu makan Anda. Dalam sebuah penelitian yang dilakukan pada tikus, konsumsi kunyit dapat menekan pertumbuhan jaringan lemak. Bagi Anda yang sedang menjalani diet, Anda bisa mencoba menambahkan kunyit sebagai bumbu masakan untuk mencapai tujuan diet Anda.

2. Membantu peradangan

Beberapa jenis rempah seperti kunyit mengandung curcumin yang memiliki sifat anti-peradangan dalam tubuh. Pada beberapa pengobatan tradisional, kunyit dan bawang putih telah banyak digunakan sebagai obat untuk mengatasi peradangan sendi, gangguan autoimun, sakit kepala dan mual.

3. Membantu melawan sel kanker

Penyebab rasa pedas pada cabai dan paprika, yaitu capsaicin, dipercaya berkhasiat untuk memperlambat dan merusak sel kanker. Dalam sebuah penelitian disebutkan bahwa capsaicin dapat menghambat pertumbuhan sel kanker prostat dan membiarkan sel sehat tetap berfungsi dengan baik.

4. Membantu membunuh bakteri

Rempah-rempah seperti jinten dan kunyit memiliki khasiat antioksidan dan antimikroba yang kuat. Kedua rempah ini kerap digunakan untuk pengobatan tradisional dan berkhasiat melawan bakteri berbahaya yang ada di dalam tubuh.

5. Mengurangi risiko kematian dini

Sebuah penelitian menyebutkan bahwa sering mengonsumsi makanan pedas baik untuk menjaga kesehatan dari penyakit yang berkaitan dengan kanker dan penyakit jantung. Meskipun penelitian ini tidak dapat menyimpulkan hubungan sebab-akibat secara langsung dari mengonsumsi makanan pedas dan angka kematian yang rendah, namun dari penelitian itu dapat disimpulkan bahwa orang yang makan pedas setidaknya satu atau dua kali seminggu memiliki risiko kematian yang lebih kecil dibanding dengan orang yang makan makanan pedas kurang dari sekali seminggu.

Meskipun makan makanan pedas memiliki banyak manfaat bagi kesehatan, namun sebaiknya Anda tidak mengonsumsinya secara berlebihan. Pada beberapa orang, makan makanan pedas dapat menyebabkan naiknya asam lambung dan menimbulkan iritasi pada lidah. Selain itu makanan pedas juga dapat menipiskan lapisan yang bertugas untuk melindungi lambung. Untuk itu, batasi makanan pedas agar tidak menggganggu kesehatan Anda.

 

Writer: Ratih

Edited by: dr. Anita Larasati Priyono

Last Updated: 13-Sep-2021

 

Sumber:

  1. Gudritz L, Butler N. Some Like It Hot: 5 Reasons Spicy Food Is Good for You. Healthline. 2020 February. https://www.healthline.com/health/five-reasons-to-eat-spicy-foods
  2. Mozes A. Spicing Up Your Meals Might Extend Your Life. WebMD. 2015 August. https://www.webmd.com/diet/news/20150804/spicing-up-your-meals-might-extend-your-life
  3. Cleveland Clinic. Is Spicy Food Good for You?. 2021 August. https://health.clevelandclinic.org/is-spicy-food-good-for-you/ 
Request history8.1.29PHP Version1.59sRequest Duration4MBMemory UsageGET {category}/{slug}Route
  • warninglog[02:22:53] LOG.warning: str_contains(): Passing null to parameter #1 ($haystack) of type string is d...
  • warninglog[02:22:53] LOG.warning: str_contains(): Passing null to parameter #1 ($haystack) of type string is d...
  • Booting (699ms)time
  • Application (891ms)time
  • 1 x Application (56.04%)
    891ms
    1 x Booting (43.96%)
    699ms
    12 templates were rendered
    • 1x web.v2.single-post-healthpediasingle-post-healthpedia.blade.php#?blade
    • 1x web.v2.partials.single.breadcrumbbreadcrumb.blade.php#?blade
    • 2x web.partials.single-sharesingle-share.blade.php#?blade
    • 1x web.v2.partials.single.editoreditor.blade.php#?blade
    • 1x web.v2.partials.single.tagstags.blade.php#?blade
    • 1x web.v2.partials.single.referensireferensi.blade.php#?blade
    • 1x web.v2.partials.related-articlerelated-article.blade.php#?blade
    • 1x web.v2.partials.article-populararticle-popular.blade.php#?blade
    • 1x web.v2.partials.healthtopichealthtopic.blade.php#?blade
    • 1x layouts.v2.web_layoutweb_layout.blade.php#?blade
    • 1x layouts.v2.menu_hovermenu_hover.blade.php#?blade
    uri
    GET {category}/{slug}
    middleware
    web
    controller
    App\Http\Controllers\WebController@newSinglePost
    namespace
    App\Http\Controllers
    prefix
    where
    as
    web.new.single.post
    file
    app/Http/Controllers/WebController.php:656-815
    35 statements were executed (2 duplicates)Show only duplicates794ms
    • WebController.php#667mydatabase3.02msselect * from `categories` where (`slug` = 'gaya-hidup' or `slug_en` = 'gaya-hidup') and `categories`.`deleted_at` is null limit 1
      Bindings
      • 0: gaya-hidup
      • 1: gaya-hidup
      Hints
      • Use SELECT * only if you need all columns from table
      • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      Backtrace
      • app/Http/Controllers/WebController.php:667
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • WebController.php#668mydatabase4.89msselect * from `posts` where (`slug` = 'makan-makanan-pedas-1' or `slug_en` = 'makan-makanan-pedas-1') and `posts`.`deleted_at` is null limit 1
      Bindings
      • 0: makan-makanan-pedas-1
      • 1: makan-makanan-pedas-1
      Hints
      • Use SELECT * only if you need all columns from table
      • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      Backtrace
      • app/Http/Controllers/WebController.php:668
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • WebController.php#712mydatabase2.04msselect * from `posts` where (`slug` = 'makan-makanan-pedas-1' or `slug_en` = 'makan-makanan-pedas-1') and `posts`.`deleted_at` is null limit 1
      Bindings
      • 0: makan-makanan-pedas-1
      • 1: makan-makanan-pedas-1
      Hints
      • Use SELECT * only if you need all columns from table
      • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      Backtrace
      • app/Http/Controllers/WebController.php:712
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • WebController.php#712mydatabase1.43msselect `users`.*, `post_editor`.`post_id` as `pivot_post_id`, `post_editor`.`user_id` as `pivot_user_id`, `post_editor`.`created_at` as `pivot_created_at`, `post_editor`.`updated_at` as `pivot_updated_at` from `users` inner join `post_editor` on `users`.`id` = `post_editor`.`user_id` where `post_editor`.`post_id` in (428)
      Hints
      • Use SELECT * only if you need all columns from table
      Backtrace
      • app/Http/Controllers/WebController.php:712
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • WebController.php#712mydatabase1.27msselect `users`.*, `post_english_editors`.`post_id` as `pivot_post_id`, `post_english_editors`.`user_id` as `pivot_user_id`, `post_english_editors`.`created_at` as `pivot_created_at`, `post_english_editors`.`updated_at` as `pivot_updated_at` from `users` inner join `post_english_editors` on `users`.`id` = `post_english_editors`.`user_id` where `post_english_editors`.`post_id` in (428)
      Hints
      • Use SELECT * only if you need all columns from table
      Backtrace
      • app/Http/Controllers/WebController.php:712
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • WebController.php#712mydatabase11.23msselect `categories`.*, `category_post`.`post_id` as `pivot_post_id`, `category_post`.`category_id` as `pivot_category_id`, `category_post`.`created_at` as `pivot_created_at`, `category_post`.`updated_at` as `pivot_updated_at` from `categories` inner join `category_post` on `categories`.`id` = `category_post`.`category_id` where `category_post`.`post_id` in (428) and `categories`.`deleted_at` is null
      Hints
      • Use SELECT * only if you need all columns from table
      Backtrace
      • app/Http/Controllers/WebController.php:712
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • WebController.php#712mydatabase560μsselect * from `categories` where `categories`.`id` in (6) and `categories`.`deleted_at` is null
      Hints
      • Use SELECT * only if you need all columns from table
      Backtrace
      • app/Http/Controllers/WebController.php:712
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • WebController.php#715mydatabase590μsselect * from `categories` where `slug` = 'gaya-hidup' and `categories`.`deleted_at` is null limit 1
      Bindings
      • 0: gaya-hidup
      Hints
      • Use SELECT * only if you need all columns from table
      • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      Backtrace
      • app/Http/Controllers/WebController.php:715
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • WebController.php#733mydatabase27.34msselect `tags`.*, `post_tag`.`post_id` as `pivot_post_id`, `post_tag`.`tag_id` as `pivot_tag_id`, `post_tag`.`created_at` as `pivot_created_at`, `post_tag`.`updated_at` as `pivot_updated_at` from `tags` inner join `post_tag` on `tags`.`id` = `post_tag`.`tag_id` where `post_tag`.`post_id` = 428
      Bindings
      • 0: 428
      Hints
      • Use SELECT * only if you need all columns from table
      Backtrace
      • app/Http/Controllers/WebController.php:733
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • WebController.php#1360mydatabase14.09msselect `posts`.*, `post_tag`.`tag_id` as `pivot_tag_id`, `post_tag`.`post_id` as `pivot_post_id` from `posts` inner join `post_tag` on `posts`.`id` = `post_tag`.`post_id` where `post_tag`.`tag_id` = 33 and `posts`.`deleted_at` is null
      Bindings
      • 0: 33
      Hints
      • Use SELECT * only if you need all columns from table
      Backtrace
      • app/Http/Controllers/WebController.php:1360
      • app/Http/Controllers/WebController.php:744
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
    • WebController.php#748mydatabase606msselect * from `posts` where `status` = 1 and `publish_date` <= '2025-07-13 02:22:53' and `deleted_at` is null and `content_type` = 'article' and `posts`.`deleted_at` is null order by RAND() limit 7
      Bindings
      • 0: 1
      • 1: 2025-07-13 02:22:53
      • 2: article
      Hints
      • Use SELECT * only if you need all columns from table
      • ORDER BY RAND() is slow, try to avoid if you can. You can read this or this
      Backtrace
      • app/Http/Controllers/WebController.php:748
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • CategoryHealtTopics.php#11mydatabase1.94msselect * from `categories` where (`slug` != 'penyakit-a-z' and `slug` != 'obat-a-z' and `slug` != 'pemeriksaan-a-z' and `parent_id` = '0') and `categories`.`deleted_at` is null order by `order` asc
      Bindings
      • 0: penyakit-a-z
      • 1: obat-a-z
      • 2: pemeriksaan-a-z
      • 3: 0
      Hints
      • Use SELECT * only if you need all columns from table
      • The != operator is not standard. Use the <> operator to test for inequality instead.
      Backtrace
      • app/Repositories/Categories/CategoryHealtTopics.php:11
      • app/Http/Controllers/WebController.php:749
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
    • WebController.php#757mydatabase2.67msselect `healthpedia`.*, `healthpedia_post`.`post_id` as `pivot_post_id`, `healthpedia_post`.`healthpedia_id` as `pivot_healthpedia_id`, `healthpedia_post`.`created_at` as `pivot_created_at`, `healthpedia_post`.`updated_at` as `pivot_updated_at` from `healthpedia` inner join `healthpedia_post` on `healthpedia`.`id` = `healthpedia_post`.`healthpedia_id` where `healthpedia_post`.`post_id` = 428 and `healthpedia`.`deleted_at` is null
      Bindings
      • 0: 428
      Hints
      • Use SELECT * only if you need all columns from table
      Backtrace
      • app/Http/Controllers/WebController.php:757
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • WebController.php#788mydatabase12.36msupdate `posts` set `views_count` = 754 where `id` = 428
      Bindings
      • 0: 754
      • 1: 428
      Backtrace
      • app/Http/Controllers/WebController.php:788
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • ActivityLogger.php#174mydatabase18.82msinsert into `activity_log` (`log_name`, `properties`, `batch_uuid`, `event`, `subject_id`, `subject_type`, `description`, `updated_at`, `created_at`) values ('default', '[]', null, 'updated', 428, 'App\\Models\\Admin\\Post', 'updated', '2025-07-13 02:22:54', '2025-07-13 02:22:54')
      Bindings
      • 0: default
      • 1: []
      • 2: 
      • 3: updated
      • 4: 428
      • 5: App\Models\Admin\Post
      • 6: updated
      • 7: 2025-07-13 02:22:54
      • 8: 2025-07-13 02:22:54
      Backtrace
      • vendor/spatie/laravel-activitylog/src/ActivityLogger.php:174
      • vendor/spatie/laravel-activitylog/src/Traits/LogsActivity.php:88
      • app/Http/Controllers/WebController.php:788
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • single-post-healthpedia.blade.php#37mydatabase1.37msselect * from `users` where `users`.`id` = 18 limit 1
      Bindings
      • 0: 18
      Hints
      • Use SELECT * only if you need all columns from table
      • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      Backtrace
      • view::web.v2.single-post-healthpedia:37
      • 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:72
    • related-article.blade.php#8mydatabase12.46msselect `categories`.*, `category_post`.`post_id` as `pivot_post_id`, `category_post`.`category_id` as `pivot_category_id`, `category_post`.`created_at` as `pivot_created_at`, `category_post`.`updated_at` as `pivot_updated_at` from `categories` inner join `category_post` on `categories`.`id` = `category_post`.`category_id` where `category_post`.`post_id` = 10158 and `categories`.`deleted_at` is null
      Bindings
      • 0: 10158
      Hints
      • Use SELECT * only if you need all columns from table
      Backtrace
      • view::web.v2.partials.related-article:8
      • 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:72
    • related-article.blade.php#8mydatabase6.32msselect `categories`.*, `category_post`.`post_id` as `pivot_post_id`, `category_post`.`category_id` as `pivot_category_id`, `category_post`.`created_at` as `pivot_created_at`, `category_post`.`updated_at` as `pivot_updated_at` from `categories` inner join `category_post` on `categories`.`id` = `category_post`.`category_id` where `category_post`.`post_id` = 9772 and `categories`.`deleted_at` is null
      Bindings
      • 0: 9772
      Hints
      • Use SELECT * only if you need all columns from table
      Backtrace
      • view::web.v2.partials.related-article:8
      • 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:72
    • related-article.blade.php#8mydatabase6.22msselect `categories`.*, `category_post`.`post_id` as `pivot_post_id`, `category_post`.`category_id` as `pivot_category_id`, `category_post`.`created_at` as `pivot_created_at`, `category_post`.`updated_at` as `pivot_updated_at` from `categories` inner join `category_post` on `categories`.`id` = `category_post`.`category_id` where `category_post`.`post_id` = 6799 and `categories`.`deleted_at` is null
      Bindings
      • 0: 6799
      Hints
      • Use SELECT * only if you need all columns from table
      Backtrace
      • view::web.v2.partials.related-article:8
      • 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:72
    • related-article.blade.php#8mydatabase5.86msselect `categories`.*, `category_post`.`post_id` as `pivot_post_id`, `category_post`.`category_id` as `pivot_category_id`, `category_post`.`created_at` as `pivot_created_at`, `category_post`.`updated_at` as `pivot_updated_at` from `categories` inner join `category_post` on `categories`.`id` = `category_post`.`category_id` where `category_post`.`post_id` = 6698 and `categories`.`deleted_at` is null
      Bindings
      • 0: 6698
      Hints
      • Use SELECT * only if you need all columns from table
      Backtrace
      • view::web.v2.partials.related-article:8
      • 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:72
    • article-popular.blade.php#8mydatabase6.03msselect `categories`.*, `category_post`.`post_id` as `pivot_post_id`, `category_post`.`category_id` as `pivot_category_id`, `category_post`.`created_at` as `pivot_created_at`, `category_post`.`updated_at` as `pivot_updated_at` from `categories` inner join `category_post` on `categories`.`id` = `category_post`.`category_id` where `category_post`.`post_id` = 4038 and `categories`.`deleted_at` is null
      Bindings
      • 0: 4038
      Hints
      • Use SELECT * only if you need all columns from table
      Backtrace
      • view::web.v2.partials.article-popular:8
      • 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:72
    • article-popular.blade.php#8mydatabase5.9msselect `categories`.*, `category_post`.`post_id` as `pivot_post_id`, `category_post`.`category_id` as `pivot_category_id`, `category_post`.`created_at` as `pivot_created_at`, `category_post`.`updated_at` as `pivot_updated_at` from `categories` inner join `category_post` on `categories`.`id` = `category_post`.`category_id` where `category_post`.`post_id` = 8010 and `categories`.`deleted_at` is null
      Bindings
      • 0: 8010
      Hints
      • Use SELECT * only if you need all columns from table
      Backtrace
      • view::web.v2.partials.article-popular:8
      • 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:72
    • article-popular.blade.php#8mydatabase5.93msselect `categories`.*, `category_post`.`post_id` as `pivot_post_id`, `category_post`.`category_id` as `pivot_category_id`, `category_post`.`created_at` as `pivot_created_at`, `category_post`.`updated_at` as `pivot_updated_at` from `categories` inner join `category_post` on `categories`.`id` = `category_post`.`category_id` where `category_post`.`post_id` = 9628 and `categories`.`deleted_at` is null
      Bindings
      • 0: 9628
      Hints
      • Use SELECT * only if you need all columns from table
      Backtrace
      • view::web.v2.partials.article-popular:8
      • 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:72
    • article-popular.blade.php#8mydatabase5.97msselect `categories`.*, `category_post`.`post_id` as `pivot_post_id`, `category_post`.`category_id` as `pivot_category_id`, `category_post`.`created_at` as `pivot_created_at`, `category_post`.`updated_at` as `pivot_updated_at` from `categories` inner join `category_post` on `categories`.`id` = `category_post`.`category_id` where `category_post`.`post_id` = 10003 and `categories`.`deleted_at` is null
      Bindings
      • 0: 10003
      Hints
      • Use SELECT * only if you need all columns from table
      Backtrace
      • view::web.v2.partials.article-popular:8
      • 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:72
    • article-popular.blade.php#8mydatabase5.99msselect `categories`.*, `category_post`.`post_id` as `pivot_post_id`, `category_post`.`category_id` as `pivot_category_id`, `category_post`.`created_at` as `pivot_created_at`, `category_post`.`updated_at` as `pivot_updated_at` from `categories` inner join `category_post` on `categories`.`id` = `category_post`.`category_id` where `category_post`.`post_id` = 4187 and `categories`.`deleted_at` is null
      Bindings
      • 0: 4187
      Hints
      • Use SELECT * only if you need all columns from table
      Backtrace
      • view::web.v2.partials.article-popular:8
      • 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:72
    • article-popular.blade.php#8mydatabase5.93msselect `categories`.*, `category_post`.`post_id` as `pivot_post_id`, `category_post`.`category_id` as `pivot_category_id`, `category_post`.`created_at` as `pivot_created_at`, `category_post`.`updated_at` as `pivot_updated_at` from `categories` inner join `category_post` on `categories`.`id` = `category_post`.`category_id` where `category_post`.`post_id` = 6973 and `categories`.`deleted_at` is null
      Bindings
      • 0: 6973
      Hints
      • Use SELECT * only if you need all columns from table
      Backtrace
      • view::web.v2.partials.article-popular:8
      • 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:72
    • article-popular.blade.php#8mydatabase5.92msselect `categories`.*, `category_post`.`post_id` as `pivot_post_id`, `category_post`.`category_id` as `pivot_category_id`, `category_post`.`created_at` as `pivot_created_at`, `category_post`.`updated_at` as `pivot_updated_at` from `categories` inner join `category_post` on `categories`.`id` = `category_post`.`category_id` where `category_post`.`post_id` = 2736 and `categories`.`deleted_at` is null
      Bindings
      • 0: 2736
      Hints
      • Use SELECT * only if you need all columns from table
      Backtrace
      • view::web.v2.partials.article-popular:8
      • 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:72
    • web_layout.blade.php#111mydatabase2.75msselect * from `pages` where `slug` = 'about-us' limit 1
      Bindings
      • 0: about-us
      Hints
      • Use SELECT * only if you need all columns from table
      • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      Backtrace
      • view::layouts.v2.web_layout:111
      • 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:72
    • menu_hover.blade.php#53mydatabase640μsselect * from `categories` where `name` = 'Penyakit A-Z' and `categories`.`deleted_at` is null limit 1
      Bindings
      • 0: Penyakit A-Z
      Hints
      • Use SELECT * only if you need all columns from table
      • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      Backtrace
      • view::layouts.v2.menu_hover:53
      • 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:72
    • menu_hover.blade.php#54mydatabase630μsselect * from `categories` where `name` = 'Obat A-Z' and `categories`.`deleted_at` is null limit 1
      Bindings
      • 0: Obat A-Z
      Hints
      • Use SELECT * only if you need all columns from table
      • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      Backtrace
      • view::layouts.v2.menu_hover:54
      • 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:72
    • menu_hover.blade.php#55mydatabase650μsselect * from `categories` where `name` = 'Pemeriksaan A-Z' and `categories`.`deleted_at` is null limit 1
      Bindings
      • 0: Pemeriksaan A-Z
      Hints
      • Use SELECT * only if you need all columns from table
      • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      Backtrace
      • view::layouts.v2.menu_hover:55
      • 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:72
    • menu_hover.blade.php#156mydatabase2.66msselect * from `videos` where `status` = 1 order by `updated_at` desc limit 1
      Bindings
      • 0: 1
      Hints
      • Use SELECT * only if you need all columns from table
      Backtrace
      • view::layouts.v2.menu_hover:156
      • 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:72
    • menu_hover.blade.php#221mydatabase1.29msselect * from `booklets` where `is_published` = 1 order by `id` desc limit 1
      Bindings
      • 0: 1
      Hints
      • Use SELECT * only if you need all columns from table
      Backtrace
      • view::layouts.v2.menu_hover:221
      • 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:72
    • web_layout.blade.php#357mydatabase1.13msselect * from `faqs` limit 1
      Hints
      • Use SELECT * only if you need all columns from table
      • The SELECT statement has no WHERE clause and could examine many more rows than intended
      • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      Backtrace
      • view::layouts.v2.web_layout:357
      • 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:72
    • web_layout.blade.php#361mydatabase2.29msselect * from `term_policies`
      Hints
      • Use SELECT * only if you need all columns from table
      • The SELECT statement has no WHERE clause and could examine many more rows than intended
      Backtrace
      • view::layouts.v2.web_layout:361
      • 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:72
    App\Models\Admin\Category
    23Category.php#?
    App\Models\Admin\Post
    19Post.php#?
    App\Models\TermPolicy
    3TermPolicy.php#?
    App\Models\Admin\Tag
    1Tag.php#?
    App\User
    1User.php#?
    App\Models\Admin\Page
    1Page.php#?
    App\Models\Admin\Video
    1Video.php#?
    App\Models\Admin\Booklet
    1Booklet.php#?
    App\Models\Admin\Faq
    1Faq.php#?
        locale
        id
        _token
        EAIymFZpVEOvQLG1N3sRQI7wAhV67VMeq3cvQNUa
        _previous
        array:1 [ "url" => "https://ai-care-dict.atmatech.id/gaya-hidup/makan-makanan-pedas-1" ]
        _flash
        array:2 [ "old" => [] "new" => [] ]
        path_info
        /gaya-hidup/makan-makanan-pedas-1
        status_code
        200
        
        status_text
        OK
        format
        html
        content_type
        text/html; charset=UTF-8
        request_query
        []
        
        request_request
        []
        
        request_headers
        0 of 0
        array:19 [ "accept-encoding" => array:1 [ 0 => "gzip, deflate, br, zstd" ] "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 => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "connection" => array:1 [ 0 => "close" ] "x-real-ip" => array:1 [ 0 => "216.73.216.247" ] "x-forwarded-for" => array:1 [ 0 => "216.73.216.247" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] "x-forwarded-scheme" => array:1 [ 0 => "https" ] "host" => array:1 [ 0 => "ai-care-dict.atmatech.id" ] ]
        request_cookies
        []
        
        response_headers
        0 of 0
        array:5 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Sat, 12 Jul 2025 19:22:54 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IjU5NitxRExkUStGY1BldUE1dHM5QWc9PSIsInZhbHVlIjoiZlVDRnMvQTZIcjJ5KzdTT2lKaC9yc0VKYVZGOVpva3MxbDVySHVpV0pmSFBWb0VYZFVaYTd1OUh4YTFuZE1pemtZMDdIdmdaaE1yK0JJb0ZqM0NRZDlLdCtmNmQ5Z3NBUHhGdDhzdmtsUk5Zd00zbDRUU0RxdWozQWJxQ2dTRkwiLCJtYWMiOiI0MWUwYjZiZmVlNTVmODQ2OWU2N2Y2N2QzZTQyNDllYTFhODVmZGFlMDUzYmNkODBhNDgyZGM5MmIyMGQ3ODkyIiwidGFnIjoiIn0%3D; expires=Sat, 12 Jul 2025 21:22:54 GMT; Max-Age=7200; path=/; secureXSRF-TOKEN=eyJpdiI6IjU5NitxRExkUStGY1BldUE1dHM5QWc9PSIsInZhbHVlIjoiZlVDRnMvQTZIcjJ5KzdTT2lKaC9yc0VKYVZGOVpva3MxbDVySHVpV0pmSFBWb0VYZFVaYTd1OUh4YTFuZE1pemtZMDdId" 1 => "laravel_session=eyJpdiI6InFqQWlodk1CcGdONmYyRVlNRXI3ZFE9PSIsInZhbHVlIjoieTdyK2h0NUZuQlMxanozZTF6VHNNSW9SVHd6SCtpY2JCK0s2QmZPb2VCQ3hBY1UwVUdsUCtlT3lDS1E3dFRiSFRMTnBvY0pDYnRhc1AycHRvOWI5dlMzWk5HWkh5YXl3K2NtNVpxR2JkZFV2dUxtQ1hMU2wva0NaMFRzZXhCQXQiLCJtYWMiOiI4Y2YzMzA5Y2NjNjc3YWY5M2EwYWJlNGViMWU3MThlYTRkMDAyNzMxMGJhYWIzMzhjYmU5MjA1NjcwMmJlMjNiIiwidGFnIjoiIn0%3D; expires=Sat, 12 Jul 2025 21:22:54 GMT; Max-Age=7200; path=/; httponlylaravel_session=eyJpdiI6InFqQWlodk1CcGdONmYyRVlNRXI3ZFE9PSIsInZhbHVlIjoieTdyK2h0NUZuQlMxanozZTF6VHNNSW9SVHd6SCtpY2JCK0s2QmZPb2VCQ3hBY1UwVUdsUCtlT3lDS1E3dFRiSFRM" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IjU5NitxRExkUStGY1BldUE1dHM5QWc9PSIsInZhbHVlIjoiZlVDRnMvQTZIcjJ5KzdTT2lKaC9yc0VKYVZGOVpva3MxbDVySHVpV0pmSFBWb0VYZFVaYTd1OUh4YTFuZE1pemtZMDdIdmdaaE1yK0JJb0ZqM0NRZDlLdCtmNmQ5Z3NBUHhGdDhzdmtsUk5Zd00zbDRUU0RxdWozQWJxQ2dTRkwiLCJtYWMiOiI0MWUwYjZiZmVlNTVmODQ2OWU2N2Y2N2QzZTQyNDllYTFhODVmZGFlMDUzYmNkODBhNDgyZGM5MmIyMGQ3ODkyIiwidGFnIjoiIn0%3D; expires=Sat, 12-Jul-2025 21:22:54 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6IjU5NitxRExkUStGY1BldUE1dHM5QWc9PSIsInZhbHVlIjoiZlVDRnMvQTZIcjJ5KzdTT2lKaC9yc0VKYVZGOVpva3MxbDVySHVpV0pmSFBWb0VYZFVaYTd1OUh4YTFuZE1pemtZMDdId" 1 => "laravel_session=eyJpdiI6InFqQWlodk1CcGdONmYyRVlNRXI3ZFE9PSIsInZhbHVlIjoieTdyK2h0NUZuQlMxanozZTF6VHNNSW9SVHd6SCtpY2JCK0s2QmZPb2VCQ3hBY1UwVUdsUCtlT3lDS1E3dFRiSFRMTnBvY0pDYnRhc1AycHRvOWI5dlMzWk5HWkh5YXl3K2NtNVpxR2JkZFV2dUxtQ1hMU2wva0NaMFRzZXhCQXQiLCJtYWMiOiI4Y2YzMzA5Y2NjNjc3YWY5M2EwYWJlNGViMWU3MThlYTRkMDAyNzMxMGJhYWIzMzhjYmU5MjA1NjcwMmJlMjNiIiwidGFnIjoiIn0%3D; expires=Sat, 12-Jul-2025 21:22:54 GMT; path=/; httponlylaravel_session=eyJpdiI6InFqQWlodk1CcGdONmYyRVlNRXI3ZFE9PSIsInZhbHVlIjoieTdyK2h0NUZuQlMxanozZTF6VHNNSW9SVHd6SCtpY2JCK0s2QmZPb2VCQ3hBY1UwVUdsUCtlT3lDS1E3dFRiSFRM" ] ]
        session_attributes
        0 of 0
        array:4 [ "locale" => "id" "_token" => "EAIymFZpVEOvQLG1N3sRQI7wAhV67VMeq3cvQNUa" "_previous" => array:1 [ "url" => "https://ai-care-dict.atmatech.id/gaya-hidup/makan-makanan-pedas-1" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
        ClearShow all
        Date ↕MethodURLData
        #12025-07-13 02:22:54GET/gaya-hidup/makan-makanan-pedas-12123551