Tanya Dokter

Beranda / Tanya Dokter
Request history8.1.29PHP Version538msRequest Duration4MBMemory UsageGET discussions/{slug}Route
    • Booting (240ms)time
    • Application (298ms)time
    • 1 x Application (55.43%)
      298ms
      1 x Booting (44.57%)
      240ms
      4 templates were rendered
      • 1x web.v2.discussion.showshow.blade.php#?blade
      • 1x web.v2.partials.article-populararticle-popular.blade.php#?blade
      • 1x web.v2.partials.related-articlerelated-article.blade.php#?blade
      • 1x layouts.v2.web_layoutweb_layout.blade.php#?blade
      uri
      GET discussions/{slug}
      middleware
      web
      controller
      App\Http\Controllers\DiscussionController@show
      namespace
      App\Http\Controllers
      prefix
      where
      as
      web.discussion.show
      file
      app/Http/Controllers/DiscussionController.php:158-228
      30 statements were executed (4 duplicates)Show only duplicates243ms
      • DiscussionController.php#164aicare_prod_new1.87msselect * from `questions` where `slug` = 'muncul-uban-di-usia-20-tahun' and `questions`.`deleted_at` is null limit 1
        Bindings
        • 0: muncul-uban-di-usia-20-tahun
        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/DiscussionController.php:164
        • 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#178aicare_prod_new1.37msselect * from `questions` where `slug` = 'muncul-uban-di-usia-20-tahun' and `questions`.`deleted_at` is null limit 1
        Bindings
        • 0: muncul-uban-di-usia-20-tahun
        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/DiscussionController.php:178
        • 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#191aicare_prod_new5.02msselect column_name as `name`, data_type as `type_name`, column_type as `type`, collation_name as `collation`, is_nullable as `nullable`, column_default as `default`, column_comment as `comment`, extra as `extra` from information_schema.columns where table_schema = 'aicare_prod_new' and table_name = 'questions' order by ordinal_position asc
        Backtrace
        • app/Http/Controllers/DiscussionController.php:191
        • 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#191aicare_prod_new6.6msupdate `questions` set `views` = 17, `questions`.`updated_at` = '2025-04-07 00:21:00' where `id` = 341
        Bindings
        • 0: 17
        • 1: 2025-04-07 00:21:00
        • 2: 341
        Backtrace
        • app/Http/Controllers/DiscussionController.php:191
        • 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#199aicare_prod_new760μsselect * from `answers` where `answers`.`question_id` = 341 and `answers`.`question_id` is not null and `answers`.`deleted_at` is null
        Bindings
        • 0: 341
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • app/Http/Controllers/DiscussionController.php:199
        • 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#208aicare_prod_new1.09msselect * 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:208
        • 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#209aicare_prod_new142msselect * from `posts` where `status` = 1 and `publish_date` <= '2025-04-07 00:21:00' and `content_type` = 'article' and `posts`.`deleted_at` is null order by RAND() limit 7
        Bindings
        • 0: 1
        • 1: 2025-04-07 00:21:00
        • 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:209
        • 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#210aicare_prod_new1.05msselect * from `posts` where `status` = 1 and `publish_date` <= '2025-04-07 00:21:00' and `content_type` = 'article' and `posts`.`deleted_at` is null order by `id` desc limit 4
        Bindings
        • 0: 1
        • 1: 2025-04-07 00:21:00
        • 2: article
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • app/Http/Controllers/DiscussionController.php:210
        • 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#213aicare_prod_new2.64msselect * from `posts` where `status` = 1 and `publish_date` <= '2025-04-07 00:21:00' and `content_type` = 'article' and exists (select * from `tags` inner join `post_tag` on `tags`.`id` = `post_tag`.`tag_id` where `posts`.`id` = `post_tag`.`post_id` and 0 = 1) and `posts`.`deleted_at` is null order by RAND() limit 5
        Bindings
        • 0: 1
        • 1: 2025-04-07 00:21:00
        • 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:213
        • 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#224aicare_prod_new4.15msselect * from `questions` where `status` = 'published' and `questions`.`deleted_at` is null order by `id` desc
        Bindings
        • 0: published
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • app/Http/Controllers/DiscussionController.php:224
        • 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
      • show.blade.php#176aicare_prod_new1.03msselect * from `answers` where `answers`.`question_id` = 341 and `answers`.`question_id` is not null and `answers`.`deleted_at` is null order by `id` desc limit 1
        Bindings
        • 0: 341
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • view::web.v2.discussion.show:176
        • 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
      • show.blade.php#366aicare_prod_new750μsselect * from `answers` where `answers`.`question_id` = 341 and `answers`.`question_id` is not null and `answers`.`deleted_at` is null order by `id` desc limit 1
        Bindings
        • 0: 341
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • view::web.v2.discussion.show:366
        • 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
      • show.blade.php#336aicare_prod_new840μsselect * from `categories` where `categories`.`id` = 9 and `categories`.`deleted_at` is null limit 1
        Bindings
        • 0: 9
        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.discussion.show:336
        • 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
      • show.blade.php#366aicare_prod_new860μsselect * from `answers` where `answers`.`question_id` = 340 and `answers`.`question_id` is not null and `answers`.`deleted_at` is null order by `id` desc limit 1
        Bindings
        • 0: 340
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • view::web.v2.discussion.show:366
        • 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
      • show.blade.php#336aicare_prod_new740μsselect * from `categories` where `categories`.`id` = 25 and `categories`.`deleted_at` is null limit 1
        Bindings
        • 0: 25
        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.discussion.show:336
        • 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
      • show.blade.php#366aicare_prod_new740μsselect * from `answers` where `answers`.`question_id` = 339 and `answers`.`question_id` is not null and `answers`.`deleted_at` is null order by `id` desc limit 1
        Bindings
        • 0: 339
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • view::web.v2.discussion.show:366
        • 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.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` = 8368 and `categories`.`deleted_at` is null
        Bindings
        • 0: 8368
        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.72msselect `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` = 3710 and `categories`.`deleted_at` is null
        Bindings
        • 0: 3710
        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.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` = 2716 and `categories`.`deleted_at` is null
        Bindings
        • 0: 2716
        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.67msselect `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` = 5663 and `categories`.`deleted_at` is null
        Bindings
        • 0: 5663
        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_new10.6msselect `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` = 7322 and `categories`.`deleted_at` is null
        Bindings
        • 0: 7322
        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.87msselect `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` = 9873 and `categories`.`deleted_at` is null
        Bindings
        • 0: 9873
        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` = 8230 and `categories`.`deleted_at` is null
        Bindings
        • 0: 8230
        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_new5.65msselect `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` = 10175 and `categories`.`deleted_at` is null
        Bindings
        • 0: 10175
        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.84msselect `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` = 10174 and `categories`.`deleted_at` is null
        Bindings
        • 0: 10174
        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.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` = 10173 and `categories`.`deleted_at` is null
        Bindings
        • 0: 10173
        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.67msselect `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.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_new760μ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_new500μ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_new830μ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\Question
      304Question.php#?
      App\Models\Admin\Category
      55Category.php#?
      App\Models\Admin\Post
      11Post.php#?
      App\Models\TermPolicy
      3TermPolicy.php#?
      App\Answer
      2Answer.php#?
      App\Models\Admin\Page
      1Page.php#?
      App\Models\Admin\Faq
      1Faq.php#?
          locale
          id
          _token
          eK6ox3voZD7QlJAf8JQu79sCNfBxUKs0jekgFXzJ
          _previous
          array:1 [ "url" => "https://ai-care.atmatech.id/discussions/muncul-uban-di-usia-20-tahun" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          discussion
          muncul-uban-di-usia-20-tahun
          path_info
          /discussions/muncul-uban-di-usia-20-tahun
          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=eyJpdiI6IlZrb0pjejNodkZpYml5VnV6Z0NIZlE9PSIsInZhbHVlIjoiWFg4Y0h3QS94VkhlNWtaaUEvSFNrR2NEZEpPNmxhL3ZkSjYvVlRyOHhRUkU5eHZyU0JNaDFEMWgrR25MN1VDY2NmU0ZhNmkyc3FQNktMRGtVQTZSVGdWYWJjbkhYNjBGb2tWcmdXVTY5eTlPdEdXcG1pOGs4QmZDWEc0SXlTQ00iLCJtYWMiOiI3ZTg3ZDdlNWE2ZjUxYWRjMWE3YzAzNzBmNDI2OWZiMjMzZTI0NDRmZmQyOTlhNTYwMDJhNDk5MmQ5ZjQwNTIzIiwidGFnIjoiIn0%3D; laravel_session=eyJpdiI6Im9kOEVueEdKWjdPaWg1cnZaM2JPakE9PSIsInZhbHVlIjoibS9ocWlKNG02c0owTDZDM0FzOTZ5bmhzSnhmNkFMMEpTVFo4L1p1eHJ5ZHZFUDlmMHNvenFJMjMrNSs5Q2xpRXFkMGZ0RUFHeVlIRUdZNVhmcGpQMnhQWVJuRks5M1ZOWDZBdGYyYlpnZ3gzL1cxSC9kRHFjVXBTUjdDN0htaXUiLCJtYWMiOiIzOTBkYjIxYzE5Y2VjNjhjZjYxZTMzNDZiYzU0MjVhYzJjMzE4MDcxNjcxNDBmNmViMzU1NTI4YjBkODY0NmFkIiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6IlZrb0pjejNodkZpYml5VnV6Z0NIZlE9PSIsInZhbHVlIjoiWFg4Y0h3QS94VkhlNWtaaUEvSFNrR2NEZEpPNmxhL3ZkSjYvVlRyOHhRUkU5eHZyU0JNaDFEMWgrR25MN1VDY2NmU0ZhN" ] "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 => "18.218.79.20" ] "x-forwarded-for" => array:1 [ 0 => "18.218.79.20" ] "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" => "eK6ox3voZD7QlJAf8JQu79sCNfBxUKs0jekgFXzJ" "laravel_session" => "n0PNvmUVMzcc2SFTQR00Ev49sMGitkVpRjaWkvre" ]
          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, 06 Apr 2025 17:21:00 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImJFZGNWQnFHaFVtUUppMUlZM3dqSnc9PSIsInZhbHVlIjoiRExPVGN6NVdQdDdLbEJ3UlA0dlZvSlExbTk3ckgvalJuMk15enlnU0doVHVFb2tZZEhIK1p2eUNmY3QrNTc0cDk2ZnZnV2JRQXQ2QzkyMUhvOHBNZSs3NTdTbWsxdk1tdzVLYTlBMk9xZzlybFBxRmZ3ZDIvVGh5ZWFSdWpPRnUiLCJtYWMiOiJiOTUyNTEyN2MwMGEwNjZkNzBmYTBmNGNiOGU4MjcyOTNiMmNiMzE5ZmMyNDE1Njg2M2JjYzlhNjg4YTM1Mzk0IiwidGFnIjoiIn0%3D; expires=Sun, 06 Apr 2025 19:21:01 GMT; Max-Age=7200; path=/; secureXSRF-TOKEN=eyJpdiI6ImJFZGNWQnFHaFVtUUppMUlZM3dqSnc9PSIsInZhbHVlIjoiRExPVGN6NVdQdDdLbEJ3UlA0dlZvSlExbTk3ckgvalJuMk15enlnU0doVHVFb2tZZEhIK1p2eUNmY3QrNTc0cDk2ZnZnV" 1 => "laravel_session=eyJpdiI6IkdXYVVnOVl1V0lScHNzWERvRGpBcFE9PSIsInZhbHVlIjoiQkkwK3lYU2cxMURlQitpdisvOGFPanZ4cDZVV3BQbjZDMHRNRXB0dkxPK2VvZEdpTWU5ZnQ4NUJmMlFXamcyQzQya0tKclVUMHMwaVI0VGExRXMydUhHSzBObE9Oc2lIbktXN3RIZS9Ock5wdGNHTmpFdCtWRGZDNUcrYStKSXYiLCJtYWMiOiJkZjI0MzA0NzdmNGYxYTg5Yzk4OWZkMTFkMmM2Mjk4Y2FjYjJiOGI1MDUzYjQ2ZjdjMDVhNWUzNDcyM2RlMDYwIiwidGFnIjoiIn0%3D; expires=Sun, 06 Apr 2025 19:21:01 GMT; Max-Age=7200; path=/; httponlylaravel_session=eyJpdiI6IkdXYVVnOVl1V0lScHNzWERvRGpBcFE9PSIsInZhbHVlIjoiQkkwK3lYU2cxMURlQitpdisvOGFPanZ4cDZVV3BQbjZDMHRNRXB0dkxPK2VvZEdpTWU5ZnQ4NUJmMlFXamcyQzQy" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImJFZGNWQnFHaFVtUUppMUlZM3dqSnc9PSIsInZhbHVlIjoiRExPVGN6NVdQdDdLbEJ3UlA0dlZvSlExbTk3ckgvalJuMk15enlnU0doVHVFb2tZZEhIK1p2eUNmY3QrNTc0cDk2ZnZnV2JRQXQ2QzkyMUhvOHBNZSs3NTdTbWsxdk1tdzVLYTlBMk9xZzlybFBxRmZ3ZDIvVGh5ZWFSdWpPRnUiLCJtYWMiOiJiOTUyNTEyN2MwMGEwNjZkNzBmYTBmNGNiOGU4MjcyOTNiMmNiMzE5ZmMyNDE1Njg2M2JjYzlhNjg4YTM1Mzk0IiwidGFnIjoiIn0%3D; expires=Sun, 06-Apr-2025 19:21:01 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6ImJFZGNWQnFHaFVtUUppMUlZM3dqSnc9PSIsInZhbHVlIjoiRExPVGN6NVdQdDdLbEJ3UlA0dlZvSlExbTk3ckgvalJuMk15enlnU0doVHVFb2tZZEhIK1p2eUNmY3QrNTc0cDk2ZnZnV" 1 => "laravel_session=eyJpdiI6IkdXYVVnOVl1V0lScHNzWERvRGpBcFE9PSIsInZhbHVlIjoiQkkwK3lYU2cxMURlQitpdisvOGFPanZ4cDZVV3BQbjZDMHRNRXB0dkxPK2VvZEdpTWU5ZnQ4NUJmMlFXamcyQzQya0tKclVUMHMwaVI0VGExRXMydUhHSzBObE9Oc2lIbktXN3RIZS9Ock5wdGNHTmpFdCtWRGZDNUcrYStKSXYiLCJtYWMiOiJkZjI0MzA0NzdmNGYxYTg5Yzk4OWZkMTFkMmM2Mjk4Y2FjYjJiOGI1MDUzYjQ2ZjdjMDVhNWUzNDcyM2RlMDYwIiwidGFnIjoiIn0%3D; expires=Sun, 06-Apr-2025 19:21:01 GMT; path=/; httponlylaravel_session=eyJpdiI6IkdXYVVnOVl1V0lScHNzWERvRGpBcFE9PSIsInZhbHVlIjoiQkkwK3lYU2cxMURlQitpdisvOGFPanZ4cDZVV3BQbjZDMHRNRXB0dkxPK2VvZEdpTWU5ZnQ4NUJmMlFXamcyQzQy" ] ]
          session_attributes
          0 of 0
          array:5 [ "locale" => "id" "_token" => "eK6ox3voZD7QlJAf8JQu79sCNfBxUKs0jekgFXzJ" "_previous" => array:1 [ "url" => "https://ai-care.atmatech.id/discussions/muncul-uban-di-usia-20-tahun" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "discussion" => "muncul-uban-di-usia-20-tahun" ]
          ClearShow all
          Date ↕MethodURLData
          #12025-04-07 00:21:01GET/discussions/muncul-uban-di-usia-20-tahun430377