Tanya Dokter

Beranda / Tanya Dokter

Apakah Anda Punya Pertanyaan ?


Urutkan
Request history8.1.29PHP Version504msRequest Duration4MBMemory UsageGET discussionsRoute
    • Booting (249ms)time
    • Application (255ms)time
    • 1 x Application (50.56%)
      255ms
      1 x Booting (49.44%)
      249ms
      3 templates were rendered
      • 1x web.v2.auth.ask_doctorask_doctor.blade.php#?blade
      • 1x vendor.pagination.bootstrap-4-v3bootstrap-4-v3.blade.php#?blade
      • 1x layouts.v2.web_layoutweb_layout.blade.php#?blade
      uri
      GET discussions
      middleware
      web
      controller
      App\Http\Controllers\DiscussionController@index
      namespace
      App\Http\Controllers
      prefix
      where
      as
      web.discussion.index
      file
      app/Http/Controllers/DiscussionController.php:36-86
      21 statements were executed205ms
      • DiscussionController.php#41aicare_prod_new125msselect * from `posts` where `status` = 1 and `publish_date` <= '2025-01-13 06:11:46' and `content_type` = 'article' order by RAND() limit 7
        Bindings
        • 0: 1
        • 1: 2025-01-13 06:11:46
        • 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/DiscussionController.php:41
        • 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
      • DiscussionController.php#42aicare_prod_new860μsselect * from `posts` where `status` = 1 and `publish_date` <= '2025-01-13 06:11:46' and `content_type` = 'article' order by `id` desc limit 4
        Bindings
        • 0: 1
        • 1: 2025-01-13 06:11:46
        • 2: article
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • app/Http/Controllers/DiscussionController.php:42
        • 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
      • DiscussionController.php#43aicare_prod_new950μsselect * from `categories` where `type` = 'healthpedia' and `parent_id` <> 0 and `categories`.`deleted_at` is null
        Bindings
        • 0: healthpedia
        • 1: 0
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • app/Http/Controllers/DiscussionController.php:43
        • 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
      • DiscussionController.php#78aicare_prod_new12.58msselect count(*) as aggregate from `questions` where `status` = 'published' and exists (select * from `answers` where `questions`.`id` = `answers`.`question_id` and exists (select * from `tags` inner join `answer_tag` on `tags`.`id` = `answer_tag`.`tag_id` where `answers`.`id` = `answer_tag`.`answer_id` and (`name` like '%elektrolit%' or `name_en` like '%elektrolit%')) and `answers`.`deleted_at` is null) and `questions`.`deleted_at` is null
        Bindings
        • 0: published
        • 1: %elektrolit%
        • 2: %elektrolit%
        Backtrace
        • app/Http/Controllers/DiscussionController.php:78
        • 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
      • DiscussionController.php#78aicare_prod_new9.75msselect * from `questions` where `status` = 'published' and exists (select * from `answers` where `questions`.`id` = `answers`.`question_id` and exists (select * from `tags` inner join `answer_tag` on `tags`.`id` = `answer_tag`.`tag_id` where `answers`.`id` = `answer_tag`.`answer_id` and (`name` like '%elektrolit%' or `name_en` like '%elektrolit%')) and `answers`.`deleted_at` is null) and `questions`.`deleted_at` is null order by `answered_at` desc limit 10 offset 0
        Bindings
        • 0: published
        • 1: %elektrolit%
        • 2: %elektrolit%
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • app/Http/Controllers/DiscussionController.php:78
        • 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
      • DiscussionController.php#78aicare_prod_new550μsselect * from `answers` where `answers`.`question_id` in (131) and `answers`.`deleted_at` is null order by `id` desc
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • app/Http/Controllers/DiscussionController.php:78
        • 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
      • ask_doctor.blade.php#181aicare_prod_new690μsselect * from `categories` where `categories`.`id` = 54 and `categories`.`deleted_at` is null limit 1
        Bindings
        • 0: 54
        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.auth.ask_doctor:181
        • 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
      • ask_doctor.blade.php#330aicare_prod_new5.18msselect `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` = 5964 and `categories`.`deleted_at` is null
        Bindings
        • 0: 5964
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • view::web.v2.auth.ask_doctor:330
        • 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
      • ask_doctor.blade.php#330aicare_prod_new4.69msselect `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` = 1841 and `categories`.`deleted_at` is null
        Bindings
        • 0: 1841
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • view::web.v2.auth.ask_doctor:330
        • 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
      • ask_doctor.blade.php#330aicare_prod_new4.52msselect `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` = 4192 and `categories`.`deleted_at` is null
        Bindings
        • 0: 4192
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • view::web.v2.auth.ask_doctor:330
        • 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
      • ask_doctor.blade.php#330aicare_prod_new4.57msselect `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` = 3753 and `categories`.`deleted_at` is null
        Bindings
        • 0: 3753
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • view::web.v2.auth.ask_doctor:330
        • 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
      • ask_doctor.blade.php#330aicare_prod_new4.57msselect `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` = 2454 and `categories`.`deleted_at` is null
        Bindings
        • 0: 2454
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • view::web.v2.auth.ask_doctor:330
        • 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
      • ask_doctor.blade.php#330aicare_prod_new4.42msselect `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` = 8134 and `categories`.`deleted_at` is null
        Bindings
        • 0: 8134
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • view::web.v2.auth.ask_doctor:330
        • 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
      • ask_doctor.blade.php#330aicare_prod_new4.44msselect `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` = 9208 and `categories`.`deleted_at` is null
        Bindings
        • 0: 9208
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • view::web.v2.auth.ask_doctor:330
        • 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
      • ask_doctor.blade.php#367aicare_prod_new5.29msselect `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` = 10168 and `categories`.`deleted_at` is null
        Bindings
        • 0: 10168
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • view::web.v2.auth.ask_doctor:367
        • 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
      • ask_doctor.blade.php#367aicare_prod_new5.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` = 10166 and `categories`.`deleted_at` is null
        Bindings
        • 0: 10166
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • view::web.v2.auth.ask_doctor:367
        • 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
      • ask_doctor.blade.php#367aicare_prod_new4.7msselect `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` = 10164 and `categories`.`deleted_at` is null
        Bindings
        • 0: 10164
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • view::web.v2.auth.ask_doctor:367
        • 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
      • ask_doctor.blade.php#367aicare_prod_new5.19msselect `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` = 10163 and `categories`.`deleted_at` is null
        Bindings
        • 0: 10163
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • view::web.v2.auth.ask_doctor:367
        • 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_new890μ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_new610μ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_new970μ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\Category
      53Category.php#?
      App\Models\Admin\Post
      11Post.php#?
      App\Models\TermPolicy
      3TermPolicy.php#?
      App\Question
      1Question.php#?
      App\Answer
      1Answer.php#?
      App\Models\Admin\Page
      1Page.php#?
      App\Models\Admin\Faq
      1Faq.php#?
          locale
          id
          _token
          GzBstzdbd1JBAufKga2uKwv3Aa7kTgntSUmoCwXN
          _previous
          array:1 [ "url" => "https://ai-care.atmatech.id/discussions?tag=elektrolit" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /discussions
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          0 of 0
          array:1 [ "tag" => "elektrolit" ]
          request_request
          []
          
          request_headers
          0 of 0
          array:20 [ "priority" => array:1 [ 0 => "u=0, i" ] "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" ] "connection" => array:1 [ 0 => "close" ] "x-real-ip" => array:1 [ 0 => "18.119.138.171" ] "x-forwarded-for" => array:1 [ 0 => "18.119.138.171" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] "x-forwarded-scheme" => array:1 [ 0 => "https" ] "host" => array:1 [ 0 => "ai-care.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 => "Sun, 12 Jan 2025 23:11:46 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IktiWFR6RnkxVDg1ZzA3OEFEL1g3UEE9PSIsInZhbHVlIjoiOU8xWC91Wlg0dEpEeXRGVWs4bVY5b1dYQndNSERIcEcwSS9tUmtndjFETytKY1plT2ZVZkkrRmxZYmw4WDdVUVQvMVc3Yld6ZWRKMjN6V2hTSDZHRHg0cjVKV2ZiYmhteGFrNEdBdEI0Z3ZHT3dlSTJuMk12R3FmY1p0YVZtc3kiLCJtYWMiOiI1OTVlMDg4YzNhOTBhYzIxYmJjYTk5NzExYWE3MjlkOTA1OTY3MmU1MDcyZTU3NmVkZDIzNzdkZjdiZmQyMzhhIiwidGFnIjoiIn0%3D; expires=Mon, 13 Jan 2025 01:11:46 GMT; Max-Age=7200; path=/; secureXSRF-TOKEN=eyJpdiI6IktiWFR6RnkxVDg1ZzA3OEFEL1g3UEE9PSIsInZhbHVlIjoiOU8xWC91Wlg0dEpEeXRGVWs4bVY5b1dYQndNSERIcEcwSS9tUmtndjFETytKY1plT2ZVZkkrRmxZYmw4WDdVUVQvMVc3Y" 1 => "laravel_session=eyJpdiI6ImhOQzRENDc1ZjFKcXNRYU8zVUNXVUE9PSIsInZhbHVlIjoiMVR4T2UzQ25tSmZQdmY0dXd3RUJoeHVPbUoxT3hjTjhYYWRYUUhySFRDTFRkRmFSaHBpdHN3UjFPQmY0WndMWHBKNjhnU3N3ZlNPT0pEamYrTFIwUUs2UUdQS1ZUS3dkUm1Uczl0U0FKYnExUDVhK0lONDNBRnVzeHZpdkJ6VmMiLCJtYWMiOiJiMzBiY2EwNjA4MmRkOTRmYTJlOGFjZTgyODg5MzkwMGJjZmE3ZmI0MmZkODI0MGJkZDNmZTkwMjAxNmJlNzkwIiwidGFnIjoiIn0%3D; expires=Mon, 13 Jan 2025 01:11:46 GMT; Max-Age=7200; path=/; httponlylaravel_session=eyJpdiI6ImhOQzRENDc1ZjFKcXNRYU8zVUNXVUE9PSIsInZhbHVlIjoiMVR4T2UzQ25tSmZQdmY0dXd3RUJoeHVPbUoxT3hjTjhYYWRYUUhySFRDTFRkRmFSaHBpdHN3UjFPQmY0WndMWHBK" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IktiWFR6RnkxVDg1ZzA3OEFEL1g3UEE9PSIsInZhbHVlIjoiOU8xWC91Wlg0dEpEeXRGVWs4bVY5b1dYQndNSERIcEcwSS9tUmtndjFETytKY1plT2ZVZkkrRmxZYmw4WDdVUVQvMVc3Yld6ZWRKMjN6V2hTSDZHRHg0cjVKV2ZiYmhteGFrNEdBdEI0Z3ZHT3dlSTJuMk12R3FmY1p0YVZtc3kiLCJtYWMiOiI1OTVlMDg4YzNhOTBhYzIxYmJjYTk5NzExYWE3MjlkOTA1OTY3MmU1MDcyZTU3NmVkZDIzNzdkZjdiZmQyMzhhIiwidGFnIjoiIn0%3D; expires=Mon, 13-Jan-2025 01:11:46 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6IktiWFR6RnkxVDg1ZzA3OEFEL1g3UEE9PSIsInZhbHVlIjoiOU8xWC91Wlg0dEpEeXRGVWs4bVY5b1dYQndNSERIcEcwSS9tUmtndjFETytKY1plT2ZVZkkrRmxZYmw4WDdVUVQvMVc3Y" 1 => "laravel_session=eyJpdiI6ImhOQzRENDc1ZjFKcXNRYU8zVUNXVUE9PSIsInZhbHVlIjoiMVR4T2UzQ25tSmZQdmY0dXd3RUJoeHVPbUoxT3hjTjhYYWRYUUhySFRDTFRkRmFSaHBpdHN3UjFPQmY0WndMWHBKNjhnU3N3ZlNPT0pEamYrTFIwUUs2UUdQS1ZUS3dkUm1Uczl0U0FKYnExUDVhK0lONDNBRnVzeHZpdkJ6VmMiLCJtYWMiOiJiMzBiY2EwNjA4MmRkOTRmYTJlOGFjZTgyODg5MzkwMGJjZmE3ZmI0MmZkODI0MGJkZDNmZTkwMjAxNmJlNzkwIiwidGFnIjoiIn0%3D; expires=Mon, 13-Jan-2025 01:11:46 GMT; path=/; httponlylaravel_session=eyJpdiI6ImhOQzRENDc1ZjFKcXNRYU8zVUNXVUE9PSIsInZhbHVlIjoiMVR4T2UzQ25tSmZQdmY0dXd3RUJoeHVPbUoxT3hjTjhYYWRYUUhySFRDTFRkRmFSaHBpdHN3UjFPQmY0WndMWHBK" ] ]
          session_attributes
          0 of 0
          array:4 [ "locale" => "id" "_token" => "GzBstzdbd1JBAufKga2uKwv3Aa7kTgntSUmoCwXN" "_previous" => array:1 [ "url" => "https://ai-care.atmatech.id/discussions?tag=elektrolit" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-01-13 06:11:46GET/discussions?tag=elektrolit32171