Tips Menjaga Kesehatan Jantung pada Penyintas Covid-19

Tips Menjaga Kesehatan Jantung pada Penyintas Covid-19

Bagikan :


Covid-19 lebih sering dikenal sebagai penyakit yang menyerang paru dan saluran pernapasan. Nyatanya, infeksi virus ini dapat menyebabkan gangguan di berbagai organ tubuh, salah satunya jantung. Dalam sebuah penelitian yang dilakukan pada 100 orang ditemukan bahwa hasil MRI pada penyintas Covid-19 ditemukan bahwa sekitar 78 persen di antaranya memiliki kelainan jantung, sedangkan 60 persen di antaranya mengalami peradangan jantung.

Pengaruh infeksi Covid-19 pada jantung

Kerusakan jantung yang dialami penyintas Covid-19 lebih disebabkan oleh efek sekunder ketika virus menyerang organ tubuh lainnnya. Saat pasien terinfeksi Covid-19 dan terkena pneumonia berat, oksigen akan turun sehingga jantung akan bekerja lebih keras. Akibatnya, jantung dapat mengalami aritmia dan kerusakan lainnya.

Sedangkan menurut Health Harvard, virus penyebab Covid-19 dapat menyebabkan kerusakan jantung dalam beberapa cara. Salah satunya virus diduga dapat menyerang langsung otot jantung sehingga mengganggu pertukaran darah dan oksigen di jantung. Penyebab lainnya adalah terjadinya cedera jantung yang dapat diukur dengan peningkatan kadar enzim troponin dalam aliran darah. Kondisi ini terdeteksi pada sejumlah pasien dengan infeksi Covid-19 yang parah dan memiliki masalah gangguan kardiovaskular.

Tips menjaga kesehatan jantung setelah terinfeksi Covid-19

Setelah dinyatakan sembuh dari infeksi Covid-19, para penyintas perlu menjaga kesehatan untuk memulihkan kondisi tubuh termasuk jantung. Waktu pemulihan masing-masing orang berbeda tergantung dari kondisi fisik dan keparahan infeksi yang dialami. Namun, beberapa hal yang bisa dilakukan untuk menjaga kesehatan jantung setelah terpapar Covid-19 di antaranya:

1.Tetap bergerak aktif

Pada sebagian penyintas, kondisi badan setelah sembuh dari Covid-19 umumnya masih terasa lemas dan sering mengalami sesak napas. Meskipun demikian, penyintas harus tetap bergerak aktif agar peredaran darah menjadi lancar. Mulailah melakukan olahraga rutin minimal 30 menit per hari atau sesuai kemampuan. Jika muncul gejala seperti nyeri di dada, sesak napas dan detak jantung yang tidak teratur maka sebaiknya segera periksakan diri ke dokter.

2. Mengonsumsi makanan sehat

Untuk menjaga kesehatan jantung, mulailah dengan mengonsumsi makanan yang baik bagi kesehatan jantung seperti sayuran, buah-buahan, kacang-kacangan, dan ikan. Hindari makanan yang dapat meningkatkan kolesterol, seperti gorengan agar jantung tidak bekerja terlalu berat.

3. Rutin melakukan pemeriksaan

Meskipun sudah dinyatakan sembuh dari Covid-19, Anda disarankan tetap perlu melakukan pemeriksaan kesehatan untuk memantau kondisi tubuh. Terutama jika Anda merasakan sejumlah gejala seperti sesak, kadar gula meningkat, dan rasa tidak nyaman di dada yang dikenal dengan istilah long covid-19. Saat pemeriksaan, dokter mungkin akan melakukan pemeriksaan darah, tekanan darah dan rontgen untuk mengetahui gangguan kesehatan yang Anda alami dan merekomendasikan pengobatan.

4. Berhenti merokok

Merokok memiliki dampak buruk bagi kesehatan jantung baik pada penyintas Covid-19 maupun bukan. Bagi Anda penyintas Covid-19, sebaiknya berhenti merokok untuk mencegah gangguan jantung semakin parah.

 

Writer: Ratih

Edited By: dr. Ayu Munawaroh

Last Updated: 04-Ags-2021

 

Sumber:

  1. Calabrese M, et al. Exercise Training and Cardiac Rehabilitation in COVID-19 Patients with Cardiovascular Complications: State of Art. Life (Basel). 2021 Mar; 11(3): 259.
  2. Health Harvard Publishing. COVID-19 and the Heart: What have we learned?. Available from: https://www.health.harvard.edu/blog/covid-19-and-the-heart-what-have-we-learned-2021010621603.
