• Beranda
  • Penyakit
  • Apa Saja Gejala Tuberkulosis (TBC) yang Perlu Diwaspadai?

Apa Saja Gejala Tuberkulosis (TBC) yang Perlu Diwaspadai?

Apa Saja Gejala Tuberkulosis (TBC) yang Perlu Diwaspadai?

Bagikan :


Penyakit TBC atau tuberkulosis adalah salah satu penyakit infeksi bakteri menular yang memiliki angka kematian tinggi di beberapa bagian dunia termasuk Indonesia. Penyakit TBC menyerang sistem pernapasan di paru. Jika tidak ditangani dengan benar, TBC dapat menyebar ke bagian tubuh lainnya seperti ginjal, tulang belakang, dan otak. Untuk lebih meningkatkan kewaspadaan pada TBC, berikut ini ulasan mengenai gejala TBC yang perlu diwaspadai.

Apa saja gejala penyakit TBC (Tuberkulosis)?

Penyakit TBC disebabkan oleh bakteri bernama Mycobacterium tuberculosis. Penularan TBC dapat terjadi ketika menghirup bakteri yang terkontaminasi bakteri TBC, lalu bakteri akan menginfeksi paru. Bakteri kemudian dapat hidup di paru dan membentuk dinding perekat bernama granuloma. Jika bakteri tidak berkembang biak dan menginfeksi, kondisi ini disebut TB laten.

Namun, jika sistem kekebalan tubuh tidak dapat menahan perkembangan bakteri, maka bakteri akan aktif dan menginfeksi. Kondisi ini disebut penyakit TB paru aktif dan orang yang terinfeksi akan mengalami sejumlah gejala. Beberapa gejala TBC di antaranya:

1. Batuk terus-menerus

Bakteri yang bersarang di paru dapat menyebabkan gangguan pernapasan berupa batuk terus-menerus. Batuk adalah mekanisme tubuh untuk membersihkan saluran pernapasan dari penyebab infeksi. Infeksi ini akan menyebabkan produksi lendir berlebih sehingga menyebabkan batuk berdahak. Pada beberapa kasus, TBC juga dapat ditandai dengan gejala batuk yang disertai darah serta nyeri di dada.

2. Nyeri dada dan sesak napas

Infeksi bakteri di paru dapat disertai dengan produksi lendir berlebih di paru. Selain lendir, paru pasien juga dapat dipenuhi sel mati akibat serangan bakteri TBC, sehingga menghambat keluar masuknya udara. Hal ini menyebabkan pasien TBC mengalami sesak napas yang disertai dengan nyeri dada.

3. Berkeringat di malam hari

Salah satu gejala khas dari TBC selain batuk yang tak kunjung sembuh adalah munculnya keringat berlebih di malam hari. Gejala ini muncuk akibat reaksi tubuh untuk melawan bakteri penyebab TBC. Selain keringat dingin, kondisi ini biasanya juga disertai dengan nyeri di bagian sendi dan tubuh yang lemas.

4. Demam

Demam pada TBC adalah tanda bahwa sistem kekebalan tubuh sedang melawan bakteri. Umumnya, demam yang dirasakan dapat hilang lalu muncul lagi dalam beberapa waktu. Pada TBC, demam juga dapat berlangsung lebih dari 3 minggu.

5. Berat badan turun drastis

Pada penderita TBC, berat badan dapat turun drastis karena penderita umumnya tidak nafsu makan dan tubuhnya sedang berusaha melawan penyakit kronis. Selain itu, batuk yang terus-menerus juga dapat menjadi alasan pasien kesulitan menelan makanan.

 

Mengingat TBC paru sangat berbahaya dan dapat berkembang ke organ tubuh yang lain, maka penting untuk segera memeriksakan diri jika mengalami gejala TBC. Dokter kemudian akan melakukan serangkaian tes seperti tes mantoux (pada anak), tes rontgen dada, dan pemeriksaan laboratorium lainnya untuk menegakkan diagnosis. Setelah diagnosis keluar, maka pasien diharapkan menaati aturan pengobatan TBC agar pasien sembuh dengan baik.

 

Writer: Ratih

Edited By: dr. Ayu Munawaroh

Last Updated: 24-Jun-2021

 

Sumber:

  1. Kementerian Kesehatan Republik Indonesia. Pedoman Nasional Pelayanan Kedokteran Tata Laksana Tuberkulosis. 2019.
  2. Centers for Disease Control and Prevention. Tuberculosis (TB). Available from: https://www.cdc.gov/tb/topic/basics/signsandsymptoms.htm.
