Tanya Dokter

Beranda / Tanya Dokter

Apakah Anda Punya Pertanyaan ?


Rabu, 22 November 2023 | 02:06
Mata

penglihatan kedua mata burem

V
Info Penanya : V
Dijawab Oleh : dr. Reynaldi Syarifu Rachman

 
dok, saya baru ganti kacamata 1 bulan yang lalu, minusnya katanya nambah, tapi sekarang udah mulai burem lagi itu kenapa ya? apakah sering ngeliat gadget atau kurang makan vitamin A berpengaruh?
Rabu, 23 Agustus 2023 | 04:09
Mata

Mata minus

IMT
Info Penanya : IMT
Request history8.1.29PHP Version1.43sRequest Duration3MBMemory UsageGET discussionsRoute
    • Booting (662ms)time
    • Application (764ms)time
    • 1 x Application (53.57%)
      764ms
      1 x Booting (46.42%)
      662ms
      1 templates were rendered
      • 1x web.v2.auth.ask_doctorask_doctor.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-87
      10 statements were executed (2 duplicates)Show only duplicates595ms
      • DiscussionController.php#41mydatabase541msselect * from `posts` where `status` = 1 and `publish_date` <= '2025-07-14 16:20:59' and `content_type` = 'article' and `posts`.`deleted_at` is null order by RAND() limit 7
        Bindings
        • 0: 1
        • 1: 2025-07-14 16:20:59
        • 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#42mydatabase1.07msselect * from `posts` where `status` = 1 and `publish_date` <= '2025-07-14 16:20:59' and `content_type` = 'article' and `posts`.`deleted_at` is null order by `id` desc limit 4
        Bindings
        • 0: 1
        • 1: 2025-07-14 16:20:59
        • 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#43mydatabase830μ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#78mydatabase35.41msselect 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 '%vitamin A%' or `name_en` like '%vitamin A%')) and `answers`.`deleted_at` is null) and `questions`.`deleted_at` is null
        Bindings
        • 0: published
        • 1: %vitamin A%
        • 2: %vitamin A%
        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#78mydatabase12.25msselect * 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 '%vitamin A%' or `name_en` like '%vitamin A%')) 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: %vitamin A%
        • 2: %vitamin A%
        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#78mydatabase620μsselect * from `answers` where `answers`.`question_id` in (67, 173) 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#182mydatabase670μsselect * from `categories` where `categories`.`id` = 10 and `categories`.`deleted_at` is null limit 1
        Bindings
        • 0: 10
        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:182
        • 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#214mydatabase1.14msselect * from `users` where `doctor_id` = '64002c11ce72e427af0235d3' limit 1
        Bindings
        • 0: 64002c11ce72e427af0235d3
        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:214
        • 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#182mydatabase640μsselect * from `categories` where `categories`.`id` = 10 and `categories`.`deleted_at` is null limit 1
        Bindings
        • 0: 10
        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:182
        • 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#214mydatabase630μsselect * from `users` where `doctor_id` = '6386ea1c69178456d00f41a4' limit 1
        Bindings
        • 0: 6386ea1c69178456d00f41a4
        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:214
        • 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
      43Category.php#?
      App\Models\Admin\Post
      11Post.php#?
      App\Question
      2Question.php#?
      App\Answer
      2Answer.php#?
      App\User
      1User.php#?
          locale
          id
          _token
          zLIXIQaZ9G6DzZmWljhj2ug2RrINXm8iQHh6TztL
          _previous
          array:1 [ "url" => "https://ai-care-dict.atmatech.id/discussions?tag=vitamin%20A" ]
          _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" => "vitamin A" ]
          request_request
          []
          
          request_headers
          0 of 0
          array:19 [ "accept-encoding" => array:1 [ 0 => "gzip, deflate, br, zstd" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "accept" => array:1 [ 0 => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua" => array:1 [ 0 => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "connection" => array:1 [ 0 => "close" ] "x-real-ip" => array:1 [ 0 => "216.73.216.89" ] "x-forwarded-for" => array:1 [ 0 => "216.73.216.89" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] "x-forwarded-scheme" => array:1 [ 0 => "https" ] "host" => array:1 [ 0 => "ai-care-dict.atmatech.id" ] ]
          request_cookies
          []
          
          response_headers
          0 of 0
          array:5 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Mon, 14 Jul 2025 09:20:59 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImlHbUtzODVnTzlmRzZBbUZuaUVDbnc9PSIsInZhbHVlIjoiZXJFZjcrVTZSampKZHd2bmpiaTY1OWVQbFpwWHF1a2ZBUHEza1VBN3BORS85dW00cTdJQWpmTElDdEJLQkJNRGZwRk5NeFVpNDBWNm1yVGpPRDBkY2lQc0hIbWRvbVlwOFd5MlN3NUtPVURnWXVVWTlySjZiS3NOcGVtd3JPRloiLCJtYWMiOiIwOTBlMjM0NzA3ODZmNTI2ZTQ5ZGMzZmExODEwMzU2OWUzYzYxMDc5NTM2MzY1NGI3ODU4OTM1MzQzZTcyOTcxIiwidGFnIjoiIn0%3D; expires=Mon, 14 Jul 2025 11:21:00 GMT; Max-Age=7200; path=/; secureXSRF-TOKEN=eyJpdiI6ImlHbUtzODVnTzlmRzZBbUZuaUVDbnc9PSIsInZhbHVlIjoiZXJFZjcrVTZSampKZHd2bmpiaTY1OWVQbFpwWHF1a2ZBUHEza1VBN3BORS85dW00cTdJQWpmTElDdEJLQkJNRGZwRk5Ne" 1 => "laravel_session=eyJpdiI6IlUvdGZqVDZJbXNWdGt6YmJYVjB6L2c9PSIsInZhbHVlIjoiN0ttclNqVHNFdjBuRlBuYmhmT04zUWhscmlHVFhSU0tlK0FMbld6ZmxhL0hpTDJ1aXZPeklvTWRrUHZkVFdUOVd6QldmWVk2VitBb0s3RCtSZzRnY2VxeFUycmJRSEt6Q01mbHYyejRPUkdaTmNDVklGTDI4T2VueURkNHFBSEQiLCJtYWMiOiI4OGY0NjJkNzVlNDIzYjYyMDNjZjdlYTg3OGMwMTM5ZTM3MTQ2YjZmNzE5YTY1ZGE2MTkzYzc4NzBjYTg5YjI1IiwidGFnIjoiIn0%3D; expires=Mon, 14 Jul 2025 11:21:00 GMT; Max-Age=7200; path=/; httponlylaravel_session=eyJpdiI6IlUvdGZqVDZJbXNWdGt6YmJYVjB6L2c9PSIsInZhbHVlIjoiN0ttclNqVHNFdjBuRlBuYmhmT04zUWhscmlHVFhSU0tlK0FMbld6ZmxhL0hpTDJ1aXZPeklvTWRrUHZkVFdUOVd6" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImlHbUtzODVnTzlmRzZBbUZuaUVDbnc9PSIsInZhbHVlIjoiZXJFZjcrVTZSampKZHd2bmpiaTY1OWVQbFpwWHF1a2ZBUHEza1VBN3BORS85dW00cTdJQWpmTElDdEJLQkJNRGZwRk5NeFVpNDBWNm1yVGpPRDBkY2lQc0hIbWRvbVlwOFd5MlN3NUtPVURnWXVVWTlySjZiS3NOcGVtd3JPRloiLCJtYWMiOiIwOTBlMjM0NzA3ODZmNTI2ZTQ5ZGMzZmExODEwMzU2OWUzYzYxMDc5NTM2MzY1NGI3ODU4OTM1MzQzZTcyOTcxIiwidGFnIjoiIn0%3D; expires=Mon, 14-Jul-2025 11:21:00 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6ImlHbUtzODVnTzlmRzZBbUZuaUVDbnc9PSIsInZhbHVlIjoiZXJFZjcrVTZSampKZHd2bmpiaTY1OWVQbFpwWHF1a2ZBUHEza1VBN3BORS85dW00cTdJQWpmTElDdEJLQkJNRGZwRk5Ne" 1 => "laravel_session=eyJpdiI6IlUvdGZqVDZJbXNWdGt6YmJYVjB6L2c9PSIsInZhbHVlIjoiN0ttclNqVHNFdjBuRlBuYmhmT04zUWhscmlHVFhSU0tlK0FMbld6ZmxhL0hpTDJ1aXZPeklvTWRrUHZkVFdUOVd6QldmWVk2VitBb0s3RCtSZzRnY2VxeFUycmJRSEt6Q01mbHYyejRPUkdaTmNDVklGTDI4T2VueURkNHFBSEQiLCJtYWMiOiI4OGY0NjJkNzVlNDIzYjYyMDNjZjdlYTg3OGMwMTM5ZTM3MTQ2YjZmNzE5YTY1ZGE2MTkzYzc4NzBjYTg5YjI1IiwidGFnIjoiIn0%3D; expires=Mon, 14-Jul-2025 11:21:00 GMT; path=/; httponlylaravel_session=eyJpdiI6IlUvdGZqVDZJbXNWdGt6YmJYVjB6L2c9PSIsInZhbHVlIjoiN0ttclNqVHNFdjBuRlBuYmhmT04zUWhscmlHVFhSU0tlK0FMbld6ZmxhL0hpTDJ1aXZPeklvTWRrUHZkVFdUOVd6" ] ]
          session_attributes
          0 of 0
          array:4 [ "locale" => "id" "_token" => "zLIXIQaZ9G6DzZmWljhj2ug2RrINXm8iQHh6TztL" "_previous" => array:1 [ "url" => "https://ai-care-dict.atmatech.id/discussions?tag=vitamin%20A" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-07-14 16:21:00GET/discussions?tag=vitamin+A11059