Request history8.1.29PHP Version584msRequest Duration6MBMemory UsageGET {category}/{slug}Route
    • Booting (204ms)time
    • Application (381ms)time
    • 1 x Application (65.1%)
      381ms
      1 x Booting (34.89%)
      204ms
      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 executed284ms
      • WebController.php#656aicare_prod_new1.1msselect * 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_new4.85msselect * from `posts` where (`slug` = 'tips-menjaga-kesehatan-jantung-pada-penyintas-covid-19' or `slug_en` = 'tips-menjaga-kesehatan-jantung-pada-penyintas-covid-19') and `posts`.`deleted_at` is null limit 1
        Bindings
        • 0: tips-menjaga-kesehatan-jantung-pada-penyintas-covid-19
        • 1: tips-menjaga-kesehatan-jantung-pada-penyintas-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: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_new4.85msselect * from `posts` where (`slug` = 'tips-menjaga-kesehatan-jantung-pada-penyintas-covid-19' or `slug_en` = 'tips-menjaga-kesehatan-jantung-pada-penyintas-covid-19') and `status` = 1 and `publish_date` <= '2025-04-15 03:29:21' and `deleted_at` is null and `posts`.`deleted_at` is null limit 1
        Bindings
        • 0: tips-menjaga-kesehatan-jantung-pada-penyintas-covid-19
        • 1: tips-menjaga-kesehatan-jantung-pada-penyintas-covid-19
        • 2: 1
        • 3: 2025-04-15 03:29:21
        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_new900μsselect `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 (658)
        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_new940μsselect `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 (658)
        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.05msselect `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 (658) 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_new680μsselect * from `categories` where `categories`.`id` in (1) 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_new710μsselect * 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_new16.29msselect `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` = 658
        Bindings
        • 0: 658
        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_new17.69msselect `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` = 129 and `posts`.`deleted_at` is null
        Bindings
        • 0: 129
        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_new13.95msselect `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` = 248 and `posts`.`deleted_at` is null
        Bindings
        • 0: 248
        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_new130msselect * from `posts` where `status` = 1 and `publish_date` <= '2025-04-15 03:29:21' 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-04-15 03:29:21
        • 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.11msselect * 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.52msselect `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` = 658 and `healthpedia`.`deleted_at` is null
        Bindings
        • 0: 658
        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_new6.79msupdate `posts` set `views_count` = 698 where `id` = 658
        Bindings
        • 0: 698
        • 1: 658
        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_new6.82msinsert into `activity_log` (`log_name`, `properties`, `batch_uuid`, `event`, `subject_id`, `subject_type`, `description`, `updated_at`, `created_at`) values ('default', '[]', null, 'updated', 658, 'App\\Models\\Admin\\Post', 'updated', '2025-04-15 03:29:21', '2025-04-15 03:29:21')
        Bindings
        • 0: default
        • 1: []
        • 2: 
        • 3: updated
        • 4: 658
        • 5: App\Models\Admin\Post
        • 6: updated
        • 7: 2025-04-15 03:29:21
        • 8: 2025-04-15 03:29:21
        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_new720μsselect * 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_new6.09msselect `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` = 6709 and `categories`.`deleted_at` is null
        Bindings
        • 0: 6709
        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_new5.94msselect `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` = 8285 and `categories`.`deleted_at` is null
        Bindings
        • 0: 8285
        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_new5.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` = 4672 and `categories`.`deleted_at` is null
        Bindings
        • 0: 4672
        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_new5.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` = 929 and `categories`.`deleted_at` is null
        Bindings
        • 0: 929
        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_new710μ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_new5.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` = 8745 and `categories`.`deleted_at` is null
        Bindings
        • 0: 8745
        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_new5.89msselect `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` = 5922 and `categories`.`deleted_at` is null
        Bindings
        • 0: 5922
        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_new6.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` = 6595 and `categories`.`deleted_at` is null
        Bindings
        • 0: 6595
        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_new6.01msselect `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` = 8549 and `categories`.`deleted_at` is null
        Bindings
        • 0: 8549
        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_new6.04msselect `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` = 8542 and `categories`.`deleted_at` is null
        Bindings
        • 0: 8542
        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_new6msselect `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` = 8458 and `categories`.`deleted_at` is null
        Bindings
        • 0: 8458
        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_new5.79msselect `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` = 8459 and `categories`.`deleted_at` is null
        Bindings
        • 0: 8459
        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_new710μ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_new600μ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_new820μsselect * 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
      187Post.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
          Buw7j1vaFVoKqtUNGpGhEB3QANvoFMqAVHKvqOss
          _previous
          array:1 [ "url" => "https://ai-care.atmatech.id/covid-19/tips-menjaga-kesehatan-jantung-pada-penyi...
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /covid-19/tips-menjaga-kesehatan-jantung-pada-penyintas-covid-19
          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:20 [ "cookie" => array:1 [ 0 => "XSRF-TOKEN=eyJpdiI6ImRNVEFLS3ZxaVI3VFlIRjRpNEVNdGc9PSIsInZhbHVlIjoic1lYK3dTeXpkeC9kaGlnQkFDQUMxbTNSVUdaVjVabmx5WWt5LzUzaWRQU291cldsbmJPeFdFaWt6bnZubmJmU2l6OUJiM1BYenk1aWhvaGdGUEo5VjQwR3JIV3B6OUloY3lSRzlOMXA3enlQajRkQVZKTEdJU2JHejczVElDSkUiLCJtYWMiOiI2YjhmYTJhMTQzNzQxOTkxYzNjZDEzNDJkMGJhMWRiNmI2NjI1ZTg5N2M1MTc2OGRhZWJlYzMyYWEyY2U2NDA4IiwidGFnIjoiIn0%3D; laravel_session=eyJpdiI6IllCMzdXTmRNTlJkdUc3enJvYkdXM0E9PSIsInZhbHVlIjoicVl2dGJ5ZWV6bk9zSkg2SGRoMmx0TCs0UlE4Qm5yQUR6c095NXZzOWRDV0F4RGUxQUtvZ2piUkxac0M4QmU1QVVyWk9tS2tOL3pUamhPd3AzVElIYkNPTHlJZkFhSGNaMGJ5VHJGV1lvWjY3am0rVEZjaXQ3aXp3ZEI2M1VHSysiLCJtYWMiOiJmOTllMzk5OTc2Yjg1YzNkNDdkMTQzMTgyNzlmOTcyNzFkYmUwNzhmYzVmYjAxZTM0YWQyZjFhM2M5YWYwYTgyIiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6ImRNVEFLS3ZxaVI3VFlIRjRpNEVNdGc9PSIsInZhbHVlIjoic1lYK3dTeXpkeC9kaGlnQkFDQUMxbTNSVUdaVjVabmx5WWt5LzUzaWRQU291cldsbmJPeFdFaWt6bnZubmJmU2l6OUJiM" ] "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 => ""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 => "13.58.129.138" ] "x-forwarded-for" => array:1 [ 0 => "13.58.129.138" ] "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
          0 of 0
          array:2 [ "XSRF-TOKEN" => "Buw7j1vaFVoKqtUNGpGhEB3QANvoFMqAVHKvqOss" "laravel_session" => "QSYjJiwKbJLYEl5aEDsITdCKeYstYNYDT7qXYPmZ" ]
          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 => "Mon, 14 Apr 2025 20:29:21 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImNOK1d6endudlY5RkxLdGRFMUl1YVE9PSIsInZhbHVlIjoiUkNkYTFnVkdoZFM0OGZqUDhGTmhFYWZVVkt2cmRxbVg2YmFPQnFXSm9ob0lnZExldGZxOUtRa3lIMjFVaExtcUhSbzRaNCsxeVVYSXMrTk8yS3VlREIydEpzTUovVjJ3QTdXbW5wVk9zOE44bWpLNytRdTZZNFplckNWSEZiVFgiLCJtYWMiOiI3NzZmMTJhMGJkYThlOTIyMWY0NDhkZmQzYjIxMWY0MTNkNWYyY2QyYTI5NWM3OGFlOWVjMDM5OTIyNmZhNDg2IiwidGFnIjoiIn0%3D; expires=Mon, 14 Apr 2025 22:29:21 GMT; Max-Age=7200; path=/; secureXSRF-TOKEN=eyJpdiI6ImNOK1d6endudlY5RkxLdGRFMUl1YVE9PSIsInZhbHVlIjoiUkNkYTFnVkdoZFM0OGZqUDhGTmhFYWZVVkt2cmRxbVg2YmFPQnFXSm9ob0lnZExldGZxOUtRa3lIMjFVaExtcUhSbzRaN" 1 => "laravel_session=eyJpdiI6IjU0K3NTM3FDTy9mbDNiVEZLVTBFZVE9PSIsInZhbHVlIjoielJNSU5CR2JTSTgzRUp0bDREQ0dmNkh1V1M2OXNDSnp4S2FoTDArWHZ4anFRNDNOWFB5RzErSmxXNHZHeXgrTHJLdDAyYkZiS3B5WFNrMnJTNjRDeFQ4UVNUUjBmYW9uYllDSS9HNlBxUDBleVBpeEJxZmVvRlBRejhDbHVWVXgiLCJtYWMiOiJjOWNlMGU1NTM3M2RkMGFmZDJiNTRkMTBkZmZkNjFkNWZkOWQwYjZkYjhlN2ZhNThiMzQzNGZmMDk0MWQwNTM2IiwidGFnIjoiIn0%3D; expires=Mon, 14 Apr 2025 22:29:21 GMT; Max-Age=7200; path=/; httponlylaravel_session=eyJpdiI6IjU0K3NTM3FDTy9mbDNiVEZLVTBFZVE9PSIsInZhbHVlIjoielJNSU5CR2JTSTgzRUp0bDREQ0dmNkh1V1M2OXNDSnp4S2FoTDArWHZ4anFRNDNOWFB5RzErSmxXNHZHeXgrTHJL" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImNOK1d6endudlY5RkxLdGRFMUl1YVE9PSIsInZhbHVlIjoiUkNkYTFnVkdoZFM0OGZqUDhGTmhFYWZVVkt2cmRxbVg2YmFPQnFXSm9ob0lnZExldGZxOUtRa3lIMjFVaExtcUhSbzRaNCsxeVVYSXMrTk8yS3VlREIydEpzTUovVjJ3QTdXbW5wVk9zOE44bWpLNytRdTZZNFplckNWSEZiVFgiLCJtYWMiOiI3NzZmMTJhMGJkYThlOTIyMWY0NDhkZmQzYjIxMWY0MTNkNWYyY2QyYTI5NWM3OGFlOWVjMDM5OTIyNmZhNDg2IiwidGFnIjoiIn0%3D; expires=Mon, 14-Apr-2025 22:29:21 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6ImNOK1d6endudlY5RkxLdGRFMUl1YVE9PSIsInZhbHVlIjoiUkNkYTFnVkdoZFM0OGZqUDhGTmhFYWZVVkt2cmRxbVg2YmFPQnFXSm9ob0lnZExldGZxOUtRa3lIMjFVaExtcUhSbzRaN" 1 => "laravel_session=eyJpdiI6IjU0K3NTM3FDTy9mbDNiVEZLVTBFZVE9PSIsInZhbHVlIjoielJNSU5CR2JTSTgzRUp0bDREQ0dmNkh1V1M2OXNDSnp4S2FoTDArWHZ4anFRNDNOWFB5RzErSmxXNHZHeXgrTHJLdDAyYkZiS3B5WFNrMnJTNjRDeFQ4UVNUUjBmYW9uYllDSS9HNlBxUDBleVBpeEJxZmVvRlBRejhDbHVWVXgiLCJtYWMiOiJjOWNlMGU1NTM3M2RkMGFmZDJiNTRkMTBkZmZkNjFkNWZkOWQwYjZkYjhlN2ZhNThiMzQzNGZmMDk0MWQwNTM2IiwidGFnIjoiIn0%3D; expires=Mon, 14-Apr-2025 22:29:21 GMT; path=/; httponlylaravel_session=eyJpdiI6IjU0K3NTM3FDTy9mbDNiVEZLVTBFZVE9PSIsInZhbHVlIjoielJNSU5CR2JTSTgzRUp0bDREQ0dmNkh1V1M2OXNDSnp4S2FoTDArWHZ4anFRNDNOWFB5RzErSmxXNHZHeXgrTHJL" ] ]
          session_attributes
          0 of 0
          array:4 [ "locale" => "id" "_token" => "Buw7j1vaFVoKqtUNGpGhEB3QANvoFMqAVHKvqOss" "_previous" => array:1 [ "url" => "https://ai-care.atmatech.id/covid-19/tips-menjaga-kesehatan-jantung-pada-penyintas-covid-19" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-04-15 03:29:21GET/covid-19/tips-menjaga-kesehatan-jantung-pada-penyintas-covid-191132215