Request history8.1.29PHP Version671msRequest Duration5MBMemory UsageGET {category}/{slug}Route
  • warninglog[00:26:36] LOG.warning: str_contains(): Passing null to parameter #1 ($haystack) of type string is d...
  • warninglog[00:26:36] LOG.warning: str_contains(): Passing null to parameter #1 ($haystack) of type string is d...
  • Booting (284ms)time
  • Application (388ms)time
  • 1 x Application (57.73%)
    388ms
    1 x Booting (42.27%)
    284ms
    11 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.article-populararticle-popular.blade.php#?blade
    • 1x web.v2.partials.related-articlerelated-article.blade.php#?blade
    • 1x web.v2.partials.healthtopichealthtopic.blade.php#?blade
    • 1x layouts.v2.web_layoutweb_layout.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:645-806
    32 statements were executed300ms
    • WebController.php#656aicare_prod_new1.19msselect * from `categories` where (`slug` = 'covid-19' or `slug_en` = 'covid-19') and `categories`.`deleted_at` is null limit 1
      Bindings
      • 0: covid-19
      • 1: covid-19
      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:656
      • 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#657aicare_prod_new3.07msselect * from `posts` where (`slug` = 'gejala-tuberkulosis-tbc' or `slug_en` = 'gejala-tuberkulosis-tbc') and `posts`.`deleted_at` is null limit 1
      Bindings
      • 0: gejala-tuberkulosis-tbc
      • 1: gejala-tuberkulosis-tbc
      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:657
      • 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#703aicare_prod_new2.49msselect * from `posts` where (`slug` = 'gejala-tuberkulosis-tbc' or `slug_en` = 'gejala-tuberkulosis-tbc') and `status` = 1 and `publish_date` <= '2025-05-09 00:26:36' and `deleted_at` is null and `posts`.`deleted_at` is null limit 1
      Bindings
      • 0: gejala-tuberkulosis-tbc
      • 1: gejala-tuberkulosis-tbc
      • 2: 1
      • 3: 2025-05-09 00:26:36
      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:703
      • 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#703aicare_prod_new1.07msselect `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 (412)
      Hints
      • Use SELECT * only if you need all columns from table
      Backtrace
      • app/Http/Controllers/WebController.php:703
      • 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#703aicare_prod_new1.08msselect `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 (412)
      Hints
      • Use SELECT * only if you need all columns from table
      Backtrace
      • app/Http/Controllers/WebController.php:703
      • 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#703aicare_prod_new6.43msselect `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 (412) and `categories`.`deleted_at` is null
      Hints
      • Use SELECT * only if you need all columns from table
      Backtrace
      • app/Http/Controllers/WebController.php:703
      • 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#703aicare_prod_new770μsselect * from `categories` where `categories`.`id` in (5) and `categories`.`deleted_at` is null
      Hints
      • Use SELECT * only if you need all columns from table
      Backtrace
      • app/Http/Controllers/WebController.php:703
      • 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#706aicare_prod_new1.03msselect * from `categories` where `slug` = 'covid-19' and `categories`.`deleted_at` is null limit 1
      Bindings
      • 0: covid-19
      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:706
      • 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#724aicare_prod_new22.66msselect `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` = 412
      Bindings
      • 0: 412
      Hints
      • Use SELECT * only if you need all columns from table
      Backtrace
      • app/Http/Controllers/WebController.php:724
      • 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#1360aicare_prod_new14.22msselect `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` = 376 and `posts`.`deleted_at` is null
      Bindings
      • 0: 376
      Hints
      • Use SELECT * only if you need all columns from table
      Backtrace
      • app/Http/Controllers/WebController.php:1360
      • app/Http/Controllers/WebController.php:735
      • 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#1360aicare_prod_new15.39msselect `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` = 377 and `posts`.`deleted_at` is null
      Bindings
      • 0: 377
      Hints
      • Use SELECT * only if you need all columns from table
      Backtrace
      • app/Http/Controllers/WebController.php:1360
      • app/Http/Controllers/WebController.php:735
      • 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#739aicare_prod_new118msselect * from `posts` where `status` = 1 and `publish_date` <= '2025-05-09 00:26:37' 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-05-09 00:26:37
      • 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:739
      • 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#11aicare_prod_new1.38msselect * 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:740
      • 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#748aicare_prod_new1.87msselect `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` = 412 and `healthpedia`.`deleted_at` is null
      Bindings
      • 0: 412
      Hints
      • Use SELECT * only if you need all columns from table
      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
    • WebController.php#779aicare_prod_new8.63msupdate `posts` set `views_count` = 882 where `id` = 412
      Bindings
      • 0: 882
      • 1: 412
      Backtrace
      • app/Http/Controllers/WebController.php:779
      • 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#174aicare_prod_new5.91msinsert into `activity_log` (`log_name`, `properties`, `batch_uuid`, `event`, `subject_id`, `subject_type`, `description`, `updated_at`, `created_at`) values ('default', '[]', null, 'updated', 412, 'App\\Models\\Admin\\Post', 'updated', '2025-05-09 00:26:37', '2025-05-09 00:26:37')
      Bindings
      • 0: default
      • 1: []
      • 2: 
      • 3: updated
      • 4: 412
      • 5: App\Models\Admin\Post
      • 6: updated
      • 7: 2025-05-09 00:26:37
      • 8: 2025-05-09 00:26:37
      Backtrace
      • vendor/spatie/laravel-activitylog/src/ActivityLogger.php:174
      • vendor/spatie/laravel-activitylog/src/Traits/LogsActivity.php:88
      • app/Http/Controllers/WebController.php:779
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • single-post-healthpedia.blade.php#37aicare_prod_new1.05msselect * 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
    • article-popular.blade.php#8aicare_prod_new8.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` = 10104 and `categories`.`deleted_at` is null
      Bindings
      • 0: 10104
      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#8aicare_prod_new8.98msselect `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` = 9129 and `categories`.`deleted_at` is null
      Bindings
      • 0: 9129
      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#8aicare_prod_new8.41msselect `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` = 1167 and `categories`.`deleted_at` is null
      Bindings
      • 0: 1167
      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#8aicare_prod_new8.47msselect `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` = 6235 and `categories`.`deleted_at` is null
      Bindings
      • 0: 6235
      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#8aicare_prod_new7.85msselect `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` = 9476 and `categories`.`deleted_at` is null
      Bindings
      • 0: 9476
      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#8aicare_prod_new8msselect `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` = 353 and `categories`.`deleted_at` is null
      Bindings
      • 0: 353
      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#11aicare_prod_new950μsselect * from `categories` where `categories`.`id` = 4 and `categories`.`deleted_at` is null limit 1
      Bindings
      • 0: 4
      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.partials.article-popular:11
      • 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#8aicare_prod_new7.91msselect `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` = 2956 and `categories`.`deleted_at` is null
      Bindings
      • 0: 2956
      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
    • related-article.blade.php#8aicare_prod_new7.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` = 10028 and `categories`.`deleted_at` is null
      Bindings
      • 0: 10028
      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#8aicare_prod_new7.58msselect `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` = 9843 and `categories`.`deleted_at` is null
      Bindings
      • 0: 9843
      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#8aicare_prod_new7.5msselect `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` = 7519 and `categories`.`deleted_at` is null
      Bindings
      • 0: 7519
      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#8aicare_prod_new7.58msselect `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` = 6742 and `categories`.`deleted_at` is null
      Bindings
      • 0: 6742
      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
    • web_layout.blade.php#122aicare_prod_new920μsselect * 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:122
      • 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#547aicare_prod_new820μsselect * 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:547
      • 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#551aicare_prod_new1.12msselect * 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:551
      • 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\Post
    48Post.php#?
    App\Models\Admin\Category
    20Category.php#?
    App\Models\TermPolicy
    3TermPolicy.php#?
    App\Models\Admin\Tag
    2Tag.php#?
    App\User
    1User.php#?
    App\Models\Admin\Page
    1Page.php#?
    App\Models\Admin\Faq
    1Faq.php#?
        locale
        id
        _token
        xYcY4XHsrUAlL0wdVeNy2Ed3ryY3QY8irYuBAqSJ
        _previous
        array:1 [ "url" => "https://ai-care.atmatech.id/covid-19/gejala-tuberkulosis-tbc" ]
        _flash
        array:2 [ "old" => [] "new" => [] ]
        path_info
        /covid-19/gejala-tuberkulosis-tbc
        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" ] "x-real-ip" => array:1 [ 0 => "3.135.200.168" ] "x-forwarded-for" => array:1 [ 0 => "3.135.200.168" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] "x-forwarded-scheme" => array:1 [ 0 => "https" ] "host" => array:1 [ 0 => "ai-care.atmatech.id" ] "connection" => array:1 [ 0 => "keep-alive" ] ]
        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 => "Thu, 08 May 2025 17:26:37 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImJFQ1NnWk5kVjlDazNpVUtrUWRVc1E9PSIsInZhbHVlIjoiWkltOTFkdW00azVLSWJ5elpEalpXRERoejFHMGUwVzcvbEw4ZTdFQWtJVitTUm5iejAxclJuQjRvZkxsbC9GbEZSa2pkdU5yM1JDdWlMaXA0US8yaVZKVitCOUtONHE1OVBDZnFSNFFzU1FFSkNrVUxlWXBrZ3lFeXRNM1ZIWmkiLCJtYWMiOiIxYjhhZDk2Mjc0N2IwZmUxYjAzNGYzN2E2MjU1MjEzNWY2MzljMTY2ODI2MDg2ZWUzN2VjNmFiMjljMTdkMDg2IiwidGFnIjoiIn0%3D; expires=Thu, 08 May 2025 19:26:37 GMT; Max-Age=7200; path=/; secureXSRF-TOKEN=eyJpdiI6ImJFQ1NnWk5kVjlDazNpVUtrUWRVc1E9PSIsInZhbHVlIjoiWkltOTFkdW00azVLSWJ5elpEalpXRERoejFHMGUwVzcvbEw4ZTdFQWtJVitTUm5iejAxclJuQjRvZkxsbC9GbEZSa2pkd" 1 => "laravel_session=eyJpdiI6ImYwcmRnSWhGYVRCRVpxSWhoT0V1Smc9PSIsInZhbHVlIjoiMm9BdVRaTHRFRHpPaXVESEdYRmpEVVM2aExQRHowUmlmV0NodTk3T2VQcjBXcUhTWERaVHBjMmxDRTh6eURITlJLajhQMW11Y1g5OTIyT003enc4TmZycVJRZWlxbnZZZDY0M3JBams4WkxoYmNGZXYyN1E0SVpmMzNpMFMxOEEiLCJtYWMiOiI1NTdlODlmOGJmMTkzNzhiY2FjNzliMTc0Mzc2N2U5NGRjMjI2ZTRhZTNlZTkzYjgzNzc5NjZiOWZlNDY5MTljIiwidGFnIjoiIn0%3D; expires=Thu, 08 May 2025 19:26:37 GMT; Max-Age=7200; path=/; httponlylaravel_session=eyJpdiI6ImYwcmRnSWhGYVRCRVpxSWhoT0V1Smc9PSIsInZhbHVlIjoiMm9BdVRaTHRFRHpPaXVESEdYRmpEVVM2aExQRHowUmlmV0NodTk3T2VQcjBXcUhTWERaVHBjMmxDRTh6eURITlJL" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImJFQ1NnWk5kVjlDazNpVUtrUWRVc1E9PSIsInZhbHVlIjoiWkltOTFkdW00azVLSWJ5elpEalpXRERoejFHMGUwVzcvbEw4ZTdFQWtJVitTUm5iejAxclJuQjRvZkxsbC9GbEZSa2pkdU5yM1JDdWlMaXA0US8yaVZKVitCOUtONHE1OVBDZnFSNFFzU1FFSkNrVUxlWXBrZ3lFeXRNM1ZIWmkiLCJtYWMiOiIxYjhhZDk2Mjc0N2IwZmUxYjAzNGYzN2E2MjU1MjEzNWY2MzljMTY2ODI2MDg2ZWUzN2VjNmFiMjljMTdkMDg2IiwidGFnIjoiIn0%3D; expires=Thu, 08-May-2025 19:26:37 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6ImJFQ1NnWk5kVjlDazNpVUtrUWRVc1E9PSIsInZhbHVlIjoiWkltOTFkdW00azVLSWJ5elpEalpXRERoejFHMGUwVzcvbEw4ZTdFQWtJVitTUm5iejAxclJuQjRvZkxsbC9GbEZSa2pkd" 1 => "laravel_session=eyJpdiI6ImYwcmRnSWhGYVRCRVpxSWhoT0V1Smc9PSIsInZhbHVlIjoiMm9BdVRaTHRFRHpPaXVESEdYRmpEVVM2aExQRHowUmlmV0NodTk3T2VQcjBXcUhTWERaVHBjMmxDRTh6eURITlJLajhQMW11Y1g5OTIyT003enc4TmZycVJRZWlxbnZZZDY0M3JBams4WkxoYmNGZXYyN1E0SVpmMzNpMFMxOEEiLCJtYWMiOiI1NTdlODlmOGJmMTkzNzhiY2FjNzliMTc0Mzc2N2U5NGRjMjI2ZTRhZTNlZTkzYjgzNzc5NjZiOWZlNDY5MTljIiwidGFnIjoiIn0%3D; expires=Thu, 08-May-2025 19:26:37 GMT; path=/; httponlylaravel_session=eyJpdiI6ImYwcmRnSWhGYVRCRVpxSWhoT0V1Smc9PSIsInZhbHVlIjoiMm9BdVRaTHRFRHpPaXVESEdYRmpEVVM2aExQRHowUmlmV0NodTk3T2VQcjBXcUhTWERaVHBjMmxDRTh6eURITlJL" ] ]
        session_attributes
        0 of 0
        array:4 [ "locale" => "id" "_token" => "xYcY4XHsrUAlL0wdVeNy2Ed3ryY3QY8irYuBAqSJ" "_previous" => array:1 [ "url" => "https://ai-care.atmatech.id/covid-19/gejala-tuberkulosis-tbc" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
        ClearShow all
        Date ↕MethodURLData
        #12025-05-09 00:26:37GET/covid-19/gejala-tuberkulosis-tbc2113276